summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
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
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-6/+18
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-71/+0
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-2/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-71/+0
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-2/+0
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-0/+1
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-0/+1
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-2/+0
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-10/+10
2015-03-28Fix typo in docstring for sliceNicholas Bishop-2/+2
2015-03-28Remove IteratorExtSteven Fackler-3/+2
2015-03-26Deprecate as_mut_slice methodsErick Tryzelaar-3/+5
2015-03-24collections: Update docs for slice since SliceExt was removedUlrik Sverdrup-41/+33
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+9
2015-03-23Add generic conversion traitsAaron Turon-5/+6
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+9
2015-03-18Register new snapshotsAlex Crichton-973/+7
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-15/+15
2015-03-16better document the hacks required to test libcollectionsJorge Aparicio-95/+116