| Age | Commit message (Expand) | Author | Lines |
| 2019-08-04 | Add test for issue-29265 | Yuki Okushi | -0/+19 |
| 2019-08-03 | Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasper | bors | -158/+160 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -64/+88 |
| 2019-08-03 | Rollup merge of #63229 - RalfJung:miri-error, r=oli-obk | Mazdak Farrokhzad | -40/+40 |
| 2019-08-03 | Rollup merge of #63227 - jakubadamw:issue-63151, r=estebank | Mazdak Farrokhzad | -0/+26 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -2/+0 |
| 2019-08-03 | Rollup merge of #62954 - ia0:fix_typo_span, r=Centril | Mazdak Farrokhzad | -22/+22 |
| 2019-08-03 | Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obk | bors | -29/+32 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -517/+533 |
| 2019-08-03 | bless | Ralf Jung | -40/+40 |
| 2019-08-03 | Rollup merge of #63212 - Centril:param-attrs-pretty, r=davidtwco | Mazdak Farrokhzad | -0/+90 |
| 2019-08-03 | Rollup merge of #63208 - tmandry:issue-62658, r=cramertj | Mazdak Farrokhzad | -0/+29 |
| 2019-08-03 | Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichton | Mazdak Farrokhzad | -1/+105 |
| 2019-08-02 | dead_code: Properly inspect fields in struct patterns with type relative paths | Jakub Adam Wieczorek | -0/+26 |
| 2019-08-02 | fix rebase fallout | Ralf Jung | -6/+7 |
| 2019-08-02 | const_prop no longer does ptr-to-int casts | Ralf Jung | -1/+1 |
| 2019-08-02 | bless all the things | Ralf Jung | -9/+7 |
| 2019-08-02 | add is_any_ptr type test; this also helps pacify tidy | Ralf Jung | -1/+0 |
| 2019-08-02 | improve error when CTFE does ptr-int-cast; update tests | Ralf Jung | -20/+25 |
| 2019-08-02 | Fix broken test and nit | varkor | -5/+8 |
| 2019-08-02 | Auto merge of #63214 - Centril:rollup-hdb7dnx, r=Centril | bors | -0/+55 |
| 2019-08-02 | Rollup merge of #63202 - exphp-forks:parser-ice-63135, r=estebank | Mazdak Farrokhzad | -0/+47 |
| 2019-08-02 | Rollup merge of #63198 - rbartlensky:fix-macro-trailing-comma, r=petrochenkov | Mazdak Farrokhzad | -0/+8 |
| 2019-08-02 | Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbg | bors | -3/+3 |
| 2019-08-02 | Test for printing attrs on formal params. | Mazdak Farrokhzad | -0/+90 |
| 2019-08-02 | Address review comments | varkor | -91/+2 |
| 2019-08-02 | Resolve FIXME with async-await test | varkor | -3/+1 |
| 2019-08-02 | Replace `abstract type` with type alias `impl Trait` | varkor | -1/+1 |
| 2019-08-02 | Fix fallout after rebase | varkor | -547/+46 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -64/+656 |
| 2019-08-02 | Update syntax in existing tests | varkor | -328/+343 |
| 2019-08-02 | Switch existential_type to type_alias_impl_trait | varkor | -38/+36 |
| 2019-08-01 | Round generator sizes to multiple of their alignment | Tyler Mandry | -0/+29 |
| 2019-08-01 | Add check-pass test for #63102. | Robert Bartlensky | -0/+8 |
| 2019-08-01 | Fix ICE in #63135 | Michael Lamparski | -0/+47 |
| 2019-08-01 | Fix test of issue 3656 | gnzlbg | -3/+3 |
| 2019-08-01 | Auto merge of #63194 - pietroalbini:rollup-xgnvb1b, r=pietroalbini | bors | -2/+143 |
| 2019-08-01 | Rollup merge of #63179 - BaoshanPang:testcases, r=alexcrichton | Pietro Albini | -1/+6 |
| 2019-08-01 | Rollup merge of #63158 - JohnTitor:add-test-for-58951, r=Centril | Pietro Albini | -0/+10 |
| 2019-08-01 | Rollup merge of #63122 - Centril:fix-63115, r=petrochenkov | Pietro Albini | -1/+126 |
| 2019-08-01 | Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobody | Pietro Albini | -0/+1 |
| 2019-08-01 | Auto merge of #62507 - petrochenkov:macunstab, r=alexcrichton | bors | -229/+217 |
| 2019-07-31 | issue-2214.rs: lgamma is lgamma on vxWorks | Baoshan Pang | -1/+6 |
| 2019-08-01 | Change to check-pass | Yuki Okushi | -1/+1 |
| 2019-07-31 | Drive-by fix: Update two tests failing in `--pass check` mode | Vadim Petrochenkov | -0/+2 |
| 2019-07-31 | Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` | Vadim Petrochenkov | -229/+215 |
| 2019-07-31 | Attempt to fix backtrace tests on i686-msvc | Alex Crichton | -2/+16 |
| 2019-07-31 | Replace AstBuilder with inherent methods | Mark Rousskov | -2/+0 |
| 2019-07-31 | Add test for issue-58951 | Yuki Okushi | -0/+10 |
| 2019-07-31 | Auto merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrum | bors | -0/+1 |