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
2025-01-18
Emit a single privacy error for multiple fields on the same struct expression
Esteban Küber
-5
/
+7
2025-01-18
Add context on private fields that are not on the same line as the struct name
Esteban Küber
-0
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_privacy`.
Nicholas Nethercote
-9
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-02-28
Rename `DiagnosticArgFromDisplay` as `DiagArgFromDisplay`.
Nicholas Nethercote
-7
/
+7
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-3
/
+3
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