| Age | Commit message (Expand) | Author | Lines |
| 2019-03-06 | Desugared asyncs into generators and minimised. | Giles Cope | -12/+13 |
| 2019-03-06 | Update tests | John Kåre Alsaker | -4/+109 |
| 2019-03-06 | Split up privacy checking so privacy_access_levels only does computations req... | John Kåre Alsaker | -18/+18 |
| 2019-03-05 | On incorrect cfg literal/identifier, point at the right span | Esteban Küber | -2/+2 |
| 2019-03-05 | Fix negative integer literal test | varkor | -19/+8 |
| 2019-03-05 | Update test fallout | varkor | -18/+4 |
| 2019-03-05 | Update const generics tests | varkor | -53/+30 |
| 2019-03-05 | Add a test for HashStable stability | John Kåre Alsaker | -0/+63 |
| 2019-03-05 | Removed whitespace | Giles Cope | -1/+1 |
| 2019-03-05 | Unrolled await macro. | Giles Cope | -6/+6 |
| 2019-03-04 | Elide invalid method receiver error when it contains TyErr | Esteban Küber | -0/+30 |
| 2019-03-04 | Add an explicit test for issue #50582 | Josh Stone | -0/+15 |
| 2019-03-04 | On return type `impl Trait` for block with no expr point at last semi | Esteban Küber | -0/+20 |
| 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 |
| 2019-03-04 | Auto merge of #58380 - estebank:missing-match-pats, r=zackmdavis | bors | -67/+285 |
| 2019-03-03 | Add .nll.stderr output | Tim | -0/+39 |
| 2019-03-04 | Monomorphize generator field types for debuginfo | Wim Looman | -0/+27 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -0/+221 |
| 2019-03-03 | Auto merge of #58866 - kennytm:rollup, r=kennytm | bors | -1/+20 |
| 2019-03-03 | Rollup merge of #58865 - dlrobertson:fix-varargs, r=alexreg | kennytm | -0/+15 |
| 2019-03-02 | Call clang and llvm-objdump with correct library path | Mark Rousskov | -6/+6 |
| 2019-03-03 | Nit | Alexander Regueiro | -1/+1 |
| 2019-03-02 | Reword error message | Esteban Küber | -1/+1 |
| 2019-03-02 | Point at enum definition when match patterns are not exhaustive | Esteban Küber | -66/+284 |
| 2019-03-02 | Suggest appropriate code for unused field when desrtucturing patttern | Esteban Küber | -0/+40 |
| 2019-03-02 | Suggest removal of `&` when borrowing macro and appropriate | Esteban Küber | -3/+45 |
| 2019-03-02 | Fix C-variadic function printing | Dan Robertson | -0/+15 |
| 2019-03-02 | Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank | kennytm | -1/+5 |
| 2019-03-02 | Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc | bors | -2/+8 |
| 2019-03-01 | Expand where negative supertrait specific error is shown | Esteban Küber | -0/+15 |
| 2019-03-01 | Handle type annotations in promoted MIR correctly | Matthew Jasper | -0/+29 |
| 2019-03-01 | Include bounds from promoted constants in NLL | Matthew Jasper | -3/+78 |
| 2019-02-28 | update rustdoc coverage tests with new table layout | QuietMisdreavus | -80/+51 |
| 2019-02-28 | add tests for doc coverage | QuietMisdreavus | -0/+251 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -3/+6 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -37/+507 |
| 2019-02-28 | Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` const | Tim | -0/+92 |
| 2019-02-27 | allow specifying attributes for tool lints | Andy Russell | -1/+5 |
| 2019-02-28 | Fix error in tag-that-dare-not-speak-its-name | Taiki Endo | -2/+1 |
| 2019-02-28 | Fix errors in test/ui | Taiki Endo | -3/+12 |
| 2019-02-27 | Don't promote function calls to nonpromotable things | Oliver Scherer | -0/+18 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -13/+13 |
| 2019-02-27 | Add c_variadic language feature item | Dan Robertson | -0/+16 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -24/+478 |
| 2019-02-27 | Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obk | Mazdak Farrokhzad | -0/+13 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -22/+131 |
| 2019-02-27 | Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus | Mazdak Farrokhzad | -2/+24 |