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
Oliver Schneider
83adaf3db5
md -> html
2018-07-08 17:41:12 -05:00
Oliver Schneider
43d5a02af4
Satisfy tidy checks
2018-07-08 17:41:12 -05:00
Oliver Schneider
a25810c027
Add some details about DefId creation
2018-07-08 17:41:12 -05:00
Oliver Schneider
cbce2e4a3c
Address review
2018-07-08 17:41:12 -05:00
Oliver Schneider
86d807ba75
Add some explanation of lowering ids
2018-07-08 17:41:12 -05:00
mark
7efa4132cb
add a link to the rustc docs
2018-07-05 09:21:45 -05:00
Zack M. Davis
19d6a4ace4
"and has" → "because it has"
2018-07-04 17:14:02 -05:00
Zack M. Davis
d771413d9d
rewrite suggestions intro to be less bizarrely edition/rustfix centric
...
The suggestions API was introduced in April 2015
(rust-lang/rust@906a9728ff ), long predating rustfix (initial commit July
2016) or editions (RFC 2052 approved September 2017).
2018-07-04 17:14:02 -05:00
Zack M. Davis
6fd934ddea
mention lint-level command line flags as well as attributes
2018-07-04 17:14:02 -05:00