| Age | Commit message (Expand) | Author | Lines |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -2/+2 |
| 2019-01-02 | say "the lifetime" instead of "some lifetime" when it feels right | Niko Matsakis | -2/+2 |
| 2019-01-02 | apply the same logic to ConcreteFailure errors | Niko Matsakis | -22/+7 |
| 2019-01-02 | introduce placeholder-placeholder errors for trait matching | Niko Matsakis | -23/+6 |
| 2019-01-02 | tests: worse diagnostics, but basically same errors | Niko Matsakis | -28/+45 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -216/+46 |
| 2018-12-05 | Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco | Pietro Albini | -1/+1 |
| 2018-12-04 | Update tests | Oliver Scherer | -0/+2 |
| 2018-11-30 | Refer to the second borrow as the "second borrow". | Daan de Graaf | -1/+1 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -10/+13 |
| 2018-10-19 | Rollup merge of #55013 - matthewjasper:propagate-generator-bounds, r=nikomats... | kennytm | -0/+45 |
| 2018-10-18 | Propagate bounds from generators | Matthew Jasper | -0/+45 |
| 2018-10-18 | Extend closure special-casing for generators. | David Wood | -50/+45 |
| 2018-10-05 | Updates to .stderr output in ui tests from earlier changes. | Felix S. Klock II | -4/+11 |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -2/+2 |
| 2018-09-23 | Update tests for changes to drop access | Matthew Jasper | -0/+2 |
| 2018-09-18 | Update NLL 3-point error message for fake reads in optimized let patterns | Remy Rakic | -2/+3 |
| 2018-08-05 | Fix doc link (again) | Felix Rabe | -2/+2 |
| 2018-08-01 | minor fallout from the change. | Felix S. Klock II | -2/+0 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -28/+8 |
| 2018-07-26 | integrate the edition code. | Felix S. Klock II | -28/+8 |
| 2018-07-23 | Don't match on region kinds when reporting NLL errors | Matthew Jasper | -5/+5 |
| 2018-07-17 | Fix doc link | Felix Rabe | -2/+2 |
| 2018-07-10 | Fix typo in error message E0277 | Rémy Rakic | -5/+5 |
| 2018-07-01 | Make causal tracking lazy | Santiago Pastorino | -20/+7 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -9/+14 |
| 2018-06-19 | Update message for `!Sized` types | Esteban Küber | -7/+7 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+4 |
| 2018-06-19 | Add link to book for `Sized` errors | Esteban Küber | -0/+2 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -7/+10 |
| 2018-06-06 | It turns out that the diagnostics generated from NLL for these cases are now ... | Felix S. Klock II | -11/+0 |
| 2018-05-25 | rust-lang/rust#51025: improve test robustness so that they work under NLL too. | Felix S. Klock II | -8/+27 |
| 2018-05-01 | Update ui/generator tests to reflect changes from new generator drop rules. | Felix S. Klock II | -32/+74 |
| 2018-04-27 | Access individual fields of tuples, closures and generators on drop. | Matthew Jasper | -30/+2 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+130 |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -6/+6 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -48/+20 |
| 2018-03-21 | use subtyping when we create a closure instead of for upvar types | Niko Matsakis | -3/+3 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -48/+20 |
| 2018-03-16 | Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebank | kennytm | -10/+8 |
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -4/+4 |
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -4/+4 |
| 2018-03-14 | Add empty main() to tests where it is missing. | Eric Huss | -10/+8 |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -2/+2 |
| 2018-03-14 | update tests | Guillaume Gomez | -22/+22 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -7/+7 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -61/+61 |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+22 |
| 2018-02-09 | Fix visitation order of calls so that it matches execution order. Fixes #48048 | John Kåre Alsaker | -0/+33 |