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
Age
Commit message (
Expand
)
Author
Lines
2022-10-09
`for_loop_over_fallibles`: don't use `MachineApplicable`
Maybe Waffle
-1
/
+1
2022-10-09
`for_loop_over_fallibles`: fix suggestion for "remove `.next()`" case
Maybe Waffle
-1
/
+1
2022-10-09
`for_loop_over_fallibles`: remove duplication from the message
Maybe Waffle
-3
/
+1
2022-10-09
`for_loop_over_fallibles`: suggest using `?` in some cases
Maybe Waffle
-3
/
+65
2022-10-09
`for_loop_over_fallibles`: suggest `while let` loop
Maybe Waffle
-0
/
+10
2022-10-09
`for_loop_over_fallibles`: Suggest removing `.next()`
Maybe Waffle
-11
/
+38
2022-10-09
Use structured suggestions for `for_loop_over_fallibles` lint
Maybe Waffle
-8
/
+14
2022-10-09
Start uplifting `clippy::for_loops_over_fallibles`
Maybe Waffle
-0
/
+102
2022-10-07
Auto merge of #102091 - RalfJung:const_err, r=oli-obk
bors
-0
/
+5
2022-10-07
make const_err a hard error
Ralf Jung
-0
/
+5
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-89
/
+83
2022-10-06
Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco
Matthias Krüger
-8
/
+11
2022-10-06
Remove `-Ztime` option.
Nicholas Nethercote
-8
/
+11
2022-10-05
Use proper subdiagnostic
Michael Goulet
-15
/
+9
2022-10-05
Fix opaque_hidden_inferred_bound lint ICE
Michael Goulet
-18
/
+37
2022-10-04
Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk
Dylan DPC
-0
/
+159
2022-10-04
We are able to resolve methods even if they need subst
Michael Goulet
-6
/
+0
2022-10-04
Normalize substs before resolving instance in NoopMethodCall lint
Michael Goulet
-5
/
+6
2022-10-02
Slightly tweak comments wrt `lint_overflowing_range_endpoint`
Maybe Waffle
-38
/
+40
2022-10-02
Add example to opaque_hidden_inferred_bound lint
Michael Goulet
-6
/
+37
2022-10-02
Make it a lint for all opaque types
Michael Goulet
-146
/
+128
2022-10-02
Lint for unsatisfied nested opaques
Michael Goulet
-0
/
+146
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
[prev]
[next]