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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
closures
/
2229_closure_analysis
/
migrations
Age
Commit message (
Expand
)
Author
Lines
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-2
/
+4
2021-11-05
apply suggestions from code review
Niko Matsakis
-42
/
+42
2021-11-04
rework diagnostic reporting to be more structured
Niko Matsakis
-45
/
+56
2021-10-23
Add regresstion test for #90024.
Jakob Degen
-0
/
+37
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-09-22
PR fixup
Aman Arora
-46
/
+61
2021-09-21
Handle type params in insig dtors
Aman Arora
-17
/
+45
2021-09-21
Update tests
Aman Arora
-559
/
+229
2021-08-31
Add test for closure migration where body is a block fragment.
Mara Bos
-0
/
+86
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-08-16
Update test output.
Mara Bos
-152
/
+44
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-6
/
+3
2021-08-13
Update tests for new closure migration lint wording.
Mara Bos
-280
/
+280
2021-08-13
Auto merge of #87956 - m-ou-se:closure-migration-macro-body, r=Aaron1011
bors
-0
/
+56
2021-08-12
Add test for closure migration with a macro body.
Mara Bos
-0
/
+56
2021-08-12
Update test output.
Mara Bos
-81
/
+108
2021-08-11
Modify structured suggestion output
Esteban Küber
-181
/
+181
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-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-27
Make disjoint_capture_migration an edition lint.
Mara Bos
-104
/
+186
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-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-22
2229 migration: Don't try resolve regions before writeback
Aman Arora
-0
/
+25
2021-02-09
Tests for precise lint analysis
Aman Arora
-0
/
+232
2021-02-01
New migration
Aman Arora
-28
/
+28
2021-02-01
PR fixup
Aman Arora
-2
/
+2
2021-02-01
Tests for 2229 lint
Aman Arora
-0
/
+559