| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2018-12-14 | Fixes broken links | Roberto Vidal | -3/+3 | |
| 2018-12-14 | Add graphs that I forgot to push in the original PR | Oliver Scherer | -0/+447 | |
| 2018-12-11 | Fix link to rustc_mir::hair::cx::expr | Dan Robertson | -3/+4 | |
| 2018-12-11 | update a couple of links | Mark Mansi | -7/+7 | |
| 2018-12-11 | added example, reworked inference section | Mark Mansi | -32/+93 | |
| 2018-12-11 | a few updates | Mark Mansi | -9/+23 | |
| 2018-12-07 | Add some documentation about updating LLVM | Alex Crichton | -0/+150 | |
| 2018-12-05 | fixed typo issues link | Avelino | -1/+1 | |
| 2018-12-03 | Provide a Python example. | Edd Barrett | -2/+3 | |
| 2018-12-03 | Explain how to check if gdb supports Python. | Edd Barrett | -2/+4 | |
| 2018-12-03 | Mention that tests need a Python-enabled gdb. | Edd Barrett | -0/+4 | |
| 2018-12-01 | fix some linkrotted links | Andy Wortman | -3/+3 | |
| 2018-12-01 | Fix the file path where AST is defined | yui-knk | -1/+1 | |
| 2018-12-01 | Fix failing tidy (line endings on Windows) (#246) | Vadim Petrochenkov | -0/+2 | |
| This happens every time a new doc submodule is added to https://github.com/rust-lang/rust. cc https://github.com/rust-lang/book/pull/549 https://github.com/rust-lang-nursery/reference/pull/36 https://github.com/rust-lang/rust-by-example/pull/1018 | ||||
| 2018-11-26 | fix relative link (#242) | Who? Me?! | -1/+1 | |
| 2018-11-26 | Merge pull request #237 from mark-i-m/walkthrough | Niko Matsakis | -0/+268 | |
| start on walkthrough | ||||
| 2018-11-26 | make the line-length script respect 100 char limit XD (#240) | Who? Me?! | -1/+3 | |
| :rofl: :rofl: :rofl: | ||||
| 2018-11-26 | add link to stabilization pr | Mark Mansi | -1/+9 | |
| 2018-11-20 | Merge pull request #228 from tmandry/traits-slg | Niko Matsakis | -2/+301 | |
| Add traits SLG solver section | ||||
| 2018-11-19 | SLG: Add links and mark-i-m's suggestions | Tyler Mandry | -49/+68 | |
| 2018-11-19 | finish walkthrough | Mark Mansi | -3/+28 | |
