Commit Graph

601 Commits

Author SHA1 Message Date
Alexey Shmalko c12d35804d Update lowering-module test case 2019-04-23 12:30:52 -05:00
Alexey Shmalko 52b2f710f8 Update BodyId description
It is now a newtype'd HirId, not NodeId.

See https://github.com/rust-lang/rust/pull/58167.
2019-04-20 09:57:54 -05:00
Alexey Shmalko 59f8f083df Update test-implementation chapter to current code
`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-17 22:28:36 -05:00
Mark Mansi 1cbf18e860 update chalk with new organization 2019-04-16 16:23:26 -05:00
Mark Mansi caa5110dc0 move to subsection 2019-04-16 15:37:46 -05:00
Mark Mansi 6c7aa77f20 fix MovePathIndex link 2019-04-16 15:37:11 -05:00
Alexey Shmalko d4ec0c2edb Update query chapter for the query macro rewrite
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 15:36:32 -05:00
Zack M. Davis b12843b084 subchapter with information about `--error-format json` 2019-04-16 14:10:52 -05:00
Krishna Sannasi d73b85a6ae Update query-evaluation-model-in-detail.md
Fix typo in the example
2019-04-13 13:13:28 -05:00
mark 91e21a130e oops 2019-03-23 18:39:14 -05:00
mark d863c0868e Use eddyb's suggestion from #11 about logging 2019-03-23 18:39:14 -05:00
Denys Zariaiev 5ac9862f92 Add a note about `assembly` test suite. 2019-03-22 16:30:05 -05:00
Dan Robertson cebb3ca661 Update link to debugging codegen 2019-03-22 16:29:47 -05:00
Alexander Regueiro dbffbfcc6b Small fix to code for checking feature gate 2019-03-22 15:50:31 -05:00
Zoxc ffdc1563c6 Merge pull request #288 from mark-i-m/fix-links
Fix links
2019-03-20 08:02:50 +01:00
mark 7e2b64e262 address Zoxc's comments 2019-03-19 19:02:59 -05:00
Santiago Pastorino 9e92844a9e Add experts map section to compiler team page 2019-03-15 17:32:05 -05:00
varkor a15c2737ca Fix mask -> tag terminology 2019-03-15 17:30:37 -05:00
Mark Mansi c802e54d6d update rustc driver chapters 2019-03-15 17:25:12 -05:00
Mark Mansi 55856e4162 chalk has moved to rust-lang 2019-03-15 17:24:46 -05:00
Niko Matsakis be8685ab1f Merge pull request #273 from mark-i-m/conventions
Update Conventions chapters, add chapter on dependencies
2019-03-13 13:44:02 -04:00
Mark Mansi 0e93af6741 update mdbook 2019-03-01 17:16:50 -06:00
Mark Mansi 1714da2ae7 fix link 2019-02-23 18:14:47 -06:00
Mark Mansi 2a74e5f5ce Organize and finish debugging chapters 2019-02-23 18:14:47 -06:00
Who? Me?! ab2452dcd0 Update src/implementing_new_features.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23 18:12:58 -06:00
Who? Me?! b150cc7b63 Update src/implementing_new_features.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23 18:12:58 -06:00
Who? Me?! d234ee80bd Update src/implementing_new_features.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23 18:12:58 -06:00
Rajkumar Natarajan aac85f1520 issue_130_7 updated with review comments 2019-02-23 18:12:58 -06:00
Who? Me?! c591deffc1 Update src/implementing_new_feature.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23 18:12:58 -06:00
Who? Me?! 00d46e9119 Update src/implementing_new_feature.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23 18:12:58 -06:00
Who? Me?! 3c4f0bb33e Update src/implementing_new_feature.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23 18:12:58 -06:00
Who? Me?! 6e7e27ac7a Update src/implementing_new_feature.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23 18:12:58 -06:00
Who? Me?! 18a3ac0aa9 Update src/SUMMARY.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-02-23 18:12:58 -06:00
Rajkumar Natarajan e199a75247 issue_130_7 implementing new features 2019-02-23 18:12:58 -06:00
Alexander Regueiro acd8644cb9 Small clarifications to glossary definitions 2019-02-18 20:14:41 -06:00
varkor 85431b8b4c Ignore Rust snippet 2019-02-18 17:48:15 -06:00
varkor 4bd78b5135 Add more information and an example to Kind chapter 2019-02-18 17:48:15 -06:00
varkor 24f3f5794f Add preliminary chapter on kinds 2019-02-18 17:48:15 -06:00
varkor ff1aa7ce79 Add "drop glue" to the glossary 2019-02-18 12:34:28 -06:00
varkor 6c2df26620 Add "memoise" to the glossary 2019-02-18 12:34:28 -06:00
varkor c82ef39c09 Add "intern" to the glossary 2019-02-18 12:34:28 -06:00
varkor f387e3fb99 Add "early-bound lifetime" and "late-bound lifetime" to the glossary 2019-02-18 12:34:28 -06:00
varkor a01bd50010 Add "item" to glossary 2019-02-18 12:34:28 -06:00
varkor 18029db370 Add "lang item" to glossary 2019-02-18 12:34:28 -06:00
Zack M. Davis c0600a96b3 `_with_applicability` methods are gone
The simpler `span_suggestion` method name now takes the applicability
argument, thanks to Andy Russell (rust-lang/rust@0897ffc28f).
2019-02-06 10:31:58 -06:00
Michael Woerister 1ad362e6d6 Merge pull request #270 from michaelwoerister/query-eval-model-update
Add "The Query Evaluation Model in Detail" and "Incremental Compilation In Detail" chapters.
2019-01-30 13:30:48 +01:00
Michael Woerister b8af56c8ac Add a more detailed description of how incremental compilation works. 2019-01-30 13:13:16 +01:00
Mark Mansi 72b9911979 add blurb about downloading artifacts; fix #77x 2019-01-29 11:16:11 -06:00
Mark Mansi 5e3be2aa64 better grouping, more links 2019-01-27 19:58:43 -06:00
Ralf Jung 328e99ad23 Typo
Co-Authored-By: mark-i-m <mark-i-m@users.noreply.github.com>
2019-01-27 19:58:43 -06:00