| Age | Commit message (Expand) | Author | Lines |
| 2020-05-25 | Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper | bors | -17/+17 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+32 |
| 2020-05-24 | Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJung | bors | -2/+2 |
| 2020-05-24 | Rollup merge of #72393 - Aaron1011:feature/rewrite-collect-tokens, r=petroche... | Ralf Jung | -2/+2 |
| 2020-05-24 | Auto merge of #72524 - RalfJung:rollup-s9f1pcc, r=RalfJung | bors | -0/+30 |
| 2020-05-24 | Rollup merge of #72388 - Aaron1011:fix/deep-tokenstream-equality, r=petrochenkov | Ralf Jung | -0/+30 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -883/+462 |
| 2020-05-24 | Clear MIR local type annotations after borrowck | Jonas Schievink | -17/+17 |
| 2020-05-24 | Rollup merge of #72502 - RalfJung:generator-discr-ty, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-05-24 | Rollup merge of #72400 - Aaron1011:fix/asm-incr-ice, r=Amanieu | Dylan DPC | -0/+22 |
| 2020-05-24 | Rollup merge of #71618 - ecstatic-morse:issue-71394, r=nikomatsakis | Dylan DPC | -1/+16 |
| 2020-05-23 | Add missing ASM arena declaration to librustc_middle | Aaron Hill | -0/+22 |
| 2020-05-23 | Rollup merge of #72492 - JohnTitor:add-tests, r=matthewjasper | Dylan DPC | -16/+46 |
| 2020-05-23 | bless mir-opt tests | Ralf Jung | -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-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 | Rollup merge of #71289 - xliiv:70802-intra-self, r=GuillaumeGomez | Dylan DPC | -0/+88 |
| 2020-05-22 | Add test for macro_rules! invoking a proc-macro with capture groups | Aaron Hill | -0/+30 |
| 2020-05-22 | Update tests | Matthew Jasper | -883/+462 |
| 2020-05-22 | Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfackler | Ralf Jung | -4/+0 |
| 2020-05-22 | Rollup merge of #71829 - kper:issue71136, r=matthewjasper | Ralf Jung | -0/+21 |
| 2020-05-22 | Allow using `Self::` in doc | Tymoteusz Jankowski | -0/+88 |
| 2020-05-22 | Rollup merge of #72306 - Aaron1011:feature/turbo-spacing, r=petrochenkov | Ralf Jung | -2/+46 |
| 2020-05-22 | Rewrite `Parser::collect_tokens` | Aaron Hill | -2/+2 |
| 2020-05-22 | Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma... | bors | -2/+2 |
| 2020-05-21 | Auto merge of #72433 - RalfJung:rollup-srft8nx, r=RalfJung | bors | -10/+67 |
| 2020-05-21 | Rollup merge of #72347 - xliiv:72340-impl-for-default, r=GuillaumeGomez | Ralf Jung | -0/+19 |
| 2020-05-21 | Rollup merge of #72149 - estebank:icemation, r=eddyb | Ralf Jung | -10/+48 |
| 2020-05-21 | Auto merge of #71930 - Nadrieril:exhaustiveness-remove-tyerr, r=varkor | bors | -0/+22 |
| 2020-05-21 | Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu | bors | -0/+105 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -47/+108 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -15/+204 |
| 2020-05-20 | Fix tests | Aaron Hill | -3/+10 |
| 2020-05-20 | Auto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r=Dylan-DPC | bors | -36/+125 |
| 2020-05-20 | Rollup merge of #72139 - nnethercote:standalone-fold, r=cuviper | Dylan DPC | -24/+0 |
| 2020-05-20 | Rollup merge of #71863 - mibac138:self-import, r=estebank | Dylan DPC | -12/+125 |
| 2020-05-20 | Auto merge of #71923 - csmoe:issue-70818, r=tmandry | bors | -0/+32 |
| 2020-05-19 | Update tests with new generator sizes | Dylan MacKenzie | -2/+2 |
| 2020-05-19 | Use a fixed-point iteration when breaking tokens | Aaron Hill | -18/+37 |
| 2020-05-20 | Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+105 |
| 2020-05-19 | Break tokens before checking if they are 'probably equal' | Aaron Hill | -0/+18 |
| 2020-05-19 | Alter wording for `use foo::self` help | mibac138 | -12/+12 |
| 2020-05-19 | Add error recovery for `use foo::self` | mibac138 | -3/+80 |
| 2020-05-19 | Suggest fixes for `use foo::self` | mibac138 | -9/+45 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -46/+3607 |
| 2020-05-19 | Make intra-link resolve links for both trait and impl items | Tymoteusz Jankowski | -0/+19 |
| 2020-05-19 | Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morse | Dylan DPC | -0/+22 |
| 2020-05-19 | Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obk | Dylan DPC | -0/+29 |