| Age | Commit message (Expand) | Author | Lines |
| 2020-07-05 | Optimize is_ascii for &str and &[u8] | Thom Chiovoloni | -1/+101 |
| 2020-07-02 | Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis | Manish Goregaokar | -61/+128 |
| 2020-07-01 | Implement slice_strip feature | Lzu Tao | -0/+62 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -1/+0 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 5 | LeSeulArtichaut | -45/+101 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 4 | LeSeulArtichaut | -18/+30 |
| 2020-06-28 | Rollup merge of #73577 - VillSnow:master, r=Amanieu | Manish Goregaokar | -0/+54 |
| 2020-06-28 | Update src/libcore/slice/mod.rs | VillSnow | -1/+1 |
| 2020-06-28 | Update tracking issue number | VillSnow | -1/+1 |
| 2020-06-28 | Update doc comment | VillSnow | -6/+10 |
| 2020-06-28 | Merge branch 'master' of https://github.com/VillSnow/rust | VillSnow | -1/+2 |
| 2020-06-28 | Update src/libcore/slice/mod.rs | VillSnow | -1/+2 |
| 2020-06-28 | Add comment on use of unsafe | VillSnow | -0/+9 |
| 2020-06-24 | Fix links in `SliceIndex` documentation | LeSeulArtichaut | -0/+2 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -0/+17 |
| 2020-06-22 | update: doc comment | VillSnow | -1/+3 |
| 2020-06-21 | fix: doc test | VillSnow | -3/+3 |
| 2020-06-21 | Add partition_point | VillSnow | -0/+38 |
| 2020-06-20 | Address review comments | Oliver Scherer | -38/+9 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -2/+48 |
| 2020-06-16 | Added some more documentations to unsafety blocks in slice/sort.rs | Hanif Bin Ariffin | -11/+39 |
| 2020-06-13 | Added some unsafety documentation to partition_equal | Hanif Bin Ariffin | -4/+8 |
| 2020-06-13 | Added unsafety documentation with partition and partition equal | Hanif Bin Ariffin | -2/+7 |
| 2020-06-13 | Document unsafety in partial_insertion_sort | Hanif Bin Ariffin | -0/+2 |
| 2020-06-13 | Added unsafety documentation to shift_tail | Hanif Bin Ariffin | -0/+14 |
| 2020-06-13 | Added unsafety documentation to shift_head | Hanif Bin Ariffin | -1/+15 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -8/+4 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -8/+4 |
| 2020-06-08 | Fix the typo (size of the size) | Stanislav Tkach | -2/+2 |
| 2020-05-31 | Clarify terms in doc comments | JOE1994 | -2/+2 |
| 2020-05-24 | Use sort_unstable_by in its own docs | Kagami Sascha Rosylight | -1/+1 |
| 2020-05-21 | Typo | Ralf Jung | -1/+1 |
| 2020-05-21 | Improve documentation of `slice::from_raw_parts` | Daniel Henry-Mantilla | -1/+30 |
| 2020-05-20 | split_inclusive: add tracking issue number (72360) | Pyry Kontio | -13/+13 |
| 2020-05-13 | Use simpler impls for some `Iterator` methods for slices. | Nicholas Nethercote | -17/+105 |
| 2020-05-02 | slice::fill: take T by value. | Bastian Kauschke | -6/+7 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -2/+2 |
| 2020-04-20 | Stop accessing module level int consts via crate::<Ty> | Linus Färnstrand | -2/+1 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -7/+7 |
| 2020-04-14 | Tighten time complexity on the doc | mi_sawa | -1/+1 |
| 2020-04-05 | Rollup merge of #70752 - yoshuawuyts:slice_fill, r=dtolnay | Dylan DPC | -0/+24 |
| 2020-04-05 | Add slice::fill | Yoshua Wuyts | -0/+24 |
| 2020-04-03 | Replace float module consts with assoc consts in documentation | Linus Färnstrand | -1/+1 |
| 2020-03-23 | #[track_caller] on core::ops::{Index, IndexMut}. | Adam Perry | -0/+6 |
| 2020-03-04 | Use subslice patterns in slice methods | Josh Stone | -22/+8 |
| 2020-02-29 | Rollup merge of #69581 - RalfJung:align_to_mut, r=Centril | Dylan DPC | -1/+3 |
| 2020-02-29 | fix aliasing violation in align_to_mut | Ralf Jung | -1/+3 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-22 | Auto merge of #67330 - golddranks:split_inclusive, r=kodraus | bors | -1/+271 |
| 2020-02-09 | Don't return empty slice on last iteration with matched terminator. Test reve... | Pyry Kontio | -105/+116 |