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_privacy
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-08-02
Replace old private-in-public diagnostic with type privacy lints
Bryanskiy
-23
/
+0
2023-06-29
Fix type privacy lints error message
Bryanskiy
-1
/
+1
2023-06-12
Private-in-public lints implementation
Bryanskiy
-0
/
+29
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-2
/
+2
2022-10-23
Migrate all diagnostics
Nilstrieb
-12
/
+12
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-6
/
+6
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-7
/
+7
2022-09-14
change AccessLevels representation
Bryanskiy
-2
/
+2
2022-08-31
add TestReachabilityVisitor
Bryanskiy
-0
/
+8
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-7
/
+7
2022-08-05
move DiagnosticArgFromDisplay into rustc_errors
Michael Goulet
-16
/
+6
2022-08-05
Delay formatting trimmed path until lint/error is emitted
Michael Goulet
-5
/
+16
2022-07-15
errors: lint on `LintDiagnosticBuilder::build`
David Wood
-1
/
+17
2022-06-27
privacy: port "in public interface" diag
David Wood
-0
/
+28
2022-06-27
privacy: port unnamed "item is private" diag
David Wood
-0
/
+8
2022-06-27
privacy: port "item is private" diag
David Wood
-0
/
+10
2022-06-27
privacy: port "field is private" diag
David Wood
-0
/
+29