| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-06 | Implement unsafe attribute parsing | Lukas Wirth | -2/+3 | |
| 2024-04-18 | Fixup some issues with minicore | Lukas Wirth | -0/+1 | |
| 2024-04-18 | Handle panicking like rustc CTFE does | Nilstrieb | -0/+701 | |
| 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. | ||||
