| Age | Commit message (Expand) | Author | Lines |
| 2020-05-27 | review comment: use FxIndexSet | Esteban Küber | -3/+3 |
| 2020-05-27 | review comments | Esteban Küber | -46/+24 |
| 2020-05-27 | Tweak output for mismatched impl item | Esteban Küber | -56/+126 |
| 2020-05-27 | Name `RegionKind::ReVar` lifetimes in diagnostics | Esteban Küber | -45/+105 |
| 2020-05-27 | Fix spacing of expected/found notes without a label | Esteban Küber | -79/+88 |
| 2020-05-24 | Auto merge of #72531 - RalfJung:miri-upd, r=RalfJung | bors | -7/+11 |
| 2020-05-24 | bump Miri | Ralf Jung | -7/+11 |
| 2020-05-24 | Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJung | bors | -95/+160 |
| 2020-05-24 | Rollup merge of #72528 - emosenkis:patch-1, r=dtolnay | Ralf Jung | -1/+1 |
| 2020-05-24 | Rollup merge of #72393 - Aaron1011:feature/rewrite-collect-tokens, r=petroche... | Ralf Jung | -75/+115 |
| 2020-05-24 | Rollup merge of #72284 - Aaron1011:feature/inline-macro-did, r=petrochenkov | Ralf Jung | -19/+44 |
| 2020-05-24 | Fix typo in doc comment. | Eitan Mosenkis | -1/+1 |
| 2020-05-24 | Auto merge of #72524 - RalfJung:rollup-s9f1pcc, r=RalfJung | bors | -205/+246 |
| 2020-05-24 | Rollup merge of #72517 - lcnr:refactor-winnowing, r=jonas-schievink | Ralf Jung | -19/+6 |
| 2020-05-24 | Rollup merge of #72388 - Aaron1011:fix/deep-tokenstream-equality, r=petrochenkov | Ralf Jung | -186/+240 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -2759/+614 |
| 2020-05-24 | Auto merge of #72516 - Dylan-DPC:rollup-cc4w96z, r=Dylan-DPC | bors | -59/+122 |
| 2020-05-24 | small select cleanup | Bastian Kauschke | -19/+6 |
| 2020-05-24 | Rollup merge of #72502 - RalfJung:generator-discr-ty, r=jonas-schievink | Dylan DPC | -3/+3 |
| 2020-05-24 | Rollup merge of #72489 - nbdd0121:issue-72487, r=Amanieu | Dylan DPC | -13/+13 |
| 2020-05-24 | Rollup merge of #72400 - Aaron1011:fix/asm-incr-ice, r=Amanieu | Dylan DPC | -0/+28 |
| 2020-05-24 | Rollup merge of #72092 - workingjubilee:patch-2, r=GuillaumeGomez | Dylan DPC | -0/+9 |
| 2020-05-24 | Rollup merge of #71618 - ecstatic-morse:issue-71394, r=nikomatsakis | Dylan DPC | -43/+69 |
| 2020-05-23 | Auto merge of #72474 - mati865:ci-fix, r=pietroalbini | bors | -13/+1 |
| 2020-05-23 | Add missing ASM arena declaration to librustc_middle | Aaron Hill | -0/+28 |
| 2020-05-23 | Rollup merge of #72496 - shepmaster:typo, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-05-23 | Rollup merge of #72492 - JohnTitor:add-tests, r=matthewjasper | Dylan DPC | -16/+46 |
| 2020-05-23 | Rollup merge of #72446 - dtolnay:ord, r=petrochenkov | Dylan DPC | -0/+27 |
| 2020-05-23 | Rollup merge of #72431 - RalfJung:ub-warning, r=shepmaster | Dylan DPC | -13/+13 |
| 2020-05-23 | Rollup merge of #72292 - ldm0:derefsteps, r=estebank | Dylan DPC | -47/+27 |
| 2020-05-23 | bless mir-opt tests | Ralf Jung | -2/+2 |
| 2020-05-23 | fix discriminant type in generator transform | Ralf Jung | -1/+1 |
| 2020-05-23 | add warning sign to UB examples | Ralf Jung | -13/+13 |
| 2020-05-23 | Correct small typo: 'not' -> 'note' | Jake Goulding | -2/+2 |
| 2020-05-23 | Add test for #72455 | Yuki Okushi | -0/+27 |
| 2020-05-23 | Add test for #69415 | Yuki Okushi | -16/+19 |
| 2020-05-23 | Auto merge of #72478 - Dylan-DPC:rollup-vval8du, r=Dylan-DPC | bors | -10/+290 |
| 2020-05-23 | Fix ice-72487 | Gary Guo | -13/+13 |
| 2020-05-22 | Remove `macro_defs` map | Aaron Hill | -19/+44 |
| 2020-05-22 | Use `mk_trait_obligation_with_new_self_ty` for new suggestion | Dylan MacKenzie | -7/+6 |
| 2020-05-22 | Bail out if `output_ty` has bound variables | Dylan MacKenzie | -5/+9 |
| 2020-05-22 | Document invariants of `mk_trait_obligation_with_new_self_ty` | Dylan MacKenzie | -0/+4 |
| 2020-05-22 | Ensure that `new_self_ty` has no escaping bound vars | Dylan MacKenzie | -0/+2 |
| 2020-05-22 | Bless other example of #71394 | Dylan MacKenzie | -1/+0 |
| 2020-05-22 | Add regression test for #71394 | Dylan MacKenzie | -0/+16 |
| 2020-05-22 | Preserve substitutions when trying to prove trait obligation | Dylan MacKenzie | -33/+35 |
| 2020-05-22 | Switch to non-doc comment | Dylan MacKenzie | -5/+5 |
| 2020-05-22 | Use `OnceCell` for predecessor cache | Dylan MacKenzie | -14/+10 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -102/+115 |
| 2020-05-22 | Replace `rustc_data_structures::sync::Once` with `OnceCell` | Dylan MacKenzie | -129/+6 |