| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-09 | liballoc: VecDeque: Add binary search functions | Vojtech Kral | -0/+1 | |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+1 | |
| This may not be strictly minimal, but all unstable functions also need a `rustc_const_unstable` attribute. | ||||
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -0/+1 | |
| 2020-09-16 | Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-Simulacrum | Dylan DPC | -0/+1 | |
| Detect overflow in proc_macro_server subspan * Detect overflow in proc_macro_server subspan * Add tests for overflow in Vec::drain * Add tests for overflow in String / VecDeque operations using ranges | ||||
| 2020-09-04 | Move various ui const tests to `library` | Christiaan Dirkx | -0/+1 | |
| Move: - `src\test\ui\consts\const-nonzero.rs` to `library\core` - `src\test\ui\consts\ascii.rs` to `library\core` - `src\test\ui\consts\cow-is-borrowed` to `library\alloc` Part of #76268 | ||||
| 2020-09-04 | Add tests for overflow in String / VecDeque operations using ranges | Tomasz Miąsko | -0/+1 | |
| 2020-09-03 | support in-place collect for MapWhile adapters | The8472 | -0/+1 | |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -0/+1 | |
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -4/+1 | |
| 2020-08-07 | Add unit tests for new `BTreeMap::into_{keys,values}` methods | Nazım Can Altınova | -0/+1 | |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -0/+1 | |
| 2020-07-28 | Add str::[r]split_once | Aleksey Kladov | -0/+1 | |
| This is useful for quick&dirty parsing of key: value config pairs | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+57 | |
