| Age | Commit message (Expand) | Author | Lines |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -46/+61 |
| 2020-02-11 | simplify_try: address some of eddyb's comments | Mazdak Farrokhzad | -0/+3 |
| 2020-02-10 | Add an `into_engine` method to `Analysis` | Dylan MacKenzie | -4/+5 |
| 2020-02-10 | handle TerminatorKind::Yield by returning Err(Unpromotable) | Chris Simpkins | -0/+1 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -4/+7 |
| 2020-02-09 | const-prop: use overflowing_unary_op for overflowing checking of unary ops | Ralf Jung | -17/+17 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+23 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -26/+94 |
| 2020-02-06 | Clarify comment about `_2` living across a yield | Jonas Schievink | -2/+3 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+23 |
| 2020-02-04 | Don't emit StorageDead for the resume argument | Jonas Schievink | -4/+0 |
| 2020-02-04 | Auto merge of #68804 - ecstatic-morse:qualif-cursor-lazy, r=estebank | bors | -53/+36 |
| 2020-02-03 | Treat `Rvalue::AddressOf` the same as `Rvalue::Ref` | Dylan MacKenzie | -18/+11 |
| 2020-02-03 | Eliminate "eager" qualif getter | Dylan MacKenzie | -22/+6 |
| 2020-02-03 | Pass correct closure type to `Qualif` methods | Dylan MacKenzie | -5/+11 |
| 2020-02-03 | Take `FnMut` instead of `Fn` in `Qualif` methods | Dylan MacKenzie | -10/+10 |
| 2020-02-03 | Fix miscompilation | Jonas Schievink | -10/+53 |
| 2020-02-02 | No resume argument in the drop shim | Jonas Schievink | -18/+33 |
| 2020-02-02 | Make generator transform move resume arg around | Jonas Schievink | -7/+19 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -1/+2 |
| 2020-02-02 | Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-02-01 | 1. move allow_internal_unstable to rustc_attr | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -1/+1 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -1/+1 |
| 2020-01-31 | Rollup merge of #68588 - Centril:check-unsafety-clean, r=Mark-Simulacrum | Dylan DPC | -39/+18 |
| 2020-01-28 | ./x.py fmt | Santiago Pastorino | -2/+1 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -15/+15 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -12/+12 |
| 2020-01-28 | make_integrate_local takes Local by value | Santiago Pastorino | -4/+4 |
| 2020-01-28 | check_unsafety: more code reuse | Mazdak Farrokhzad | -39/+18 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -17/+13 |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 |
| 2020-01-23 | Make pointers to statics internal | Matthew Jasper | -22/+24 |
| 2020-01-22 | librustc_mir: don't allocate vectors where slices will do. | Matthias Krüger | -3/+3 |
| 2020-01-21 | Auto merge of #68423 - Centril:rollup-bdjykrv, r=Centril | bors | -2/+9 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -2/+9 |
| 2020-01-21 | Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix | bors | -10/+12 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -22/+22 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -2/+9 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -5/+0 |
| 2020-01-18 | [const-prop] Run `x.py fmt` | Wesley Wiser | -5/+1 |
| 2020-01-18 | [const-prop] Remove useless typedef | Wesley Wiser | -7/+5 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -5/+0 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -20/+3 |
| 2020-01-17 | Stop treating `FalseEdges` and `FalseUnwind` as having semantic value for con... | Oliver Scherer | -13/+6 |
| 2020-01-17 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-16 | Filter and test predicates using `normalize_and_test_predicates` for const-prop | Aaron Hill | -22/+22 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -4/+4 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -0/+41 |