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-03-14
Use the correct FakeReadCause
Roxane
-427
/
+201
2021-03-14
Attempt to deal with nested closures properly
Roxane
-0
/
+528
2021-03-14
Introduce new fake reads
Roxane
-11
/
+7
2021-03-09
2229: Handle capturing a reference into a repr packed struct
Aman Arora
-0
/
+326
2021-02-18
Add explanations and suggestions to `irrefutable_let_patterns` lint
Camelid
-0
/
+2
2021-02-18
Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor
Dylan DPC
-2
/
+2
2021-02-17
replace if-let and while-let with `if let` and `while let`
Takayuki Maeda
-2
/
+2
2021-02-15
Treat read of COpy types via refs as not move in move-closure
Aman Arora
-34
/
+248
2021-02-15
Handle restricting closure origin
Aman Arora
-0
/
+39
2021-02-15
Implement reborrow for closure captures
Aman Arora
-12
/
+59
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
2021-01-31
Rollup merge of #80092 - sexxi-goose:restrict_precision, r=nikomatsakis
Jonas Schievink
-0
/
+964
2021-01-30
Rollup merge of #81291 - sexxi-goose:fix-struct-update-functional-record-upda...
Yuki Okushi
-0
/
+57
2021-01-29
Fix incorrect use mut diagnostics
Aman Arora
-37
/
+70
2021-01-29
Fix unused 'mut' warning for capture's root variable
Aman Arora
-17
/
+46
2021-01-29
Test for restricting capture precision
Aman Arora
-0
/
+657
2021-01-29
Test cases for handling mutable references
Aman Arora
-0
/
+245
2021-01-28
Add a test for syntax like: ..t.s
Dhruv Jauhar
-1
/
+17
2021-01-28
Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis
Yuki Okushi
-2
/
+628
2021-01-26
add tests
Chris Pardy
-0
/
+195
2021-01-22
Make functional record update/struct update syntax works inside closures when...
Dhruv Jauhar
-0
/
+41
2021-01-16
fix line numbers
Chris Pardy
-25
/
+25
2021-01-15
fix tidy
Chris Pardy
-5
/
+2
2021-01-15
Improve diagnostics for Precise Capture
Chris Pardy
-2
/
+436
2021-01-02
use hir::Place instead of Symbol in closure_kind_origin
Roxane
-0
/
+251
2020-12-11
Test cases for RFC 2229
Aman Arora
-0
/
+914
2020-11-13
Log closure as well
Aman Arora
-215
/
+716
2020-11-10
Add test for capturing enums
Aman Arora
-0
/
+134
2020-11-10
Address review comments 2
Aman Arora
-27
/
+27
2020-11-10
More pattern testcases
Aman Arora
-63
/
+314
2020-11-10
Reduce verbosity of capture analysis logs
Roxane Fruytier
-876
/
+218
2020-11-10
Update tests with min capture information
Aman Arora
-0
/
+454
2020-11-10
Add helper function for Capture Esclations and expressions
Aman Arora
-2
/
+9
2020-11-10
Add initial set of testcases for RFC 2229
Aman Arora
-2
/
+907
2020-11-10
Indroduce feature flag for RFC-2229
Aman Arora
-0
/
+34
[prev]