Skip to content

Commit 3d6b63a

Browse files
authored
Merge branch 'master' into patch-1
2 parents f44400f + dddc6be commit 3d6b63a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

draft/2024-09-18-this-week-in-rust.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,24 @@ and just ask the editors to select the category.
3636
### Newsletters
3737

3838
### Project/Tooling Updates
39+
* [Next-gen builder macro Bon 2.3 release 🎉. Positional arguments in starting and finishing functions 🚀](https://elastio.github.io/bon/blog/bon-builder-v2-3-release)
40+
41+
* [RootAsRole 3.0 Release 🎉 A memory-safe and security-oriented alternative to sudo/su commands](https://github.com/LeChatP/RootAsRole/discussions/57)
3942

4043
### Observations/Thoughts
4144

4245
### Rust Walkthroughs
4346

47+
<<<<<<< patch-1
4448
- [Blindsided by Rust's Subtyping and Variance](https://nullderef.com/blog/rust-variance/)
49+
=======
50+
* [video] [Build with Naz : Subtyping and variance](https://www.youtube.com/watch?v=HRlpYXi4E-M)
51+
>>>>>>> master
4552
4653
### Research
4754

4855
### Miscellaneous
56+
* [August '24 Rust Jobs Report](https://filtra.io/rust-aug-24)
4957

5058
## Crate of the Week
5159

@@ -104,7 +112,16 @@ If you are an event organizer hoping to expand the reach of your event, please s
104112

105113
### Rust Compiler Performance Triage
106114

107-
<!-- Perf results go here -->
115+
A relatively quiet week, with overall neutral performance across our set of key
116+
metrics (instructions, cycles, memory).
117+
118+
Triage done by **@simulacrum**.
119+
Revision range: [263a3aee..170d6cb8](https://perf.rust-lang.org/?start=263a3aeeb8f2d0e9cc85eee61774d1f5f23dc3f5&end=170d6cb845c8c3f0dcec5cdd4210df9ecf990244&absolute=false&stat=instructions%3Au)
120+
121+
2 Regressions, 3 Improvements, 4 Mixed; 2 of them in rollups
122+
54 artifact comparisons made in total
123+
124+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/master/triage/2024-09-16.md)
108125

109126
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
110127

0 commit comments

Comments
 (0)