| Age | Commit message (Expand) | Author | Lines |
| 2019-11-11 | Remove trampoline, pass `ret` and `unwind` when handling intrinsics | Aaron Hill | -15/+13 |
| 2019-11-11 | Some code cleanup | Aaron Hill | -28/+23 |
| 2019-11-11 | Make doc comment more accurate | Aaron Hill | -1/+4 |
| 2019-11-11 | Add miri trampoline, fix handling of intrinsic return | Aaron Hill | -1/+10 |
| 2019-11-11 | Fix unwinding logic | Aaron Hill | -12/+9 |
| 2019-11-11 | Some cleanup | Aaron Hill | -38/+31 |
| 2019-11-11 | Add doc comment | Aaron Hill | -0/+13 |
| 2019-11-11 | A few minor tweaks | Aaron Hill | -2/+3 |
| 2019-11-11 | avoid the loop in unwinding stack popping | Ralf Jung | -107/+85 |
| 2019-11-11 | More fixes for rustc changes | Aaron Hill | -4/+8 |
| 2019-11-11 | Remove old intrinsic check | Aaron Hill | -5/+0 |
| 2019-11-11 | Fix incorrect unwrap of dest | Aaron Hill | -6/+0 |
| 2019-11-11 | Formatting improvements | Aaron Hill | -3/+4 |
| 2019-11-11 | Add hooks for Miri panic unwinding | Aaron Hill | -59/+211 |
| 2019-11-11 | suggest to add a constraint except asyn-fn without explicit output | csmoe | -2/+2 |
| 2019-11-10 | Fix tidy. | Camille GILLOT | -1/+3 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -4/+4 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -48/+48 |
| 2019-11-10 | tidy | Nadrieril | -6/+7 |
| 2019-11-10 | Inline constructor_sub_pattern_tys | Nadrieril | -67/+63 |
| 2019-11-10 | Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitor | bors | -69/+163 |
| 2019-11-10 | Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obk | Yuki Okushi | -13/+45 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -56/+118 |
| 2019-11-09 | Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obk | bors | -0/+130 |
| 2019-11-08 | [mir-opt] Handle aggregates in SimplifyLocals pass | Wesley Wiser | -8/+15 |
| 2019-11-08 | [mir-opt] Handle const-prop for the return place | Wesley Wiser | -5/+30 |
| 2019-11-08 | Clean up dead code in `qualify_consts` | Dylan MacKenzie | -21/+0 |
| 2019-11-08 | Use new `PromoteTemps` for promotion | Dylan MacKenzie | -42/+21 |
| 2019-11-08 | Add a `PromoteTemps` pass | Dylan MacKenzie | -35/+137 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -57/+11 |
| 2019-11-08 | Rollup merge of #66188 - Centril:fnsig, r=davidtwco | Mazdak Farrokhzad | -6/+11 |
| 2019-11-08 | Rollup merge of #66154 - RalfJung:to_usize, r=oli-obk | Mazdak Farrokhzad | -8/+8 |
| 2019-11-08 | Rollup merge of #66043 - RalfJung:memory-get-raw, r=cramertj | Mazdak Farrokhzad | -43/+46 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -28/+15 |
| 2019-11-08 | Use `eq_opaque_type_and_type` when type-checking closure signatures | Aaron Hill | -4/+16 |
| 2019-11-08 | hir::MethodSig -> hir::FnSig | Mazdak Farrokhzad | -4/+4 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -3/+8 |
| 2019-11-08 | miri: Rename to_{u,i}size to to_machine_{u,i}size | Ralf Jung | -8/+8 |
| 2019-11-08 | rename Memory::get methods to get_raw to indicate their unchecked nature | Ralf Jung | -43/+46 |
| 2019-11-08 | Auto merge of #66066 - ecstatic-morse:remove-promotion-from-qualify-consts, r... | bors | -439/+62 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -4/+1 |
| 2019-11-07 | Rollup merge of #65752 - estebank:sugg, r=Centril | Mazdak Farrokhzad | -4/+1 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -4/+1 |
| 2019-11-06 | Implement pass to remove branches on uninhabited variants | Wesley Wiser | -0/+130 |
| 2019-11-07 | Rollup merge of #66147 - RalfJung:no-scalar-ptr, r=oli-obk | Yuki Okushi | -66/+36 |
| 2019-11-06 | Auto merge of #65728 - ecstatic-morse:promotion-const-proj, r=eddyb | bors | -19/+10 |
| 2019-11-06 | review comments | Esteban Küber | -4/+1 |
| 2019-11-06 | Factor out constructing a new wildcard pattern | Nadrieril | -10/+11 |
| 2019-11-06 | Apply suggestions from code review | Nadrieril Feneanar | -9/+8 |
| 2019-11-06 | Remove `IsNotPromotable` and `IsNotImplicitlyPromotable` | Dylan MacKenzie | -235/+11 |