summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2015-05-10collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-6/+5
2015-04-23std: 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
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+93
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-1630/+0
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+832
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-15/+15
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-3/+3
2015-03-11Example -> ExamplesSteve Klabnik-12/+12
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-13/+13
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-5/+5
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-2/+2
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-12/+14
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-3/+8
2015-03-03Fixes to collections to accommodate arith-overflow changes.Felix S. Klock II-3/+8
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-2/+2
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-2/+2
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-14/+12
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-1/+1
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-14/+12
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-20/+20
2015-02-24Fix fallout from correct stability handling in UFCS.Eduard Burtescu-1/+1
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-10/+10
2015-02-18Stabilize std::borrowAaron Turon-9/+10