| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -61/+0 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -1/+1 | |
| 2022-07-08 | distinguish the method and associated function diagnostic information | Yiming Lei | -2/+2 | |
| Methods are defined within the context of a struct and their first parameter is always self Associated functions don’t take self as a parameter modified: compiler/rustc_typeck/src/check/method/suggest.rs modified: src/test/ui/auto-ref-slice-plus-ref.stderr modified: src/test/ui/block-result/issue-3563.stderr modified: src/test/ui/issues/issue-28344.stderr modified: src/test/ui/suggestions/dont-suggest-pin-array-dot-set.stderr modified: src/test/ui/suggestions/suggest-methods.stderr modified: src/test/ui/traits/trait-upcasting/subtrait-method.stderr | ||||
| 2021-12-04 | Use multipart suggestions. | Camille GILLOT | -2/+10 | |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -3/+22 | |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -6/+6 | |
| If a symbol name can only be imported from one place for a type, and as long as it was not glob-imported anywhere in the current crate, we can trim its printed path and print only the name. This has wide implications on error messages with types, for example, shortening `std::vec::Vec` to just `Vec`, as long as there is no other `Vec` importable anywhere. This adds a new '-Z trim-diagnostic-paths=false' option to control this feature. On the good path, with no diagnosis printed, we should try to avoid issuing this query, so we need to prevent trimmed_def_paths query on several cases. This change also relies on a previous commit that differentiates between `Debug` and `Display` on various rustc types, where the latter is trimmed and presented to the user and the former is not. | ||||
| 2020-03-12 | update tests | Mark Mansi | -2/+2 | |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -2/+2 | |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -4/+4 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-04-09 | improve unknown enum variant errors | Andy Russell | -2/+2 | |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -8/+8 | |
| 2019-01-20 | Use structured suggestion in stead of notes | Esteban Küber | -4/+2 | |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -4/+8 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -4/+4 | |
| 2018-11-22 | Do not point at associated types from other crates | Esteban Küber | -10/+0 | |
| This is a somewhat arbitrary restriction in order to be consistent in the output of the tests regardless of target platform. | ||||
| 2018-11-22 | Reword and fix test | Esteban Küber | -2/+2 | |
| 2018-11-22 | Point at the associated type's def span | Esteban Küber | -0/+10 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+32 | |
