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_hir_analysis
/
src
/
astconv
/
lint.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-22
Rename module astconv to hir_ty_lowering
León Orell Valerian Liehr
-256
/
+0
2024-03-22
Rename AstConv to HIR ty lowering
León Orell Valerian Liehr
-2
/
+2
2024-03-15
Clean up AstConv
León Orell Valerian Liehr
-1
/
+1
2024-03-01
Handle stashing of delayed bugs.
Nicholas Nethercote
-10
/
+2
2024-02-29
Overhaul how stashed diagnostics work, again.
Nicholas Nethercote
-2
/
+10
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-7
/
+3
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-4
/
+8
2024-02-09
Be less confident when `dyn` suggestion is not checked for object safety
trevyn
-1
/
+1
2024-01-29
Avoid ICE in trait without `dyn` lint
Esteban Küber
-5
/
+3
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-18
/
+12
2024-01-21
`maybe_lint_impl_trait`: separate `is_downgradable` from `is_object_safe`
trevyn
-7
/
+9
2024-01-19
Account for traits using self-trait by name without `dyn`
Esteban Küber
-8
/
+16
2024-01-19
Avoid ICE: Check diagnostic is error before downgrading
Esteban Küber
-3
/
+5
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-1
/
+1
2024-01-04
Silence redundant warning when E0038 will be emitted
Esteban Küber
-0
/
+5
2024-01-03
Account for object unsafe traits
Esteban Küber
-25
/
+41
2024-01-03
review comments
Esteban Küber
-15
/
+21
2024-01-03
Provide better suggestions when encountering a bare trait as a type
Esteban Küber
-18
/
+113
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+0
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-10
/
+17
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-2
/
+2
2023-07-19
Make it clearer that edition functions are >=, not ==
Michael Goulet
-1
/
+1
2023-06-16
Pacify tidy
Oli Scherer
-0
/
+124