about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2019-02-18Add "memoise" to the glossaryvarkor-0/+1
2019-02-18Add "intern" to the glossaryvarkor-0/+1
2019-02-18Add "early-bound lifetime" and "late-bound lifetime" to the glossaryvarkor-0/+2
2019-02-18Add "item" to glossaryvarkor-0/+1
2019-02-18Add "lang item" to glossaryvarkor-0/+1
2019-02-06`_with_applicability` methods are goneZack M. Davis-7/+6
The simpler `span_suggestion` method name now takes the applicability argument, thanks to Andy Russell (rust-lang/rust@0897ffc28f6).
2019-01-30Merge pull request #270 from michaelwoerister/query-eval-model-updateMichael Woerister-57/+603
Add "The Query Evaluation Model in Detail" and "Incremental Compilation In Detail" chapters.
2019-01-30Add a more detailed description of how incremental compilation works.Michael Woerister-19/+376
2019-01-29add blurb about downloading artifacts; fix #77xMark Mansi-1/+20
2019-01-27better grouping, more linksMark Mansi-3/+7
2019-01-27TypoRalf Jung-1/+1
Co-Authored-By: mark-i-m <mark-i-m@users.noreply.github.com>
2019-01-27fix updating-docs link, add regression testMark Mansi-0/+15
2019-01-25add comments from sunjayMark Mansi-1/+4
2019-01-25add link to sunjay talkMark Mansi-0/+6
2019-01-23fix #182Mark Mansi-1/+2
2019-01-23update conventionsMark Mansi-1/+40
2019-01-23update text about copyright headersMark Mansi-5/+6
2019-01-23Add "The Query Evaluation Model in Detail" Chapter.Michael Woerister-54/+243
2019-01-22Merge pull request #266 from rchaser53/fix-miriOliver Scherer-2/+2
fix unwrap_u64 and to_raw_bits
2019-01-21Fix TokenStream linkOliver Scherer-1/+1
2019-01-22fix unwrap_u64 and to_raw_bitsrchaser53-2/+2
2019-01-19fix related miri variablesrchaser53-11/+11
rename variables like below - Value => ConstValue - PrimVal => Scalar - Value::ByVal => ConstValue::Scalar - Value::ByValPair => ConstValue::ScalarPair
2019-01-18better titles a la Nikomark-3/+3
2019-01-18Reorganize the book into 3 partsmark-10/+41
2019-01-18Typo + minor editsWho? Me?!-3/+3
2019-01-18Fix relative linkWho? Me?!-1/+1
2019-01-18Update the doc related to complier loggingking6cong-44/+15
2019-01-17Update stabilization_guide.mdWho? Me?!-2/+2
2019-01-17issue 130 stabilization guideRajkumar Natarajan-17/+16
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17issue 130 stabilization guideRajkumar Natarajan-5/+4
2019-01-17issue 130 stabilization guideRajkumar Natarajan-4/+4
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17issue_180 incorporated the review commentsRajkumar Natarajan-83/+74
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+3
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+3
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-2/+2
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17issue_130_stabilization_guideRajkumar Natarajan-0/+182
2019-01-11Merge pull request #234 from mark-i-m/mir_borrowckNiko Matsakis-30/+188
Fill out the borrowck chapter a bit more
2019-01-04Mention old incr. comp. design docIgor Matuszewski-0/+3
2019-01-01Add IRLO to glossaryPhilipp Hansch-0/+1
Someone was asking on Discord what it stands for. It's sometimes used in GitHub issues, Twitter and other places.
2018-12-23Fix formatting, follow 100 char line length limitednix-1/+3
No idea why the Markdown stuff got dropped last time. Hopefully everything is fine now.
2018-12-23Do what the last commit said it didednix-1/+1
2018-12-23Clarify line about RLS being unable to handle rustcednix-16/+14
I based this clarification on this [answer](https://www.reddit.com/r/rust/comments/a8mk33/question_about_a_line_from_the_rust_compiler_book/ecbx1ma/) to my question on Reddit.
2018-12-23Fix linkWho? Me?!-1/+1