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/2025-07-16-this-week-in-rust.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,16 @@ and just ask the editors to select the category.
40
40
41
41
### Project/Tooling Updates
42
42
*[egui 0.32 - Atoms, popups, and better SVG support](https://github.com/emilk/egui/releases/tag/0.32.0)
43
+
*[Introducing Rudy: A Toolchain for Rust Debuginfo](https://www.samjs.io/blog/rudy)
44
+
43
45
### Observations/Thoughts
44
46
45
47
### Rust Walkthroughs
46
48
47
49
### Research
48
50
49
51
### Miscellaneous
52
+
*[June 2025 Rust Jobs Report](https://filtra.io/rust/jobs-report/jun-25)
50
53
51
54
## Crate of the Week
52
55
@@ -114,6 +117,9 @@ Every week we highlight some tasks from the Rust community for you to pick and g
114
117
Some of these tasks may also have mentors available, visit the task page for more information.
115
118
116
119
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
120
+
*[Diesel: Designing `#[derive(QueryModel)]` Poll I - Default for #[diesel(check_for_backend()]](https://github.com/diesel-rs/diesel/discussions/4680)
121
+
*[Diesel: Designing `#[derive(QueryModel)]` Poll II - Joining behaviour for #[diesel(embed)]](https://github.com/diesel-rs/diesel/discussions/4681)
122
+
*[Diesel: Designing `#[derive(QueryModel)]` Poll III - All in one derive? ](https://github.com/diesel-rs/diesel/discussions/4682)
117
123
<!-- * [ - ]() -->
118
124
<!-- or if none - *No Calls for participation were submitted this week.* -->
119
125
@@ -136,7 +142,25 @@ If you are an event organizer hoping to expand the reach of your event, please s
136
142
137
143
### Rust Compiler Performance Triage
138
144
139
-
<!-- Perf results go here -->
145
+
A busy week with a lot of rollups containing perf. regressions and mixed results. Overall, regressions won slightly, but there were also a few impressive wins on a few primary and secondary benchmarks. A lot of perf. effects are caused by the current rework of attribute parsing, which will hopefully result in slightly improved performance once it's finished.
0 commit comments