Commit Graph

778 Commits

Author SHA1 Message Date
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
Mark Mansi 986d371cb0 fix updating-docs link, add regression test 2019-01-27 19:58:43 -06:00
Mark Mansi 8e9e120bfd add comments from sunjay 2019-01-25 13:37:54 -06:00
Mark Mansi 0a357aaf8b add link to sunjay talk 2019-01-25 13:37:54 -06:00
Mark Mansi dba629782a fix #182 2019-01-23 22:26:15 -06:00
Mark Mansi c79621e333 update conventions 2019-01-23 12:56:40 -06:00
Mark Mansi 1d57e3bdd1 update text about copyright headers 2019-01-23 12:41:18 -06:00
Michael Woerister d9ec22b420 Add "The Query Evaluation Model in Detail" Chapter. 2019-01-23 15:37:14 +01:00
Oliver Scherer 4fbf0b9cd4 Merge pull request #266 from rchaser53/fix-miri
fix unwrap_u64 and to_raw_bits
2019-01-22 09:25:17 +01:00
Oliver Scherer 6f0262c4c7 Fix TokenStream link 2019-01-21 14:54:10 -06:00
rchaser53 45134abffe fix unwrap_u64 and to_raw_bits 2019-01-22 00:24:36 +09:00
Oliver Scherer 15b618c6e3 Merge pull request #264 from rchaser53/rename-variables-related-miri
fix related miri variables
2019-01-21 10:27:57 +01:00
rchaser53 a626917262 fix related miri variables
rename variables like below
 - Value => ConstValue
 - PrimVal => Scalar
 - Value::ByVal => ConstValue::Scalar
 - Value::ByValPair => ConstValue::ScalarPair
2019-01-19 23:48:13 +09:00
mark f12784bc2e better titles a la Niko 2019-01-18 15:51:53 -06:00
mark b2fddde554 Reorganize the book into 3 parts 2019-01-18 15:51:53 -06:00
Who? Me?! b181fb01ee Typo + minor edits 2019-01-18 14:36:52 -06:00
Who? Me?! c7503c1f81 Fix relative link 2019-01-18 14:09:30 -06:00
king6cong 1510687145 Update the doc related to complier logging 2019-01-18 13:25:19 -06:00
Who? Me?! cdd17886a2 Update stabilization_guide.md 2019-01-17 18:57:05 -06:00
Rajkumar Natarajan 5025bb7ca3 issue 130 stabilization guide 2019-01-17 18:56:02 -06:00
Who? Me?! 8c5ceb8126 Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17 18:56:02 -06:00
Who? Me?! a47d28bbee Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17 18:56:02 -06:00
Rajkumar Natarajan 57d867e4da issue 130 stabilization guide 2019-01-17 18:56:02 -06:00
Rajkumar Natarajan 0a8334d73f issue 130 stabilization guide 2019-01-17 18:56:02 -06:00