Rust 1.34.0
11–20 of 149 posts
Re: Rust 1.34.0
#12I liked the concept of alternate registries in this release
Re: Rust 1.34.0
#13Re: Rust 1.34.0
#14Such a boring release. That's why I love Rust.
Re: Rust 1.34.0
#15Re: Rust 1.34.0
#16Re: Rust 1.34.0
#17It will be nice when Cargo dependencies can use pre-built binaries instead of having to compile the whole dep chain. One crate I contribute to has a 4 GiB target folder and takes 20 mins to compile from scratch...
Re: Rust 1.34.0
#18Re: Rust 1.34.0
#19Such a boring release. That's why I love Rust.
For me the best releases will be when it matches D/Delphi/Ada/Eiffel/.NET Native compile times and cargo supports binary dependencies. The language as such is already quite good, in spite of one or other possible improvements on borrow checker ergonomics (e.g. callbacks).
Re: Rust 1.34.0
#20This is the first such instance of "oops, turns out that wasn't safe after all, that should have been unsafe" that I've heard of in Rust. Is that because this is the first such mistake since the 1.0 milestone (the rest of `unsafe` having been nailed down before 1.0), or have there been other such mistakes that I didn't hear about because I haven't read the notes for all of the prior releases of Rust?