Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new RFCs to list #1714

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add new RFCs to list
  • Loading branch information
pthariensflame committed Aug 22, 2016
commit b2d88f04d610acbdcb9bfaeff132e7427a0ce976
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ the direction the language is evolving in.
* [1492-dotdot-in-patterns.md](text/1492-dotdot-in-patterns.md)
* [1498-ipv6addr-octets.md](text/1498-ipv6addr-octets.md)
* [1504-int128.md](text/1504-int128.md)
* [1506-adt-kinds.md](text/1506-adt-kinds.md)
* [1513-less-unwinding.md](text/1513-less-unwinding.md)
* [1522-conservative-impl-trait.md](text/1522-conservative-impl-trait.md)
* [1535-stable-overflow-checks.md](text/1535-stable-overflow-checks.md)
Expand All @@ -76,10 +77,18 @@ the direction the language is evolving in.
* [1552-contains-method-for-various-collections.md](text/1552-contains-method-for-various-collections.md)
* [1559-attributes-with-literals.md](text/1559-attributes-with-literals.md)
* [1560-name-resolution.md](text/1560-name-resolution.md)
* [1561-macro-naming.md](text/1561-macro-naming.md)
* [1576-macros-literal-matcher.md](text/1576-macros-literal-matcher.md)
* [1581-fused-iterator.md](text/1581-fused-iterator.md)
* [1590-macro-lifetimes.md](text/1590-macro-lifetimes.md)
* [1623-static.md](text/1623-static.md)
* [1640-duration-checked-sub.md](text/1640-duration-checked-sub.md)
* [1644-default-and-expanded-rustc-errors.md](text/1644-default-and-expanded-rustc-errors.md)
* [1649-atomic-access.md](text/1649-atomic-access.md)
* [1653-assert_ne.md](text/1653-assert_ne.md)
* [1660-try-borrow.md](text/1660-try-borrow.md)
* [1679-panic-safe-slicing.md](text/1679-panic-safe-slicing.md)
* [1681-macros-1.1.md](text/1681-macros-1.1.md)


## Table of Contents
Expand Down