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
/
src
/
test
/
ui
/
closures
/
2229_closure_analysis
Age
Commit message (
Expand
)
Author
Lines
2021-08-12
Update test output.
Mara Bos
-81
/
+108
2021-08-11
Modify structured suggestion output
Esteban Küber
-182
/
+182
2021-07-31
2229: Handle MutBorrow/UniqueImmBorrow better
Aman Arora
-16
/
+16
2021-07-30
Auto merge of #86754 - estebank:use-multispans-more, r=varkor
bors
-1
/
+1
2021-07-30
Use multispan suggestions more often
Esteban Küber
-1
/
+1
2021-07-28
fix nit
Roxane
-1
/
+1
2021-07-28
Range PatKind implies discr should be read
Roxane
-0
/
+14
2021-07-26
2229: Don't capture preicese paths on top of a union
Aman Arora
-0
/
+90
2021-07-16
Rollup merge of #87161 - sexxi-goose:fix-issue-87097, r=nikomatsakis
Guillaume Gomez
-0
/
+68
2021-07-15
Get the right place type
Roxane
-0
/
+68
2021-07-14
Add test for copy type in move closure
Aman Arora
-1
/
+62
2021-07-11
Auto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakis
bors
-56
/
+142
2021-07-09
Ensure deterministic ordering for diagnostics
Roxane
-2
/
+2
2021-07-09
Address comments
Roxane
-10
/
+10
2021-07-09
Handle multi diagnostics
Roxane
-8
/
+448
2021-07-09
Fix wording
Roxane
-379
/
+235
2021-07-09
Add note clarifying why a closure no longer implements a trait
Roxane
-10
/
+30
2021-07-09
Add note pointing to where a closure and it's captured variables are dropped
Roxane
-30
/
+333
2021-07-09
Update error message
Roxane
-32
/
+32
2021-07-09
Add note on why the variable is not fully captured
Roxane
-44
/
+166
2021-07-09
Add more tests
Aman Arora
-1
/
+105
2021-07-09
Move optimization to the central processing function
Aman Arora
-6
/
+6
2021-07-09
Rewrite closure capture analysis
Aman Arora
-51
/
+33
2021-07-09
Auto merge of #86869 - sexxi-goose:rfc2229-migration-capture-kind, r=nikomats...
bors
-0
/
+13
2021-07-09
Auto merge of #86701 - sexxi-goose:optimization, r=nikomatsakis
bors
-10
/
+107
2021-07-08
Consider capture kind for auto traits migration
Roxane
-1
/
+1
2021-07-08
Add new test case
Roxane
-0
/
+13
2021-07-06
Rename lint
Ryan Levick
-0
/
+19
2021-07-06
Rename disjoint_capture_migration lint to rust_2021_incompatible_closure_capt...
Ryan Levick
-168
/
+170
2021-07-04
be conservative in has_significant_drop
Niko Matsakis
-0
/
+34
2021-06-29
Edition 2021 for tests
Aman Arora
-35
/
+8
2021-06-29
2229: Reduce the size of closures with `capture_disjoint_fields`
Aman Arora
-10
/
+134
2021-06-29
Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakis
Yuki Okushi
-104
/
+186
2021-06-27
Editon 2021 enables precise capture
Aman Arora
-1279
/
+451
2021-06-27
Make disjoint_capture_migration an edition lint.
Mara Bos
-104
/
+186
2021-06-24
fixup! 2229: Capture box completely in move closures
Aman Arora
-4
/
+4
2021-06-24
2229: Capture box completely in move closures
Aman Arora
-8
/
+130
2021-06-22
Edition 2021 enables disjoint capture
Aman Arora
-0
/
+23
2021-05-14
add new attribute rustc_insignificant_dtor and a query to check if a type has...
Dhruv Jauhar
-0
/
+226
2021-05-06
Fix some nits
Roxane
-6
/
+6
2021-05-06
Add additional migrations to handle auto-traits and clone traits
Roxane
-19
/
+327
2021-05-01
Closure capture borrow diagnostics for disjoint captures
Chris Pardy
-12
/
+264
2021-04-01
Make the diagnostic message more readable
Aman Arora
-54
/
+54
2021-04-01
Don't introduce a block if a block exists
Aman Arora
-59
/
+177
2021-04-01
Update test cases
Aman Arora
-108
/
+522
2021-03-27
make unaligned_refereces future-incompat lint warn-by-default, and remove the...
Ralf Jung
-5
/
+5
2021-03-22
2229 migration: Don't try resolve regions before writeback
Aman Arora
-0
/
+25
2021-03-18
Replace closures_captures and upvar_capture with closure_min_captures
Jennifer Wills
-0
/
+259
2021-03-15
Add comments with examples and tests
Roxane
-39
/
+566
2021-03-14
Only borrow place for matching under specific conditions
Roxane
-0
/
+148
[prev]
[next]