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
2023-12-12
Uplift ClosureKind
Michael Goulet
-70
/
+3
2023-11-26
Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot
bors
-0
/
+7
2023-11-26
Remove Upvar duplication
Mark Rousskov
-0
/
+7
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-08-07
Migrate a trait selection error to use diagnostic translation
Deadbeef
-2
/
+17
2023-08-04
Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot
Matthias Krüger
-0
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-24
Perform OpaqueCast field projection on HIR, too.
Oli Scherer
-0
/
+2
2023-07-14
Enable potential_query_instability lint in rustc_hir_typeck.
Michael Woerister
-5
/
+3
2023-06-20
address most easy comments
Ziru Niu
-0
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-2
/
+3
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-4
/
+4
2023-02-26
Wrap more into into closure_typeinfo query.
Camille GILLOT
-8
/
+32
2023-02-26
Access upvars through a query.
Camille GILLOT
-18
/
+18
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-4
/
+1
2022-11-28
Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors
Dylan DPC
-31
/
+14
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-3
/
+3
2022-11-27
micro doc fixes
Maybe Waffle
-11
/
+11
2022-11-27
Simplify `ty::ClosureKind::extends`
Maybe Waffle
-9
/
+1
2022-11-27
Remove `ty::ClosureKind::from_def_id`
Maybe Waffle
-12
/
+3
2022-11-22
Fix `ClosureKind::to_def_id`
Maybe Waffle
-5
/
+9
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-2
/
+2
2022-07-18
Use span_bug for unexpected field projection type
Jordan McQueen
-1
/
+5
2022-07-14
Point out custom Fn-family trait impl
Michael Goulet
-0
/
+8
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-17
/
+12
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-11
/
+14
2022-03-23
Better suggestions for Fn trait selection errors
Michael Goulet
-3
/
+15
2022-03-12
Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead
bors
-2
/
+2
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-2
/
+2
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-01-13
Auto merge of #89861 - nbdd0121:closure, r=wesleywiser
bors
-24
/
+10
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-2
/
+2
2022-01-07
Remove region from UpvarCapture and move it to CapturedPlace
Gary Guo
-17
/
+9
2022-01-07
Remove span from UpvarCapture::ByValue
Gary Guo
-7
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-2
/
+2
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