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_lint
/
src
/
internal.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-11
Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function.
Nicholas Nethercote
-12
/
+5
2024-03-11
Rename diagnostic derive things.
Nicholas Nethercote
-2
/
+1
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-5
/
+5
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-4
/
+4
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-7
/
+4
2024-03-08
Fix crash in late internal checking
yukang
-4
/
+6
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-43
/
+122
2024-03-05
Rename `SubdiagnosticMessage` as `SubdiagMessage`.
Nicholas Nethercote
-1
/
+1
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Remove the `UntranslatableDiagnosticTrivial` lint.
Nicholas Nethercote
-82
/
+1
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-6
/
+5
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+2
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-13
/
+13
2024-01-06
rustc_span: Optimize syntax context comparisons
Vadim Petrochenkov
-1
/
+3
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
-1
/
+1
2023-10-16
tweak pass description and fix lint fail post-rebase
Arthur Lafrance
-1
/
+1
2023-10-16
debug Span::ctxt() call detection
Arthur Lafrance
-17
/
+6
2023-10-16
basic lint v2 implemented
Arthur Lafrance
-2
/
+43
2023-10-13
Format all the let chains in compiler
Michael Goulet
-50
/
+49
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-12
/
+12
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-3
/
+2
2023-05-06
Check arguments length in trivial diagnostic lint
clubby789
-2
/
+4
2023-04-25
Add deny lint to prevent untranslatable diagnostics using static strings
clubby789
-1
/
+79
2023-04-10
Fix typos in compiler
DaniPopes
-3
/
+3
2023-03-21
Use local key in providers
Michael Goulet
-1
/
+1
2023-03-09
Document tool lints
clubby789
-0
/
+30
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-01-15
remove redundant clones
Matthias Krüger
-2
/
+2
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
migrate: `internal.rs`
Rejyr
-76
/
+35
2023-01-04
get_parent and find_parent
Michael Goulet
-1
/
+1
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-1
/
+1
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-2
/
+2
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-5
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-18
/
+18
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-100
/
+105
2022-10-01
Refactor rustc lint API
Maybe Waffle
-100
/
+105
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-1
/
+1
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-05
Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...
bors
-1
/
+1
2022-09-05
separate the receiver from arguments in HIR
Takayuki Maeda
-1
/
+1
2022-09-05
Make `hir::PathSegment::res` non-optional.
Nicholas Nethercote
-2
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
[next]