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
Age
Commit message (
Expand
)
Author
Lines
2021-05-14
add new attribute rustc_insignificant_dtor and a query to check if a type has...
Dhruv Jauhar
-0
/
+226
2021-05-13
Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco
Guillaume Gomez
-4
/
+0
2021-05-13
Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis
bors
-3
/
+39
2021-05-12
Don't suggest adding `'static` lifetime to arguments
Aaron Hill
-4
/
+0
2021-05-11
Test `-Zthir-unsafeck` for unsafe function calls
LeSeulArtichaut
-3
/
+39
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-16
fix reporting return type in some cases
AliƩnore Bouttefeux
-0
/
+31
2021-04-02
Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakis
Dylan DPC
-108
/
+640
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-31
give full path of constraint in suggest_constraining_type_param
hi-rustin
-4
/
+4
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
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-23
Skip emitting closure diagnostic when closure_kind_origins has no entry
Aaron Hill
-0
/
+40
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-03
Fix panic when emitting diagnostic for closure mutable binding error
Aaron Hill
-0
/
+18
2021-02-02
Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...
Jack Huey
-0
/
+1
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-02-01
Update ui tests
Jesus Rubio
-0
/
+1
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-29
Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011
Yuki Okushi
-0
/
+84
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-25
Point to span of upvar making closure FnMut
1000teslas
-0
/
+84
2021-01-22
Make functional record update/struct update syntax works inside closures when...
Dhruv Jauhar
-0
/
+41
2021-01-21
Lower closure prototype after its body.
Camille GILLOT
-0
/
+68
[prev]
[next]