| Age | Commit message (Expand) | Author | Lines |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -25/+0 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -34/+0 |
| 2019-05-13 | add impl_trait_in_bindings to INCOMPLETE_FEATURES | Pulkit Goyal | -0/+7 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -34/+0 |
| 2019-05-13 | Auto merge of #60765 - matthewjasper:fix-more-escaping-rescopes, r=oli-obk | bors | -0/+6 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -25/+0 |
| 2019-05-12 | Treat generators the same as closure for escaping lifetimes | Matthew Jasper | -0/+6 |
| 2019-05-12 | Auto merge of #60244 - SimonSapin:dangling, r=oli-obk | bors | -2/+0 |
| 2019-05-10 | Various test changes | Mazdak Farrokhzad | -0/+8 |
| 2019-05-09 | Rollup merge of #60572 - tmandry:issue-59972, r=RalfJung,oli-obk | Mazdak Farrokhzad | -0/+23 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -23/+222 |
| 2019-05-06 | Add test for #59972 | Tyler Mandry | -0/+23 |
| 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-25 | const-stabilize NonNull::dangling and NonNull::cast | Simon Sapin | -2/+0 |
| 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 |