Skip to content

Commit c7118fb

Browse files
committed
---
yaml --- r: 222911 b: refs/heads/master c: b3df1e6 h: refs/heads/master i: 222909: 19ade20 222907: 7d3cc87 222903: e099587 222895: 200e285 222879: 5483cd1 222847: 4c632a0 v: v3
1 parent 0674696 commit c7118fb

File tree

128 files changed

+751
-1660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+751
-1660
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: eb11d65d08c3e28cfe3387eaa946d56bdc016900
2+
refs/heads/master: b3df1e6b4812d8eefc4e7fdf61264aad15af719c
33
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ sudo: false
2020
before_script:
2121
- ./configure --enable-ccache
2222
script:
23-
- make tidy check -j4
23+
- make tidy
24+
- make rustc-stage1 -j4
2425

2526
env:
2627
- CXX=/usr/bin/g++-4.7

trunk/RELEASES.md

Lines changed: 1 addition & 1 deletion

trunk/mk/docs.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ERR_IDX_GEN = $(RPATH_VAR2_T_$(CFG_BUILD)_H_$(CFG_BUILD)) $(ERR_IDX_GEN_EXE)
7777

7878
D := $(S)src/doc
7979

80-
DOC_TARGETS := trpl nomicon style error-index
80+
DOC_TARGETS := trpl tarpl style error-index
8181
COMPILER_DOC_TARGETS :=
8282
DOC_L10N_TARGETS :=
8383

@@ -287,12 +287,12 @@ doc/book/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/trpl/*.md) | doc/
287287
$(Q)rm -rf doc/book
288288
$(Q)$(RUSTBOOK) build $(S)src/doc/trpl doc/book
289289

290-
nomicon: doc/nomicon/index.html
290+
tarpl: doc/adv-book/index.html
291291

292-
doc/nomicon/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/nomicon/*.md) | doc/
292+
doc/adv-book/index.html: $(RUSTBOOK_EXE) $(wildcard $(S)/src/doc/tarpl/*.md) | doc/
293293
@$(call E, rustbook: $@)
294-
$(Q)rm -rf doc/nomicon
295-
$(Q)$(RUSTBOOK) build $(S)src/doc/nomicon doc/nomicon
294+
$(Q)rm -rf doc/adv-book
295+
$(Q)$(RUSTBOOK) build $(S)src/doc/tarpl doc/adv-book
296296

297297
style: doc/style/index.html
298298

trunk/mk/tests.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ $(foreach doc,$(DOCS), \
162162
$(eval $(call DOCTEST,md-$(doc),$(S)src/doc/$(doc).md)))
163163
$(foreach file,$(wildcard $(S)src/doc/trpl/*.md), \
164164
$(eval $(call DOCTEST,$(file:$(S)src/doc/trpl/%.md=trpl-%),$(file))))
165-
$(foreach file,$(wildcard $(S)src/doc/nomicon/*.md), \
166-
$(eval $(call DOCTEST,$(file:$(S)src/doc/nomicon/%.md=nomicon-%),$(file))))
165+
$(foreach file,$(wildcard $(S)src/doc/tarpl/*.md), \
166+
$(eval $(call DOCTEST,$(file:$(S)src/doc/tarpl/%.md=tarpl-%),$(file))))
167167
######################################################################
168168
# Main test targets
169169
######################################################################

trunk/src/doc/nomicon/README.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

trunk/src/doc/reference.md

Lines changed: 2 additions & 2 deletions

trunk/src/doc/tarpl/README.md

Lines changed: 34 additions & 0 deletions

trunk/src/doc/trpl/SUMMARY.md

Lines changed: 2 additions & 1 deletion

trunk/src/doc/trpl/choosing-your-guarantees.md

Lines changed: 0 additions & 1 deletion

trunk/src/doc/trpl/concurrency.md

Lines changed: 6 additions & 6 deletions

trunk/src/doc/trpl/for-loops.md

Lines changed: 85 additions & 0 deletions

trunk/src/doc/trpl/guessing-game.md

Lines changed: 2 additions & 2 deletions

trunk/src/doc/trpl/hello-cargo.md

Lines changed: 17 additions & 19 deletions

trunk/src/doc/trpl/lang-items.md

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)