| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -1/+1 | |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -4/+4 | |
| Rather than marking the Argument::new_display etc. functions as non-const, this marks the Arguments::new_v1 functions as non-const. | ||||
| 2025-04-30 | Add test for format_args!("{}", 0) in const. | Mara Bos | -1/+9 | |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -1/+0 | |
| 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-05 | [generic_assert] Constify methods used by the formatting system | Caio | -21/+3 | |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -3/+3 | |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -2/+2 | |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -56/+0 | |
| When constant evaluation fails because its MIR is tainted by errors, suppress note indicating that erroneous constant was used, since those errors have to be fixed regardless of the constant being used or not. | ||||
| 2023-03-27 | Bless UI tests. | Mara Bos | -4/+4 | |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -10/+19 | |
| panic!("a {}", "b") is still not allowed in const, even if the hir flattens to panic!("a b"). | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+95 | |
