| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -0/+9 | |
| 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-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-27 | mv std libs to library/ | mark | -0/+1771 | |
