Commit graph

382 commits

Author SHA1 Message Date
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
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
Oliver Schneider
cacbda24e8 Update existential-types.md 2018-08-20 11:46:41 -05:00
Oliver Schneider
8386481619 Explain existential types 2018-08-20 11:46:41 -05:00
Josh Triplett
1e4bf1dd58 Update copyright guidance to omit notices for new files.
Previously approved in https://github.com/rust-lang/rust/pull/43498 ;
update the guide to match.
2018-08-20 11:08:22 -05:00
John Renner
955d0f913d More descriptive name for #[test] implementation 2018-08-11 10:37:44 -05:00
John Renner
9e83f15ad3 Shorten line length 2018-08-11 10:37:44 -05:00
John Renner
0e9d5c3ef0 Add testing chapter 2018-08-11 10:37:44 -05:00
Niko Matsakis
94477784d3 Merge pull request #179 from tromey/compiler-test-docs
Update compiler test documentation
2018-08-09 16:32:14 -04:00
Tom Tromey
d53aaa3567 Update compiler test documentation
Update the compiler test documentation to document ignore-gdb-version
and min-system-llvm-version; and expand the min-gdb-version,
min-lldb-version, and min-llvm-version documentation a little.
2018-08-09 09:15:01 -06:00
mark
74ffa29ef3 minor improvements 2018-07-16 20:52:29 -05:00
mark
890585abf0 add notes about generating llvm ir 2018-07-16 20:52:29 -05:00
mark
c923848287 line length 2018-07-16 20:52:29 -05:00
mark
57a4bd9b9a add a bit on llvm 2018-07-16 20:52:29 -05:00