Skip to content

Commit 3f2c496

Browse files
committed
Merge pull request #868 from shepmaster/update-active-list
Update active RFC list from open issues in GitHub
2 parents feba58e + f7b5b83 commit 3f2c496

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ the direction the language is evolving in.
3838
* [0199-ownership-variants.md](text/0199-ownership-variants.md)
3939
* [0201-error-chaining.md](text/0201-error-chaining.md)
4040
* [0212-restore-int-fallback.md](text/0212-restore-int-fallback.md)
41+
* [0213-defaulted-type-params.md](text/0213-defaulted-type-params.md)
4142
* [0216-collection-views.md](text/0216-collection-views.md)
4243
* [0230-remove-runtime.md](text/0230-remove-runtime.md)
4344
* [0231-upvar-capture-inference.md](text/0231-upvar-capture-inference.md)
@@ -57,28 +58,35 @@ the direction the language is evolving in.
5758
* [0438-precedence-of-plus.md](text/0438-precedence-of-plus.md)
5859
* [0439-cmp-ops-reform.md](text/0439-cmp-ops-reform.md)
5960
* [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)
61+
* [0447-no-unused-impl-parameters.md](text/0447-no-unused-impl-parameters.md)
6162
* [0450-un-feature-gate-some-more-gates.md](text/0450-un-feature-gate-some-more-gates.md)
6263
* [0453-macro-reform.md](text/0453-macro-reform.md)
64+
* [0458-send-improvements.md](text/0458-send-improvements.md)
6365
* [0459-disallow-shadowing.md](text/0459-disallow-shadowing.md)
6466
* [0463-future-proof-literal-suffixes.md](text/0463-future-proof-literal-suffixes.md)
67+
* [0469-feature-gate-box-patterns.md](text/0469-feature-gate-box-patterns.md)
6568
* [0474-path-reform.md](text/0474-path-reform.md)
6669
* [0490-dst-syntax.md](text/0490-dst-syntax.md)
70+
* [0501-consistent_no_prelude_attributes.md](text/0501-consistent_no_prelude_attributes.md)
6771
* [0507-release-channels.md](text/0507-release-channels.md)
6872
* [0509-collections-reform-part-2.md](text/0509-collections-reform-part-2.md)
73+
* [0517-io-os-reform.md](text/0517-io-os-reform.md)
6974
* [0520-new-array-repeat-syntax.md](text/0520-new-array-repeat-syntax.md)
7075
* [0522-self-impl.md](text/0522-self-impl.md)
7176
* [0532-self-in-use.md](text/0532-self-in-use.md)
7277
* [0533-no-array-elem-moves.md](text/0533-no-array-elem-moves.md)
7378
* [0534-deriving2derive.md](text/0534-deriving2derive.md)
7479
* [0546-Self-not-sized-by-default.md](text/0546-Self-not-sized-by-default.md)
7580
* [0550-macro-future-proofing.md](text/0550-macro-future-proofing.md)
81+
* [0560-integer-overflow.md](text/0560-integer-overflow.md)
7682
* [0572-rustc-attribute.md](text/0572-rustc-attribute.md)
7783
* [0587-fn-return-should-be-an-associated-type.md](text/0587-fn-return-should-be-an-associated-type.md)
7884
* [0593-forbid-Self-definitions.md](text/0593-forbid-Self-definitions.md)
85+
* [0599-default-object-bound.md](text/0599-default-object-bound.md)
7986
* [0601-replace-be-with-become.md](text/0601-replace-be-with-become.md)
8087
* [0702-rangefull-expression.md](text/0702-rangefull-expression.md)
8188
* [0736-privacy-respecting-fru.md](text/0736-privacy-respecting-fru.md)
89+
* [0738-variance.md](text/0738-variance.md)
8290
* [0769-sound-generic-drop.md](text/0769-sound-generic-drop.md)
8391
* [0809-box-and-in-for-stdlib.md](text/0809-box-and-in-for-stdlib.md)
8492

0 commit comments

Comments
 (0)