Skip to content

Commit c7b4503

Browse files
authored
Merge branch 'master' into master
2 parents 4aa3542 + 8875af3 commit c7b4503

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@ and just ask the editors to select the category.
3737

3838
### Project/Tooling Updates
3939
* [Perpetual 0.4.7, Quantile regression support and improved multi-threading](https://github.com/perpetual-ml/perpetual)
40+
* [git-cliff 2.6.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.6.0)
41+
4042
### Observations/Thoughts
4143

4244
### Rust Walkthroughs
4345

46+
* [video] [Build with Naz : Rust lifetimes](https://www.youtube.com/watch?v=eIJxAEcle7E)
47+
4448
### Research
4549

4650
### Miscellaneous
@@ -102,7 +106,17 @@ If you are an event organizer hoping to expand the reach of your event, please s
102106

103107
### Rust Compiler Performance Triage
104108

105-
<!-- Perf results go here -->
109+
Not much happened this week. Most changes of note were readily
110+
justified as removing sources of unpredictable/inconsistent behavior
111+
from code-generation.
112+
113+
Triage done by **@pnkfelix**.
114+
Revision range: [170d6cb8..749f80ab](https://perf.rust-lang.org/?start=170d6cb845c8c3f0dcec5cdd4210df9ecf990244&end=749f80ab051aa0b3724b464130440b0e70a975ac&absolute=false&stat=instructions%3Au)
115+
116+
1 Regression, 0 Improvements, 4 Mixed; 1 of them in rollups
117+
28 artifact comparisons made in total
118+
119+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/4c714caeb2bb6907dd527fd56da5cd6d79b30818/triage/2024-09-23.md)
106120

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

0 commit comments

Comments
 (0)