Commit graph

406 commits

Author SHA1 Message Date
Rajkumar Natarajan
93da487d8f issue-130 copy contents related x.py from rust-forge 2018-09-29 08:50:30 -05:00
David Sanders
1b8804a2ce Typo nits #181 (#205) 2018-09-28 20:47:52 -05:00
Alcaro
27c18dc09b conventions: Fix semicolon/colon typo 2018-09-28 20:04:05 -05:00
Tom Tromey
13a681629b Document no-system-llvm 2018-09-28 13:00:41 -05:00
Mark Mansi
903991edce use the right version of mdbook linkcheck 2018-09-21 15:54:25 -05:00
Mark Mansi
6022a84bd2 Fix all the links! 2018-09-21 15:54:25 -05:00
Mark Mansi
6d54b23c44 don't check crates.io links 2018-09-21 15:54:25 -05:00
Mark Mansi
eddef1d97b fix the last link 2018-09-21 15:54:25 -05:00
Mark Mansi
fcccfa8059 check web links 2018-09-21 15:54:25 -05:00
Mark Mansi
04589fcbdc update readme 2018-09-21 15:54:25 -05:00
Mark Mansi
863f90a27d use new mdbook-linkcheck version 2018-09-21 15:54:25 -05:00
Mark Mansi
beceb036c0 Fix all the links to be relative for mdbook 2 2018-09-21 15:54:25 -05:00
Mark Mansi
a99929a4d0 update readme with mdbook version 2018-09-21 15:54:25 -05:00
Mark Mansi
131262f749 use mdbook 0.2 2018-09-21 15:54:25 -05:00
Niko Matsakis
c8219bfb92 Merge pull request #200 from phansch/fix_typos
Fix typos
2018-09-12 14:41:03 -04:00
Philipp Hansch
0460a76b78 Fix line lengths 2018-09-12 07:33:41 +02:00
Philipp Hansch
7fe451618b Fix typos
These were fixed using [codespell](https://github.com/codespell-project/codespell).
2018-09-12 07:32:18 +02:00
Niko Matsakis
dd4c73f640 Merge pull request #190 from nikomatsakis/mir-borrow-check-1
start to document MIR borrow check
2018-09-11 16:52:54 -04:00
Niko Matsakis
59e7c8bf85 ignore various sample tests 2018-09-11 16:43:36 -04:00
Niko Matsakis
3d96e531bb bump max line length to 100
otherwise our summary.md doesn't fit
2018-09-11 16:31:47 -04:00
Niko Matsakis
efdbbf70cb fix glossary links 2018-09-11 16:31:47 -04:00
Niko Matsakis
72c041af5c address nits 2018-09-11 16:31:47 -04:00
Niko Matsakis
5732b7cf12 add content 2018-09-11 16:31:47 -04:00
Niko Matsakis
d8089ff4bd rearrange to promote the borrow checker into its own section 2018-09-11 16:31:47 -04:00
Niko Matsakis
e3979aa20c Merge pull request #191 from nikomatsakis/keep-stage
document keep-stage1 and also try to clarify
2018-09-11 16:31:31 -04:00
Niko Matsakis
a56b3116ae wrap lines in running.md 2018-09-11 16:22:15 -04:00
Niko Matsakis
f081c66333 wrap long lines 2018-09-11 12:02:58 -04:00
Niko Matsakis
6010623cd4 remove silly note: 2018-09-11 12:02:58 -04:00
Niko Matsakis
8ca5450de8 fix some more typos 2018-09-11 12:02:58 -04:00
Niko Matsakis
2a45a09a18 fix typo, add link 2018-09-11 12:02:58 -04:00
Niko Matsakis
1dcc3df66d fix typos 2018-09-11 12:02:57 -04:00
Niko Matsakis
b8abcaa658 note about why stage1/stage2 are different 2018-09-11 12:02:57 -04:00
Niko Matsakis
038232d8af wrap long lines 2018-09-11 12:02:57 -04:00
Niko Matsakis
d6a2d84c53 document keep-stage1 2018-09-11 12:02:57 -04:00
Philipp Hansch
2468801313 Mention incremental compilation in testing chapter
The `--incremental` flag was only mentioned in [how_to_build_and_run] so
far. Faster testing means faster iteration and perhaps even more added
tests.

[how_to_build_and_run]: https://rust-lang-nursery.github.io/rustc-guide/how-to-build-and-run.html
2018-09-10 19:30:07 -05:00
Niko Matsakis
9799b0b3ac fix various bash snippets 2018-09-10 19:25:29 -05:00
Niko Matsakis
e40767296a links are always relative to root or what? 2018-09-10 19:25:29 -05:00
Niko Matsakis
f62bcbaa1f fix link 2018-09-10 19:25:29 -05:00
Niko Matsakis
f8e0217981 add a note about the collector executable 2018-09-10 19:25:29 -05:00
Niko Matsakis
90bac20aa7 update with njn's insight 2018-09-10 19:25:29 -05:00
Niko Matsakis
1bd737675a don't write rust-prof bur rather `<toolchain> 2018-09-10 19:25:29 -05:00
Niko Matsakis
776fc2ad18 link to build-and-run, fix em-dash 2018-09-10 19:25:29 -05:00
Niko Matsakis
9c3d2ab8e7 say function, not fn 2018-09-10 19:25:29 -05:00
Niko Matsakis
3b833916f7 be consistent about bash snippets 2018-09-10 19:25:29 -05:00
Niko Matsakis
ff5e25fd2e fix long lines 2018-09-10 19:25:29 -05:00
Niko Matsakis
e708568d05 switch to em-dash 2018-09-10 19:25:29 -05:00
Niko Matsakis
01ce54cd3b various nits from mark-i-m 2018-09-10 19:25:29 -05:00
Niko Matsakis
14e55b3446 add a section about profiling with perf 2018-09-10 19:25:29 -05:00
Niko Matsakis
b33ced0c2f Merge pull request #196 from dwijnand/patch-1
No copyright notices on new tests
2018-09-07 10:02:09 -04:00
Dale Wijnand
91fee4d0f7 Write in English 2018-09-07 11:47:56 +01:00