.. |
auxiliary
|
|
|
issue-18652.rs
|
|
|
issue-18661.rs
|
|
|
issue-30906.rs
|
Fully stabilize NLL
|
2022-06-03 17:16:41 -04:00 |
issue-30906.stderr
|
Fully stabilize NLL
|
2022-06-03 17:16:41 -04:00 |
issue-53448.rs
|
|
|
non-tupled-arg-mismatch.rs
|
Merge conflicts and rebase onto master
|
2022-11-05 18:05:44 +00:00 |
non-tupled-arg-mismatch.stderr
|
Make some diagnostics not depend on the source of what they reference being available
|
2022-12-13 09:48:22 +00:00 |
non-tupled-call.rs
|
Re-enable fn trait call notation error
|
2022-12-20 18:31:13 +00:00 |
non-tupled-call.stderr
|
Re-enable fn trait call notation error
|
2022-12-20 18:31:13 +00:00 |
type-id-higher-rank.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
unboxed-closure-feature-gate.rs
|
|
|
unboxed-closure-feature-gate.stderr
|
|
|
unboxed-closure-illegal-move.rs
|
Adjust diagnostics, bless tests
|
2022-11-05 18:05:44 +00:00 |
unboxed-closure-illegal-move.stderr
|
Shorten span for closures.
|
2022-07-07 09:27:42 +02:00 |
unboxed-closure-immutable-capture.rs
|
|
|
unboxed-closure-immutable-capture.stderr
|
|
|
unboxed-closure-no-cyclic-sig.rs
|
|
|
unboxed-closure-no-cyclic-sig.stderr
|
Don't deduce a signature that makes a closure cyclic
|
2022-12-27 17:56:56 +00:00 |
unboxed-closure-region.rs
|
|
|
unboxed-closure-region.stderr
|
|
|
unboxed-closure-sugar-default.rs
|
|
|
unboxed-closure-sugar-default.stderr
|
Use typeck_results to avoid duplicate ast_ty_to_ty call
|
2022-07-16 22:54:46 +00:00 |
unboxed-closure-sugar-equiv.rs
|
Use typeck_results to avoid duplicate ast_ty_to_ty call
|
2022-07-16 22:54:46 +00:00 |
unboxed-closure-sugar-equiv.stderr
|
Use typeck_results to avoid duplicate ast_ty_to_ty call
|
2022-07-16 22:54:46 +00:00 |
unboxed-closure-sugar-lifetime-elision.rs
|
|
|
unboxed-closure-sugar-lifetime-elision.stderr
|
Report elision failures on the AST.
|
2022-07-25 19:19:23 +02:00 |
unboxed-closure-sugar-not-used-on-fn.rs
|
|
|
unboxed-closure-sugar-not-used-on-fn.stderr
|
|
|
unboxed-closure-sugar-region.rs
|
|
|
unboxed-closure-sugar-region.stderr
|
|
|
unboxed-closure-sugar-used-on-struct-1.rs
|
|
|
unboxed-closure-sugar-used-on-struct-1.stderr
|
|
|
unboxed-closure-sugar-used-on-struct-3.rs
|
|
|
unboxed-closure-sugar-used-on-struct-3.stderr
|
Refactor path segment parameter error
|
2022-06-15 02:50:34 +01:00 |
unboxed-closure-sugar-used-on-struct.rs
|
|
|
unboxed-closure-sugar-used-on-struct.stderr
|
|
|
unboxed-closure-sugar-wrong-number-number-type-parameters-1.rs
|
|
|
unboxed-closure-sugar-wrong-number-number-type-parameters-1.stderr
|
|
|
unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs
|
|
|
unboxed-closure-sugar-wrong-number-number-type-parameters-3.stderr
|
|
|
unboxed-closure-sugar-wrong-number-number-type-parameters.rs
|
|
|
unboxed-closure-sugar-wrong-number-number-type-parameters.stderr
|
|
|
unboxed-closure-sugar-wrong-trait.rs
|
|
|
unboxed-closure-sugar-wrong-trait.stderr
|
|
|
unboxed-closures-all-traits.rs
|
|
|
unboxed-closures-blanket-fn-mut.rs
|
|
|
unboxed-closures-blanket-fn.rs
|
|
|
unboxed-closures-borrow-conflict.rs
|
|
|
unboxed-closures-borrow-conflict.stderr
|
|
|
unboxed-closures-boxed.rs
|
|
|
unboxed-closures-by-ref.rs
|
|
|
unboxed-closures-call-fn-autoderef.rs
|
|
|
unboxed-closures-call-sugar-autoderef.rs
|
|
|
unboxed-closures-call-sugar-object-autoderef.rs
|
|
|
unboxed-closures-call-sugar-object.rs
|
|
|
unboxed-closures-counter-not-moved.rs
|
|
|
unboxed-closures-counter-not-moved.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
unboxed-closures-cross-crate.rs
|
|
|
unboxed-closures-direct-sugary-call.rs
|
|
|
unboxed-closures-drop.rs
|
|
|
unboxed-closures-extern-fn-hr.rs
|
|
|
unboxed-closures-extern-fn.rs
|
|
|
unboxed-closures-failed-recursive-fn-1.rs
|
|
|
unboxed-closures-failed-recursive-fn-1.stderr
|
fix one more case of trailing space
|
2022-06-16 14:40:29 +03:00 |
unboxed-closures-failed-recursive-fn-2.rs
|
add new emit_inference_failure_err
|
2022-06-02 10:19:15 +02:00 |
unboxed-closures-failed-recursive-fn-2.stderr
|
Only label place where type is needed if span is meaningful
|
2022-07-01 17:38:34 +00:00 |
unboxed-closures-fn-as-fnmut-and-fnonce.rs
|
|
|
unboxed-closures-fnmut-as-fn.rs
|
|
|
unboxed-closures-fnmut-as-fn.stderr
|
Better suggestions for Fn trait selection errors
|
2022-03-23 21:46:11 -07:00 |
unboxed-closures-fnmut-as-fnonce.rs
|
|
|
unboxed-closures-generic.rs
|
|
|
unboxed-closures-infer-arg-types-from-expected-bound.rs
|
|
|
unboxed-closures-infer-arg-types-from-expected-object-type.rs
|
|
|
unboxed-closures-infer-arg-types-w-bound-regs-from-expected-bound.rs
|
|
|
unboxed-closures-infer-argument-types-two-region-pointers.rs
|
Fully stabilize NLL
|
2022-06-03 17:16:41 -04:00 |
unboxed-closures-infer-argument-types-two-region-pointers.stderr
|
Fully stabilize NLL
|
2022-06-03 17:16:41 -04:00 |
unboxed-closures-infer-explicit-call-early.rs
|
|
|
unboxed-closures-infer-fn-once-move-from-projection.rs
|
|
|
unboxed-closures-infer-fn-once-move-from-projection.stderr
|
Note closure kind mismatch cause
|
2022-08-21 02:35:11 +00:00 |
unboxed-closures-infer-fnmut-calling-fnmut-no-mut.rs
|
|
|
unboxed-closures-infer-fnmut-calling-fnmut-no-mut.stderr
|
|
|
unboxed-closures-infer-fnmut-calling-fnmut.rs
|
|
|
unboxed-closures-infer-fnmut-missing-mut.rs
|
|
|
unboxed-closures-infer-fnmut-missing-mut.stderr
|
|
|
unboxed-closures-infer-fnmut-move-missing-mut.rs
|
|
|
unboxed-closures-infer-fnmut-move-missing-mut.stderr
|
|
|
unboxed-closures-infer-fnmut-move.rs
|
|
|
unboxed-closures-infer-fnmut.rs
|
|
|
unboxed-closures-infer-fnonce-call-twice.rs
|
|
|
unboxed-closures-infer-fnonce-call-twice.stderr
|
|
|
unboxed-closures-infer-fnonce-move-call-twice.rs
|
|
|
unboxed-closures-infer-fnonce-move-call-twice.stderr
|
|
|
unboxed-closures-infer-fnonce-move.rs
|
|
|
unboxed-closures-infer-fnonce.rs
|
|
|
unboxed-closures-infer-kind.rs
|
|
|
unboxed-closures-infer-recursive-fn.rs
|
|
|
unboxed-closures-infer-upvar.rs
|
|
|
unboxed-closures-manual-impl.rs
|
|
|
unboxed-closures-monomorphization.rs
|
|
|
unboxed-closures-move-from-projection-issue-30046.rs
|
|
|
unboxed-closures-move-mutable.rs
|
|
|
unboxed-closures-move-mutable.stderr
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
unboxed-closures-move-some-upvars-in-by-ref-closure.rs
|
|
|
unboxed-closures-mutate-upvar.rs
|
Adjust diagnostics, bless tests
|
2022-11-05 18:05:44 +00:00 |
unboxed-closures-mutate-upvar.stderr
|
Adjust diagnostics, bless tests
|
2022-11-05 18:05:44 +00:00 |
unboxed-closures-mutated-upvar-from-fn-closure.rs
|
|
|
unboxed-closures-mutated-upvar-from-fn-closure.stderr
|
Fix borrowck closure span.
|
2022-07-07 09:27:44 +02:00 |
unboxed-closures-prelude.rs
|
|
|
unboxed-closures-recursive-fn-using-fn-mut.rs
|
|
|
unboxed-closures-recursive-fn-using-fn-mut.stderr
|
|
|
unboxed-closures-simple.rs
|
|
|
unboxed-closures-single-word-env.rs
|
|
|
unboxed-closures-static-call-fn-once.rs
|
|
|
unboxed-closures-static-call-wrong-trait.rs
|
Adjust diagnostics, bless tests
|
2022-11-05 18:05:44 +00:00 |
unboxed-closures-static-call-wrong-trait.stderr
|
Trim paths in E0599
|
2022-12-15 11:47:40 -08:00 |
unboxed-closures-sugar-object.rs
|
|
|
unboxed-closures-type-mismatch.rs
|
|
|
unboxed-closures-type-mismatch.stderr
|
Adjust span of closure param
|
2022-08-12 15:18:40 +00:00 |
unboxed-closures-unique-type-id.rs
|
|
|
unboxed-closures-unsafe-extern-fn.rs
|
|
|
unboxed-closures-unsafe-extern-fn.stderr
|
address review
|
2022-09-26 14:21:39 +02:00 |
unboxed-closures-wrong-abi.rs
|
|
|
unboxed-closures-wrong-abi.stderr
|
address review
|
2022-09-26 14:21:39 +02:00 |
unboxed-closures-wrong-arg-type-extern-fn.rs
|
|
|
unboxed-closures-wrong-arg-type-extern-fn.stderr
|
address review
|
2022-09-26 14:21:39 +02:00 |
unboxed-closures-zero-args.rs
|
|
|