slanterns w/
🦀
@slanterns_rust
59
subscribers
31
photos
1
file
1.14K
links
视奸,然后捡到夹手螃蟹
Download Telegram
Join
slanterns w/
🦀
59 subscribers
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160619
GitHub
Enable `-Znext-solver` on nightly by default by Kivooeo · Pull Request #160619 · rust-lang/rust
this is a draft for now to show test failure in library/alloc/src/vec, i will update description accordingly as we decide what to do with this test
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/158734#issuecomment-5190569778
GitHub
Update to LLVM 23 by nikic · Pull Request #158734 · rust-lang/rust
View all comments
Changes in this PR (apart from the LLVM update):
Updated cov-map tests due to minor ordering changes introduced in llvm/llvm-project@5931034. The affected tests are limited to L...
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160705
GitHub
Remove `From<!> for T` *reservation* impl by WaffleLapkin · Pull Request #160705 · rust-lang/rust
This PR removes the <T> From<!> for T reservation implementation added in #62661 and tracked in #64715 and #64631.
The reservation impl in question was added in order to...
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160729
GitHub
[WIP] Introduce repr(Swift) by Lancelotbronner · Pull Request #160729 · rust-lang/rust
Adds the repr(Swift) attribute, allowing direct representation of Swift structs.
Since rebasing on the latest main it probably doesn't compile anymore.
I'd like to gauge interest to...
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160745
GitHub
make closures act like MaybeDangling by RalfJung · Pull Request #160745 · rust-lang/rust
This makes closures (and types like them: coroutines and coroutine closures) act like MaybeDangling. This means that the aliasing model will entirely ignore references and Boxes passed around as cl...
slanterns w/
🦀
Forwarded from
Yves Lelouch
https://blog.rust-lang.org/inside-rust/2026/08/10/call-for-testing-impl-and-mut-restrictions/
blog.rust-lang.org
Call for testing: Restricting trait implementability and field mutability | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160801
GitHub
Optimize new solver unification table ops by nnethercote · Pull Request #160801 · rust-lang/rust
The current code uses the ena crate in sub-optimal ways. Improving this gives big speed wins for the new trait solver on some benchmarks. Details in individual commits.
r? @lcnr
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160838
GitHub
Implement missing TrustedLen and FusedIterator for core and alloc types by fereidani · Pull Request #160838 · rust-lang/rust
While working on #160813 I noticed TrustedLen is missing for the LinkedList, I suspected that other modules are missing the implementation too, so I wrote a small script to scan the project and fou...
slanterns w/
🦀
https://github.com/nia-e/rfcs/blob/master/text/3984-libs-team-refactor.md
GitHub
rfcs/text/3984-libs-team-refactor.md at master · nia-e/rfcs
RFCs for changes to Rust. Contribute to nia-e/rfcs development by creating an account on GitHub.
slanterns w/
🦀
https://github.com/nikomatsakis/rfcs/blob/move-expressions/text/0000-move-expressions.md
GitHub
rfcs/text/0000-move-expressions.md at move-expressions · nikomatsakis/rfcs
RFCs for changes to Rust. Contribute to nikomatsakis/rfcs development by creating an account on GitHub.
slanterns w/
🦀
slanterns w/
🦀
https://github.com/rust-lang/rfcs/pull/3968#discussion_r3474994998
GitHub
RFC for convenient, explicit closure capture using `move($expr)` expressions by nikomatsakis · Pull Request #3968 · rust-lang/rfcs
View all comments
Add move($expr) syntax inside closures, async blocks, and generators. A move($expr) evaluates the expression at closure-creation time and captures the result by value. This gives ...
slanterns w/
🦀
https://github.com/notriddle/rust-rfcs/blob/rustdoc-texmath/text/3958-rustdoc-texmath.md
GitHub
rust-rfcs/text/3958-rustdoc-texmath.md at rustdoc-texmath · notriddle/rust-rfcs
RFCs for changes to Rust. Contribute to notriddle/rust-rfcs development by creating an account on GitHub.
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160951
GitHub
Stabilize `core::io::{Error(Kind), IoSlice(Mut), Result}` by bushrat011899 · Pull Request #160951 · rust-lang/rust
View all comments
Tracking Issue: #154046
Stabilization Report: #154046 (comment)
Blocked On: #160952
Description
This PR stabilizes a subset of the core_io feature, namely:
core::io (the modu...
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160991
GitHub
Add offload component on nightly by sgasho · Pull Request #160991 · rust-lang/rust
I forgot to add offload to build-manifest in #159064 ...
I noticed when I tried running rustup +nightly component add offload
r? @ZuseZ4
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/160997
slanterns w/
🦀
Forwarded from
bLiNdinlIGhTs
https://fixupx.com/i/status/2087229652293337160
📰
Article • FixupX
Programming language adoption patterns at Meta
Meta’s code review team provides the company with a collection of database tables for analysis of source control activity. These tables contain a representation of all code changes submitted to Meta
slanterns w/
🦀
https://github.com/rust-lang/rust/pull/161106
GitHub
Bump the version number to 1.100.0 by cuviper · Pull Request #161106 · rust-lang/rust
https://forge.rust-lang.org/release/process.html#bump-the-stable-version-number-friday-the-week-before
r? me
slanterns w/
🦀
https://bevy.org/news/bevys-sixth-birthday/
bevy.org
Bevy's Sixth Birthday
Hey! @cart here (Bevy's creator and Project Lead). It is crazy to say it, but Bevy is six years old now!
As is tradition, I will take this as a chance…