about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-03-30Document std::borrow with examplesSteve Klabnik-0/+56
2015-03-30Document the effect of `#` on array formattingMatt Brubeck-6/+6
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-9/+8
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-46/+48
2015-03-30convert: add Into<Cow> impls for &str and StringSean McArthur-2/+19
2015-03-30Change max size to isizebcoopers-8/+14
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-18/+18
2015-03-29If doubling the vector in reserve() brings you over usize::MAX,bcoopers-1/+1
2015-03-29change std::usize to usizebcoopers-2/+2
2015-03-29Vector can currently panic when pushing an element or reserving spacebcoopers-5/+11
2015-03-29Rollup merge of #23821 - nicholasbishop:bishop-slice-iter-typo-fix, r=alexcri...Manish Goregaokar-2/+2
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-24/+4
2015-03-28Fix typo in docstring for sliceNicholas Bishop-2/+2
2015-03-28Remove IteratorExtSteven Fackler-6/+5
2015-03-28Fold collections debug implsSteven Fackler-15/+3
2015-03-28Update debug helpers and add list builderSteven Fackler-21/+13
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-2/+2
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-226/+0
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-1/+0
2015-03-27rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-1/+1
2015-03-27rollup merge of #23721: erickt/deprecateAlex Crichton-34/+23
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-5/+7
2015-03-27default => or_insert per RFCAlexis Beingessner-8/+8
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26update everything to use Entry defaultsAlexis-22/+4
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-1/+49
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-1/+1
2015-03-26Register new snapshotsAlex Crichton-226/+0
2015-03-26Deprecate as_mut_slice methodsErick Tryzelaar-34/+23
2015-03-26Added instability markers to `POST_DROP_*` consts, and related opt-in's.Felix S. Klock II-1/+1
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-4/+6
2015-03-25Rollup merge of #23664 - bluss:std-docs, r=steveklabnikManish Goregaokar-42/+34
2015-03-25Rollup merge of #23617 - steveklabnik:gh23564, r=ManishearthManish Goregaokar-0/+2
2015-03-25Auto merge of #23670 - cmr:vec-push-slowpath, r=pcwaltonbors-9/+16
2015-03-24collections: Update docs for slice since SliceExt was removedUlrik Sverdrup-41/+33
2015-03-24core: Update docs for StrExt demotion in libstdUlrik Sverdrup-1/+1
2015-03-24libcollections: move Vec::push slow path outCorey Richardson-9/+16
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-2/+4
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-12/+20
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+164
2015-03-23rollup merge of #23648: steveklabnik/rollupAlex Crichton-15/+17
2015-03-23rollup merge of #23637: apasel422/iterAlex Crichton-1/+8
2015-03-23rollup merge of #23604: apasel422/btreeAlex Crichton-0/+41
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-3/+259
2015-03-23rollup merge of #23580: nikomatsakis/pattern-and-overflowAlex Crichton-0/+20
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-30/+96