| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -30/+0 | |
| 2023-01-06 | use smaller spans for missing lifetime/generic args | Takayuki Maeda | -1/+1 | |
| fix rustdoc ui test | ||||
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being ↵ | Oli Scherer | -5/+0 | |
| available | ||||
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -1/+1 | |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -3/+3 | |
| Prior work, notably 6550021124451628b1efc60c59284465b109e3aa from #88316 has removed box syntax from most of the testsuite. However, some tests were left out. This commit removes box_syntax uses from more locations in src/test. Some tests that are very box syntax specific are not being migrated. | ||||
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-05-11 | improve diagnosts for GATs | b-naber | -4/+4 | |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -1/+11 | |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -1/+1 | |
| 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-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2019-12-24 | Use structured suggestion for bad `Fn` traits | Esteban Küber | -2/+1 | |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -4/+5 | |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -8/+8 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -1/+1 | |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -1/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-11-22 | Do not point at associated types from other crates | Esteban Küber | -5/+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 | -1/+1 | |
| 2018-11-22 | Point at the associated type's def span | Esteban Küber | -0/+5 | |
| 2018-08-24 | updates tests to use new error code | Matthew Russo | -3/+3 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+24 | |
