| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -8/+7 | |
| 2024-05-22 | internal: refactor `prefer_no_std`/`prefer_prelude` bools into a struct | David Barsky | -11/+19 | |
| 2024-05-22 | Update assists test fixtures | Lukas Wirth | -1/+2 | |
| 2024-05-22 | fix: Fix general find-path inconsistencies | Lukas Wirth | -3/+3 | |
| 2024-05-13 | Auto merge of #17221 - Veykril:lazier-validation, r=Veykril | bors | -3/+3 | |
| internal: Lazier macro parse tree validation | ||||
| 2024-05-13 | `parse_macro_expansion_error` almost never contains values so `Option` it | Lukas Wirth | -1/+0 | |
| 2024-05-13 | Push macro-parsing error calculation out of fundamental queries | Lukas Wirth | -3/+4 | |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -2/+4 | |
| 2024-05-06 | Collapse term search exprs before Cartesian product to avoid OOM | Tavo Annus | -2/+2 | |
| 2024-04-23 | different error code based on variant | Bao Zhiyuan | -2/+5 | |
| 2024-04-21 | Auto merge of #16938 - Nilstrieb:dont-panic-tests, r=Veykril | bors | -0/+1 | |
| Implement `BeginPanic` handling in const eval for #16935, needs some figuring out of how to write these tests correctly | ||||
| 2024-04-21 | Peek for panic message in test output | Lukas Wirth | -0/+1 | |
| 2024-04-20 | add test with multiple names | Lev Iskandarov | -1/+37 | |
| 2024-04-20 | try to generate more meaningful names | Lev Iskandarov | -0/+13405 | |
| 2024-04-18 | Handle panicking like rustc CTFE does | Nilstrieb | -0/+13393 | |
| Instead of using `core::fmt::format` to format panic messages, which may in turn panic too and cause recursive panics and other messy things, redirect `panic_fmt` to `const_panic_fmt` like CTFE, which in turn goes to `panic_display` and does the things normally. See the tests for the full call stack. | ||||
