| Age | Commit message (Expand) | Author | Lines |
| 2018-12-31 | Fix a recently introduces regression | Oliver Scherer | -1/+1 |
| 2018-11-30 | Pacify tidy | Philipp Hansch | -9/+9 |
| 2018-11-30 | Fix const_fn ICE with non-const function pointer | Philipp Hansch | -122/+137 |
| 2018-11-27 | avoid features_untracked | Ralf Jung | -9/+9 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -6/+56 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -113/+14 |
| 2018-11-21 | Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwco | bors | -5/+3 |
| 2018-11-21 | Explain why we do not overwrite qualification of locals | Oliver Scherer | -2/+5 |
| 2018-11-21 | Ensure assignments don't allow skipping projection checks | Oliver Scherer | -1/+10 |
| 2018-11-21 | Properly assign to aggregate fields | Oliver Scherer | -1/+6 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-20 | Document qualify_consts more | Oliver Scherer | -1/+6 |
| 2018-11-19 | use RawConst in miri | Ralf Jung | -2/+4 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -1/+1 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -1/+7 |
| 2018-11-19 | Allow assignments in const contexts | Oliver Scherer | -6/+28 |
| 2018-11-19 | Replace the ICEing on const fn loops with an error | Oliver Scherer | -5/+3 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -113/+14 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -38/+84 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -4/+6 |
| 2018-11-11 | Rollup merge of #55802 - wesleywiser:inlined_calls_2_electric_boogaloo, r=nagisa | Pietro Albini | -45/+49 |
| 2018-11-11 | Rollup merge of #55792 - oli-obk:propsicle, r=RalfJung | Pietro Albini | -8/+8 |
| 2018-11-11 | Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj... | Pietro Albini | -1/+6 |
| 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 |