about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2020-05-23Extern blocks are allowed for #[track_caller] now. (#710)Adam Perry-1/+0
since https://github.com/rust-lang/rust/pull/70916
2020-05-23Fix BodyId link typo in glossary (#709)Paul Daniel Faria-2/+2
* Fix BodyId link typo in glossary * Fix broken link to rustc_middle's Predicate
2020-05-19typo fix (#706)Chris Simpkins-1/+1
2020-05-16Add missing closing paren (#705)Jade McGough-1/+1
2020-05-11Update src/appendix/glossary.mdTshepang Lekhonkhobe-1/+1
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-05-11glossary: make soundness definition more readableTshepang Lekhonkhobe-1/+1
2020-05-11fix links (#702)Who? Me?!-2/+2
2020-05-11glossary: intro feels like not adding much (#699)Tshepang Lekhonkhobe-4/+0
2020-05-08Fix typoWho? Me?!-1/+1
2020-05-08TypoWho? Me?!-1/+1
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
2020-05-08add some section headersmark-22/+28
2020-05-08move discussion of eager expansion to the endmark-28/+32
2020-05-08Use full path of spanWho? Me?!-1/+1
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
2020-05-08TyposWho? Me?!-24/+24
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
2020-05-08fix some linksmark-3/+3
2020-05-08fix line lengthmark-1/+3
2020-05-08SPRINKLE ALL THE THINGSmark-34/+57
2020-05-08sprinkle around a bunch of linksmark-37/+85
2020-05-08expand notes on expansion heirarchiesmark-57/+128
2020-05-08add a bit more info about eager expmark-7/+14
2020-05-08expand some notes about expansion :Pmark-39/+104
2020-05-08reorganize the macro expansion chaptermark-182/+201
2020-05-08add note about macros in parser chaptermark-0/+5
2020-05-08reorder some chaptersmark-2/+2
2020-05-08add a bit to syntax intromark-0/+5
2020-05-08add a bit to part 3 intromark-1/+3
2020-05-08get rid of old todomark-2/+0
2020-05-08finish going through discussionmark-277/+89
2020-05-08more notetakingmark-114/+34
2020-05-08start working through discussionmark-198/+51
2020-05-08some cleanup in the macros chaptermark-164/+58
2020-05-07Reference complete examplesGeorge Fraser-133/+222
2020-05-07Line lengthGeorge Fraser-1/+3
2020-05-07Example of getting diagnosticsGeorge Fraser-0/+102
2020-05-07Added link to the `ty::Adt` (#696)Hanif Ariffin-4/+4
* Added link to the `ty::Adt` * Formatting fixes Thanks @JohnTitor Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-06typoWho? Me?!-2/+2
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-06add a bit more on parallel compilationmark-0/+46
2020-05-03Reduce cache timeout to catch broken links faster.Who? Me?!-1/+1
2020-05-02Fix example for winnowingBastian Kauschke-4/+8
2020-05-01improve info regarding incremental a littleTshepang Lekhonkhobe-2/+2
2020-05-01I confirmed thisTshepang Lekhonkhobe-1/+1
2020-04-30tidyWho? Me?!-1/+3
2020-04-30Update src/queries/incremental-compilation.md Hanif Ariffin-1/+1
Removed `at`. Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-04-30Hide link behind a clickable textHanif Ariffin-1/+3
It currently does not appear as a clickable link here https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation.html Additionally, this is a particularly long and nasty link.
2020-04-30Minute formatting fixHanif Ariffin-1/+1
2020-04-28It's just ICE-breaker (#685)Santiago Pastorino-1/+1
2020-04-27Remove extra theSantiago Pastorino-1/+1
2020-04-27Fix sub-diagnostic typoSantiago Pastorino-1/+1
2020-04-25remove info about diag ice breakers; doesn't exist yet (#682)Who? Me?!-43/+0
2020-04-25Address review comments.Charles Lew-4/+6
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>