| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -15/+0 | |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -13/+5 | |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 | |
| 2020-08-10 | Point at item definition in foreign crates | Esteban Küber | -0/+5 | |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -2/+2 | |
| When encountering a unit or tuple pattern for a struct-like item, suggest using the correct pattern. Use `insert_field_names_local` when evaluating variants and store field names even when the list is empty in order to produce accurate structured suggestions. | ||||
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -0/+3 | |
| When given `struct Foo(usize)` and using it as `Foo {}` or `Foo`, point at `Foo`'s definition in the error. | ||||
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -8/+4 | |
| 2016-12-26 | Move some compile-fail tests into UI directory | Vadim Petrochenkov | -0/+18 | |
