| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-18 | Add "memoise" to the glossary | varkor | -0/+1 | |
| 2019-02-18 | Add "intern" to the glossary | varkor | -0/+1 | |
| 2019-02-18 | Add "early-bound lifetime" and "late-bound lifetime" to the glossary | varkor | -0/+2 | |
| 2019-02-18 | Add "item" to glossary | varkor | -0/+1 | |
| 2019-02-18 | Add "lang item" to glossary | varkor | -0/+1 | |
| 2019-02-06 | `_with_applicability` methods are gone | Zack 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-30 | Merge pull request #270 from michaelwoerister/query-eval-model-update | Michael Woerister | -57/+603 | |
| Add "The Query Evaluation Model in Detail" and "Incremental Compilation In Detail" chapters. | ||||
| 2019-01-30 | Add a more detailed description of how incremental compilation works. | Michael Woerister | -19/+376 | |
| 2019-01-29 | add blurb about downloading artifacts; fix #77x | Mark Mansi | -1/+20 | |
| 2019-01-27 | better grouping, more links | Mark Mansi | -3/+7 | |
| 2019-01-27 | Typo | Ralf Jung | -1/+1 | |
| Co-Authored-By: mark-i-m <mark-i-m@users.noreply.github.com> | ||||
| 2019-01-27 | fix updating-docs link, add regression test | Mark Mansi | -0/+15 | |
| 2019-01-25 | add comments from sunjay | Mark Mansi | -1/+4 | |
| 2019-01-25 | add link to sunjay talk | Mark Mansi | -0/+6 | |
| 2019-01-23 | fix #182 | Mark Mansi | -1/+2 | |
| 2019-01-23 | update conventions | Mark Mansi | -1/+40 | |
| 2019-01-23 | update text about copyright headers | Mark Mansi | -5/+6 | |
| 2019-01-23 | Add "The Query Evaluation Model in Detail" Chapter. | Michael Woerister | -54/+243 | |
| 2019-01-22 | Merge pull request #266 from rchaser53/fix-miri | Oliver Scherer | -2/+2 | |
| fix unwrap_u64 and to_raw_bits | ||||
| 2019-01-21 | Fix TokenStream link | Oliver Scherer | -1/+1 | |
| 2019-01-22 | fix unwrap_u64 and to_raw_bits | rchaser53 | -2/+2 | |
| 2019-01-19 | fix related miri variables | rchaser53 | -11/+11 | |
| rename variables like below - Value => ConstValue - PrimVal => Scalar - Value::ByVal => ConstValue::Scalar - Value::ByValPair => ConstValue::ScalarPair | ||||
| 2019-01-18 | better titles a la Niko | mark | -3/+3 | |
| 2019-01-18 | Reorganize the book into 3 parts | mark | -10/+41 | |
| 2019-01-18 | Typo + minor edits | Who? Me?! | -3/+3 | |
| 2019-01-18 | Fix relative link | Who? Me?! | -1/+1 | |
| 2019-01-18 | Update the doc related to complier logging | king6cong | -44/+15 | |
| 2019-01-17 | Update stabilization_guide.md | Who? Me?! | -2/+2 | |
| 2019-01-17 | issue 130 stabilization guide | Rajkumar Natarajan | -17/+16 | |
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | issue 130 stabilization guide | Rajkumar Natarajan | -5/+4 | |
| 2019-01-17 | issue 130 stabilization guide | Rajkumar Natarajan | -4/+4 | |
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | issue_180 incorporated the review comments | Rajkumar Natarajan | -83/+74 | |
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+3 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+3 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -2/+2 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | issue_130_stabilization_guide | Rajkumar Natarajan | -0/+182 | |
| 2019-01-11 | Merge pull request #234 from mark-i-m/mir_borrowck | Niko Matsakis | -30/+188 | |
| Fill out the borrowck chapter a bit more | ||||
| 2019-01-04 | Mention old incr. comp. design doc | Igor Matuszewski | -0/+3 | |
| 2019-01-01 | Add IRLO to glossary | Philipp 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-23 | Fix formatting, follow 100 char line length limit | ednix | -1/+3 | |
| No idea why the Markdown stuff got dropped last time. Hopefully everything is fine now. | ||||
| 2018-12-23 | Do what the last commit said it did | ednix | -1/+1 | |
| 2018-12-23 | Clarify line about RLS being unable to handle rustc | ednix | -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-23 | Fix link | Who? Me?! | -1/+1 | |
