about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2020-04-01add some type inference links, and fix/improve some stuff (#654)Tshepang Lekhonkhobe-8/+16
2020-03-31it is rustc_parse, not rustc_parserTshepang Lekhonkhobe-1/+1
2020-03-31follow 4-space indent idiomTshepang Lekhonkhobe-16/+17
2020-03-31point to new Cranelift homeTshepang Lekhonkhobe-2/+2
2020-03-31fix broken linksAdam Perry-4/+4
2020-03-31Implicit Caller Location section.Adam Perry-0/+281
2020-03-31and a few more linksmark-7/+6
2020-03-31fix a few more linksmark-8/+10
2020-03-31QueryDescription has movedTshepang Lekhonkhobe-1/+1
2020-03-31Rename `librustc` to `librustc_middle`LeSeulArtichaut-123/+123
2020-03-31Update reference to `has_any_child_of` in docsecstatic-morse-5/+5
This function was obsoleted by `find_in_move_path_or_its_descendants`.
2020-03-28glossary: misc improvements (#638)Tshepang Lekhonkhobe-69/+69
2020-03-27Fix 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-26Update description of incremental compilation.Michael Woerister-27/+98
2020-03-25Update high-level-overview.mdAlex Aktsipetrov-2/+1
Remove an obsolete clarification about libsyntax and co.
2020-03-22minor grammar editChris Simpkins-1/+1
2020-03-22change titleChris Simpkins-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-03-22Update src/licenses.mdChris Simpkins-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-03-22add rust-lang/rust license documentationChris Simpkins-0/+6
2020-03-22[stupid-stats] replace removed rustc_codegen_utils with rustc_codegen_ssaChris Simpkins-1/+1
2020-03-22run_compiler is exported by rustc_interfaceGeorge Fraser-5/+4
2020-03-21Fix referenceGeorge Fraser-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-03-21Reference example from #621George Fraser-0/+2
2020-03-22Example 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-21Move GenericArgs chapter under ty (#624)Who? Me?!-1/+1
2020-03-20words (#622)Bastian Kauschke-1/+1
2020-03-17Fix typo (#618)bjorn3-1/+1
2020-03-17Update src/walkthrough.mdSantiago Pastorino-1/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-03-17Update src/bug-fix-procedure.mdSantiago Pastorino-2/+1
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
2020-03-17use-jemalloc -> jemallocSantiago Pastorino-1/+1
2020-03-17Fix line lengthsSantiago Pastorino-12/+12
2020-03-17Remove typoSantiago Pastorino-1/+1
2020-03-17This page is diagnostics.html nowSantiago Pastorino-1/+1
2020-03-17It may Take a lot of time instead of 2 hoursSantiago Pastorino-2/+2
2020-03-17All the text is at the time of this writingSantiago Pastorino-3/+2
2020-03-17Suites are defined in enum ModeSantiago Pastorino-1/+1
2020-03-17This is no longer true since rust#49219Santiago Pastorino-2/+1
2020-03-17Avoid as of this writing given that everything is as of this writing :)Santiago Pastorino-3/+3
2020-03-17Rephrase where compiletest is locatedSantiago Pastorino-4/+4
2020-03-17Add some more info to param_env (#610)Who? Me?!-10/+49
* add some more info to param_env * Remove some trailing spaces Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-16Changed rustc-ty link to go to first messageSolomon Ucko-1/+1
2020-03-16Change Rust Koans link to point to first koanSolomon Ucko-1/+1
2020-03-17Fix broken link (#612)Who? Me?!-1/+1
2020-03-16quote some commands by to make the style more consistent (#611)DillionMango-7/+7
2020-03-15Clarify sentence meaningYoungsuk Kim-1/+1
2020-03-15Fix broken linkYuki Okushi-1/+1
2020-03-12Fix sentence grammarWho? Me?!-3/+2
2020-03-12Use common (American) spellingsWho? Me?!-11/+11
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-12Update src/backend/codegen.mdWho? Me?!-1/+1
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-12update backend chapters from nagisa's notesMark Mansi-32/+151