| Age | Commit message (Expand) | Author | Lines |
| 2018-07-11 | Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebank | Mark Rousskov | -1/+3 |
| 2018-07-10 | Fix typo in error message E0277 | Rémy Rakic | -2/+2 |
| 2018-07-10 | improve error message shown for unsafe operations: explain why undefined beha... | Ralf Jung | -1/+3 |
| 2018-07-06 | Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko... | Mark Rousskov | -12/+12 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -12/+12 |
| 2018-07-04 | write code to extract region names and emit new style message | Niko Matsakis | -2/+6 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -0/+3 |
| 2018-06-30 | in which the private/restricted-in-public error messaging gets specific | Zack M. Davis | -0/+3 |
| 2018-06-30 | Loosened rules involving statics mentioning other statics. | Alexander Regueiro | -57/+0 |
| 2018-06-30 | Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis | bors | -9/+9 |
| 2018-06-28 | Extend support to `get_generics` for all `NodeItem`s | Esteban Küber | -6/+6 |
| 2018-06-28 | Point at lifetimes instead of def span for E0195 | Esteban Küber | -3/+3 |
| 2018-06-27 | Update tests for grouped nll move errors | Matthew Jasper | -9/+0 |
| 2018-06-27 | Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakis | bors | -23/+4 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -10/+10 |
| 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 |