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
/
unboxed-closures
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-3010
/
+0
2023-01-05
Detect closures assigned to binding in block
Esteban Küber
-11
/
+16
2023-01-05
Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726
bors
-1
/
+6
2023-01-01
Verbose suggestions
Esteban Küber
-8
/
+17
2022-12-27
Restore cyclic closure message
Michael Goulet
-8
/
+8
2022-12-27
Don't deduce a signature that makes a closure cyclic
Michael Goulet
-8
/
+13
2022-12-20
Re-enable fn trait call notation error
Michael Goulet
-0
/
+26
2022-12-15
Trim paths in E0599
Esteban Küber
-2
/
+2
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-3
/
+0
2022-11-05
Merge conflicts and rebase onto master
Michael Goulet
-12
/
+10
2022-11-05
Adjust diagnostics, bless tests
Michael Goulet
-11
/
+11
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-09-26
address review
b-naber
-18
/
+18
2022-09-04
Rollup merge of #100647 - obeis:issue-99875, r=nagisa
Matthias Krüger
-9
/
+9
2022-08-29
Make the trait bound is not satisfied specify kind
Obei Sideg
-9
/
+9
2022-08-27
Only suggest call on nonexistent fields and methods if they make sense
Michael Goulet
-3
/
+1
2022-08-21
Make check for overlapping closure span more accurate
Michael Goulet
-4
/
+2
2022-08-21
Note closure kind mismatch cause
Michael Goulet
-1
/
+11
2022-08-21
Rework point-at-arg
Michael Goulet
-3
/
+5
2022-08-16
Fix error message with non-tupled bare fn trait
Michael Goulet
-0
/
+25
2022-08-12
Adjust span of closure param
Michael Goulet
-1
/
+1
2022-08-12
And for closures
Michael Goulet
-3
/
+3
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-1
/
+1
2022-07-25
Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov
bors
-0
/
+5
2022-07-25
Report elision failures on the AST.
Camille GILLOT
-0
/
+5
2022-07-16
Use typeck_results to avoid duplicate ast_ty_to_ty call
Michael Goulet
-7
/
+6
2022-07-07
Fix borrowck closure span.
Camille GILLOT
-2
/
+6
2022-07-07
Shorten span for closures.
Camille GILLOT
-38
/
+24
2022-07-01
Only label place where type is needed if span is meaningful
Michael Goulet
-1
/
+3
2022-06-17
Auto merge of #97892 - klensy:fix-spaces, r=oli-obk
bors
-2
/
+2
2022-06-16
--bless ui
Maybe Waffle
-4
/
+3
2022-06-16
fix one more case of trailing space
klensy
-2
/
+2
2022-06-15
Refactor path segment parameter error
EdwinRy
-4
/
+6
2022-06-03
Fully stabilize NLL
Jack Huey
-53
/
+3
2022-06-02
add new `emit_inference_failure_err`
lcnr
-6
/
+7
2022-05-06
Point at closure args too
Jack Huey
-0
/
+5
2022-04-26
Add new diagnostic
George
-3
/
+3
2022-04-16
Implementation for 65853
Jack Huey
-1
/
+3
2022-04-05
Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er...
Dylan DPC
-6
/
+12
2022-04-05
Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obk
Dylan DPC
-7
/
+21
2022-04-05
diagnostics: tweak error message to give more rationale to unsafe Fn
Michael Howell
-12
/
+12
2022-04-05
unboxed-closures and type-alias-impl-trait nll revisions
Jack Huey
-7
/
+21
2022-04-04
diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMut
Michael Howell
-0
/
+6
2022-03-23
Better suggestions for Fn trait selection errors
Michael Goulet
-0
/
+1
2022-03-07
Try to normalize associated types before processing obligations
Jack Huey
-21
/
+2
2022-03-03
Cleanup feature gates.
Camille GILLOT
-4
/
+3
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+10
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-2
/
+2
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-2
/
+1
2021-09-17
Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011
Guillaume Gomez
-4
/
+16
[next]