| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-03 | include in-place .zip() in test | The8472 | -1/+8 | |
| 2020-09-03 | additional specializations tests | The8472 | -0/+22 | |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -0/+44 | |
| 2020-09-03 | Remove a number of vec UI tests, make them unit tests in the alloc library | Rune Tynan | -0/+53 | |
| 2020-08-27 | Add PartialEq impls for Vec <-> slice | Matt Brubeck | -1/+2 | |
| 2020-08-24 | Use translated variable for test string | Ivan Tham | -2/+2 | |
| Test should be educative, added english translation and pronounciation. | ||||
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -2184/+20 | |
| 2020-08-12 | Put panic code path from `copy_from_slice` into cold function | Lukas Kalbertodt | -2/+2 | |
| The previous `assert_eq` generated quite some code, which is especially problematic when this call is inlined. This commit also slightly improves the panic message from: assertion failed: `(left == right)` left: `3`, right: `2`: destination and source slices have different lengths ...to: source slice length (2) does not match destination slice length (3) | ||||
| 2020-08-07 | Add unit tests for new `BTreeMap::into_{keys,values}` methods | Nazım Can Altınova | -0/+25 | |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -3/+7 | |
| 2020-08-03 | Merge branch 'master' into remove-in-place-alloc | Tim Diekmann | -3/+28 | |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -1/+1 | |
| fix typos Fix common misspellings with https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines | ||||
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 | |
| 2020-07-31 | expand comments | Ralf Jung | -1/+1 | |
| 2020-07-31 | reduce slice::panic_safe test size further in Miri | Ralf Jung | -1/+1 | |
| 2020-07-28 | Remove in-place allocation and revert to separate methods for zeroed allocations | Tim Diekmann | -8/+2 | |
| Fix docs | ||||
| 2020-07-28 | Add str::[r]split_once | Aleksey Kladov | -0/+25 | |
| This is useful for quick&dirty parsing of key: value config pairs | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+11736 | |
