| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -2/+2 | |
| For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros. | ||||
| 2025-01-16 | Properly note when query stack is being cut off | Michael Goulet | -1/+1 | |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -1/+2 | |
| 2024-03-20 | Update documentation | Oli Scherer | -1/+1 | |
| 2024-03-20 | Rename mir_const query to mir_built | Oli Scherer | -1/+1 | |
| 2024-03-20 | Replace `mir_built` query with a hook and use mir_const everywhere instead | Oli Scherer | -1/+1 | |
| 2024-03-07 | Add known-bug tests for `derive(PartialEq)` mismatches with ↵ | Oli Scherer | -0/+16 | |
| `#[repr(packed)]` attributes that are not visible before macro expansion | ||||
