about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
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>
2020-04-18correct a few linksmark-7/+3
2020-04-18add overviewmark-2/+325
2020-04-17Start with the basics (#675)Jan-Erik Rediger-2/+10
* The very first step should be to clone the repository * Make the command copy-able By having the plain command users can select and copy the text and paste it, without needing to fiddle around to remove extra characters. Now that the previous command switched directories it is not necessary to be called out here again either. * Update src/building/how-to-build-and-run.md Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-04-12codegen tests: add link to LLVM FileCheck docs (#673)Ralf Jung-0/+2
2020-04-08Add section describing source file checksums in debug infoArlo Siemsen-4/+39
2020-04-08fix a link (#672)Who? Me?!-1/+1
2020-04-07mark-i-m review editsChris Simpkins-6/+6
2020-04-07consistent section title casingChris Simpkins-3/+3
2020-04-07update about-this-guide.md with new Guide sectionsChris Simpkins-11/+11
2020-04-06Reorganize the guide (#651)Who? Me?!-60/+139
* start on guide reorg * backend intro * part 2, 3, 4 intros * some missing files * Fix typos Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com> Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com> * add links from intro * rename compiler source chapter and add placeholder for overview * rename parts, mv rustc_driver to part 3, make syntax chapter * update part intros * add syntax ch intro * address review comments * Better overview chapter placeholder Co-Authored-By: Chris Simpkins <git.simpkins@gmail.com> * fix link Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com> Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
2020-04-06Remove duplicate trait reference entry from glossary, fix alphabetical sortingPaul Daniel Faria-3/+2
2020-04-05update to mdbook 0.3.5mark-1/+1
2020-04-05Rework commit messageLeSeulArtichaut-3/+11
2020-04-05Note that the invocation now are aliasesLeSeulArtichaut-0/+5
2020-04-05Change ICE-breaker ping to use the aliasesLeSeulArtichaut-2/+2
Related to rust-lang/rust#69949
2020-04-05Wrap link in borrow_check.md to satify line length checksPaul Daniel Faria-2/+2
2020-04-05Add ids to all glossary items, make existing glossary links point to ↵Paul Daniel Faria-89/+90
glossary, add links for def id in query.md
2020-04-04remove stupid-stats, and some references to removed APITshepang Lekhonkhobe-431/+10
2020-04-04Update .gitignoreWho? Me?!-0/+3