| Age | Commit message (Expand) | Author | Lines |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -40/+1 |
| 2018-04-18 | Workaround rust-lang/rust#49998 by opting into experimental `-Z nll-subminima... | Felix S. Klock II | -9/+12 |
| 2018-04-18 | Update the previously checkpointed (but unused by bors) tests to reflect curr... | Felix S. Klock II | -14/+60 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -2/+2 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+923 |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -16/+16 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -5/+8 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -5/+8 |
| 2018-03-16 | Update tests | John Kåre Alsaker | -1/+4 |
| 2018-03-16 | Rollup merge of #49042 - kennytm:fix-e0307-typo, r=rkruppe | kennytm | -1/+1 |
| 2018-03-15 | Remove unnecessary "`" in error message E0307 (invalid self type). | kennytm | -1/+1 |
| 2018-03-14 | Add empty main() to tests where it is missing. | Eric Huss | -2/+2 |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -1/+1 |
| 2018-03-14 | update tests | Guillaume Gomez | -87/+85 |
| 2018-03-09 | tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directories | Vadim Petrochenkov | -14/+0 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -3/+3 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -36/+36 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -511/+511 |
| 2018-02-25 | Reduce error codes length when too much are thrown | Guillaume Gomez | -1/+1 |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+88 |
| 2018-02-24 | Rollup merge of #48392 - estebank:string, r=petrochenkov | Manish Goregaokar | -1/+18 |
| 2018-02-20 | Handle custom diagnostic for `&str + String` | Esteban Küber | -1/+18 |
| 2018-02-17 | fix stderr | csmoe | -2/+4 |
| 2018-02-14 | inform type annotations | csmoe | -5/+5 |
| 2018-02-07 | Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebank | Manish Goregaokar | -0/+42 |
| 2018-02-07 | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,... | Manish Goregaokar | -2/+1 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -3/+3 |
| 2018-02-05 | correct E0619 span re method call receivers whose type must be known | Zack M. Davis | -0/+42 |
| 2018-02-01 | Add filter to detect local crates for rustc_on_unimplemented | Esteban Küber | -2/+2 |
| 2018-02-01 | Change rustc_on_unimplemented for Iterator and binops | Esteban Küber | -1/+5 |
| 2018-02-01 | Add filtering options to `rustc_on_unimplemented` | Esteban Küber | -6/+2 |
| 2018-02-01 | Minimize weird spans involving macro context | Esteban Küber | -2/+2 |
| 2018-01-31 | concerning well-formed suggestions for unused shorthand field patterns | Zack M. Davis | -2/+1 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -10/+2 |
| 2018-01-17 | Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelix | Guillaume Gomez | -1/+5 |
| 2018-01-15 | On E0283, point at method with the requirements | Esteban Küber | -1/+5 |
| 2018-01-15 | Add error code for unstable feature errors | Guillaume Gomez | -4/+4 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -0/+53 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -6/+4 |
| 2018-01-03 | Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytm | bors | -2/+4 |
| 2018-01-03 | Only bump error count when we are sure that the diagnostic is not a repetition. | Rafael Fernández López | -1/+1 |
| 2018-01-02 | Correct for changes in line numbers in expected stderr output. | Ed Schouten | -2/+2 |
| 2018-01-02 | Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. | Ed Schouten | -0/+2 |
| 2017-12-31 | Reword trying to operate in immutable fields | Esteban Küber | -2/+2 |
| 2017-12-21 | Rollup merge of #46860 - estebank:candidate-def-sp, r=petrochenkov | Guillaume Gomez | -14/+10 |
| 2017-12-19 | Use def span for associated function suggestions | Esteban Küber | -14/+10 |
| 2017-12-19 | Point at def span in "missing in impl" error | Esteban Küber | -52/+21 |
| 2017-12-18 | Tweak "unecessary unsafe block" error spans | Esteban Küber | -65/+22 |
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -38/+39 |
| 2017-12-14 | Point at var in short lived borrows | Esteban Küber | -359/+404 |