diff options
| author | Aaron Power <Aaronepower@users.noreply.github.com> | 2017-12-26 14:37:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-26 14:37:34 +0000 |
| commit | a1438b704c15ae0a16587d3cfe08ac4b946daa84 (patch) | |
| tree | 0c777c31bbb0c5ff30709bd8836aecdb74692699 | |
| parent | b5b3da3fad0f173ba68abb569d423a3cf7efb70a (diff) | |
| download | rust-a1438b704c15ae0a16587d3cfe08ac4b946daa84.tar.gz rust-a1438b704c15ae0a16587d3cfe08ac4b946daa84.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/RELEASES.md b/RELEASES.md index d4be8a27e34..8fcd22b0b44 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -17,9 +17,6 @@ Compiler - [rustc now avoids unnecessary copies of arguments that are simple bindings][45380] This should improve memory usage on average by 5-10%. - [Updated musl used to build musl rustc to 1.1.17][45393] -- [Refactored type memory layouts and ABIs.][45225] This will reduce - memory size for some types. Eg. `io::Result<()>` is now 16 bytes - where it was previously 24. Libraries --------- @@ -66,7 +63,6 @@ Compatibility Notes [44042]: https://github.com/rust-lang/rust/pull/44042 [44932]: https://github.com/rust-lang/rust/pull/44932 -[45225]: https://github.com/rust-lang/rust/pull/45225 [45267]: https://github.com/rust-lang/rust/pull/45267 [45324]: https://github.com/rust-lang/rust/pull/45324 [45326]: https://github.com/rust-lang/rust/pull/45326 |
