| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -3/+3 | |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -3/+0 | |
| For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros. | ||||
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already ↵ | Esteban Küber | -4/+4 | |
| there | ||||
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -3/+3 | |
| ``` help: consider restricting type parameter `T` with traits `Copy` and `Trait` | LL | fn duplicate_custom<T: Copy + Trait>(t: S<T>) -> (S<T>, S<T>) { | ++++++++++++++ ``` ``` help: consider restricting type parameter `V` with trait `Copy` | LL | fn index<'a, K, V: std::marker::Copy>(map: &'a HashMap<K, V>, k: K) -> &'a V { | +++++++++++++++++++ ``` | ||||
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -4/+4 | |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -1/+31 | |
| 2024-02-05 | Stop bailing out from compilation just because there were incoherent traits | Oli Scherer | -2/+19 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-03-08 | Dedup copy field errors for identical types | Michael Goulet | -4/+0 | |
| 2023-03-08 | may not => cannot | Michael Goulet | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+27 | |
