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-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
2020-06-22
move leak-check to during coherence, candidate eval
Niko Matsakis
-17
/
+7
2020-06-15
Tweak "non-primitive cast" error
Esteban Küber
-3
/
+1
2020-05-29
liveness: Warn about unused captured variables
Tomasz Miąsko
-4
/
+4
2020-05-22
Update tests
Matthew Jasper
-140
/
+121
2020-05-18
Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis
Dylan DPC
-0
/
+424
2020-05-09
Test for coercion between (FnDef | Closure) and (FnDef | Closure)
Donough Liu
-0
/
+424
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+1
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+9
2020-04-16
ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.
Eduard-Mihai Burtescu
-24
/
+3
2020-04-08
Small tweaks to required bound span
Esteban Küber
-2
/
+2
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-1
/
+1
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-8
/
+4
2020-03-30
Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis
Dylan DPC
-3
/
+3
2020-03-30
bless output of ui test closures/closure-expected-type/expect-region-supply-r...
Remy Rakic
-3
/
+3
2020-03-29
Tweak `suggest_constraining_type_param`
Esteban Küber
-13
/
+10
2020-03-23
Evaluate repeat expression lengths as late as possible
Oliver Scherer
-2
/
+11
2020-02-11
Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC
bors
-1
/
+1
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-1
/
+1
2020-02-09
Improve reporting errors and suggestions for trait bounds
Patryk Wychowaniec
-8
/
+16
[prev]
[next]