index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_feature
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+3
2023-10-16
Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.
Nicholas Nethercote
-5
/
+5
2023-10-16
Remove `rustc_feature::State`.
Nicholas Nethercote
-29
/
+9
2023-10-05
Merge `STABLE_REMOVED_FEATURES` list into `REMOVED_FEATURES`.
Nicholas Nethercote
-4
/
+1
2023-10-05
Streamline `find_lang_feature_issue`.
Nicholas Nethercote
-15
/
+14
2023-10-05
Remove unused `Span` from the `set` function in `State::Active`.
Nicholas Nethercote
-2
/
+2
2023-08-06
Issue numbers are enforced on active features; remove FIXME
Martin Nordholts
-2
/
+0
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-1
/
+1
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-5
/
+4
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+1
2023-01-12
Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0
Collin Baker
-1
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-09-06
get_attr should check that no duplicates are allowed
yukang
-2
/
+2
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-05-27
Finish bumping stage0
Mark Rousskov
-1
/
+0
2022-05-10
don't encode only locally used attrs
lcnr
-2
/
+3
2022-04-07
Stabilize `derive_default_enum`
Jacob Pratt
-1
/
+1
2021-11-18
Check for duplicate attributes.
Eric Huss
-0
/
+2
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-1
/
+0
2021-06-28
Make incomplete features part of delcaration
Smitty
-1
/
+1
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2020-12-12
tidy: Re-enable check for inline unit tests
Vadim Petrochenkov
-27
/
+3
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-3
/
+39
2020-10-01
Add note about possible future improvement
Mara Bos
-0
/
+2
2020-09-17
Fix 'FIXME' about using NonZeroU32 instead of u32.
Mara Bos
-10
/
+11
2020-09-04
Implementation of incompatible features error
Amjad Alsharafi
-1
/
+1
2020-09-01
feature: replace `lazy_static` by `SyncLazy` from std
marmeladema
-0
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+137