| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -8/+8 | |
| This is an extension of the previous commit. It means the output of something like this: ``` stringify!(let a: Vec<u32> = vec![];) ``` goes from this: ``` let a: Vec<u32> = vec![] ; ``` With this PR, it now produces this string: ``` let a: Vec<u32> = vec![]; ``` | ||||
| 2023-11-24 | Manual find replace updates | Nilstrieb | -1/+1 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -9/+9 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -1/+5 | |
| 2023-08-30 | Permit recursive weak type aliases | Oli Scherer | -13/+70 | |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -15/+3 | |
| 2023-07-18 | added links as a note | nxya | -3/+3 | |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -3/+3 | |
| 2023-07-18 | added links as a note | nxya | -3/+18 | |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -3/+3 | |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -16/+1 | |
| 2023-02-17 | Fix ICE on type alias in recursion | clubby789 | -0/+25 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1106 | |
