Skip to content

Fix mistakes in the latest TWIR #196

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

Merged
merged 1 commit into from
Apr 12, 2016
Merged
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
4 changes: 2 additions & 2 deletions content/2016-04-11-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you are a Rust project owner and are looking for contributors, please submit
* [Specialize `==` for `[T]` and `[u8]` to `memcmp`](https://github.com/rust-lang/rust/pull/32699) (also `Ord`, `PartialOrd`)
* [File IO buffer size now 8K](https://github.com/rust-lang/rust/pull/32695)
* [AST now can represent `pub(restricted)`](https://github.com/rust-lang/rust/pull/32688)
* [Prepare `privates_in_public` lint for `pub(restricted)`](https://github.com/rust-lang/rust/pull/32674)
* [Prepare private-in-public checker for `pub(restricted)`](https://github.com/rust-lang/rust/pull/32674)
* [Simplified AST `StructField`](https://github.com/rust-lang/rust/pull/32682)
* [Restrict atomic intrinsics to integers](https://github.com/rust-lang/rust/pull/32647)
* [Save/Load the dependency graph for incremental compilation](https://github.com/rust-lang/rust/pull/32647)
Expand All @@ -100,7 +100,7 @@ process](https://github.com/rust-lang/rfcs#rust-rfcs). These
are the RFCs that were approved for implementation this week:

* [RFC 1513: Stabilize implementing panics as aborts](https://github.com/rust-lang/rfcs/pull/1513).
* [RFC 1444: Provide native support for C-compatible unions, defined via a new keyword `untagged_union`](https://github.com/rust-lang/rfcs/pull/1444).
* [RFC 1444: Provide native support for C-compatible unions, defined via a contextual keyword `union`](https://github.com/rust-lang/rfcs/pull/1444).
* [RFC 1398: Add a standard allocator interface and support for user-defined allocators](https://github.com/rust-lang/rfcs/pull/1398).
* [Amend RFC 550 with misc. follow set corrections](https://github.com/rust-lang/rfcs/pull/1494).

Expand Down