| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-27 | move asm parsing code into `rustc_parse` | Folkert de Vries | -8/+8 | |
| 2025-05-18 | delay error for unsupported options | Folkert de Vries | -33/+21 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -10/+15 | |
| ``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ``` | ||||
| 2024-08-13 | stabilize `asm_const` | Folkert | -72/+72 | |
| 2024-07-28 | improve error message when global asm uses inline asm operands | Folkert | -5/+35 | |
| 2024-07-25 | improve error message when `global_asm!` uses `asm!` options | Folkert | -20/+38 | |
| 2024-07-11 | Account for `let foo = expr`; to suggest `const foo: Ty = expr;` | Esteban Küber | -10/+10 | |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -15/+25 | |
| 2024-02-24 | Add tests for asm goto | Gary Guo | -5/+11 | |
| 2023-06-16 | fix ICE on specific malformed asm clobber_abi | asquared31415 | -0/+412 | |
