| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-15 | core: Make `Debug` impl of raw pointers print metadata if present | Martin Nordholts | -0/+16 | |
| Make Rust pointers less magic by including metadata information in their `Debug` output. This does not break Rust stability guarantees because `Debug` output is explicitly exempted from stability: https://doc.rust-lang.org/std/fmt/trait.Debug.html#stability Co-authored-by: Lukas <26522220+lukas-code@users.noreply.github.com> Co-authored-by: Josh Stone <cuviper@gmail.com> | ||||
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -2/+0 | |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 | |
| This updates the standard library's documentation to use the new syntax. The documentation is worthwhile to update as it should be more idiomatic (particularly for features like this, which are nice for users to get acquainted with). The general codebase is likely more hassle than benefit to update: it'll hurt git blame, and generally updates can be done by folks updating the code if (and when) that makes things more readable with the new format. A few places in the compiler and library code are updated (mostly just due to already having been done when this commit was first authored). | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+21 | |
