| Age | Commit message (Expand) | Author | Lines |
| 2018-07-05 | update test | csmoe | -44/+43 |
| 2018-07-05 | Auto merge of #51936 - japaric:rust-lld, r=alexcrichton | bors | -3/+10 |
| 2018-07-04 | in the second copy lld is already named rust-lld | Jorge Aparicio | -4/+3 |
| 2018-07-05 | Auto merge of #51938 - zackmdavis:and_the_case_of_the_leaking_desugar, r=este... | bors | -2/+82 |
| 2018-07-04 | Remove rustc_mir_borrowck attribute and use rustc_mir instead | Santiago Pastorino | -6/+6 |
| 2018-07-05 | reverse_postorder | csmoe | -1/+2 |
| 2018-07-04 | Remove obsolete documentation from FufillmentContext::select comment. | Benjamin Peterson | -2/+1 |
| 2018-07-05 | Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakis | bors | -48/+212 |
| 2018-07-04 | Move `Eq + Hash + Clone` bounds to `Machine` | Dylan MacKenzie | -14/+6 |
| 2018-07-04 | Shorten error message and add link to test | Dylan MacKenzie | -6/+5 |
| 2018-07-04 | Derive Eq and Hash for types used in Miri's evaluator | Dylan MacKenzie | -2/+2 |
| 2018-07-04 | Avoid overflow in step counter | Dylan MacKenzie | -26/+27 |
| 2018-07-04 | Explain reason behind error span | Dylan MacKenzie | -2/+4 |
| 2018-07-04 | Add a UI test for #50637 | Dylan MacKenzie | -0/+66 |
| 2018-07-04 | Rename `bloom` to `hashes` | Dylan MacKenzie | -10/+10 |
| 2018-07-04 | Enable loop detector in step loop | Dylan MacKenzie | -13/+35 |
| 2018-07-04 | Add an `InfiniteLoop` variant to `EvalErrorKind` | Dylan MacKenzie | -4/+8 |
| 2018-07-04 | Improve correctness of `Frame` and `Memory` equality | Dylan MacKenzie | -12/+12 |
| 2018-07-04 | Revert "Refactor EvalContext stack and heap into inner struct" | Dylan MacKenzie | -173/+131 |
| 2018-07-04 | Add miri infinite loop detection | Dylan MacKenzie | -14/+71 |
| 2018-07-04 | Implement Clone, Eq and Hash for the heap and stack | Dylan MacKenzie | -8/+170 |
| 2018-07-04 | Refactor EvalContext stack and heap into inner struct | Dylan MacKenzie | -98/+110 |
| 2018-07-04 | Improve comments. | David Wood | -3/+5 |
| 2018-07-04 | Ensure that borrows wind up unactivated. | David Wood | -0/+30 |
| 2018-07-04 | Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomez | bors | -10/+27 |
| 2018-07-04 | Implement `Option::replace` in the core library | Kerollmops | -0/+27 |
| 2018-07-04 | Correctly handle an activation from dead code. | David Wood | -41/+38 |
| 2018-07-04 | Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27 | bors | -47/+124 |
| 2018-07-04 | rustdoc book on codeblock hash escaping | Lucas Morales | -0/+17 |
| 2018-07-04 | Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin | bors | -0/+8 |
| 2018-07-04 | Shorten the line | CrLF0710 | -2/+2 |
| 2018-07-04 | Include VS 2017 in error message. | CrLF0710 | -1/+1 |
| 2018-07-04 | Auto merge of #51870 - nnethercote:reuse-DefsUsesVisitor, r=nikomatsakis | bors | -24/+34 |
| 2018-07-04 | Improving span of unknown lint tool error message | flip1995 | -12/+38 |
| 2018-07-04 | Auto merge of #51935 - cramertj:unpin-references, r=withoutboats | bors | -0/+9 |
| 2018-07-04 | Unstable book documentation of tool lints | flip1995 | -0/+35 |
| 2018-07-04 | Implementation of tool lints | flip1995 | -0/+37 |
| 2018-07-04 | Tests for tool_lints | flip1995 | -0/+103 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -67/+205 |
| 2018-07-04 | write code to extract region names and emit new style message | Niko Matsakis | -155/+523 |
| 2018-07-04 | NLL Liveness: Skip regionless types when visiting free regions | Rémy Rakic | -0/+9 |
| 2018-07-04 | Reuse the `DefsUsesVisitor` in `simulate_block()`. | Nicholas Nethercote | -24/+34 |
| 2018-07-03 | Compile stage0 tools with the raw bootstrap compiler | Alex Crichton | -29/+73 |
| 2018-07-04 | add span note | csmoe | -1/+8 |
| 2018-07-03 | Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakis | bors | -28/+42 |
| 2018-07-03 | universal_regions: rustfmt | Niko Matsakis | -24/+20 |
| 2018-07-03 | always create a category, even it is just "boring" | Niko Matsakis | -5/+5 |
| 2018-07-03 | promote `error-reporting` to a module | Niko Matsakis | -0/+0 |
| 2018-07-03 | add `assert_crate_local` method to `ClearCrossCrate` | Niko Matsakis | -0/+9 |
| 2018-07-03 | store the `HirId` of the upvar | Niko Matsakis | -2/+6 |