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
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-07
add support for rustc_abi(assert_eq) and use it to test some repr(transparent...
Ralf Jung
-0
/
+9
2023-09-06
rustc_layout/abi: error when attribute is applied to the wrong thing
Ralf Jung
-8
/
+22
2023-08-27
add rustc_abi debugging attribute
Ralf Jung
-0
/
+9
2023-08-07
check_attrs: Warn when #[macro_export] is used on macros 2.0
Arthur Cohen
-0
/
+4
2023-07-24
validate `doc(masked)`
Lukas Markeffsky
-0
/
+19
2023-07-16
Add infrastructure `#[rustc_confusables]` attribute to allow targeted
许杰友 Jieyou Xu (Joe)
-0
/
+32
2023-06-28
Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco
bors
-8
/
+0
2023-06-20
Merge attrs, better validation
Michael Goulet
-7
/
+0
2023-05-29
Avoid ICE on `#![doc(test(...)]` with literal parameter
Obei Sideg
-0
/
+4
2023-05-26
Fix diagnostics with errors
clubby789
-8
/
+0
2023-04-26
Migrate `rustc_passes` to translatable diagnostics
clubby789
-1
/
+159
2023-04-16
Allow all associated functions and add test
Deadbeef
-2
/
+2
2023-04-14
allow `repr(align = x)` on inherent methods
Deadbeef
-2
/
+2
2023-03-30
Rename doc(primitive) into rustc_doc_primitive
Guillaume Gomez
-4
/
+0
2023-03-14
Simplify proc macro signature validity check
Michael Goulet
-43
/
+2
2023-02-26
Merge the two diagnostics.
Camille GILLOT
-11
/
+5
2023-02-22
Add check for invalid \`#[macro_export]\` arguments
blyxyas
-2
/
+10
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-47
/
+45
2023-02-01
Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco
bors
-0
/
+28
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+7
2023-01-26
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
Matthias Krüger
-0
/
+50
2023-01-24
Move FFI attribute validation to `check_attr`
inquisitivecrystal
-0
/
+28
2023-01-12
[RFC 2397] Deny incorrect locations
Caio
-0
/
+7
2023-01-12
Improve proc macro attribute diagnostics
mejrs
-0
/
+50
2022-11-11
Print all labels, even if they have no span. Fall back to main item's span.
Oli Scherer
-0
/
+3
2022-11-05
Specify that `break` cannot be used outside of loop *or* labeled block
clubby789
-0
/
+1
2022-11-04
Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco
Matthias Krüger
-1
/
+59
2022-11-04
Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`.
Charles Lew
-23
/
+3
2022-11-01
Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco
Manish Goregaokar
-1
/
+1
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+5
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-8
/
+0
2022-10-31
Add more track_caller
mejrs
-0
/
+5
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-1
/
+1
2022-10-24
Port `dead_code` lints to be translatable.
Charles Lew
-1
/
+79
2022-10-23
Migrate all diagnostics
Nilstrieb
-201
/
+200
2022-10-14
Add missing checks for `doc(cfg_hide(...))` attribute
Guillaume Gomez
-0
/
+4
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-7
/
+36
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-7
/
+15
2022-10-07
Remove code that was removed in master, and the corresponding diagnostic
Nathan Stocks
-9
/
+0
2022-10-07
First batch of review feedback changes from #102110
Nathan Stocks
-9
/
+1
2022-10-07
migrate stability.rs to translateable diagnostics
Nathan Stocks
-0
/
+113
2022-10-07
migrate the rest of check_attr.rs to translateable diagnostics
Nathan Stocks
-0
/
+41
2022-10-07
migrate dead.rs to translateable diagnostics
Nathan Stocks
-1
/
+8
2022-10-07
migrate lang_items.rs to translateable diagnostics
Nathan Stocks
-0
/
+74
2022-10-07
migrate entry.rs to translateable diagnostics
Nathan Stocks
-2
/
+130
2022-10-07
migrate naked_functions.rs to translateable diagnostics
Nathan Stocks
-0
/
+76
2022-10-07
migrate loops.rs to translateable diagnostics
Nathan Stocks
-2
/
+119
2022-10-07
migrate check_const.rs to translateable diagnostics
Nathan Stocks
-0
/
+18
2022-10-07
migrate lib_features.rs to translateable diagnostics
Nathan Stocks
-0
/
+20
2022-10-07
migrate layout_test.rs to translateable diagnostics
Nathan Stocks
-0
/
+57
[prev]
[next]