Commit graph

375 commits

Author SHA1 Message Date
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
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
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
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
Dale Wijnand
91fee4d0f7 Write in English 2018-09-07 11:47:56 +01:00
Dale Wijnand
11dc8e8967 No copyright notices on new tests 2018-09-07 11:46:53 +01:00
Niko Matsakis
4212f0d8ad note about discussion channels 2018-08-31 23:03:48 -05:00
Niko Matsakis
cacc3f217e includ some notes on finding bugs 2018-08-31 23:03:48 -05:00
Niko Matsakis
ac07e17a41 fix various minor points 2018-08-31 23:03:48 -05:00
Niko Matsakis
0f89a934fe adjust long lines 2018-08-31 23:03:48 -05:00
Niko Matsakis
383a28ac49 add a section about the compiler team 2018-08-31 23:03:48 -05:00
Niko Matsakis
422ea04f74 tweak long line 2018-08-31 12:05:36 -05:00
Niko Matsakis
7e0b8f6878 sprinkle links to rustdoc through the HIR explanation 2018-08-31 12:05:36 -05:00
Sébastien Duquette
8958f2b14d address review comment 2018-08-23 21:56:35 -05:00
Sébastien Duquette
88d9da22c7 Fix lines over 80 columns. 2018-08-23 21:56:35 -05:00
Sébastien Duquette
6ebc0cd09b Rename CodeMap and FileMap to SourceMap and SourceFile.
Those types were renamed in https://github.com/rust-lang/rust/pull/52953
2018-08-23 21:56:35 -05:00
Niko Matsakis
32fe7bd6d2 add rust,ignore to code snippets 2018-08-20 11:46:41 -05:00