about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-03-19Change only_local to enum type and change the macros to always require a vari...surechen-1/+1
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-8/+9
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-12-10Remove edition umbrella features.Eric Huss-2/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+3
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-5/+5
2023-10-16Remove `rustc_feature::State`.Nicholas Nethercote-29/+9
2023-10-05Merge `STABLE_REMOVED_FEATURES` list into `REMOVED_FEATURES`.Nicholas Nethercote-4/+1
2023-10-05Streamline `find_lang_feature_issue`.Nicholas Nethercote-15/+14
2023-10-05Remove unused `Span` from the `set` function in `State::Active`.Nicholas Nethercote-2/+2
2023-08-06Issue numbers are enforced on active features; remove FIXMEMartin Nordholts-2/+0
2023-05-24Use `is_some_and`/`is_ok_and` in less obvious spotsMaybe Waffle-1/+1
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-5/+4
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-01-12Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0Collin Baker-1/+2
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-1/+1
2022-09-06get_attr should check that no duplicates are allowedyukang-2/+2
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-05-27Finish bumping stage0Mark Rousskov-1/+0
2022-05-10don't encode only locally used attrslcnr-2/+3
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-1/+1
2021-11-18Check for duplicate attributes.Eric Huss-0/+2
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-1/+0
2021-06-28Make incomplete features part of delcarationSmitty-1/+1
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2020-12-12tidy: Re-enable check for inline unit testsVadim Petrochenkov-27/+3
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-3/+39
2020-10-01Add note about possible future improvementMara Bos-0/+2
2020-09-17Fix 'FIXME' about using NonZeroU32 instead of u32.Mara Bos-10/+11
2020-09-04Implementation of incompatible features errorAmjad Alsharafi-1/+1
2020-09-01feature: replace `lazy_static` by `SyncLazy` from stdmarmeladema-0/+2
2020-08-30mv compiler to compiler/mark-0/+137