| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -42/+1 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -4/+4 | |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+33 | |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -1/+10 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -2/+2 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-09-05 | Restore some removed tests | Michael Goulet | -12/+50 | |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -58/+56 | |
| 2023-08-30 | Update failure status | John Kåre Alsaker | -2/+5 | |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -2/+2 | |
| Change default panic handler message format. This changes the default panic hook's message format from: ``` thread '{thread}' panicked at '{message}', {location} ``` to ``` thread '{thread}' panicked at {location}: {message} ``` This puts the message on its own line without surrounding quotes, making it easiser to read. For example: Before: ``` thread 'main' panicked at 'env variable `IMPORTANT_PATH` should be set by `wrapper_script.sh`', src/main.rs:4:6 ``` After: ``` thread 'main' panicked at src/main.rs:4:6: env variable `IMPORTANT_PATH` should be set by `wrapper_script.sh` ``` --- See this PR by `@nyurik,` which does that for only multi-line messages (specifically because of `assert_eq`): https://github.com/rust-lang/rust/pull/111071 This is the change that does that for *all* panic messages. | ||||
| 2023-07-31 | normalize backtrace error messages | yukang | -5/+5 | |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -0/+2 | |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -2/+2 | |
| 2023-07-11 | typeck in parallel | SparrowLii | -4/+2 | |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -2/+63 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+34 | |
