You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft/2020-07-21-this-week-in-rust.md
+31-26Lines changed: 31 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ Check out [this week's *This Week in Rust Podcast*](https://rustacean-station.or
64
64
65
65
# Crate of the Week
66
66
67
-
This week's crate is [nnnoiseless](https://jneem.github.io/nnnoiseless), a filter for audio noise removal ported from C.
67
+
This week's crate is [pre](https://github.com/aticu/pre), a library for declaring and checking the assurance of precondition, useful for unsafe functions.
68
68
69
-
Thanks to [mmmmib](https://users.rust-lang.org/t/crate-of-the-week/2704/790) for the suggestion!
69
+
Thanks to [Zicklag](https://users.rust-lang.org/t/crate-of-the-week/2704/792) for the suggestion!
70
70
71
71
[Submit your suggestions and votes for next week][submit_crate]!
72
72
@@ -91,24 +91,33 @@ If you are a Rust project owner and are looking for contributors, please submit
91
91
92
92
# Updates from Rust Core
93
93
94
-
273 pull requests were [merged in the last week][merged]
*[backtrace: use noop backends on Miri](https://github.com/rust-lang/backtrace-rs/pull/360)
113
+
*[stdarch: update and revamp wasm32 SIMD intrinsics](https://github.com/rust-lang/stdarch/pull/874)
114
+
*[stdarch: implement AVX512f floating point comparisons](https://github.com/rust-lang/stdarch/pull/869)
115
+
*[stdarch: constify all x86 `rustc_args_required_const` intrinsics](https://github.com/rust-lang/stdarch/pull/876)
116
+
*[make `unreachable_unchecked` a const fn](https://github.com/rust-lang/rust/pull/74459)
117
+
*[cargo: fix freshness checks for build scripts on renamed dirs](https://github.com/rust-lang/cargo/pull/8497)
118
+
*[crates.io: generate API tokens with a secure RNG, store hashed](https://github.com/rust-lang/crates.io/pull/2637)
119
+
*[add Ayu theme to rustdoc](https://github.com/rust-lang/rust/pull/71237)
120
+
*[clippy: `unnecessary_sort_by`: avoid linting if key borrows](https://github.com/rust-lang/rust-clippy/pull/5756)
112
121
113
122
## Rust Compiler Performance Triage
114
123
@@ -183,13 +192,9 @@ Email the [Rust Community Team][community] for access.
183
192
184
193
# Quote of the Week
185
194
186
-
> Ownership in Rust is entirely a type system fiction.
195
+
> `unsafe`Rust is all about flirting with UB but never giving in.
187
196
188
-
— dodomorandi
189
-
190
-
> I'm not sure what is meant there. "ownership" in many languages is a very real thing to me.
191
-
192
-
– and [ZiCog on rust-users](https://users.rust-lang.org/t/twir-quote-of-the-week/328/900)
197
+
– [Ralf Jung on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/136281-t-lang.2Fwg-unsafe-code-guidelines/topic/Language.20UB.20vs.20library.20UB/near/204212193)
193
198
194
199
Thanks to [Stephan Sokolow](https://users.rust-lang.org/t/twir-quote-of-the-week/328/903) for the suggestions!
0 commit comments