| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -41/+0 | |
| 2022-12-19 | add function to tell if the current ambiguity error matches a previous one ↵ | Yiming Lei | -24/+5 | |
| in ambiguity_errors if 2 errors of the kind and ident and span of the ident, b1, b2 and misc1 misc2 are the same then these 2 ambiguity errors matched prevent identical ambiguity error from pushing into vector of ambiguity_errors this will fix #105177 | ||||
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -3/+6 | |
| Emit description of the ambiguity as a note. Co-authored-by: Noah Lev <camelidcamel@gmail.com> Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | ||||
| 2020-01-09 | Update tests | Vadim Petrochenkov | -5/+23 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -6/+6 | |
| 2018-11-18 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -1/+1 | |
| 2018-11-18 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -8/+8 | |
| 2018-10-03 | resolve: Prefer `macro_rules` definitions to in-module macro definitions in ↵ | Vadim Petrochenkov | -18/+1 | |
| some cases | ||||
| 2018-09-08 | resolve: More precise spans for ambiguous resolution errors | Vadim Petrochenkov | -3/+3 | |
| Add labels to ambiguous resolution errors | ||||
| 2018-08-21 | resolve: Unify reporting of ambiguity errors for macro paths | Vadim Petrochenkov | -3/+3 | |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -9/+9 | |
| 2018-03-14 | Add empty main() to tests where it is missing. | Eric Huss | -5/+2 | |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -1/+1 | |
| Fixes #44798 and rust-lang/cargo#4948. | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -9/+9 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+2 | |
| 2018-01-18 | Add E0659 for ambiguous names | Guillaume Gomez | -2/+2 | |
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -15/+15 | |
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -0/+57 | |
