| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-10 | Add `f16` and `f128` support | beetrees | -5/+5 | |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵ | Lukas Wirth | -1/+0 | |
| already enforces this | ||||
| 2024-06-30 | Simplify | Lukas Wirth | -1/+1 | |
| 2024-06-13 | internal: Fix rustdoc warnings | Wilfred Hughes | -4/+4 | |
| `cargo doc` generates a bunch of warnings on rust-analyzer. Fix all the bare URL and empty code block warnings. | ||||
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -1/+1 | |
| 2024-04-21 | Peek for panic message in test output | Lukas Wirth | -1/+4 | |
| 2024-04-18 | Fix #[rustc_const_panic_str] functions not actually being hooked | Lukas Wirth | -1/+2 | |
| 2024-04-18 | Fixup some issues with minicore | Lukas Wirth | -8/+30 | |
| 2024-04-18 | Fix missing function body in minicore | Lukas Wirth | -2/+3 | |
| 2024-04-18 | Handle panicking like rustc CTFE does | Nilstrieb | -0/+2811 | |
| 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. | ||||
