| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -3/+5 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -1/+1 | |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 | |
| Most modules have such a blank line, but some don't. Inserting the blank line makes it clearer that the `//!` comments are describing the entire module, rather than the `use` declaration(s) that immediately follows. | ||||
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`. | Nicholas Nethercote | -0/+2 | |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -1/+5 | |
| 2023-09-11 | Remove assert that checks type equality | ouz-a | -4/+4 | |
| 2023-06-19 | add FIXME's for a later refactoring | lcnr | -0/+1 | |
| 2023-06-19 | codegen: fix `OperandRef` subtype handling | lcnr | -0/+74 | |
