imperio

@imperioworld.bsky.social

Member of a few teams of the Rust project, Gnome foundation member, co-owner of the Gtk-rs organization and of the askama-rs organization Mastodon: https://toot.cat/@imperio

Cette année encore s'est tenue la nouvelle édition de la remise des prix humoristico-scientifiques Ig-Nobel, qui récompensent les recherches "qui font rire d'abord et réfléchir ensuite". 🧪 Et cette année encore la cérémonie (et les lauréat·es) ne nous ont pas déçus ! Voici les résultats ⬇️⬇️⬇️ 1/12

Cérémonie des Ig Nobels 2026.
On voit à l'arrière-plan le présentateur historique de la cérémonie Marc Abrahams, épaulé cette année par la médiatrice scientifique et responsable du festival Pint of Science : Elodie Chabrol.

We lowered the ticket prices for RustWeek! Individual tickets are now 199 instead of 249 euro. ✨ Additionally, we added a checkbox for an extra 100 euro discount, bringing the ticket price to just 99 euros for those who can't afford the full price. 💛

Radio button: Conference Ticket - Privately-paid tickets (also for freelancers) - €199.00

Checkbox: I can’t afford this, give me €100 discount

RustNL's Rust Maintainer Team has grown and now consists of 14 people, including three interns! ✨️ rustnl.org/maintainers/ Together, these people are either the author or a reviewer of more than 30% of all pull requests on the rust-lang/rust repository:

A table showing that the people of RustNL were involved as author or reviewer or approver of more than 30% of all pull requests merged in the past four months.

i'm really proud of this policy. it's not perfect, but i think it's close to the best that was possible given all the constraints. i'm excited that this will make things easier for mods and reviewers, and hopeful that it will spark change in Rust's governance. blog.rust-lang.org/inside-rust/...

rust-lang/rust is adopting an LLM policy | Inside Rust Blog

Want to follow along with Rust development? Curious how you might get involved? Take a look!

blog.rust-lang.org

Nevermind! Completely broke Rust CI (after merge, that's new, more fun for the infra team 😈 ) Reverting it. Follow me for more tips on how to make a whole project lose 3 hours of their time with one small PR! T_T

imperio@imperioworld.bsky.social · last mo.

The sync between rust and the GCC backend is done. We were a bit late there but finally caught up. Here's the PR with 224 commits (yep, you read it right ^^'): github.com/rust-lang/ru... Next cg_gcc progress report will be very interesting to read. :3 Next: why do we need to "sync"? 1/2

With any luck, this is the cargo-semver-checks release that will start scanning the Rust standard library for breakage. Enjoy v0.50.0! What a fitting moment for a nice round number 🎉 Expect a blog post soon!

cargo-semver-checks v0.50.0 release notes.

- Support for rustdoc JSON v61 for the latest nightly Rust
- One new lint: `auto_trait_impl_added`
- Bugfix in `constructible_struct_adds_field` to properly account for existing `pub` but `#[doc(hidden)]` fields.
- Support for parsing rustdocflags from `.cargo/config.toml` and some minor bugfixes
- Thanks to @taiki-e for accepting our upstream patches and promptly releasing them in `cargo-config2` so we can use them!

Added support for "section linking" (putting an item in a specific section in the generated binary so the linker can do more optimizations) in the Rust GCC backend. 13 new Rust tests are now passing. :) PR: github.com/rust-lang/ru...

Add support for section linking by GuillaumeGomez · Pull Request #926 · rust-lang/rustc_codegen_gcc

Now that we have support for the section attribute, we can use it more. The wasm case it still not supported for now.

github.com