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
/
builtin_attrs.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-30
Remove attribute `#[rustc_error]`
Vadim Petrochenkov
-3
/
+3
2025-03-26
expand: Leave traces when expanding `cfg` attributes
Vadim Petrochenkov
-4
/
+8
2025-03-21
Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin
Matthias Krüger
-0
/
+8
2025-03-19
add rustc_macro_edition_2021
Jana Dönszelmann
-0
/
+8
2025-03-17
expand: Leave traces when expanding `cfg_attr` attributes
Vadim Petrochenkov
-0
/
+8
2025-03-04
mgca: Lower all const paths as `ConstArgKind::Path`
Noah Lev
-0
/
+7
2025-02-24
feature: fix typo in attribute description
David Wood
-1
/
+1
2025-02-24
remove support for rustc_intrinsic_must_be_overridden from the compiler
Ralf Jung
-4
/
+0
2025-02-21
enable rustc_autodiff cross-crate encoding
Manuel Drehwald
-1
/
+1
2025-02-17
Rename `pattern_complexity` attr as `pattern_complexity_limit`.
Nicholas Nethercote
-1
/
+1
2025-02-07
Rollup merge of #136191 - klensy:const_a, r=compiler-errors
Matthias Krüger
-1
/
+1
2025-02-03
Contracts core intrinsics.
Felix S. Klock II
-0
/
+1
2025-02-02
rustc_allowed_through_unstable_modules: require deprecation message
Ralf Jung
-1
/
+1
2025-01-30
Rework rustc_dump_vtable
Michael Goulet
-1
/
+1
2025-01-28
replaces few consts with statics to reduce readonly section
klensy
-1
/
+1
2025-01-25
Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukang
Matthias Krüger
-6
/
+0
2025-01-23
Implement `optimize(none)` attribute
clubby789
-1
/
+1
2025-01-21
remove long-deprecated no-op attributes no_start and crate_id
Ralf Jung
-6
/
+0
2025-01-21
Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors
bors
-1
/
+0
2025-01-21
remove support for the #[start] attribute
Ralf Jung
-1
/
+0
2025-01-15
allowed_through_unstable_modules: support showing a deprecation message when ...
Ralf Jung
-1
/
+1
2025-01-10
mir_transform: implement forced inlining
David Wood
-0
/
+4
2025-01-09
Fix typo in `#[coroutine]` gating error
Noah Lev
-1
/
+1
2025-01-06
Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee
Jacob Pratt
-0
/
+1
2025-01-06
Add support for wasm exception handling to Emscripten target
Hood Chatham
-0
/
+1
2025-01-04
Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors
Jubilee
-5
/
+0
2025-01-04
rustc_intrinsic: support functions without body; they are implicitly marked a...
Ralf Jung
-1
/
+1
2025-01-03
turn rustc_box into an intrinsic
Ralf Jung
-5
/
+0
2024-12-23
Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...
Zalathar
-1
/
+2
2024-12-20
split up `#[rustc_deny_explicit_impl]` attribute
Lukas Markeffsky
-1
/
+10
2024-12-18
Stabilize `#[diagnostic::do_not_recommend]`
Georg Semmler
-3
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-16
Stabilize #[coverage] attribute
ltdk
-2
/
+1
2024-12-06
Remove polymorphization
Ben Kimock
-4
/
+0
2024-11-20
Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau
Jacob Pratt
-0
/
+5
2024-11-18
rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect
Ralf Jung
-1
/
+1
2024-11-11
Add #[rustc_as_ptr] attribute
gavincrawford
-0
/
+5
2024-11-08
remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...
Ralf Jung
-11
/
+6
2024-11-04
add new rustc_const_stable_intrinsic attribute for const-stable intrinsics
Ralf Jung
-0
/
+4
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-5
/
+9
2024-10-24
Remove associated type based effects logic
Michael Goulet
-4
/
+0
2024-10-23
rustc_feature: remove no-longer-needed macro
Ralf Jung
-24
/
+22
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-10-11
Single commit implementing the enzyme/autodiff frontend
Manuel Drehwald
-0
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-22
Auto merge of #130689 - RalfJung:rustc_nonnull_optimization_guaranteed, r=jie...
bors
-2
/
+4
2024-09-22
fix rustc_nonnull_optimization_guaranteed docs
Ralf Jung
-2
/
+4
2024-09-21
remove `#[cmse_nonsecure_entry]`
Folkert
-4
/
+0
2024-09-06
Correctly handle stability of `#[diagnostic]` attributes
Georg Semmler
-0
/
+8
2024-09-03
Add an internal lint that warns when accessing untracked data
Nadrieril
-0
/
+6
[next]