| Age | Commit message (Expand) | Author | Lines |
| 2019-05-10 | Permit unwinding through FFI by default | Mark Rousskov | -0/+2 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -23/+23 |
| 2019-04-05 | Future-proof the Futures API | Taylor Cramer | -23/+23 |
| 2019-04-05 | Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertj | bors | -0/+20 |
| 2019-04-05 | Stabilize boxed_closure_impls in 1.35.0. | Charles Lew | -2/+0 |
| 2019-04-05 | Add tests for boxed_closure_impls. | Masaki Hara | -0/+22 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -0/+27 |
| 2019-04-02 | Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obk | Mazdak Farrokhzad | -0/+8 |
| 2019-04-02 | Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg | Mazdak Farrokhzad | -0/+65 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -4/+16 |
| 2019-04-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -1/+43 |
| 2019-03-31 | Fix stack overflow when generating debuginfo for 'recursive' type | Aaron Hill | -0/+8 |
| 2019-03-31 | Rollup merge of #59583 - oberien:patch-1, r=Centril | Mazdak Farrokhzad | -0/+16 |
| 2019-03-31 | Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -0/+7 |
| 2019-03-31 | match match match match match | Jaro Fietz | -0/+16 |
| 2019-03-30 | Restore test | Fabian Drinck | -0/+3 |
| 2019-03-30 | Fix more tests | Fabian Drinck | -10/+0 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -204/+0 |
| 2019-03-29 | Rollup merge of #59462 - taiki-e:no-core, r=petrochenkov | Mazdak Farrokhzad | -0/+18 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -204/+0 |
| 2019-03-28 | Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichton | Mazdak Farrokhzad | -4/+9 |
| 2019-03-27 | Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler | Josh Stone | -3/+3 |
| 2019-03-27 | Rollup merge of #57565 - petrochenkov:turbowarn, r=Centril | Josh Stone | -42/+6 |
| 2019-03-27 | Add a test | Taiki Endo | -0/+18 |
| 2019-03-27 | Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov | bors | -2/+43 |
| 2019-03-26 | fix some uses I missed | Ralf Jung | -3/+3 |
| 2019-03-23 | syntax: Remove warning for unnecessary path disambiguators | Vadim Petrochenkov | -42/+6 |
| 2019-03-23 | fs::copy() set file mode early | Harald Hoyer | -4/+9 |
| 2019-03-23 | resolve: collect trait aliases along with traits | Sean McArthur | -0/+23 |
| 2019-03-16 | Rollup merge of #59206 - sntdevco:master, r=dtolnay | kennytm | -4/+4 |
| 2019-03-16 | Rollup merge of #59201 - lambda:remove-repr-simd-isize-usize-restriction, r=a... | kennytm | -0/+32 |
| 2019-03-16 | Rollup merge of #59156 - davidtwco:issue-55809, r=nikomatsakis | kennytm | -0/+30 |
| 2019-03-16 | Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkor | kennytm | -0/+9 |
| 2019-03-15 | Remove restriction on isize/usize in repr(simd) | Brian Campbell | -0/+32 |
| 2019-03-15 | Improved test output for estr-slice | sntdevco | -4/+4 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -49/+56 |
| 2019-03-13 | Fix generic argument lookup for Self | Angelos Oikonomopoulos | -0/+9 |
| 2019-03-13 | Add test for #55809. | David Wood | -0/+30 |
| 2019-03-09 | Rollup merge of #58750 - TimDiekmann:master, r=oli-obk | Mazdak Farrokhzad | -0/+32 |
| 2019-03-08 | Rollup merge of #58918 - gilescope:async-await-issue-testcase, r=petrochenkov | Pietro Albini | -0/+28 |
| 2019-03-08 | Rollup merge of #58911 - pnkfelix:issue-58435-regression-test, r=alexcrichton | Pietro Albini | -0/+17 |
| 2019-03-08 | Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=Zoxc | Pietro Albini | -0/+27 |
| 2019-03-08 | Rollup merge of #58369 - nox:sync-hash-map-entry, r=Amanieu | Pietro Albini | -0/+1 |
| 2019-03-06 | Desugared asyncs into generators and minimised. | Giles Cope | -12/+13 |
| 2019-03-05 | Removed whitespace | Giles Cope | -1/+1 |
| 2019-03-05 | Unrolled await macro. | Giles Cope | -6/+6 |
| 2019-03-04 | Regression test added for an async ICE. | Giles Cope | -0/+27 |
| 2019-03-04 | Regression test for #58435. | Felix S. Klock II | -0/+17 |
| 2019-03-04 | Make the Entry API of HashMap<K, V> Sync and Send (fixes #45219) | Anthony Ramine | -0/+1 |