Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bdillo authored Jan 24, 2025
2 parents c36708d + 2271640 commit fb81992
Show file tree
Hide file tree
Showing 18 changed files with 4,646 additions and 335 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Correctness Checks
on: [push, pull_request]
jobs:
Run-Markdown-Checks:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: "tools/requirements.txt"
update-pip: "false"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ license](http://mit-license.org/).
* [cdmistman](https://github.com/cdmistman)
* [ericseppanen](https://github.com/ericseppanen)
* [extrawurst](https://github.com/extrawurst)
* [andrewpollack](https://github.com/andrewpollack)
* [U007D](https://github.com/U007D)
* [kolharsam](https://github.com/kolharsam)
* [joelmarcey](https://github.com/joelmarcey)
* [mariannegoldin](https://github.com/mariannegoldin)
* [bennyvasquez](https://github.com/bennyvasquez)
* [bdillo](https://github.com/bdillo)

## Language Reviewers

Expand Down
2 changes: 1 addition & 1 deletion content/2024-10-09-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and just ask the editors to select the category.
### Rust Walkthroughs
* [Building Async I/O in Rust: How Futures, Wakers, and Thread Pools Work Together](https://www.spaghetti-coder.com/building-async-io-in-rust-how-futures-wakers-and-thread-pools-work-together)
* [Index Trait, Pinned Elements and Immutable Push Vector](https://orxfun.github.io/orxfun-notes/#/imp-vec-motivation-2024-10-03)
* [series] [Serde for Trait Object 2: Serialization](https://voelklmichael.github.io/Blog/2024/10/08/serde-trait-part2.html)
* [series] [Serde for Trait Object 2: Serialization](https://voelklmichael.github.io/Blog/serde-trait-part2.html)
* [video] [Build with Naz : Create an async shell in Rust](https://www.youtube.com/watch?v=jXzFCDIJQag)

### Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion content/2024-11-13-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,4 +451,4 @@ Thanks to [Anton Fetisov](https://users.rust-lang.org/t/twir-quote-of-the-week/3

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

<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1gr7pys/this_week_in_rust_573/)</small>
516 changes: 516 additions & 0 deletions content/2024-11-20-this-week-in-rust.md

Large diffs are not rendered by default.

487 changes: 487 additions & 0 deletions content/2024-11-27-this-week-in-rust.md

Large diffs are not rendered by default.

440 changes: 440 additions & 0 deletions content/2024-12-04-this-week-in-rust.md

Large diffs are not rendered by default.

386 changes: 386 additions & 0 deletions content/2024-12-11-this-week-in-rust.md

Large diffs are not rendered by default.

387 changes: 387 additions & 0 deletions content/2024-12-18-this-week-in-rust.md

Large diffs are not rendered by default.

401 changes: 401 additions & 0 deletions content/2024-12-25-this-week-in-rust.md

Large diffs are not rendered by default.

362 changes: 362 additions & 0 deletions content/2025-01-01-this-week-in-rust.md

Large diffs are not rendered by default.

415 changes: 415 additions & 0 deletions content/2025-01-08-this-week-in-rust.md

Large diffs are not rendered by default.

482 changes: 482 additions & 0 deletions content/2025-01-15-this-week-in-rust.md

Large diffs are not rendered by default.

435 changes: 435 additions & 0 deletions content/2025-01-22-this-week-in-rust.md

Large diffs are not rendered by default.

314 changes: 0 additions & 314 deletions draft/2024-11-20-this-week-in-rust.md

This file was deleted.

304 changes: 304 additions & 0 deletions draft/2025-01-29-this-week-in-rust.md

Large diffs are not rendered by default.

37 changes: 24 additions & 13 deletions draft/DRAFT_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ and just ask the editors to select the category.

[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704

## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
## Calls for Testing

An important step for RFC implementation is for people to experiment with the
implementation and give feedback, especially before stabilization. The following
RFCs would benefit from user testing before moving forward:
Expand All @@ -63,9 +64,16 @@ RFCs would benefit from user testing before moving forward:
* [Tracking Issue](<Tracking Issue URL>)
* [Testing steps](<Testing Steps URL>)
-->
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
<!-- or if there are no new or updated RFCs this week, use: -->
<!-- * *No New or Updated RFCs were created this week.* -->
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->

### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)

### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)

### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)

If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
need testing.
Expand Down Expand Up @@ -125,27 +133,30 @@ Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final
which are reaching a decision. Express your opinions now.

#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)

<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
<!-- * [disposition: ] []() -->

#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)

#### Tracking Issues & PRs
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
<!-- or if none entered FCP this week, use: -->
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
<!-- * [disposition: ] []() -->

### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
<!-- Remove this section if empty>
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)

##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)

##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)

### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
<!-- Remove this section if empty>
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)

### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)

#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
<!-- or if there are no new or updated RFCs this week, use: -->
<!-- * *No New or Updated RFCs were created this week.* -->
<!-- * [new|updated] []() -->

## Upcoming Events
Expand Down Expand Up @@ -180,7 +191,7 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)

[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)

*This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell), [llogiq](https://github.com/llogiq), [cdmistman](https://github.com/cdmistman), [ericseppanen](https://github.com/ericseppanen), [extrawurst](https://github.com/extrawurst), [andrewpollack](https://github.com/andrewpollack), [U007D](https://github.com/U007D), [kolharsam](https://github.com/kolharsam), [joelmarcey](https://github.com/joelmarcey), [mariannegoldin](https://github.com/mariannegoldin), [bennyvasquez](https://github.com/bennyvasquez).*
*This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell), [llogiq](https://github.com/llogiq), [cdmistman](https://github.com/cdmistman), [ericseppanen](https://github.com/ericseppanen), [extrawurst](https://github.com/extrawurst), [U007D](https://github.com/U007D), [joelmarcey](https://github.com/joelmarcey), [mariannegoldin](https://github.com/mariannegoldin), [bennyvasquez](https://github.com/bennyvasquez), [bdillo](https://github.com/bdillo)*

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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cssmin==0.2.0
feedgenerator==2.0
jinja2==3.1.4
jinja2==3.1.5
libsass==0.21.0
Markdown==3.3.7
markupsafe==2.0.1
Expand Down

0 comments on commit fb81992

Please sign in to comment.