| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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). | ||||
| 2021-09-22 | Update library/std/src/sync/mpsc/shared.rs | Mara Bos | -1/+1 | |
| 2021-09-05 | rust fmt | lovasoa | -1/+5 | |
| 2021-09-03 | Add a better error message for #39364 | Ophir LOJKINE | -1/+1 | |
| There is a known bug in the implementation of mpsc channels in rust. This adds a clearer error message when the bug occurs, so that developers don't lose too much time looking for the origin of the bug. See https://github.com/rust-lang/rust/issues/39364 | ||||
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -2/+9 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+489 | |
