| Age | Commit message (Expand) | Author | Lines |
| 2018-11-10 | Auto merge of #55650 - nikic:funnel-shift, r=nagisa | bors | -0/+2 |
| 2018-11-09 | Don't inline virtual calls (take 2) | Wesley Wiser | -45/+49 |
| 2018-11-08 | Rollup merge of #55761 - ljedrz:fix_promote_candidate_hack, r=estebank | Mark Rousskov | -10/+5 |
| 2018-11-08 | Rollup merge of #55739 - wesleywiser:mir_inline_fuel, r=nikomatsakis | Mark Rousskov | -1/+13 |
| 2018-11-08 | Prevent ICE in const-prop array oob check | Oliver Scherer | -8/+8 |
| 2018-11-08 | Use `SmallVec` outparams in several functions. | Nicholas Nethercote | -1/+6 |
| 2018-11-07 | mir: remove a hacky recursive helper function | ljedrz | -10/+5 |
| 2018-11-07 | drop glue works with raw ptrs, it must EscapeToRaw | Ralf Jung | -0/+7 |
| 2018-11-07 | array index accesses are stable places | Ralf Jung | -6/+8 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -32/+69 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -3/+3 |
| 2018-11-07 | Consume optimization fuel from the MIR inliner | Wesley Wiser | -1/+13 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -3/+3 |
| 2018-11-05 | miri: binary_op_val -> binary_op_imm | Ralf Jung | -1/+1 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-11-04 | Auto merge of #55393 - oli-obk:immediate_immediately, r=RalfJung | bors | -10/+10 |
| 2018-11-03 | Implement rotate using funnel shift on LLVM >= 7 | Nikita Popov | -0/+2 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -1/+1 |
| 2018-11-02 | Rename `Value` to `Immediate` for miri | Oliver Scherer | -10/+10 |
| 2018-10-29 | fix nits | Ralf Jung | -2/+7 |
| 2018-10-29 | make inliner remove the fn_entry flag on Retag statements | Ralf Jung | -0/+8 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -421/+184 |
| 2018-10-28 | Auto merge of #54487 - RalfJung:ctfe-backtrace, r=oli-obk | bors | -17/+8 |
| 2018-10-28 | Rollup merge of #55412 - oli-obk:min_const_fn_ice, r=estebank | kennytm | -2/+3 |
| 2018-10-28 | remove some unused CTFE error variants | Ralf Jung | -4/+0 |
| 2018-10-28 | rename env var to control ctfe backtraces, and make it usually show the backt... | Ralf Jung | -13/+8 |
| 2018-10-28 | Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakis | kennytm | -57/+73 |
| 2018-10-27 | Fix an ICE in the min_const_fn analysis | Oliver Scherer | -2/+3 |
| 2018-10-27 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -35/+48 |
| 2018-10-27 | Add helpful logging statements. | David Wood | -1/+29 |
| 2018-10-26 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -3/+3 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -3/+30 |
| 2018-10-26 | Rollup merge of #54816 - oli-obk:double_promotion, r=alexreg | kennytm | -3/+30 |
| 2018-10-25 | Clear up nonpromotable const fn call qualification | Oliver Scherer | -5/+6 |
| 2018-10-25 | Grammar nit | Oliver Scherer | -2/+2 |
| 2018-10-25 | Clarify exclusion comment further | Oliver Scherer | -1/+2 |
| 2018-10-25 | Explain why we can encounter a `Goto` terminator that we want to promote | Oliver Scherer | -1/+7 |
| 2018-10-25 | Explain a comment in more detail | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -2/+9 |
| 2018-10-25 | Don't extend `hir::Def` when there's already a dedicated "function-like" dete... | Oliver Schneider | -11/+16 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -20/+19 |
| 2018-10-25 | Fix CR feedback | Wesley Wiser | -1/+2 |
| 2018-10-22 | Replace the `run_passes!` macro with a regular function | Wesley Wiser | -67/+67 |
| 2018-10-22 | Remove the `suite_index` parameter of the `run_passes!()` macro | Wesley Wiser | -6/+6 |
| 2018-10-22 | Don't rerun Mir passes when inlining | Niko Matsakis | -5/+20 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -8/+6 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -5/+5 |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -3/+16 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-17 | Squash closure cast error into fn ptr cast error | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -4/+1 |