summary refs log tree commit diff
path: root/src/libcollections/btree
AgeCommit message (Expand)AuthorLines
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-0/+5
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+1
2015-08-31hide docs for private `collections::btree::Recover` traitAndrew Paseltiner-0/+1
2015-08-28implement RFC 1194Andrew Paseltiner-9/+128
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-3/+3
2015-08-18Auto merge of #27624 - apasel422:issue-27620, r=Gankrobors-2/+23
2015-08-15collections: Add issues for unstable featuresAlex Crichton-4/+11
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-12/+0
2015-08-11Register new snapshotsAlex Crichton-11/+0
2015-08-10Remove transmute from `btree::node::Node::as_slices_internal_mut`Andrew Paseltiner-2/+23
2015-08-09Change TODO to FIXMETobias Bucher-1/+1
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-6/+7
2015-08-05Fully generalize `BTree{Map, Set}` range iteratorsAndrew Paseltiner-6/+22
2015-08-03syntax: Implement #![no_core]Alex Crichton-4/+8
2015-07-27Show appropriate feature flags in docsSteve Klabnik-3/+6
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-5/+5
2015-06-17More test fixes and fallout of stability changesAlex Crichton-4/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-3/+3
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-4/+4
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-06-08Implement RFC 839Johannes Oertel-0/+14
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-67/+0
2015-05-20Auto merge of #25588 - bluss:doc-string-from, r=alexcrichtonbors-20/+7
2015-05-19collections: Clean up feature flags doc examplesUlrik Sverdrup-20/+7
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-2/+2
2015-05-15Allow for better optimizations of iterators for zero-sized typesBjörn Steinbrink-0/+68
2015-04-28Register new snapshotsTamir Duberstein-3/+0
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-56/+44
2015-04-18Utilize if..let for get_mut doc-comment examplesCorey Farwell-3/+2
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-56/+44
2015-04-14Fill in missing implementationTamir Duberstein-0/+3
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-4/+4
2015-04-10Fix some typosTibor Benke-1/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31Stabilize a few remaining stragglersAaron Turon-4/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-12/+12
2015-03-28Fold collections debug implsSteven Fackler-10/+2
2015-03-28Update debug helpers and add list builderSteven Fackler-14/+8
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-75/+0
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-2/+4
2015-03-27default => or_insert per RFCAlexis Beingessner-4/+4
2015-03-26update everything to use Entry defaultsAlexis-11/+2
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-1/+25
2015-03-26Register new snapshotsAlex Crichton-75/+0
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-2/+4