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_passes
/
src
/
check_attr.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-30
Rename doc(primitive) into rustc_doc_primitive
Guillaume Gomez
-11
/
+0
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-1
/
+1
2023-03-14
Tighter spans
Michael Goulet
-2
/
+35
2023-03-14
Simplify proc macro signature validity check
Michael Goulet
-88
/
+58
2023-03-13
Better names?
Michael Goulet
-1
/
+1
2023-02-22
Add check for invalid \`#[macro_export]\` arguments
blyxyas
-2
/
+29
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-5
/
+5
2023-02-17
Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU
bors
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-16
Rename some region-specific stuff
Michael Goulet
-1
/
+1
2023-02-14
add a `#[rustc_coinductive]` attribute
lcnr
-0
/
+15
2023-02-05
rustc_passes: remove huge error imports
est31
-32
/
+36
2023-02-01
Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco
bors
-0
/
+35
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-26
/
+32
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-2
/
+4
2023-01-26
fixup new usages of fn_sig, bound_fn_sig after rebasing
Kyle Matsuda
-1
/
+2
2023-01-26
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
Matthias Krüger
-6
/
+140
2023-01-24
Make sure FFI attrs aren't used on foreign statics
inquisitivecrystal
-9
/
+9
2023-01-24
Move FFI attribute validation to `check_attr`
inquisitivecrystal
-0
/
+35
2023-01-12
[RFC 2397] Deny incorrect locations
Caio
-0
/
+11
2023-01-12
Address feedback
mejrs
-20
/
+36
2023-01-12
Improve proc macro attribute diagnostics
mejrs
-6
/
+124
2022-12-25
fix more clippy::style findings
Matthias Krüger
-3
/
+1
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-6
/
+3
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-2
/
+5
2022-11-18
couple of clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-11-13
Store a LocalDefId in hir::GenericParam.
Camille GILLOT
-2
/
+1
2022-11-13
Ensure codegen_fn_attrs during collection.
Camille GILLOT
-12
/
+0
2022-11-12
Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank
Dylan DPC
-13
/
+42
2022-11-11
Print all labels, even if they have no span. Fall back to main item's span.
Oli Scherer
-13
/
+42
2022-11-10
Consider `#[must_use]` annotation on `async fn` as also affecting the `Future...
Esteban Küber
-12
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-6
/
+6
2022-10-15
Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth
Dylan DPC
-0
/
+23
2022-10-14
Add missing checks for `doc(cfg_hide(...))` attribute
Guillaume Gomez
-0
/
+23
2022-10-14
more dupe word typos
Rageking8
-14
/
+14
2022-10-12
Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco
Dylan DPC
-90
/
+61
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-15
/
+31
2022-10-07
migrate the rest of check_attr.rs to translateable diagnostics
Nathan Stocks
-62
/
+33
2022-10-07
use consistent names
Nathan Stocks
-2
/
+2
2022-10-07
Migrate InvalidAttrAtCrateLevel
rdvdev2
-21
/
+7
2022-10-07
Migrate derivable diagnostics in check_attr.rs
rdvdev2
-8
/
+6
2022-10-01
Refactor rustc lint API
Maybe Waffle
-22
/
+31
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-6
/
+8
2022-09-22
use appropriate variable names
Takayuki Maeda
-6
/
+6
2022-09-16
more simple formatting
Rageking8
-1
/
+2
[next]