| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -30/+0 | |
| 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-05-09 | adjust tests | Ralf Jung | -1/+2 | |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 | |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -3/+3 | |
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -3/+3 | |
| 2019-07-30 | --bless tests due to INCOMPLETE_FEATURES being a lint. | Mazdak Farrokhzad | -0/+2 | |
| 2019-05-13 | add impl_trait_in_bindings to INCOMPLETE_FEATURES | Pulkit Goyal | -3/+9 | |
| impl_trait_in_bindings is not yet complete and can lead to compiler crashes. Fixes #60764. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-12-04 | Update tests | Oliver Scherer | -2/+2 | |
| 2018-09-25 | Added tests. | Alexander Regueiro | -0/+21 | |
