| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-05 | Make -Zfixed-x18 into a target modifier | Alice Ryhl | -0/+37 | |
| 2025-03-26 | Rollup merge of #138483 - azhogin:azhogin/target-modifiers-bool-fix, r=fee1-dead | Stuart Cook | -2/+57 | |
| Target modifiers fix for bool flags without value Fixed support of boolean flags without values: `-Zbool-flag` is now consistent with `-Zbool-flag=true` in another crate. When flag is explicitly set to default value, target modifier will not be set in crate metainfo (`-Zflag=false` when `false` is a default value for the flag). Improved error notification when target modifier flag is absent in a crate ("-Zflag unset"). Example: ``` note: `-Zreg-struct-return=true` in this crate is incompatible with unset `-Zreg-struct-return` in dependency `default_reg_struct_return` ``` | ||||
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+2 | |
| 2025-03-17 | Target modifiers fix for bool flags without value | Andrew Zhogin | -2/+57 | |
| 2025-02-28 | tests: Unignore target modifier tests on all platforms | Vadim Petrochenkov | -104/+43 | |
| These tests can be `check-pass` and do not need dynamic libraries. Also remove other unnecessary stuff from them. | ||||
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and ↵ | Andrew Zhogin | -0/+169 | |
| compared to be equal in different crates | ||||
