| Age | Commit message (Expand) | Author | Lines |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -0/+3 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -1/+3 |
| 2023-11-26 | Cut code size for feature hashing | Mark Rousskov | -2/+10 |
| 2023-11-23 | Add an experimental feature gate for function delegation | Vadim Petrochenkov | -0/+2 |
| 2023-11-23 | Rollup merge of #118167 - RalfJung:unadjusted-abi-is-internal, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -1/+3 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -3/+3 |
| 2023-11-22 | make the 'abi_unadjusted' feature internal | Ralf Jung | -1/+1 |
| 2023-11-21 | lib features ending in '_internals?' are internal | Ralf Jung | -6/+12 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -5/+5 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -21/+4 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -0/+2 |
| 2023-11-01 | Stabilize C string literals | John Millikin | -2/+2 |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -0/+2 |
| 2023-10-24 | Rollup merge of #116943 - heiher:target-features, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2023-10-24 | compiler: Add target features for LoongArch | WANG Rui | -0/+1 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -0/+1 |
| 2023-10-23 | Fix suggestion for renamed coroutines feature | Yotam Ofek | -1/+1 |
| 2023-10-20 | Re-add `generators` as a removed feature and point to the new feature name | Oli Scherer | -0/+4 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -7/+7 |
| 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 | -180/+178 |
| 2023-10-16 | Remove `rustc_feature::State`. | Nicholas Nethercote | -68/+42 |
| 2023-10-14 | Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726 | bors | -4/+4 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -6/+6 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -4/+4 |
| 2023-10-05 | Use a closure when setting `State::Active`. | Nicholas Nethercote | -6/+1 |
| 2023-10-05 | Use `declared_features` to avoid two lookups. | Nicholas Nethercote | -4/+2 |
| 2023-10-05 | Add two setter functions to `Features`. | Nicholas Nethercote | -0/+15 |
| 2023-10-05 | Rename `Features::active_features`. | Nicholas Nethercote | -6/+9 |
| 2023-10-05 | Merge `STABLE_REMOVED_FEATURES` list into `REMOVED_FEATURES`. | Nicholas Nethercote | -26/+6 |
| 2023-10-05 | Streamline `find_lang_feature_issue`. | Nicholas Nethercote | -15/+14 |
| 2023-10-05 | Split `declare_features!`. | Nicholas Nethercote | -6/+9 |
| 2023-10-05 | Remove `set!` macro. | Nicholas Nethercote | -10/+9 |
| 2023-10-05 | Remove unused `Span` from the `set` function in `State::Active`. | Nicholas Nethercote | -6/+6 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -6/+6 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -2/+2 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -2/+2 |
| 2023-09-27 | Auto merge of #116093 - RalfJung:link_llvm_intrinsics, r=oli-obk | bors | -3/+3 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -1/+4 |
| 2023-09-23 | also make platform_intrinsics internal | Ralf Jung | -2/+2 |
| 2023-09-23 | make link_llvm_intrinsics feature internal | Ralf Jung | -1/+1 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -1/+1 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -0/+2 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+4 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -0/+2 |