| Age | Commit message (Expand) | Author | Lines |
| 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 #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 | Rollup merge of #72306 - Aaron1011:feature/turbo-spacing, r=petrochenkov | Ralf Jung | -2/+46 |
| 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/+48 |
| 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/+81 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -0/+26 |
| 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 | -12/+125 |
| 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/+81 |
| 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/+1285 |
| 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 |
| 2020-05-19 | Rollup merge of #72066 - lcnr:const-type-info-err, r=varkor | Dylan DPC | -0/+32 |
| 2020-05-19 | Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-05-19 | add test for repr(128) enum derives | Bastian Kauschke | -0/+17 |
| 2020-05-19 | add tests for enum discriminants | Bastian Kauschke | -0/+169 |
| 2020-05-19 | update `discriminant_value` usage in tests | Bastian Kauschke | -15/+18 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -5/+5 |
| 2020-05-19 | Auto merge of #68717 - petrochenkov:stabexpat, r=varkor | bors | -166/+70 |
| 2020-05-18 | Fix ICE in -Zsave-analysis | Nathan Corbyn | -0/+22 |
| 2020-05-18 | correctly handle uninferred consts | Bastian Kauschke | -0/+32 |
| 2020-05-18 | Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis | Dylan DPC | -71/+273 |
| 2020-05-18 | Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis | Dylan DPC | -18/+431 |
| 2020-05-18 | Fix const handling and add tests for const operands | Amanieu d'Antras | -0/+56 |
| 2020-05-18 | Fix feature gate tests | Amanieu d'Antras | -10/+14 |
| 2020-05-18 | Add borrow-check test | Amanieu d'Antras | -1/+50 |
| 2020-05-18 | Implement att_syntax option | Amanieu d'Antras | -4/+4 |
| 2020-05-18 | Add support for high byte registers on x86 | Amanieu d'Antras | -46/+40 |
| 2020-05-18 | Apply review feedback | Amanieu d'Antras | -18/+33 |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -40/+1160 |
| 2020-05-18 | Add RISC-V target features | Amanieu d'Antras | -0/+1 |
| 2020-05-17 | Don't unleash NRVO const-eval test | Dylan MacKenzie | -32/+8 |
| 2020-05-17 | We don't use tyerr anymore | Nadrieril | -0/+22 |
| 2020-05-17 | Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkov | Ralf Jung | -0/+57 |
| 2020-05-17 | update tests | Bastian Kauschke | -21/+11 |
| 2020-05-17 | the best way to fix bugs is by ignoring them | Bastian Kauschke | -32/+0 |