| Age | Commit message (Expand) | Author | Lines |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -2/+440 |
| 2016-11-01 | move compile-fail tests to ui tests | Niko Matsakis | -7/+313 |
| 2016-11-01 | update ref file | Niko Matsakis | -8/+0 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -9/+36 |
| 2016-11-01 | cleanup error reporting and add `ui` tests | Niko Matsakis | -2/+115 |
| 2016-11-01 | Improve "Doesn't live long enough" error | Mikhail Modin | -6/+690 |
| 2016-10-31 | Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom... | bors | -0/+54 |
| 2016-10-26 | deduplicate one-time diagnostics on lint ID as well as span and message | Zack M. Davis | -0/+54 |
| 2016-10-26 | un-break the `construct_witness` logic | Ariel Ben-Yehuda | -0/+103 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -36/+1818 |
| 2016-10-17 | Moved new dropck-eyepatch compile-fail tests to the `ui/` subtree. | Felix S. Klock II | -0/+470 |
| 2016-10-06 | Better underline for E0057,E0060,E0061 | Andrea Corradi | -0/+34 |
| 2016-10-04 | Rollup merge of #36798 - gavinb:fix/36164, r=GuillaumeGomez | Manish Goregaokar | -6/+58 |
| 2016-10-02 | Improve error message and snippet for "did you mean `x`" | Gavin Baker | -6/+58 |
| 2016-09-30 | Update E0220 error format | Jesus Garlea | -1/+1 |
| 2016-09-26 | Update E0425, E0446, E0449 | Jonathan Turner | -3/+36 |
| 2016-09-24 | Rollup merge of #36498 - jonathandturner:macro_std_lib, r=nikomatsakis | Guillaume Gomez | -6/+6 |
| 2016-09-16 | fix top level attr spans | Mikhail Modin | -0/+32 |
| 2016-09-15 | Specify when type parameter shadows primitive type | Esteban Küber | -0/+36 |
| 2016-09-15 | Fix wording for out-of-crate macro error | Jonathan Turner | -6/+6 |
| 2016-09-12 | Auto merge of #36354 - mikhail-m1:master, r=jonathandturner | bors | -0/+66 |
| 2016-09-10 | fix span for errors E0537, E0535 & E0536 | Mikhail Modin | -0/+66 |
| 2016-09-04 | Rollup merge of #36212 - razielgn:updated-e0493-to-new-format, r=jonathandturner | Manish Goregaokar | -0/+41 |
| 2016-09-02 | Rollup merge of #36171 - jonathandturner:temporary_value, r=nikomatsakis | Jonathan Turner | -2/+33 |
| 2016-09-02 | Moved test on E0493 from compile-fail to ui. | Federico Ravasio | -0/+41 |
| 2016-08-31 | Update error message for lifetime of borrowed values | Jonathan Turner | -2/+33 |
| 2016-08-30 | Guard against platforms on which the sysv64 calling convention is not valid i... | CensoredUsername | -1/+1 |
| 2016-08-27 | Add UI test for E0379 | Keith Yeung | -0/+39 |
| 2016-08-19 | wording fixes in error messages | Jonathan Turner | -3/+3 |
| 2016-08-18 | Auto merge of #35732 - jonathandturner:region_error_labels, r=nikomatsakis | bors | -0/+37 |
| 2016-08-18 | Auto merge of #35769 - eddyb:rollup, r=eddyb | bors | -0/+50 |
| 2016-08-17 | Add UI test for E0053 | Keith Yeung | -0/+50 |
| 2016-08-17 | Move 'doesn't live long enough' errors to labels | Jonathan Turner | -0/+37 |
| 2016-08-17 | Rebase. Fix mutable iteration nit. | Jonathan Turner | -2/+2 |
| 2016-08-17 | Replace local backtrace with def-use, repair std macro spans | Jonathan Turner | -0/+361 |
| 2016-08-17 | Fix merge conflict | Jonathan Turner | -2/+6 |
| 2016-08-17 | Rollup merge of #35713 - sanxiyn:ui-test, r=nikomatsakis | Jonathan Turner | -0/+53 |
| 2016-08-16 | Use UI test to test spans, instead of forced line break | Seo Sanghyeon | -0/+53 |
| 2016-08-16 | RUST_NEW_ERROR_FORMAT is no more | Seo Sanghyeon | -41/+24 |
| 2016-08-12 | Correct span for pub_restricted field | Seo Sanghyeon | -0/+41 |
| 2016-08-05 | Update E0404 to new format. | Ryan Scott | -1/+1 |
| 2016-08-01 | Fix fallout in `ui/codemap_tests`. | Jeffrey Seyfried | -5/+2 |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -1/+1 |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -1/+1 |
| 2016-07-14 | Add unicode test to ui tests | Jonathan Turner | -0/+22 |
| 2016-07-14 | Add fix for tabs. Move error unit tests->ui tests | Jonathan Turner | -0/+391 |
| 2016-07-14 | Fix up some tidy-unfriendly spacing | Jonathan Turner | -4/+4 |
| 2016-07-14 | Fix a couple UI test failures | Jonathan Turner | -15/+18 |
| 2016-05-24 | Satisfy tidy | Jonathan Turner | -1/+1 |
| 2016-05-24 | Back to single line between errors. Add header space to secondary files | Jonathan Turner | -3/+0 |