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
2021-11-18
Check for duplicate attributes.
Eric Huss
-155
/
+272
2021-11-18
rustc: Remove `#[rustc_synthetic]`
Vadim Petrochenkov
-1
/
+0
2021-11-12
rustc_feature: Convert `BuiltinAttribute` from tuple to a struct
Vadim Petrochenkov
-24
/
+41
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-3
/
+0
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+3
2021-10-22
Add rustc_strict_coherence attribute and use it to check overlap
Santiago Pastorino
-0
/
+1
2021-10-15
add a `rustc::query_stability` lint
lcnr
-0
/
+3
2021-10-12
Add const_eval_select intrinsic
Deadbeef
-0
/
+2
2021-09-22
Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk
bors
-0
/
+4
2021-09-11
must_not_suspend impl
Gus Wynn
-0
/
+4
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-0
/
+3
2021-08-21
Address review comments
Aaron Hill
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-84
/
+79
2021-08-10
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
bjorn3
-12
/
+0
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-4
/
+0
2021-07-20
Add internal attribute and tests.
Charles Lew
-0
/
+1
2021-07-13
expand: Support helper attributes for built-in derive macros
Vadim Petrochenkov
-1
/
+5
2021-07-13
Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk
bors
-0
/
+1
2021-07-10
Applied suggestions
Deadbeef
-5
/
+6
2021-07-10
Add #[default_method_body_is_const]
Deadbeef
-0
/
+5
2021-07-07
Implement cfg(target_abi) (RFC 2992)
Josh Triplett
-0
/
+1
2021-06-01
Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011
bors
-4
/
+0
2021-05-16
Remove remains of rustc_dirty.
Camille GILLOT
-4
/
+0
2021-05-14
add new attribute rustc_insignificant_dtor and a query to check if a type has...
Dhruv Jauhar
-0
/
+1
2021-05-13
Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726
bors
-0
/
+1
2021-05-13
introduce a unit testing feature `rustc_evaluate_where_clauses`
Niko Matsakis
-0
/
+1
2021-05-12
entirely remove rustc_args_required_const attribute
Ralf Jung
-1
/
+0
2021-05-05
Disallows `#![feature(no_coverage)]` on stable and beta
Rich Kadel
-7
/
+1
2021-04-27
adds feature gating of `no_coverage` at either crate- or function-level
Rich Kadel
-1
/
+7
2021-04-27
Derived Eq no longer shows uncovered
Rich Kadel
-0
/
+1
2021-04-25
Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se
bors
-0
/
+5
2021-04-20
Add an attribute to be able to configure the limit
Oli Scherer
-0
/
+4
2021-04-19
Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco
bors
-3
/
+3
2021-04-16
Implement #[rustc_skip_array_during_method_dispatch]
Josh Stone
-0
/
+5
2021-04-16
Remove #[main] attribute.
Charles Lew
-0
/
+4
2021-04-11
Match against attribute name when validating attributes
Tomasz Miąsko
-3
/
+3
2021-04-03
Remove attribute `#[link_args]`
Vadim Petrochenkov
-5
/
+0
2021-02-23
Add #[rustc_legacy_const_generics]
Amanieu d'Antras
-0
/
+1
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-1
/
+0
2021-01-09
Allow #[rustc_builtin_macro = "name"].
Mara Bos
-1
/
+1
2020-11-10
Indroduce feature flag for RFC-2229
Aman Arora
-0
/
+1
2020-11-09
Add `#[cfg(panic = "...")]`
David Hewitt
-0
/
+1
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+1
2020-10-21
add rustc_allow_const_fn_unstable attribute
Florian Warzecha
-0
/
+4
2020-10-18
Remove redundant 'static in the compiler
est31
-1
/
+1
2020-10-08
Implement the instruction_set attribute
xd009642
-0
/
+2
2020-09-30
Add support for cmse_nonsecure_entry attribute
Hugues de Valon
-0
/
+2
2020-09-27
Remove `rustc_allow_const_fn_ptr`
Dylan MacKenzie
-1
/
+0
2020-09-21
Add cfg(target_has_atomic_equal_alignment).
Mara Bos
-0
/
+5
2020-09-01
driver: replace `lazy_static` by `SyncLazy` from std
marmeladema
-8
/
+9
[next]