Yuki Okushi
|
b381598b3f
|
Update lint declaration example (#713)
|
2020-05-30 08:49:25 +09:00 |
Tom Eccles
|
8a5438b4b1
|
Document more //ignore-X test headers
|
2020-05-29 13:27:03 -05:00 |
Tom Eccles
|
a6bace14e4
|
Document remote testing
|
2020-05-29 13:27:03 -05:00 |
LeSeulArtichaut
|
55c92daeb6
|
Document `RUSTFLAGS_STAGE_` bootstrap environment variables (#728)
* Document `RUSTFLAGS_STAGE_`
* Fix typos
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-05-30 01:20:24 +09:00 |
Chris Simpkins
|
c9850bb7d2
|
Update src/tests/adding.md
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-05-28 19:57:59 -05:00 |
Chris Simpkins
|
8ca0464e65
|
add documentation of UI test error annotation substring support
|
2020-05-28 19:57:59 -05:00 |
Chris Simpkins
|
6a54bc6dab
|
Expand error annotations section with examples (#724)
* expand error annotations section with examples
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-05-29 02:43:22 +09:00 |
Eric Huss
|
d7067f19d2
|
Clarify lint vs fixed diagnostic.
|
2020-05-27 20:33:46 -05:00 |
Eric Huss
|
4d94eb902e
|
Updates from review.
|
2020-05-27 20:33:46 -05:00 |
Eric Huss
|
1e8a467bc2
|
Apply suggestions from code review
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
|
2020-05-27 20:33:46 -05:00 |
Eric Huss
|
39edbe59ed
|
Add some guidelines on diagnostics.
|
2020-05-27 20:33:46 -05:00 |
LeSeulArtichaut
|
aca2a716ea
|
Apply suggestions from code review
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-05-27 15:17:33 -05:00 |
LeSeulArtichaut
|
54d64bd8ac
|
Fix typo
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
|
2020-05-27 15:17:33 -05:00 |
LeSeulArtichaut
|
8bb723c673
|
Add definition of `niche` to the glossary
|
2020-05-27 15:17:33 -05:00 |
Eric Huss
|
6e2b70c9df
|
Move CLI to part 3.
|
2020-05-27 12:35:13 -05:00 |
Eric Huss
|
ba1a8dfd35
|
Apply suggestions from code review
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-05-27 12:35:13 -05:00 |
Eric Huss
|
fe96650d1a
|
Add some guidelines on the CLI.
|
2020-05-27 12:35:13 -05:00 |
Michael Bryan
|
6d5e0740f5
|
It looks like the high-level-overview was renamed (#721)
|
2020-05-28 00:04:56 +09:00 |
LeSeulArtichaut
|
4295e7b578
|
Add section for debugging rustc type layouts (#720)
|
2020-05-27 14:17:39 +02:00 |
Yuki Okushi
|
f53fc666ea
|
Rename `upvars` query to `upvars_mentioned`
|
2020-05-26 11:05:21 -05:00 |
Yuki Okushi
|
c2561c4351
|
Update docs related to const-eval/Miri (#676)
* Update docs related to const-eval
Co-authored-by: Ralf Jung <post@ralfj.de>
|
2020-05-25 17:23:15 +09:00 |
Adam Perry
|
d10f70b005
|
Extern blocks are allowed for #[track_caller] now. (#710)
since https://github.com/rust-lang/rust/pull/70916
|
2020-05-23 22:40:23 +02:00 |
Paul Daniel Faria
|
59c9fa7b3e
|
Fix BodyId link typo in glossary (#709)
* Fix BodyId link typo in glossary
* Fix broken link to rustc_middle's Predicate
|
2020-05-23 16:25:53 -04:00 |
Chris Simpkins
|
266ab6e3a9
|
typo fix (#706)
|
2020-05-19 11:30:27 +09:00 |
Jade McGough
|
7fb45e52e9
|
Add missing closing paren (#705)
|
2020-05-16 21:19:52 -04:00 |
Tshepang Lekhonkhobe
|
8e126df6fe
|
Update src/appendix/glossary.md
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
|
2020-05-11 23:52:00 +02:00 |
Tshepang Lekhonkhobe
|
d7649f4b44
|
glossary: make soundness definition more readable
|
2020-05-11 23:52:00 +02:00 |
Who? Me?!
|
95420468b9
|
fix links (#702)
|
2020-05-11 16:51:33 -03:00 |
Tshepang Lekhonkhobe
|
1caba74063
|
glossary: intro feels like not adding much (#699)
|
2020-05-11 07:57:46 +02:00 |
Who? Me?!
|
c386ec3d1a
|
Fix typo
|
2020-05-08 12:02:56 -05:00 |
Who? Me?!
|
b6d140f789
|
Typo
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
|
2020-05-08 09:42:27 -05:00 |
mark
|
d1bb132780
|
add some section headers
|
2020-05-08 09:42:27 -05:00 |
mark
|
1f6d127a70
|
move discussion of eager expansion to the end
|
2020-05-08 09:42:27 -05:00 |
Who? Me?!
|
9c7befcdd8
|
Use full path of span
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
|
2020-05-08 09:42:27 -05:00 |
Who? Me?!
|
2d639a3696
|
Typos
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
|
2020-05-08 09:42:27 -05:00 |
mark
|
7e916519ed
|
fix some links
|
2020-05-08 09:42:27 -05:00 |
mark
|
5dedd70447
|
fix line length
|
2020-05-08 09:42:27 -05:00 |
mark
|
bc9c0e6c35
|
SPRINKLE ALL THE THINGS
|
2020-05-08 09:42:27 -05:00 |
mark
|
a1cf766577
|
sprinkle around a bunch of links
|
2020-05-08 09:42:27 -05:00 |
mark
|
f05ff9c30d
|
expand notes on expansion heirarchies
|
2020-05-08 09:42:27 -05:00 |
mark
|
ba8620f34a
|
add a bit more info about eager exp
|
2020-05-08 09:42:27 -05:00 |
mark
|
e8f918c0ba
|
expand some notes about expansion :P
|
2020-05-08 09:42:27 -05:00 |
mark
|
0980ebf2c6
|
reorganize the macro expansion chapter
|
2020-05-08 09:42:27 -05:00 |
mark
|
3f23b32c63
|
add note about macros in parser chapter
|
2020-05-08 09:42:27 -05:00 |
mark
|
d62ed17895
|
reorder some chapters
|
2020-05-08 09:42:27 -05:00 |
mark
|
6ee323dce3
|
add a bit to syntax intro
|
2020-05-08 09:42:27 -05:00 |
mark
|
5d0cdc814a
|
add a bit to part 3 intro
|
2020-05-08 09:42:27 -05:00 |
mark
|
b8935a916b
|
get rid of old todo
|
2020-05-08 09:42:27 -05:00 |
mark
|
984d5a8b4d
|
finish going through discussion
|
2020-05-08 09:42:27 -05:00 |
mark
|
ff2f232772
|
more notetaking
|
2020-05-08 09:42:27 -05:00 |