Email or username:

Password:

Forgot your password?
7 posts total
Rust Language

Rust 1.82.0 has been released! ๐Ÿฆ€โœจ

This release includes `cargo info`, new `impl Trait + use<..>` syntax, unsafe/safe extern items, unsafe attributes, smarter pattern matching, floats in const eval, Option::is_none_or, and more!

Check out the announcement: blog.rust-lang.org/2024/10/17/

Rust Language

Rust 1.81.0 is now available! ๐Ÿฆ€โœจ

This release brings you better sorting implementations, the Error trait in #![no_std], #[expect(lint)], std::fs::exists, PanicInfo::message, Duration::abs_diff, IoSlice::advance, and more! ๐ŸŒˆ

Check out the announcement: blog.rust-lang.org/2024/09/05/

Rust Language

Note that this release also includes the fix for CVE-2024-43402, which was announced yesterday: blog.rust-lang.org/2024/09/04/

ang_mo_uncle

@rust paging @jonhoo for my favourite podcast bedtime story.

Rust Language

Rust 1.80.0 is now available! ๐Ÿฆ€๐ŸŒˆ

This release brings you LazyCell, LazyLock, checked cfg names & values, exclusive ranges in patterns, IntoIterator for Box<[T]>, Option::take_if, split_at_checked, and more! โœจ

Check out the announcement and release notes: blog.rust-lang.org/2024/07/25/

Wanja

@rust I've been following the exclusive range patterns saga basically since I started using Rust in 2016. So glad it's finally stable! Kudos to all involved ๐Ÿค—

Rust Language

Rust 1.79.0 is now available! ๐Ÿฆ€๐ŸŒˆ

This release brings you `const {}` blocks, more flexible bounds syntax for associated types, utf8_chunks, MSRV support in cargo add, and much more! โœจ

Check out the announcement and release notes: blog.rust-lang.org/2024/06/13/

Rust Language

We got an email from the Serbian Registry of Internet Domain Names (RNIDS), the organisation that is responsible for the `.rs` top-level domain.

Looks like they are a big fan of Rust. ๐Ÿ˜Š

Dear Rust Foundation and global Rust community,

We at the Serbian Registry of Internet Domain Names (RNIDS) respect Rust and its global community. Rust has already proven its ability to increase the reliability and security of the internet and the rest of global digital infrastructure. The global Rust community amazes us with its enthusiasm, commitment, and ingenuity.

We are also aware that an increasing number of Rust projects use the .rs domain. As Rust grows and gets adopted as a dependency in many places, there is growing concern about, among other things, whether the use of the .rs domain, Serbia&#39;s national TLD, represents a risk or liability.

Being fully aware that we have no control over how the Universe works or what the future holds, we, as the Board of Governors and CEO of RNIDS, would like to reach out to the Rust Foundation and the Rust community to express our support for your efforts and to say that the global Rust community is welcome on the .rs domain.

So, know that you have a friend at RNIDS, and you may contact us with any concerns you may have about any .rs domain that you believe is vital to the Rust ecosystem or the stability and resilience of the global internet infrastructure.

Keep up the excellent work!

Best Regards,
Dejan Djukic CEO &amp; Ivan Minic, Chairman

Serbian National Internet Domain Registry Foundation
ลฝorลพa Klemansoa 18ะฐ/I, 11108 Belgrade, Serbia  |  +381.11.7281.281
rnids.rs  |  domen.rs
Show previous comments
JulianWgs

@rust I hope that there is enough love left for link aggregation websites written in Ruby? :D @pushcx

Manuel Landesfeind

@rust ... or could it be that they know exactly how the universe works. And that they realize that they make a fortune selling all the .rs domains. A fortune they cannot make by selling domains to their population of about 7mio people. ๐Ÿ˜‰
Whatever it is... the letter is very lovely ๐Ÿ˜Š

Rust Language

Rust 1.75.0 is now available! ๐Ÿฆ€โœจ

Traits now support `async fn` and `-> impl Trait` (with some limitations), the compiler got faster, `version =` in Cargoโ€‹.toml is now optional, and many small functions have been stabilized!

Check out the announcement:

blog.rust-lang.org/2023/12/28/

jack(y) or treat!

Heck of a way to end the year, congrats to everyone involved! (jacky.wtf/2023/12/DqlO)

waffle

@rust mum, look! I'm in the blog post!

Rust Language

:ferris_wave: Hello World!

The Rust project now has an official presence on Mastodon! โœจ

We'll be posting the same on our Twitter and Mastodon accounts, so you won't miss anything on either platform.

Show previous comments
Koen de Jonge - SynQ

@rust best possible motivation for me today to start following a language. ๐Ÿ˜Ž

RetroFun.PL

@rust heyyy! any plans for z80 CPU support? :D CP/M targets, maybe?

Go Up