| Age | Commit message (Expand) | Author | Lines |
| 2018-06-26 | Don't inspect the generated existential type items | Oliver Schneider | -23/+4 |
| 2018-06-26 | Rollup merge of #51747 - varkor:export_name-null-character, r=estebank | Pietro Albini | -1/+24 |
| 2018-06-23 | add `dyn` to display of dynamic (trait) type names | Zack M. Davis | -6/+6 |
| 2018-06-24 | Add backticks to E0558 | varkor | -1/+1 |
| 2018-06-23 | Add error for using null characters in export_name | varkor | -0/+23 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -5/+6 |
| 2018-06-21 | Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk | bors | -4/+23 |
| 2018-06-21 | Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov | bors | -3/+3 |
| 2018-06-21 | do not introduce *false* results from lifetime resolution | Niko Matsakis | -4/+23 |
| 2018-06-20 | Simply joint lifetime/type iteration | varkor | -2/+2 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -1/+1 |
| 2018-06-19 | Update message for `!Sized` types | Esteban Küber | -3/+3 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+2 |
| 2018-06-19 | Add link to book for `Sized` errors | Esteban Küber | -0/+1 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -4/+4 |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -1/+1 |
| 2018-06-08 | Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakis | Mark Rousskov | -2/+60 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -3/+3 |
| 2018-06-04 | Suggest braces when a struct literal needs them | Esteban Küber | -2/+60 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -2/+2 |
| 2018-05-26 | Rollup merge of #51057 - pnkfelix:issue-51025-make-ui-tests-robust-wrt-nll, r... | Mark Simulacrum | -50/+79 |
| 2018-05-25 | rust-lang/rust#51025: improve test robustness so that they work under NLL too. | Felix S. Klock II | -50/+79 |
| 2018-05-22 | Tweak `main` type arguments and where clause spans | Esteban Küber | -11/+9 |
| 2018-05-19 | Auto merge of #50782 - matthewjasper:wheres-main, r=matthewjasper | bors | -0/+50 |
| 2018-05-18 | Prevent main and start from having a where clause. | Matthew Jasper | -0/+50 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -4/+4 |
| 2018-05-12 | Make the `const_err` lint `deny`-by-default | Oliver Schneider | -4/+4 |
| 2018-05-11 | unary op filter, dereference hint | Roman Stoliar | -3/+1 |
| 2018-05-11 | added missing implementation hint | Roman Stoliar | -0/+4 |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -2/+1 |
| 2018-04-30 | Update ui test output | Oliver Schneider | -1/+1 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -4/+4 |
| 2018-04-18 | Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i... | Felix S. Klock II | -1/+1 |
| 2018-04-18 | Update the previously checkpointed (but unused by bors) tests to reflect curr... | Felix S. Klock II | -4/+4 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -22/+22 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+184 |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -10/+10 |
| 2018-04-04 | Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakis | bors | -4/+4 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -4/+3 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -24/+4 |
| 2018-03-26 | Move some implementations of Clone and Copy to libcore | Francis Gagné | -4/+4 |
| 2018-03-26 | Fix e0658 ui test | Mark Mansi | -7/+12 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -3/+2 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -2/+4 |
| 2018-03-23 | Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obk | Alex Crichton | -2/+2 |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-03-19 | Reduce diagnostic verbosity by removing labels | Esteban Küber | -2/+2 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -6/+2 |
| 2018-03-19 | #49133 - Reworded the Error message: "`pub` not needed here" message | Dileep Bapat | -3/+3 |