| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-14 | Fix typo (#238) | Félix Fischer | -3/+3 | |
| "is is" ~> "it is" | ||||
| 2018-11-11 | add a bit more | Mark Mansi | -11/+34 | |
| 2018-11-10 | add a bit more | Mark Mansi | -1/+66 | |
| 2018-11-10 | start on walkthrough | Mark Mansi | -0/+147 | |
| 2018-11-09 | Don't keep recompiling! | Who? Me?! | -2/+2 | |
| 2018-11-09 | Don't try to build some example code snippets | Oliver Scherer | -3/+3 | |
| 2018-11-09 | Line length checks | Oliver Scherer | -2/+3 | |
| 2018-11-09 | Remove a sentence from the end of a chapter because it also appears right at ↵ | Oliver Scherer | -2/+0 | |
| the start of the chapter | ||||
| 2018-11-09 | Clarify aggregates | Who? Me?! | -1/+1 | |
| Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de> | ||||
| 2018-11-09 | Missing connection between two consecutive sentences | Who? Me?! | -1/+2 | |
| Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de> | ||||
| 2018-11-09 | english is hard | Who? Me?! | -1/+1 | |
| Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de> | ||||
| 2018-11-09 | caps nit | Who? Me?! | -1/+1 | |
| Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de> | ||||
| 2018-11-09 | Grammar nit | Who? Me?! | -1/+1 | |
| Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de> | ||||
| 2018-11-09 | Fix tidy | Oliver Scherer | -1/+4 | |
| 2018-11-09 | Address most other review comments | Oliver Scherer | -7/+7 | |
| 2018-11-09 | Explain the unpack! macro | Niko Matsakis | -14/+42 | |
| 2018-11-09 | Split overcomplicated sentence into two | Oliver Scherer | -2/+2 | |
| 2018-11-09 | Link to docs and address some review comments | Oliver Scherer | -9/+17 | |
| 2018-11-09 | Document MIR building somewhat | Oliver Scherer | -0/+110 | |
| 2018-11-09 | document the interaction between macros and nameres | Aleksey Kladov | -4/+9 | |
| "The name resolution is a separate pass" is a wishful thinking :( | ||||
| 2018-11-09 | Fixed Spelling Mistake In MIR/index.md - "alloated" | Gareth Ellis | -1/+1 | |
| 2018-11-08 | fill out the borrowck chapter a bit more | Mark Mansi | -17/+92 | |
| 2018-11-08 | add a few links to rustdocs | Mark Mansi | -5/+12 | |
| 2018-11-08 | minor improvements | Mark Mansi | -3/+4 | |
| 2018-11-08 | Remove reference to copyright comment | Aleksey Kladov | -4/+3 | |
| We don't need them anymore | ||||
| 2018-11-08 | Rename trans to codegen | Aleksey Kladov | -1/+1 | |
| 2018-11-07 | removed jemalloc statements. | kenta7777 | -4/+0 | |
| 2018-11-07 | revised a jemalloc statement in how-to-build-and-run.md | kenta7777 | -4/+4 | |
| 2018-11-06 | Document ignore-llvm-version | Tom Tromey | -0/+5 | |
| This documents the ignore-llvm-version directive. | ||||
| 2018-11-04 | SLG: Replace heritage section with links to it elsewhere | Tyler Mandry | -45/+12 | |
| Maybe we want to include this in the bibliography or something, though. | ||||
| 2018-11-04 | SLG: Add intro | Tyler Mandry | -0/+38 | |
| 2018-11-03 | Merge pull request #222 from scalexm/wf | Niko Matsakis | -5/+463 | |
| Write well-formedness checking chapter | ||||
| 2018-11-02 | Copy chalk_engine README | Tyler Mandry | -2/+277 | |
| 2018-11-02 | Fix nits | scalexm | -10/+10 | |
| 2018-11-02 | Merge pull request #223 from tmandry/improve-chalk-overview | Niko Matsakis | -60/+169 | |
| Update chalk overview | ||||
| 2018-10-31 | Clarify why 'static is free | Who? Me?! | -1/+5 | |
| 2018-10-31 | Missing link | Who? Me?! | -0/+1 | |
| 2018-10-30 | Chalk Overview: Fill in testing section | Tyler Mandry | -7/+32 | |
| 2018-10-30 | Chalk Overview: Organize and sort links | Tyler Mandry | -35/+32 | |
| 2018-10-30 | Chalk Overview: Update old content | Tyler Mandry | -40/+59 | |
| 2018-10-30 | Fix a few more things | Tyler Mandry | -17/+42 | |
| Co-Authored-By: scalexm <alexandre@scalexm.fr> | ||||
| 2018-10-29 | Move Crates section down | Tyler Mandry | -33/+40 | |
| Nest existing content under Chalk Structure. I think it reads better this way. | ||||
| 2018-10-29 | Move Resources to bottom | Tyler Mandry | -19/+15 | |
| 2018-10-29 | Add section on chalk structure | Tyler Mandry | -0/+65 | |
| 2018-10-29 | Fix a few things | Who? Me?! | -12/+16 | |
| Co-Authored-By: scalexm <alexandre@scalexm.fr> | ||||
| 2018-10-29 | Fix code blocks | scalexm | -2/+2 | |
| 2018-10-29 | Add some examples for impls | scalexm | -21/+192 | |
| 2018-10-29 | Write well-formedness checking chapter | scalexm | -5/+263 | |
| 2018-10-26 | Document the rust-lldb directive | Tom Tromey | -0/+2 | |
| Commit ac33b2e578de58016271012452e4f1be6af9d516 added a `rust-lldb` directive to restrict the lldb part of a debuginfo test to only versions of lldb that include the Rust plugin. | ||||
| 2018-10-26 | Put "well-formedness checking" under "lowering rules" | Tyler Mandry | -1/+1 | |
| This was also intended to be a reference chapter, according to @scalexm. | ||||
