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_passes
/
src
/
loops.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-05
Specify that `break` cannot be used outside of loop *or* labeled block
clubby789
-1
/
+1
2022-10-07
migrate loops.rs to translateable diagnostics
Nathan Stocks
-116
/
+45
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-1
/
+7
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-1
/
+1
2022-06-15
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Yuki Okushi
-5
/
+5
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-5
/
+5
2022-05-13
rename visit item-like methods
Miguel Guarniz
-1
/
+1
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-1
/
+1
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+5
2021-01-21
Do not suggest using a break label when one is already present
Esteban Küber
-6
/
+11
2021-01-21
Tweak error for invalid `break expr`
Esteban Küber
-20
/
+56
2021-01-21
Add loop head span to hir
Esteban Küber
-3
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+240