| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2020-04-01 | add some type inference links, and fix/improve some stuff (#654) | Tshepang Lekhonkhobe | -8/+16 | |
| 2020-03-31 | it is rustc_parse, not rustc_parser | Tshepang Lekhonkhobe | -1/+1 | |
| 2020-03-31 | follow 4-space indent idiom | Tshepang Lekhonkhobe | -16/+17 | |
| 2020-03-31 | point to new Cranelift home | Tshepang Lekhonkhobe | -2/+2 | |
| 2020-03-31 | fix broken links | Adam Perry | -4/+4 | |
| 2020-03-31 | Implicit Caller Location section. | Adam Perry | -0/+281 | |
| 2020-03-31 | and a few more links | mark | -7/+6 | |
| 2020-03-31 | fix a few more links | mark | -8/+10 | |
| 2020-03-31 | QueryDescription has moved | Tshepang Lekhonkhobe | -1/+1 | |
| 2020-03-31 | Rename `librustc` to `librustc_middle` | LeSeulArtichaut | -123/+123 | |
| 2020-03-31 | Update reference to `has_any_child_of` in docs | ecstatic-morse | -5/+5 | |
| This function was obsoleted by `find_in_move_path_or_its_descendants`. | ||||
| 2020-03-28 | glossary: misc improvements (#638) | Tshepang Lekhonkhobe | -69/+69 | |
| 2020-03-27 | Fix typo (#635) | Alex Aktsipetrov | -3/+3 | |
| * Typo * Update src/queries/query-evaluation-model-in-detail.md Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com> | ||||
| 2020-03-26 | Update description of incremental compilation. | Michael Woerister | -27/+98 | |
| 2020-03-25 | Update high-level-overview.md | Alex Aktsipetrov | -2/+1 | |
| Remove an obsolete clarification about libsyntax and co. | ||||
| 2020-03-22 | minor grammar edit | Chris Simpkins | -1/+1 | |
| 2020-03-22 | change title | Chris Simpkins | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-22 | Update src/licenses.md | Chris Simpkins | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-22 | add rust-lang/rust license documentation | Chris Simpkins | -0/+6 | |
| 2020-03-22 | [stupid-stats] replace removed rustc_codegen_utils with rustc_codegen_ssa | Chris Simpkins | -1/+1 | |
| 2020-03-22 | run_compiler is exported by rustc_interface | George Fraser | -5/+4 | |
| 2020-03-21 | Fix reference | George Fraser | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-21 | Reference example from #621 | George Fraser | -0/+2 | |
| 2020-03-22 | Example of rustc interface (#621) | George Fraser | -0/+103 | |
| * Example of rustc interface (https://internals.rust-lang.org/t/using-the-rustc-interface-crate/11982) | ||||
| 2020-03-21 | Move GenericArgs chapter under ty (#624) | Who? Me?! | -1/+1 | |
| 2020-03-20 | words (#622) | Bastian Kauschke | -1/+1 | |
| 2020-03-17 | Fix typo (#618) | bjorn3 | -1/+1 | |
| 2020-03-17 | Update src/walkthrough.md | Santiago Pastorino | -1/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2020-03-17 | Update src/bug-fix-procedure.md | Santiago Pastorino | -2/+1 | |
| Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
