Skip to content

Commit e4e44ed

Browse files
authored
Merge pull request #1706 from pthariensflame/update-rfcs-list
Add current RFCs to README list
2 parents 4139535 + 805c453 commit e4e44ed

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ consistent and controlled path for new features to enter the language
1515
and standard libraries, so that all stakeholders can be confident about
1616
the direction the language is evolving in.
1717

18+
1819
## Active RFC List
1920
[Active RFC List]: #active-rfc-list
2021

@@ -24,6 +25,7 @@ the direction the language is evolving in.
2425
* [0107-pattern-guards-with-bind-by-move.md](text/0107-pattern-guards-with-bind-by-move.md)
2526
* [0135-where.md](text/0135-where.md)
2627
* [0213-defaulted-type-params.md](text/0213-defaulted-type-params.md)
28+
* [0243-trait-based-exception-handling.md](text/0243-trait-based-exception-handling.md)
2729
* [0401-coercions.md](text/0401-coercions.md)
2830
* [0495-array-pattern-changes.md](text/0495-array-pattern-changes.md)
2931
* [0501-consistent_no_prelude_attributes.md](text/0501-consistent_no_prelude_attributes.md)
@@ -34,9 +36,51 @@ the direction the language is evolving in.
3436
* [0911-const-fn.md](text/0911-const-fn.md)
3537
* [0982-dst-coercion.md](text/0982-dst-coercion.md)
3638
* [1131-likely-intrinsic.md](text/1131-likely-intrinsic.md)
39+
* [1183-swap-out-jemalloc.md](text/1183-swap-out-jemalloc.md)
40+
* [1192-inclusive-ranges.md](text/1192-inclusive-ranges.md)
41+
* [1199-simd-infrastructure.md](text/1199-simd-infrastructure.md)
42+
* [1201-naked-fns.md](text/1201-naked-fns.md)
43+
* [1210-impl-specialization.md](text/1210-impl-specialization.md)
44+
* [1211-mir.md](text/1211-mir.md)
3745
* [1214-projections-lifetimes-and-wf.md](text/1214-projections-lifetimes-and-wf.md)
46+
* [1216-bang-type.md](text/1216-bang-type.md)
3847
* [1228-placement-left-arrow.md](text/1228-placement-left-arrow.md)
48+
* [1229-compile-time-asserts.md](text/1229-compile-time-asserts.md)
49+
* [1238-nonparametric-dropck.md](text/1238-nonparametric-dropck.md)
50+
* [1240-repr-packed-unsafe-ref.md](text/1240-repr-packed-unsafe-ref.md)
3951
* [1260-main-reexport.md](text/1260-main-reexport.md)
52+
* [1268-allow-overlapping-impls-on-marker-traits.md](text/1268-allow-overlapping-impls-on-marker-traits.md)
53+
* [1298-incremental-compilation.md](text/1298-incremental-compilation.md)
54+
* [1317-ide.md](text/1317-ide.md)
55+
* [1327-dropck-param-eyepatch.md](text/1327-dropck-param-eyepatch.md)
56+
* [1331-grammar-is-canonical.md](text/1331-grammar-is-canonical.md)
57+
* [1358-repr-align.md](text/1358-repr-align.md)
58+
* [1359-process-ext-unix.md](text/1359-process-ext-unix.md)
59+
* [1398-kinds-of-allocators.md](text/1398-kinds-of-allocators.md)
60+
* [1399-repr-pack.md](text/1399-repr-pack.md)
61+
* [1422-pub-restricted.md](text/1422-pub-restricted.md)
62+
* [1432-replace-slice.md](text/1432-replace-slice.md)
63+
* [1434-contains-method-for-ranges.md](text/1434-contains-method-for-ranges.md)
64+
* [1440-drop-types-in-const.md](text/1440-drop-types-in-const.md)
65+
* [1444-union.md](text/1444-union.md)
66+
* [1445-restrict-constants-in-patterns.md](text/1445-restrict-constants-in-patterns.md)
67+
* [1492-dotdot-in-patterns.md](text/1492-dotdot-in-patterns.md)
68+
* [1498-ipv6addr-octets.md](text/1498-ipv6addr-octets.md)
69+
* [1504-int128.md](text/1504-int128.md)
70+
* [1513-less-unwinding.md](text/1513-less-unwinding.md)
71+
* [1522-conservative-impl-trait.md](text/1522-conservative-impl-trait.md)
72+
* [1535-stable-overflow-checks.md](text/1535-stable-overflow-checks.md)
73+
* [1542-try-from.md](text/1542-try-from.md)
74+
* [1543-integer_atomics.md](text/1543-integer_atomics.md)
75+
* [1548-global-asm.md](text/1548-global-asm.md)
76+
* [1552-contains-method-for-various-collections.md](text/1552-contains-method-for-various-collections.md)
77+
* [1559-attributes-with-literals.md](text/1559-attributes-with-literals.md)
78+
* [1560-name-resolution.md](text/1560-name-resolution.md)
79+
* [1590-macro-lifetimes.md](text/1590-macro-lifetimes.md)
80+
* [1644-default-and-expanded-rustc-errors.md](text/1644-default-and-expanded-rustc-errors.md)
81+
* [1653-assert_ne.md](text/1653-assert_ne.md)
82+
* [1660-try-borrow.md](text/1660-try-borrow.md)
83+
4084

4185
## Table of Contents
4286
[Table of Contents]: #table-of-contents

0 commit comments

Comments
 (0)