| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -73/+0 | |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 | |
| 2022-07-17 | use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when ↵ | Michael Goulet | -1/+1 | |
| rendering path | ||||
| 2020-09-26 | `char` not char | varkor | -3/+4 | |
| 2020-03-24 | rustc_typeck: remove rustc_hir_pretty usage | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-12 | update tests | Mark Mansi | -2/+2 | |
| 2019-12-21 | Update tests for GATs | Matthew Jasper | -11/+3 | |
| * Make some run-pass or check-pass * Use `#![allow(incomplete_features)]` * Update FIXMEs now that some of the issues have been addressed * Add regression tests | ||||
| 2019-11-13 | Tweak non-char/numeric in range pattern diagnostic | Yuki Okushi | -4/+3 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -2/+2 | |
| Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method. | ||||
| 2019-09-25 | Update ui tests | Guillaume Gomez | -1/+2 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -3/+2 | |
| 2019-03-20 | Update tests | varkor | -2/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2018-12-26 | Added regression test for using generic parameters on modules. | Alexander Regueiro | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -24/+4 | |
| 2018-10-11 | structured suggestion for E0223 ambiguous associated type | Zack M. Davis | -3/+1 | |
| It looks like we tend to use angle-brackets around the placeholder in the few other places we use `Applicability::HasPlaceholders`, but that would be confusing here, so ... | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+103 | |
