Skip to content

Commit 39d83c3

Browse files
committed
notable changes and cotw for TWIR 123
1 parent a6dbcf4 commit 39d83c3

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

drafts/2016-03-21-this-week-in-rust.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Servo also has [a project](https://teams.railsgirlssummerofcode.org/projects/104
3434

3535
# Crate of the Week
3636

37-
This week's Crate of the Week is [LALRPOP](https://crates.io/crates/lalrpop), a LR(1) parser generator that compiles to Rust code. Thanks to [ogeon](https://users.rust-lang.org/users/ogeon) for the suggestion!
37+
This week's Crate of the Week is [tempfile](https://crates.io/crates/tempfile), a crate that does exactly what it says on the tin. Thanks to [Steven Allen](https://users.rust-lang.org/users/stebalien) for the suggestion!
3838

3939
[Submit your suggestions for next week][submit_crate]!
4040

@@ -60,12 +60,28 @@ If you are a Rust project owner and are looking for contributors, please submit
6060

6161
# Updates from Rust Core
6262

63-
142 pull requests were [merged in the last week][merged].
63+
103 pull requests were [merged in the last week][merged].
6464

65-
[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2016-03-07..2016-03-14
65+
[merged]: https://github.com/issues?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2016-03-14..2016-03-21
6666

6767
## Notable changes
6868

69+
* [RFC 1210 impl specialization has landed!](https://github.com/rust-lang/rust/pull/30652) Yay!
70+
* [typestrong const integers](https://github.com/rust-lang/rust/pull/30587) (breaking change)
71+
* [Fast floating point algebra](https://github.com/rust-lang/rust/pull/32256)
72+
* [#derive now uses intrinsics::unreachable](https://github.com/rust-lang/rust/pull/32250)
73+
* [*Map-Entries now have a `.key()` method](https://github.com/rust-lang/rust/pull/32248)
74+
* [Rustc platform intrinsics went on a slimming diet](https://github.com/rust-lang/rust/pull/32236)
75+
* [`rustc --test -q`: Shorter test output](https://github.com/rust-lang/rust/pull/31887)
76+
* [LLVM assertions disabled on ARM to workaround codegen bug](https://github.com/rust-lang/rust/pull/32361)
77+
* [Another LLVM update](https://github.com/rust-lang/rust/pull/32337)
78+
* [Fix an ICE in region inference](https://github.com/rust-lang/rust/pull/32332)
79+
* [No *into_ascii methods after all](https://github.com/rust-lang/rust/pull/32314) (destabilized and removed because of inference regression)
80+
* [Warn, not err on inherent overlaps](https://github.com/rust-lang/rust/pull/32309) (for now, this will become an error in later versions)
81+
* [coercions don't kill rustc anymore](https://github.com/rust-lang/rust/pull/32306)
82+
* [const_eval now correctly handles right shifts](https://github.com/rust-lang/rust/pull/32285)
83+
* [Fix overflow when subtracting Instant](https://github.com/rust-lang/rust/pull/32273)
84+
6985
## New Contributors
7086

7187
* Andrew Cantino

0 commit comments

Comments
 (0)