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
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
Add sanity Drop impl.
Camille GILLOT
-0
/
+8
2022-10-01
Add FIXME.
Camille GILLOT
-0
/
+1
2022-10-01
Replace retain with assertion.
Camille GILLOT
-2
/
+6
2022-10-01
Add fast path without visiting.
Camille GILLOT
-12
/
+30
2022-10-01
Simplify LintLevelsProvider.
Camille GILLOT
-18
/
+16
2022-10-01
Compute by owner instead of HirId.
Camille GILLOT
-16
/
+110
2022-10-01
Add FIXME.
Camille GILLOT
-0
/
+2
2022-10-01
Comment LintLevelSets.
Camille GILLOT
-1
/
+12
2022-10-01
Move lint level computation to rustc_middle::lint.
Camille GILLOT
-26
/
+32
2022-10-01
Reduce visibilities and remove dead code.
Camille GILLOT
-17
/
+15
2022-10-01
Move code to rustc_lint.
Camille GILLOT
-2
/
+69
2022-10-01
Remove unused tool_name.
Camille GILLOT
-4
/
+0
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-280
/
+315
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-955
/
+1105
2022-10-01
`ui-fulldeps`: adopt to the new rustc lint API
Maybe Waffle
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-955
/
+1105
2022-09-29
Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino
bors
-2
/
+2
2022-09-29
Use let-chaining in `WhileTrue::check_expr`.
Nicholas Nethercote
-24
/
+22
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-2
/
+2
2022-09-27
Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot
Matthias Krüger
-51
/
+117
2022-09-27
also query type_uninhabited_from
Ralf Jung
-3
/
+11
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+1
2022-09-26
make invalid_value lint a bit smarter around enums
Ralf Jung
-51
/
+109
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-15
/
+15
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-402
/
+286
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-11
/
+11
2022-09-21
UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic
Jhonny Bill Mena
-4
/
+4
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-13
/
+13
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+2
2022-09-18
Rollup merge of #101912 - crlf0710:compiler_update_unicode_15, r=Manishearth
Matthias Krüger
-1
/
+1
2022-09-17
Update `unicode-rs` crates to Unicode 15
Charles Lew
-1
/
+1
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-15
Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk
bors
-286
/
+402
2022-09-14
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
bors
-1
/
+1
2022-09-14
Add FIXME.
Camille GILLOT
-0
/
+2
2022-09-14
Comment LintLevelSets.
Camille GILLOT
-1
/
+12
2022-09-14
Remove unused tool_name.
Camille GILLOT
-4
/
+0
2022-09-14
Move some code and add comments.
Camille GILLOT
-32
/
+104
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-280
/
+315
2022-09-14
Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot
bors
-30
/
+20
2022-09-13
Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obk
Dylan DPC
-2
/
+2
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-09-12
Allow tool-lints to specify a feature-gate too
Wim Looman
-2
/
+4
2022-09-12
Remove unused argument from `check_mac_def`.
Nicholas Nethercote
-3
/
+3
2022-09-12
Remove unused argument from `visit_poly_trait_ref`.
Nicholas Nethercote
-8
/
+4
2022-09-12
Remove unused span argument from `check_mod` and `process_mod`.
Nicholas Nethercote
-14
/
+8
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-2
/
+2
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-3
/
+3
[next]