about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/closure.rs
AgeCommit message (Expand)AuthorLines
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-14Auto merge of #85020 - lrh2000:named-upvars, r=tmandrybors-1/+53
2021-07-17rustc_middle: remove redundant cloneMatthias Krüger-3/+2
2021-07-10Add a query for `CapturedPlace::to_symbol`lrh2000-1/+14
2021-07-09Store names of captured variables in `optimized_mir`lrh2000-22/+13
2021-07-09Name the captured upvars for closures/generators in debuginfolrh2000-0/+48
2021-07-04Fix comments about unique borrowsLeSeulArtichaut-1/+1
2021-05-23Replace Local::new(1) with CAPTURE_STRUCT_LOCALPaul Trojahn-1/+5
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-0/+20
2021-04-19fix few typosklensy-1/+1
2021-03-27Remove (lots of) dead codeJoshua Nelson-17/+0
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-0/+50
2021-03-10Moved more of the capture related types into closure.rsNicholas-Baron-2/+173
2021-03-10Moved more types into upvar.rs (now named closure.rs)Nicholas-Baron-0/+167