summary refs log tree commit diff
path: root/src/libcore/slice.rs
AgeCommit message (Expand)AuthorLines
2016-11-04Link the tracking issue for TrustedLenUlrik Sverdrup-2/+2
2016-10-20Introduce iterator trait TrustedLenUlrik Sverdrup-0/+6
2016-10-17Expand .zip() specialization to .map() and .cloned()Ulrik Sverdrup-0/+2
2016-09-15Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichtonManish Goregaokar-4/+4
2016-09-14core: Use primitive indexing in slice's Index/IndexMutUlrik Sverdrup-4/+4
2016-09-11Documentation for default types modifiedathulappadan-2/+2
2016-09-11Documentation of what does for each typeathulappadan-0/+2
2016-09-06remove the extraneous not_equal implementation for slices.Justin LeFebvre-19/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-12/+3
2016-08-18Add a FusedIterator trait.Steven Allen-0/+25
2016-08-16Implement `AsRef<[T]>` for `std::slice::Iter`.Corey Farwell-0/+8
2016-08-09extend lifetime on binary_search_by_key of SliceExt traitRahul Sharma-8/+8
2016-07-17Indicate where `std::slice` structs originate from.Corey Farwell-0/+10
2016-06-23Use `len` instead of `size_hint` where appropiateTobias Bucher-4/+4
2016-06-14specialize zip: Implement TrustedRandomAccess for slice iteratorsUlrik Sverdrup-0/+15
2016-06-01Rollup merge of #33892 - seanmonstar:slice-eq-ptr, r=alexcrichtonManish Goregaokar-0/+3
2016-05-30Correct grammar; and remove redundant commentSrinivas Reddy Thatiparthy-2/+1
2016-05-26core: check pointer equality when comparing byte slicesSean McArthur-0/+3
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-5/+4
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-5/+4
2016-05-18address review commentsAriel Ben-Yehuda-12/+12
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-5/+12
2016-05-11Improve error message for Index trait on slicesGuillaume Gomez-0/+4
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-1/+1
2016-04-15slice: Add tracking issue for slice_binary_search_by_keyKamal Marhubi-1/+1
2016-04-12collections: Add slice::binary_search_by_keyKamal Marhubi-0/+13
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+1
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-8/+14
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-8/+14
2016-04-11Rollup merge of #32768 - GuillaumeGomez:slice_doc, r=steveklabnikSteve Klabnik-0/+81
2016-04-08Add doc example for Iter and IterMutGuillaume Gomez-4/+162
2016-04-06slice: Use doc(hidden) on private traitsUlrik Sverdrup-0/+4
2016-04-05Specialize equality for [T] and comparison for [u8]Ulrik Sverdrup-16/+135
2016-03-21Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichtonbors-0/+79
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-4/+2
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+79
2016-03-12std: Clean out deprecated APIsAlex Crichton-46/+0
2016-03-11core: Make a new tracking issue for prelude traitsAlex Crichton-2/+2
2016-03-12Rollup merge of #32183 - bluss:doc-index, r=alexcrichtonManish Goregaokar-0/+58
2016-03-10Clarify doc for slice slicing (Index impls)Ulrik Sverdrup-0/+58
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-0/+1
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-4/+53
2016-03-01Use raw pointer casts for slice, str's .as_ptr()Ulrik Sverdrup-4/+4
2016-02-27update snapshot commentsAlex Burka-2/+2
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-4/+51
2016-02-27note work still to be doneAlex Burka-0/+2
2016-02-25Add unstable copy_from_sliceNicholas Mazzuca-1/+13
2016-01-22Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichtonbors-11/+12
2016-01-22Avoid bounds check for slice binary searcharthurprs-11/+12
2016-01-18core: Restore indexed formulation of clone_from_sliceUlrik Sverdrup-2/+7