Commit graph

355 commits

Author SHA1 Message Date
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
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
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
mark
4a4b534fd7 add a bit about buffered lints 2018-07-14 16:47:17 -05:00
mark
e88f3df729 update definitions 2018-07-10 21:35:45 -05:00
mark
3ca16b773f Attempt to address review comments 2018-07-10 21:35:45 -05:00
mark
fd27764983 define FileMap; fix #35 2018-07-10 21:35:45 -05:00
mark
dce30e99dc fix lacking spaces 2018-07-09 21:45:49 -05:00
mark
114278adc0 fix all the not-en-dashes 2018-07-09 21:45:49 -05:00
Eric Huss
da89f687a1 Update mdbook
Closes #138
Closes #160
2018-07-09 21:35:58 -05:00
Who? Me?!
fd000066ad Add the small amount i know about hygiene (#167)
* add the small amount i know about hygiene

* use en-dash
2018-07-09 21:28:29 +03:00
Who? Me?!
f00994a71a Quick fix: copy/paste error 2018-07-08 18:34:25 -05:00