| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-09 | Organize trait test files | Bram van den Heuvel | -22/+0 | |
| 2020-10-20 | review comments | Esteban Küber | -2/+2 | |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -3/+4 | |
| Fix #77598. | ||||
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -3/+3 | |
| 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-07-27 | mv std libs to library/ | mark | -1/+1 | |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -2/+2 | |
| 2020-02-02 | Deal with spans showing `std` lib | Esteban Küber | -2/+2 | |
| Address #53081 | ||||
| 2020-02-02 | Point at reason in object unsafe trait with `Self` in supertraits or ↵ | Esteban Küber | -1/+4 | |
| `where`-clause | ||||
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -1/+1 | |
| Stemming from the thread at https://twitter.com/indygreg/status/1223279056398929920 | ||||
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -3/+3 | |
| 2019-05-20 | Update tests. | Alexander Regueiro | -0/+18 | |
