summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-20/+13
2015-12-17doc: no need to duplicate docs on renamed APITshepang Lekhonkhobe-9/+0
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+3
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-3/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+30
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-36/+76
2015-11-24rustfmt libcollectionsNick Cameron-36/+76
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+9
2015-11-13Auto merge of #29675 - bluss:merge-sort-fastpath, r=huonwbors-0/+12
2015-11-12libcollections: deny warnings in doctestsKevin Butler-0/+1
2015-11-07sort: Guard the fast path by length checkUlrik Sverdrup-2/+4
2015-11-07sort: Fast path for already sorted dataUlrik Sverdrup-0/+10
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-1/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-11-04Mention [T]::sort is stable in docsSteve Klabnik-0/+2
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-4/+5
2015-09-30Format panic docs for split_atSteve Klabnik-0/+2
2015-08-15collections: Add issues for unstable featuresAlex Crichton-7/+9
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-393/+1
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-6/+12
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+6
2015-07-27Show appropriate feature flags in docsSteve Klabnik-6/+12
2015-07-20std: Create separate docs for the primitivesBrian Anderson-2/+2
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-1/+1
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-1/+17
2015-07-12Implement RFC 1058Simonas Kazlauskas-4/+35
2015-07-11Fix feature nameWesley Wiser-1/+1
2015-07-11Fix version number on SliceConcatExt:joinWesley Wiser-1/+1
2015-07-10Rename SliceConcatExt::connect to join #26900Wesley Wiser-1/+17
2015-06-17More test fixes and fallout of stability changesAlex Crichton-0/+9
2015-06-17std: Deprecate all permutation-related slice methodsAlex Crichton-0/+6
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-6/+6
2015-06-17collections: Split the `collections` featureAlex Crichton-22/+26
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-06-01[libcollections] Fix unused import warnings during stage0 buildWesley Wiser-0/+4
2015-05-20collections: Reorder slice methods to improve API docsUlrik Sverdrup-434/+434
2015-05-19collections: Clean up feature flags doc examplesUlrik Sverdrup-2/+0
2015-05-11docs: Update SliceConcatExt docs for assoc typesUlrik Sverdrup-2/+3
2015-05-08collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-6/+5
2015-05-06Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichtonbors-5/+11
2015-05-05collections: Convert SliceConcatExt to use associated typesUlrik Sverdrup-5/+11
2015-05-03doc: make concat() and connect() examples briefTshepang Lekhonkhobe-10/+2
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-3/+3
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-2/+1
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1