| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -77/+0 | |
| 2022-12-13 | Change pattern borrowing suggestions to be verbose | Esteban Küber | -4/+6 | |
| Synthesize a more accurate span and use verbose suggestion output to make the message clearer. | ||||
| 2022-09-24 | Note the type when unable to drop values in compile time | Deadbeef | -2/+2 | |
| 2022-08-14 | suggest lazy-static for non-const statics | cameron | -0/+1 | |
| 2022-02-12 | bless you | Deadbeef | -3/+5 | |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -66/+10 | |
| 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-06-20 | update tests | Christian Poveda | -1/+3 | |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+14 | |
| 2019-09-30 | update tests | Guillaume Gomez | -1/+1 | |
| 2019-06-03 | Update tests for changes to cannot move errors | Matthew Jasper | -2/+2 | |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -1/+4 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -9/+9 | |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -10/+52 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+10 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+67 | |
