| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-23 | Update lowering-module test case | Alexey Shmalko | -9/+8 | |
| 2019-04-20 | [canonicalization] fix result canonicalization example | Alexey Shmalko | -6/+6 | |
| 2019-04-20 | Update BodyId description | Alexey Shmalko | -2/+2 | |
| It is now a newtype'd HirId, not NodeId. See https://github.com/rust-lang/rust/pull/58167. | ||||
| 2019-04-17 | Update test-implementation chapter to current code | Alexey Shmalko | -10/+8 | |
| `test_main_static` is now used instead of `test_static_main`. The libsyntax no longer generates a `TESTS` constant but rather passes all test cases directly into `test_main_static` as a slice. Update the guide accordingly. | ||||
| 2019-04-16 | update chalk with new organization | Mark Mansi | -33/+34 | |
| 2019-04-16 | move to subsection | Mark Mansi | -36/+37 | |
| 2019-04-16 | fix MovePathIndex link | Mark Mansi | -8/+6 | |
| 2019-04-16 | Update query chapter for the query macro rewrite | Alexey Shmalko | -32/+44 | |
| There was a big macro rewrite in these pull requests: https://github.com/rust-lang/rust/pull/56462 https://github.com/rust-lang/rust/pull/59517 Update the query chapter to describe the new macro usage. | ||||
| 2019-04-16 | subchapter with information about `--error-format json` | Zack M. Davis | -0/+37 | |
| 2019-04-13 | Update query-evaluation-model-in-detail.md | Krishna Sannasi | -1/+1 | |
| Fix typo in the example | ||||
| 2019-03-23 | oops | mark | -1/+1 | |
| 2019-03-23 | Use eddyb's suggestion from #11 about logging | mark | -3/+4 | |
| 2019-03-22 | Add a note about `assembly` test suite. | Denys Zariaiev | -0/+2 | |
| 2019-03-22 | Update link to debugging codegen | Dan Robertson | -2/+2 | |
| 2019-03-22 | Small fix to code for checking feature gate | Alexander Regueiro | -1/+1 | |
| 2019-03-20 | Merge pull request #288 from mark-i-m/fix-links | Zoxc | -94/+81 | |
| Fix links | ||||
| 2019-03-19 | address Zoxc's comments | mark | -1/+12 | |
| 2019-03-15 | Add experts map section to compiler team page | Santiago Pastorino | -0/+8 | |
| 2019-03-15 | Fix mask -> tag terminology | varkor | -1/+1 | |
| 2019-03-15 | update rustc driver chapters | Mark Mansi | -56/+32 | |
| 2019-03-15 | chalk has moved to rust-lang | Mark Mansi | -36/+36 | |
| 2019-03-13 | Merge pull request #273 from mark-i-m/conventions | Niko Matsakis | -6/+46 | |
| Update Conventions chapters, add chapter on dependencies | ||||
| 2019-03-01 | update mdbook | Mark Mansi | -1/+1 | |
| 2019-02-23 | fix link | Mark Mansi | -1/+1 | |
| 2019-02-23 | Organize and finish debugging chapters | Mark Mansi | -210/+241 | |
| 2019-02-23 | Update src/implementing_new_features.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_features.md | Who? Me?! | -1/+2 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_features.md | Who? Me?! | -1/+2 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | issue_130_7 updated with review comments | Rajkumar Natarajan | -136/+172 | |
| 2019-02-23 | Update src/implementing_new_feature.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_feature.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_feature.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/implementing_new_feature.md | Who? Me?! | -2/+2 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | Update src/SUMMARY.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-02-23 | issue_130_7 implementing new features | Rajkumar Natarajan | -0/+136 | |
| 2019-02-18 | Small clarifications to glossary definitions | Alexander Regueiro | -3/+3 | |
| 2019-02-18 | Ignore Rust snippet | varkor | -1/+1 | |
| 2019-02-18 | Add more information and an example to Kind chapter | varkor | -22/+40 | |
| 2019-02-18 | Add preliminary chapter on kinds | varkor | -2/+36 | |
| 2019-02-18 | Add "drop glue" to the glossary | varkor | -0/+1 | |
| 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 | |
