about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2020-04-25Fix links.Charles Lew-17/+12
2020-04-25Address review comments.Charles Lew-85/+726
2020-04-25Fix links and CI error.Charles Lew-9/+10
2020-04-25Remove details about chalk and point to Chalk Book instead.Charles Lew-3183/+48
2020-04-24treat-err-as-bug=n means panic on nth errorSantiago Pastorino-5/+5
2020-04-20Replace `rustc` with `rustc_middle` (#680)Bastian Kauschke-4/+4
2020-04-19TypoWho? Me?!-1/+1
2020-04-19review comments: move text to more relevant sectionEsteban Küber-108/+105
2020-04-19Add diagnostics ICE-breakers pageEsteban Küber-0/+148
2020-04-19Fix typo (#678)Santiago Pastorino-1/+1
2020-04-18Apply suggestions from ZoxcYuki Okushi-2/+2
2020-04-18Apply feedback.Michael Woerister-7/+10
2020-04-18Add documentation about incr. comp. query attributes and the projection ↵Michael Woerister-0/+89
query pattern.
2020-04-19Fix some whitespace (#677)Who? Me?!-2/+1
2020-04-18Apply suggestions from code reviewYuki Okushi-3/+3
Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>
2020-04-18add link to intrinsicmark-3/+5
2020-04-18Remove various todos Who? Me?!-9/+5
With some items added to https://github.com/rust-lang/rustc-dev-guide/issues/674 Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com>
2020-04-18line lengthmark-1/+2
2020-04-18[overview.md] add lexer updates, parser updatesChris Simpkins-15/+11
includes feedback from matklad (lexer) and centril (parser)
2020-04-18[overview.md] add initial parser documentationChris Simpkins-2/+27
2020-04-18fix linksmark-7/+7
2020-04-18add intrinsics to glossarymark-0/+1
2020-04-18minor wording change on bootstrappingmark-5/+6
2020-04-18update mono entry pointsmark-1/+1
2020-04-18[overview.md] add documentation of lexer support for Unicode encodingChris Simpkins-2/+2
2020-04-18correct entry points for codegenmark-3/+3
2020-04-18some cleanupmark-5/+1
2020-04-18add entry points for type check and type inferencemark-1/+3
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-04-18add a para on interning and arenasmark-2/+10
2020-04-18[overview.md] add parser entry point linksChris Simpkins-1/+4
2020-04-18fix lexer entry pointmark-1/+1
2020-04-18Improve wordingWho? Me?!-1/+1
Co-Authored-By: Santiago Pastorino <spastorino@gmail.com>
2020-04-18add an entry pointmark-1/+2
2020-04-18remove a todomark-1/+1
2020-04-18fix linksmark-1/+2
2020-04-18line lengthsmark-5/+19
2020-04-18add a few todosmark-0/+5
2020-04-18write a bit about bootstrappingmark-1/+17
2020-04-18add a note on tcx namemark-1/+4
2020-04-18break long sentencemark-2/+2
2020-04-18Improve description of MIRmark-3/+4
Co-Authored-By: Centril <twingoow@gmail.com>
2020-04-18correct the note about HAIRmark-4/+4
2020-04-18mention token stream as an IRmark-1/+4
2020-04-18mention the hairmark-0/+3
2020-04-18Add some entry pointsmark-6/+5
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-04-18fix old rustc-dev-guide linksmark-21/+21
2020-04-18Update src/overview.mdChris Simpkins-1/+1
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-04-18Update src/overview.mdChris Simpkins-1/+1
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-04-18[overview.md] Add command line argument parsing, lexer stages, and parser ↵Chris Simpkins-66/+66
outline
2020-04-18Apply Centril suggestionsmark-13/+12
Co-Authored-By: Centril <twingoow@gmail.com>