Skip to content

Commit e61a57b

Browse files
committed
Update active RFC list from open issues in GitHub
1 parent dfd33cc commit e61a57b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ the direction the language is evolving in.
2323
* [0016-more-attributes.md](text/0016-more-attributes.md)
2424
* [0019-opt-in-builtin-traits.md](text/0019-opt-in-builtin-traits.md)
2525
* [0048-traits.md](text/0048-traits.md)
26+
* [0059-remove-tilde.md](text/0059-remove-tilde.md)
2627
* [0066-better-temporary-lifetimes.md](text/0066-better-temporary-lifetimes.md)
2728
* [0090-lexical-syntax-simplification.md](text/0090-lexical-syntax-simplification.md)
2829
* [0107-pattern-guards-with-bind-by-move.md](text/0107-pattern-guards-with-bind-by-move.md)
@@ -38,6 +39,7 @@ the direction the language is evolving in.
3839
* [0199-ownership-variants.md](text/0199-ownership-variants.md)
3940
* [0201-error-chaining.md](text/0201-error-chaining.md)
4041
* [0212-restore-int-fallback.md](text/0212-restore-int-fallback.md)
42+
* [0213-defaulted-type-params.md](text/0213-defaulted-type-params.md)
4143
* [0216-collection-views.md](text/0216-collection-views.md)
4244
* [0230-remove-runtime.md](text/0230-remove-runtime.md)
4345
* [0231-upvar-capture-inference.md](text/0231-upvar-capture-inference.md)
@@ -57,28 +59,35 @@ the direction the language is evolving in.
5759
* [0438-precedence-of-plus.md](text/0438-precedence-of-plus.md)
5860
* [0439-cmp-ops-reform.md](text/0439-cmp-ops-reform.md)
5961
* [0446--es6-unicode-escapes.md](text/0446-es6-unicode-escapes.md)
60-
* [0469-feature-gate-box-patterns.md](text/0469-feature-gate-box-patterns.md)
62+
* [0447-no-unused-impl-parameters.md](text/0447-no-unused-impl-parameters.md)
6163
* [0450-un-feature-gate-some-more-gates.md](text/0450-un-feature-gate-some-more-gates.md)
6264
* [0453-macro-reform.md](text/0453-macro-reform.md)
65+
* [0458-send-improvements.md](text/0458-send-improvements.md)
6366
* [0459-disallow-shadowing.md](text/0459-disallow-shadowing.md)
6467
* [0463-future-proof-literal-suffixes.md](text/0463-future-proof-literal-suffixes.md)
68+
* [0469-feature-gate-box-patterns.md](text/0469-feature-gate-box-patterns.md)
6569
* [0474-path-reform.md](text/0474-path-reform.md)
6670
* [0490-dst-syntax.md](text/0490-dst-syntax.md)
71+
* [0501-consistent_no_prelude_attributes.md](text/0501-consistent_no_prelude_attributes.md)
6772
* [0507-release-channels.md](text/0507-release-channels.md)
6873
* [0509-collections-reform-part-2.md](text/0509-collections-reform-part-2.md)
74+
* [0517-io-os-reform.md](text/0517-io-os-reform.md)
6975
* [0520-new-array-repeat-syntax.md](text/0520-new-array-repeat-syntax.md)
7076
* [0522-self-impl.md](text/0522-self-impl.md)
7177
* [0532-self-in-use.md](text/0532-self-in-use.md)
7278
* [0533-no-array-elem-moves.md](text/0533-no-array-elem-moves.md)
7379
* [0534-deriving2derive.md](text/0534-deriving2derive.md)
7480
* [0546-Self-not-sized-by-default.md](text/0546-Self-not-sized-by-default.md)
7581
* [0550-macro-future-proofing.md](text/0550-macro-future-proofing.md)
82+
* [0560-integer-overflow.md](text/0560-integer-overflow.md)
7683
* [0572-rustc-attribute.md](text/0572-rustc-attribute.md)
7784
* [0587-fn-return-should-be-an-associated-type.md](text/0587-fn-return-should-be-an-associated-type.md)
7885
* [0593-forbid-Self-definitions.md](text/0593-forbid-Self-definitions.md)
86+
* [0599-default-object-bound.md](text/0599-default-object-bound.md)
7987
* [0601-replace-be-with-become.md](text/0601-replace-be-with-become.md)
8088
* [0702-rangefull-expression.md](text/0702-rangefull-expression.md)
8189
* [0736-privacy-respecting-fru.md](text/0736-privacy-respecting-fru.md)
90+
* [0738-variance.md](text/0738-variance.md)
8291
* [0769-sound-generic-drop.md](text/0769-sound-generic-drop.md)
8392
* [0809-box-and-in-for-stdlib.md](text/0809-box-and-in-for-stdlib.md)
8493

0 commit comments

Comments
 (0)