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
Age
Commit message (
Expand
)
Author
Lines
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
2021-01-17
Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa...
Mara Bos
-0
/
+251
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-13
Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebank
Dylan DPC
-0
/
+87
2021-01-02
use hir::Place instead of Symbol in closure_kind_origin
Roxane
-0
/
+251
2021-01-01
Move block-related tests
Yuki Okushi
-0
/
+180
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-0
/
+31
2020-12-11
Test cases for RFC 2229
Aman Arora
-0
/
+914
2020-11-29
diagnostics: Note capturing closures can't be coerced to fns
Aman Arora
-0
/
+87
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
2020-10-29
Make anonymous binders start at 0
Jack Huey
-2
/
+2
2020-10-27
Add unsized_fn_params feature
Santiago Pastorino
-1
/
+1
2020-10-22
Explain where the closure return type was inferred
Aaron Hill
-0
/
+38
2020-10-06
Fix tests from rebase
Matthew Jasper
-3
/
+3
2020-10-06
Normalize projection bounds when considering candidates
Matthew Jasper
-2
/
+21
2020-09-28
Add tests for updated closure/generator printing
Aman Arora
-0
/
+218
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-13
/
+13
2020-09-17
Only visit types once when walking the type tree
Valerii Lashmanov
-0
/
+59
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-15
/
+15
2020-07-27
mv std libs to library/
mark
-2
/
+2
2020-07-14
Remove redundant explanatory `note` for type parameters
Esteban Küber
-2
/
+0
2020-06-28
Update tests
Dylan MacKenzie
-12
/
+2
[next]