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_middle
/
src
/
ty
/
closure.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-14
Auto merge of #85020 - lrh2000:named-upvars, r=tmandry
bors
-1
/
+53
2021-07-17
rustc_middle: remove redundant clone
Matthias Krüger
-3
/
+2
2021-07-10
Add a query for `CapturedPlace::to_symbol`
lrh2000
-1
/
+14
2021-07-09
Store names of captured variables in `optimized_mir`
lrh2000
-22
/
+13
2021-07-09
Name the captured upvars for closures/generators in debuginfo
lrh2000
-0
/
+48
2021-07-04
Fix comments about unique borrows
LeSeulArtichaut
-1
/
+1
2021-05-23
Replace Local::new(1) with CAPTURE_STRUCT_LOCAL
Paul Trojahn
-1
/
+5
2021-05-01
Closure capture borrow diagnostics for disjoint captures
Chris Pardy
-0
/
+20
2021-04-19
fix few typos
klensy
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-17
/
+0
2021-03-18
Replace closures_captures and upvar_capture with closure_min_captures
Jennifer Wills
-0
/
+50
2021-03-10
Moved more of the capture related types into closure.rs
Nicholas-Baron
-2
/
+173
2021-03-10
Moved more types into upvar.rs (now named closure.rs)
Nicholas-Baron
-0
/
+167