Tag

Rust

All articles tagged with #rust

technology12 days ago

Git 2.55 Enables Rust by Default, Adds History Fixup and Repacking Enhancements

Git 2.55 ships with Rust support enabled by default (opt-out via NO_RUST), while keeping Rust tooling optional. It also adds the git history fixup for applying changes to older staged commits and improves repacking with incremental multi-pack indexes; the history sub-command remains experimental. Full release notes and a GitHub blog overview provide more details.

Rusty X11 Rival: yserver Aims to Replace Xorg with a Leaner Rust Display Server
technology27 days ago

Rusty X11 Rival: yserver Aims to Replace Xorg with a Leaner Rust Display Server

yserver is a Rust-written display server that positions itself as a leaner alternative to Xorg. It uses Vulkan and targets relatively modern hardware, and on Linux it can run full desktops (e.g., MATE, Cinnamon, XFCE) via DRM/KMS and can be used with Xwayland or Xorg; however, it cannot launch multiple screens yet, so multi-monitor support is incomplete and it isn’t a full Xorg replacement. FreeBSD is a secondary target per docs. It has been tested with the X.Org X Test Suite, scoring 66.2%, suggesting early-stage viability and introducing competition in the ongoing Wayland/X11 landscape.

technology2 months ago

Kconfirm Targets Linux Kernel's Kconfig Woes With Rust-Powered Cleanup Tool

A new Rust-based tool named Kconfirm is being developed to detect misuses and issues in the Linux kernel's Kconfig configuration system, including dead code, constant conditions, and invalid ranges, as well as dead links in help text. It has already helped surface problems like hundreds of duplicate dependencies in Linux 7.0, and, as of 7.1-rc2, raises alarms under its default checks (489 or 1,789 with extra checks) while patches for mainline consideration (RFC v2) are circulating on the Linux kernel mailing list.

Civil Case Over Rust Shooting Advances Toward Trial
entertainment2 months ago

Civil Case Over Rust Shooting Advances Toward Trial

A Los Angeles judge allowed Serge Svetnoy’s civil case against Alec Baldwin and the Rust production company to proceed toward trial, finding negligence and intentional infliction of emotional distress claims viable after Baldwin’s criminal case was dismissed in 2024; Svetnoy, who was near Halyna Hutchins when she was fatally shot, accuses the set of violating firearm-safety protocols, while Baldwin says he did not pull the trigger and had no duty to personally verify the gun’s contents; the trial is scheduled to begin Oct. 12 and involves other Rust personnel and the production company.

technology4 months ago

Rust Coreutils 0.7 Brings Broad Performance Optimizations

Rust Coreutils 0.7 is a performance-focused release that speeds up dozens of utilities with faster hash maps, ASCII fast paths, and reduced malloc allocations, while refactoring unsafe Rust code for safer abstractions; GNU Test Suite compatibility sits at 94.5% after adding 19 new tests from GNU Coreutils 9.10, with more tests causing increased skips and failures; the update also includes build fixes for NetBSD and PowerPC and is available on GitHub.

technology4 months ago

AI-assisted Rust port of LibJS powers Ladybird in two weeks

Ladybird’s lead developer ported LibJS, the browser’s JavaScript engine, from C++ to Rust in about two weeks using human-directed prompts and multiple AI reviews, achieving byte-for-byte identical output between the Rust port and the original C++ baseline; the thread also explores Rust’s role in browser development, interop with C++, and the broader implications of AI-assisted coding in large projects.

technology5 months ago

Rust Coreutils Pushes Toward Full GNU Compatibility Amid Ubuntu Adoption

Rust Coreutils is advancing toward full GNU Coreutils compatibility, with FOSDEM 2026 highlighting Ubuntu 25.10’s adoption, rapid bug fixes, and ongoing cross‑platform improvements; the project aims to mirror Rust‑based success for other Linux tools, supported by growing contributions and a slide deck/video from the talk available at fosdem.org.

WhatsApp Scales Up Security with Rust-Powered Media Checks
security5 months ago

WhatsApp Scales Up Security with Rust-Powered Media Checks

WhatsApp deployed a Rust-based media library across billions of devices, replacing 160k lines of C++ with 90k lines of Rust to boost memory-safety and performance. Sparked by the Stagefright vulnerability, the rollout used fuzzing and tests to ensure compatibility, and introduced Kaleidoscope checks to flag dangerous, non-conformant, or spoofed files. The effort spans Android, iOS, Mac, Web, wearables, and more—the largest Rust deployment on client-side platforms—and signals broader Rust adoption for defense-in-depth security.

technology5 months ago

Cursor's 'autonomous' browser claim buckles under scrutiny and borrowed code

Skeptics scrutinize Cursor’s claim of an autonomous, from-scratch browser built by hundreds of AI agents. Discussion shows the project uses open-source components (notably Servo) and only reached a compiling state after human intervention, with doubts about actual JS execution and browser functionality. Critics say the hype outpaced verifiable evidence of a working browser built entirely by autonomous agents.