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
/
for_loops_over_fallibles.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-1
/
+1
2025-05-08
Use span before macro expansion in lint for-loops-over-falibles
xizheyin
-5
/
+7
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-8
/
+5
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+2
2024-10-29
TypingMode :thinking:
lcnr
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+9
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-08-13
Use is_lang_item more
Michael Goulet
-2
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+8
2024-05-24
Run rustfmt on files that need it.
Nicholas Nethercote
-1
/
+3
2024-05-15
Use 'a' article for &Option.
Zachary S
-0
/
+1
2024-05-15
Include reference in lint diagnostic
Zachary S
-3
/
+7
2024-05-15
Also apply `warn(for_loops_over_fallibles)` to &T and &mut T, not just T = Re...
Zachary S
-1
/
+9
2024-05-10
Rename some ObligationCauseCode variants
Michael Goulet
-5
/
+2
2024-05-09
always use `GenericArgsRef`
lcnr
-2
/
+2
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-15
/
+22
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+3
2023-03-21
use the correct param env
lcnr
-2
/
+1
2023-03-21
remove some trait solver helpers
lcnr
-3
/
+7
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-5
/
+2
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-1
/
+2
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
migrate: `for_loops_over_fallibles.rs`
Rejyr
-46
/
+29
2022-12-18
use &str / String literals instead of format!()
Matthias Krüger
-3
/
+3
2022-11-02
Use TraitEngine less
Michael Goulet
-9
/
+2
2022-10-09
adopt to building infcx
Maybe Waffle
-24
/
+21
2022-10-09
adopt to new rustc lint api
Maybe Waffle
-15
/
+13
2022-10-09
fixup lint name
Maybe Waffle
-0
/
+188