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
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
2022-08-31
lint: avoid linting diag functions with diag lints
David Wood
-3
/
+9
2022-07-27
lint: add bad opt access internal lint
David Wood
-0
/
+35
2022-07-27
session: disable internal lints for rustdoc
David Wood
-14
/
+0
2022-07-05
errors: introduce `DecorateLint`
David Wood
-1
/
+1
2022-06-30
lint: port translation migration diagnostics
David Wood
-3
/
+2
2022-06-30
lint: port non-existant doc keyword diagnostics
David Wood
-7
/
+4
2022-06-30
lint: port impl `LintPass` by hand diagnostics
David Wood
-2
/
+2
2022-06-30
lint: port ty diagnostics
David Wood
-11
/
+12
2022-06-30
lint: port query instability diagnostics
David Wood
-6
/
+3
2022-06-30
lint: port default hash types diagnostics
David Wood
-8
/
+5
2022-06-27
lint: fix condition in diagnostic lints
David Wood
-3
/
+6
2022-06-14
Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk
Dylan DPC
-31
/
+107
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-4
/
+4
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-31
/
+107
[next]