| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-18 | fix lexer entry point | mark | -1/+1 | |
| 2020-04-18 | Improve wording | Who? Me?! | -1/+1 | |
| Co-Authored-By: Santiago Pastorino <spastorino@gmail.com> | ||||
| 2020-04-18 | add an entry point | mark | -1/+2 | |
| 2020-04-18 | remove a todo | mark | -1/+1 | |
| 2020-04-18 | fix links | mark | -1/+2 | |
| 2020-04-18 | line lengths | mark | -5/+19 | |
| 2020-04-18 | add a few todos | mark | -0/+5 | |
| 2020-04-18 | write a bit about bootstrapping | mark | -1/+17 | |
| 2020-04-18 | add a note on tcx name | mark | -1/+4 | |
| 2020-04-18 | break long sentence | mark | -2/+2 | |
| 2020-04-18 | Improve description of MIR | mark | -3/+4 | |
| Co-Authored-By: Centril <twingoow@gmail.com> | ||||
| 2020-04-18 | correct the note about HAIR | mark | -4/+4 | |
| 2020-04-18 | mention token stream as an IR | mark | -1/+4 | |
| 2020-04-18 | mention the hair | mark | -0/+3 | |
| 2020-04-18 | Add some entry points | mark | -6/+5 | |
| Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com> | ||||
| 2020-04-18 | fix old rustc-dev-guide links | mark | -21/+21 | |
| 2020-04-18 | Update src/overview.md | Chris Simpkins | -1/+1 | |
| Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com> | ||||
| 2020-04-18 | Update src/overview.md | Chris 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-18 | Apply Centril suggestions | mark | -13/+12 | |
| Co-Authored-By: Centril <twingoow@gmail.com> | ||||
| 2020-04-18 | correct a few links | mark | -7/+3 | |
| 2020-04-18 | add overview | mark | -2/+325 | |
| 2020-04-17 | Start 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-12 | codegen tests: add link to LLVM FileCheck docs (#673) | Ralf Jung | -0/+2 | |
| 2020-04-08 | Add section describing source file checksums in debug info | Arlo Siemsen | -4/+39 | |
| 2020-04-08 | fix a link (#672) | Who? Me?! | -1/+1 | |
| 2020-04-07 | mark-i-m review edits | Chris Simpkins | -6/+6 | |
| 2020-04-07 | consistent section title casing | Chris Simpkins | -3/+3 | |
| 2020-04-07 | update about-this-guide.md with new Guide sections | Chris Simpkins | -11/+11 | |
| 2020-04-06 | Reorganize 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-06 | Remove duplicate trait reference entry from glossary, fix alphabetical sorting | Paul Daniel Faria | -3/+2 | |
| 2020-04-05 | update to mdbook 0.3.5 | mark | -1/+1 | |
| 2020-04-05 | Rework commit message | LeSeulArtichaut | -3/+11 | |
| 2020-04-05 | Note that the invocation now are aliases | LeSeulArtichaut | -0/+5 | |
| 2020-04-05 | Change ICE-breaker ping to use the aliases | LeSeulArtichaut | -2/+2 | |
| Related to rust-lang/rust#69949 | ||||
| 2020-04-05 | Wrap link in borrow_check.md to satify line length checks | Paul Daniel Faria | -2/+2 | |
| 2020-04-05 | Add 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-04 | remove stupid-stats, and some references to removed API | Tshepang Lekhonkhobe | -431/+10 | |
| 2020-04-04 | Update .gitignore | Who? Me?! | -0/+3 | |
| 2020-04-04 | [README.md] add build instructions, link check config instructions, link ↵ | Chris Simpkins | -6/+62 | |
| check error documentation | ||||
| 2020-04-04 | add pre-requisite for calling into compiler API (#663) | Tshepang Lekhonkhobe | -0/+4 | |
| 2020-04-03 | Add BodyId to glossary, and links for ids to HIR identifiers section (#660) | Paul Daniel Faria | -3/+4 | |
| 2020-04-02 | Update some projects locations (#658) | Santiago Pastorino | -11/+11 | |
| 2020-04-01 | Shorten line | Who? Me?! | -1/+1 | |
| 2020-04-01 | Update src/SUMMARY.md | George Fraser | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-04-01 | Update src/rustc-driver-interacting-with-the-ast.md | George Fraser | -2/+2 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-04-01 | How to get the type of an expression using rustc_interface | George Fraser | -0/+42 | |
| 2020-04-01 | Remove left overs from HackMD migration (#655) | Santiago Pastorino | -4/+0 | |
| 2020-04-01 | Resolver trait moved (#652) | Tshepang Lekhonkhobe | -2/+3 | |
| 2020-04-01 | add link for Resolver::resolve_crate (#653) | Tshepang Lekhonkhobe | -1/+3 | |
