| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-30 | braces around {self} in UseTree are not unnecessary | Harry Sarson | -2/+19 | |
| Before this commit `UseTree::remove_unnecessary_braces` removed the braces around `{self}` in `use x::y::{self};` but `use x::y::self;` is not valid rust. | ||||
| 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 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+16203 | |
| 2024-04-18 | Fixup some issues with minicore | Lukas Wirth | -0/+1 | |
| 2024-04-18 | Handle panicking like rustc CTFE does | Nilstrieb | -0/+16202 | |
| 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. | ||||
