about summary refs log tree commit diff
path: root/library/core/src/slice/mod.rs
AgeCommit message (Expand)AuthorLines
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-2/+2
2023-10-11Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviperbors-0/+56
2023-10-08Bump to latest betaMark Rousskov-2/+2
2023-09-28changed 'rotate' to 'rotating'Anshul-1/+1
2023-08-06Add #[rustc_never_returns_null_ptr] to std functionsest31-0/+2
2023-07-31impl SliceIndex<str> for (Bound<usize>, Bound<usize>)Matt Fellenz-1/+1
2023-07-16Fix sort_unstable_by_key italicizationnipzu-1/+1
2023-06-27std: edit [T]::swap docsJoão M. Bezerra-0/+2
2023-06-19Implement slice::split_once and slice::rsplit_onceBenjamin Lee-0/+56
2023-06-14Rollup merge of #111974 - Sp00ph:update_guarantees, r=AmanieuMatthias Krüger-6/+4
2023-05-30Swap out CURRENT_RUSTC_VERSION to 1.71.0Mark Rousskov-1/+1
2023-05-28Update current impl comment for `select_nth_unstable_by_key`Markus Everling-2/+3
2023-05-28Update runtime guarantee for `select_nth_unstable`Markus Everling-6/+4
2023-05-26Update current implementation comments for `select_nth_unstable`Markus Everling-4/+6
2023-05-25Rollup merge of #107522 - Sp00ph:introselect, r=AmanieuMichael Goulet-3/+4
2023-05-25Rollup merge of #95198 - clarfonthey:get_chunk, r=scottmcmMatthias Krüger-0/+258
2023-05-24Add Median of Medians fallback to introselectMarkus Everling-3/+4
2023-05-19Add slice::{split_,}{first,last}_chunk{,_mut}ltdk-0/+258
2023-05-19constify `slice_as_chunks` (unstable)Scott McMurray-6/+6
2023-05-15Auto merge of #108273 - tspiteri:const_slice_split_at_not_mut, r=dtolnaybors-1/+2
2023-05-08Auto merge of #111296 - Sp00ph:const_gcd, r=nagisa,Mark-Simulacrumbors-37/+6
2023-05-06Tune the `is_ascii` implementation used for short slicesScott McMurray-0/+4
2023-05-06Always const-eval the gcd in `slice::align_to_offsets`Markus Everling-37/+6
2023-05-03Constify slice flatten methodKonrad Borowski-1/+1
2023-04-26Rollup merge of #110419 - jsoref:spelling-library, r=jyn514Matthias Krüger-1/+1
2023-04-26Spelling library/Josh Soref-1/+1
2023-04-16core is now compilableDeadbeef-11/+6
2023-04-16rm const traits in libcoreDeadbeef-8/+6
2023-03-30Rollup merge of #106985 - jofas:106746-fix, r=ChrisDentonYuki Okushi-10/+10
2023-03-30removed deprecated markdown links from documentationjofas-3/+0
2023-03-29enhanced documentation of binary search methods for slice and VecDeque for un...jofas-7/+10
2023-03-17Switch impls of `is_sorted_by` between slices and slice itersMaybe Waffle-1/+1
2023-03-05Auto merge of #105117 - pitaj:debug_asserts, r=the8472bors-1/+7
2023-03-03Match unmatched backticks in library/est31-1/+1
2023-02-20Stabilize const slice::split_atTrevor Spiteri-1/+2
2023-02-19Rollup merge of #106933 - schuelermine:fix/doc/102451, r=AmanieuDylan DPC-6/+14
2023-02-18Update documentation of select_nth_unstable and select_nth_unstable_by and se...Anselm Schüler-6/+14
2023-01-31improve panic message for slice windows and chunksLukas Markeffsky-16/+32
2023-01-21debug assertions for `slice::split_at_unchecked`, `str::get_unchecked`Peter Jaszkowiak-1/+7
2023-01-20Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomccMichael Goulet-1/+7
2023-01-17Rollup merge of #106889 - scottmcm:windows-mut, r=cuviperMatthias Krüger-0/+16
2023-01-14Mention the lack of `windows_mut` in `windows`Scott McMurray-0/+16
2023-01-14Fix some missed double spaces.André Vennberg-1/+1
2023-01-14Remove various double spaces in source comments.André Vennberg-2/+2
2022-12-22Rollup merge of #105584 - raffimolero:patch-1, r=JohnTitorYuki Okushi-9/+9
2022-12-17Another `as_chunks` exampleScott McMurray-0/+11
2022-12-15doc: Fix a few small issuesHannes Körber-1/+1
2022-12-12add assert messages if chunks/windows are length 0raffimolero-9/+9
2022-12-09Auto merge of #105262 - eduardosm:more-inline-always, r=thomccbors-2/+2
2022-12-07Make some trivial functions `#[inline(always)]`Eduardo Sánchez Muñoz-2/+2