Skip to content

Commit a70ea46

Browse files
authored
Merge pull request #4261 from bennyvasquez/490_publish_updates
Publishing 490, and drafting 491.
2 parents 6ad13a8 + fd5638c commit a70ea46

File tree

2 files changed

+267
-13
lines changed

2 files changed

+267
-13
lines changed

draft/2023-04-12-this-week-in-rust.md renamed to content/2023-04-12-this-week-in-rust.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ and just ask the editors to select the category.
2929

3030
### Official
3131

32-
### Foundation
32+
* [A note on the Trademark Policy Draft](https://blog.rust-lang.org/inside-rust/2023/04/12/trademark-policy-draft-feedback.html)
3333

3434
### Newsletters
35+
3536
* [Community contribution to Fluvio by Carson Rajcan](https://www.fluvio.io/news/this-week-in-fluvio-0051/)
3637

3738
### Project/Tooling Updates
39+
3840
* [Changelog #176](https://rust-analyzer.github.io/thisweek/2023/04/10/changelog-176.html)
3941
* [New in IntelliJ Rust for 2023.1 (Part 1)](https://blog.jetbrains.com/rust/2023/04/11/new-in-intellij-rust-for-2023-1-part-1/)
4042
* [IntelliJ Rust Changelog #192](https://intellij-rust.github.io/2023/04/11/changelog-192.html)
@@ -48,6 +50,7 @@ and just ask the editors to select the category.
4850
* [GCC Front-End For Rust - March 2023](https://rust-gcc.github.io/2023/04/03/2023-03-monthly-report.html)
4951

5052
### Observations/Thoughts
53+
5154
* [How Kani helped find bugs in Hifitime](https://model-checking.github.io/kani-verifier-blog/2023/03/31/how-kani-helped-find-bugs-in-hifitime.html)
5255
* [Build faster with Buck2: Our open source build system](https://engineering.fb.com/2023/04/06/open-source/buck2-open-source-large-scale-build-system/)
5356
* [Modular Errors in Rust](https://sabrinajewson.org/blog/errors)
@@ -61,6 +64,7 @@ and just ask the editors to select the category.
6164
* [video] [Solving distributed systems challenges in Rust](https://www.youtube.com/watch?v=gboGyccRVXI)
6265

6366
### Rust Walkthroughs
67+
6468
* [Writing a Fast C# Code-Search Tool in Rust](https://johnaustin.io/articles/2022/blazing-fast-structural-search-for-c-sharp-in-rust)
6569
* [Understanding tracing's macros by rebuilding them from scratch](https://dietcode.io/p/tracing-macros)
6670
* [A guide to aid you in your journey of becoming a Rustacean](https://rust-lang.guide/)
@@ -71,9 +75,8 @@ and just ask the editors to select the category.
7175
* [video] [Rust Axum Full Course - Web Development](https://www.youtube.com/watch?v=XZtlD_m59sM)
7276
* [video] [Introduction to Rust Programming language](https://www.youtube.com/watch?v=9ziaSnqL8RY)
7377

74-
### Research
75-
7678
### Miscellaneous
79+
7780
* [CfP for EuroRust 2023 now open](https://www.papercall.io/eurorust-2023)
7881
* [video] [The Rust Project visualized with Gource](https://www.youtube.com/watch?v=Ds0Psk1YmOc)
7982

@@ -94,9 +97,6 @@ Every week we highlight some tasks from the Rust community for you to pick and g
9497

9598
Some of these tasks may also have mentors available, visit the task page for more information.
9699

97-
<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) -->
98-
<!-- * [ - ]() -->
99-
100100
* [rustc - help migrating to `derive(Diagnostic)` / struct-based diagnostics](https://rust-lang.zulipchat.com/#narrow/stream/328238-RustcContributor.3A.3Anew/topic/Diagnostics.20Translation) ([rust#100717](https://github.com/rust-lang/rust/issues/100717))
101101
* [Hyperswitch - Return all the `missing_fields` in a request](https://github.com/juspay/hyperswitch/issues/451)
102102
* [Hyperswitch - perf(logger): Remove unnecessary heap allocations](https://github.com/juspay/hyperswitch/issues/117)
@@ -108,7 +108,6 @@ Some of these tasks may also have mentors available, visit the task page for mor
108108
* [Ockam - Add default value to --project-route argument on kafka's service start clap commands](https://github.com/build-trust/ockam/issues/4615)
109109
* [Ockam - Combine ip and port arguments into a single dynamic argument on kafka's service start clap commands](https://github.com/build-trust/ockam/issues/4614)
110110

111-
112111
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
113112

114113
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821
@@ -177,10 +176,6 @@ If you are a Rust project owner and are looking for contributors, please submit
177176
* [rust-analyzer: unify types in `infer_expr_coerce_never()`](https://github.com/rust-lang/rust-analyzer/pull/14520)
178177
* [rust-analyzer: normalize associated types in paths in expressions](https://github.com/rust-lang/rust-analyzer/pull/14436)
179178

180-
### Rust Compiler Performance Triage
181-
182-
<!-- Perf results go here -->
183-
184179
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
185180

186181
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
@@ -198,15 +193,18 @@ which are reaching a decision. Express your opinions now.
198193
* *No RFCs entered Final Comment Period this week.*
199194

200195
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
196+
201197
* [disposition: merge] [Evaluate place expression in `PlaceMention`](https://github.com/rust-lang/rust/pull/104844)
202198

203199
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
200+
204201
* [new] [Casting From by as_cast](https://github.com/rust-lang/rfcs/pull/3413)
205202
* [new] [Proposal: add range value type and range value conversions between different ranges.](https://github.com/rust-lang/rfcs/pull/3412)
206203
* [new] [Explicit move binding mode](https://github.com/rust-lang/rfcs/pull/3410)
207204
* [new] [Guaranteed TCO (tail call optimization)](https://github.com/rust-lang/rfcs/pull/3407)
208205

209206
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
207+
210208
An important step for RFC implementation is for people to experiment with the
211209
implementation and give feedback, especially before stabilization. The following
212210
RFCs would benefit from user testing before moving forward:
@@ -336,7 +334,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
336334
337335
-->
338336

339-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
337+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/11naac9/official_rrust_whos_hiring_thread_for_jobseekers/)
340338

341339
# Quote of the Week
342340

@@ -352,4 +350,4 @@ Thanks to [bugaevc](https://users.rust-lang.org/t/twir-quote-of-the-week/328/139
352350

353351
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
354352

355-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
353+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/12k4rxc/this_week_in_rust_490/)</small>

0 commit comments

Comments
 (0)