| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -494/+0 | |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -2/+2 | |
| 2020-05-11 | fix test_weak_count_locked for Miri | Ralf Jung | -1/+5 | |
| 2020-05-01 | liballoc tests: Miri supports threads now | Ralf Jung | -2/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -9/+9 | |
| 2019-12-16 | Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnay | Mazdak Farrokhzad | -7/+7 | |
| Stabilize `std::{rc,sync}::Weak::{weak_count, strong_count}` * Original PR: #56696 * Tracking issue: #57977 Closes: #57977 Supporting comments: > Although these were added for testing, it is occasionally useful to have a way to probe optimistically for whether a weak pointer has become dangling, without actually taking the overhead of manipulating atomics. Are there any plans to stabilize this? _Originally posted by @bdonlan in https://github.com/rust-lang/rust/issues/57977#issuecomment-516970921_ > Having this stabilized would help. Currently, the only way to check if a weak pointer has become dangling is to call `upgrade`, which is by far expensive. _Originally posted by @glebpom in https://github.com/rust-lang/rust/issues/57977#issuecomment-526934709_ Not sure if stabilizing these warrants a full RFC, so throwing this out here as a start for now. Note: per CONTRIBUTING.md, I ran the tidy checks, but they seem to be failing on unchanged files (primarily in `src/stdsimd`). | ||||
| 2019-12-07 | liballoc: ignore tests in Miri instead of removing them entirely | Ralf Jung | -2/+2 | |
| 2019-11-21 | Make Weak::weak_count() return zero when no strong refs remain | Bryan Donlan | -7/+7 | |
| 2019-08-05 | Add implementations for converting boxed slices into boxed arrays | Jake Goulding | -1/+13 | |
| This mirrors the implementations of reference slices into arrays. | ||||
| 2019-08-02 | liballoc: Unconfigure tests during normal build | Vadim Petrochenkov | -0/+480 | |
| Remove additional libcore-like restrictions from liballoc, turns out the testing works ok if the tests are a part of liballoc itself. | ||||
