| Age | Commit message (Expand) | Author | Lines |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -3/+1 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -1/+1 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-25 | parameterize `BitVector` and `BitMatrix` by their index types | Niko Matsakis | -7/+6 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -64/+13 |
| 2018-07-22 | Improved is_upvar_field_projection - no longer need recurse parameter. | David Wood | -10/+12 |
| 2018-07-22 | Improved closure errors. | David Wood | -0/+31 |
| 2018-07-20 | MIR changes to improve NLL cannot mutate errors | Matthew Jasper | -0/+3 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -5/+2 |
| 2018-07-16 | BinOpKind | csmoe | -17/+17 |
| 2018-07-16 | Revert "Clean up CodegenUnit name generation." | Michael Woerister | -77/+2 |
| 2018-07-13 | Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri... | bors | -2/+77 |
| 2018-07-13 | Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix | bors | -6/+14 |
| 2018-07-13 | nit: `use graph::{self, ..}` | Niko Matsakis | -2/+1 |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -10/+10 |
| 2018-07-12 | deconstruct the `ControlFlowGraph` trait into more granular traits | Niko Matsakis | -4/+13 |
| 2018-07-11 | Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebank | Mark Rousskov | -0/+1 |
| 2018-07-11 | Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obk | bors | -2/+5 |
| 2018-07-11 | Clean up CodegenUnit name generation. | Michael Woerister | -2/+77 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -2/+6 |
| 2018-07-10 | improve error message shown for unsafe operations: explain why undefined beha... | Ralf Jung | -0/+1 |
| 2018-07-06 | Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebank | bors | -1/+13 |
| 2018-07-04 | Shorten error message and add link to test | Dylan MacKenzie | -2/+1 |
| 2018-07-04 | Derive Eq and Hash for types used in Miri's evaluator | Dylan MacKenzie | -2/+2 |
| 2018-07-04 | Explain reason behind error span | Dylan MacKenzie | -1/+3 |
| 2018-07-04 | Add an `InfiniteLoop` variant to `EvalErrorKind` | Dylan MacKenzie | -0/+2 |
| 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 | -1/+4 |
| 2018-07-03 | Update outdated comment: ByVal -> Scalar. | Zach Wolfe | -2/+2 |
| 2018-07-03 | Auto merge of #51889 - spastorino:make-causal-tracking-lazy, r=nikomatsakis | bors | -0/+29 |
| 2018-07-01 | Make causal tracking lazy | Santiago Pastorino | -0/+29 |
| 2018-07-01 | Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb | bors | -0/+3 |
| 2018-07-01 | Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk | bors | -0/+3 |
| 2018-06-30 | Minor refactoring. | Alexander Regueiro | -1/+1 |
| 2018-06-30 | Added miri error for evaluating foreign statics. | Alexander Regueiro | -0/+3 |
| 2018-06-29 | Inline a few `UndefMask` methods. | Wesley Wiser | -0/+3 |
| 2018-06-29 | Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis | bors | -9/+39 |
| 2018-06-28 | Turn the use of erroneous constants into errors again | Oliver Schneider | -1/+1 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -24/+16 |
| 2018-06-28 | Fixup | Oliver Schneider | -8/+6 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -3/+122 |
| 2018-06-28 | Move the Lrc outside the error type and name the fields | Oliver Schneider | -1/+2 |
| 2018-06-28 | Address review comments | Oliver Schneider | -2/+2 |
| 2018-06-28 | Eliminate old CTFE's `ErrKind` | Oliver Schneider | -0/+7 |
| 2018-06-27 | Group move errors before reporting, add suggestions | Matthew Jasper | -9/+39 |
| 2018-06-24 | Update broken rustc-guide links | Alex Kitchens | -1/+1 |
| 2018-06-19 | Run rustfmt | Santiago Pastorino | -350/+598 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+13 |
| 2018-06-19 | Added diagnostics for suggesting `mut x` on repeated mutations of `x`. | Felix S. Klock II | -0/+39 |