| Age | Commit message (Expand) | Author | Lines |
| 2019-05-04 | Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasper | Mazdak Farrokhzad | -7/+0 |
| 2019-05-03 | Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-05-03 | Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco | Mazdak Farrokhzad | -5/+5 |
| 2019-05-03 | Update tests | Christopher Vittal | -7/+0 |
| 2019-05-02 | Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis | Mazdak Farrokhzad | -184/+0 |
| 2019-05-01 | Unify tests under async-await directory. | David Wood | -263/+0 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -184/+263 |
| 2019-05-01 | Rollup merge of #60369 - TimDiekmann:dispatch-zst, r=eddyb | Mazdak Farrokhzad | -0/+49 |
| 2019-05-01 | Fix run-pass test | Yuki OKUSHI | -2/+2 |
| 2019-04-30 | Rename to RUSTC_LOG | Yuki OKUSHI | -5/+5 |
| 2019-04-29 | Rollup merge of #60360 - rasendubi:const-labeled-break, r=Centril | Mazdak Farrokhzad | -0/+10 |
| 2019-04-29 | Support ZSTs in DispatchFromDyn | Tim Diekmann | -0/+49 |
| 2019-04-29 | const-stabilize std::mem::needs_drop | Yuki OKUSHI | -2/+0 |
| 2019-04-28 | Add test case for labeled break in const assignment | Alexey Shmalko | -0/+10 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+4 |
| 2019-04-26 | Rollup merge of #60183 - tmandry:chalk-builtin-copy-clone, r=scalexm | Mazdak Farrokhzad | -0/+43 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+4 |
| 2019-04-24 | chalkify: Add Copy/Clone builtins | Tyler Mandry | -0/+43 |
| 2019-04-24 | Allow subtyping of the final expression of a constant | Matthew Jasper | -0/+8 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -7/+3 |
| 2019-04-23 | Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytm | Mazdak Farrokhzad | -2/+2 |
| 2019-04-23 | Rollup merge of #59839 - KodrAus:must-use-num, r=sfackler | Mazdak Farrokhzad | -1/+1 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -0/+184 |
| 2019-04-23 | Reduce noise and document test case. | David Wood | -91/+83 |
| 2019-04-23 | Fix regression in line ending test | varkor | -2/+2 |
| 2019-04-23 | Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm | bors | -50/+2 |
| 2019-04-22 | Remove leading newlines | varkor | -2/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -50/+2 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -30/+6 |
| 2019-04-21 | Enforce consistent drop order w/ async methods. | David Wood | -0/+103 |
| 2019-04-21 | Add test for drop order in async functions. | David Wood | -0/+89 |
| 2019-04-16 | Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichton | bors | -2/+4 |
| 2019-04-15 | Rollup merge of #59648 - alex:must-use-result, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-04-14 | fix output test for backtrace-debuginfo.rs | Ralf Jung | -2/+4 |
| 2019-04-14 | Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton | Mazdak Farrokhzad | -8/+5 |
| 2019-04-12 | Stabilize the `alloc` crate. | Simon Sapin | -8/+5 |
| 2019-04-11 | fix up unused wrappingn_add in compile-pass test | Ashley Mannix | -1/+1 |
| 2019-04-08 | Rename Waker::new_unchecked to Waker::from_raw | Taylor Cramer | -1/+1 |
| 2019-04-08 | Add Waker::wake_by_ref and make Waker::wake consume the Waker | Taylor Cramer | -12/+28 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -1/+1 |
| 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 |