summary refs log tree commit diff
path: root/src/libcollections/btree/node.rs
AgeCommit message (Expand)AuthorLines
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-5/+5
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-67/+0
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-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-1/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-12/+12
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-61/+0
2015-03-26Register new snapshotsAlex Crichton-61/+0
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-2/+4
2015-03-23rollup merge of #23604: apasel422/btreeAlex Crichton-0/+2
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-0/+61
2015-03-21implement `Clone` for `btree` iteratorsAndrew Paseltiner-0/+2
2015-03-18Register new snapshotsAlex Crichton-3/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-2/+5
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-8/+2
2015-03-03Fixes to collections to accommodate arith-overflow changes.Felix S. Klock II-1/+2
2015-02-26Send/Sync audit for libcollectionsEdward Wang-5/+8
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-12/+12
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-32/+52
2015-02-18Stabilize std::borrowAaron Turon-4/+5
2015-02-18Fallout: port btree to use Unique, some markers.Niko Matsakis-32/+52
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-8/+8
2015-02-06Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichtonManish Goregaokar-61/+61
2015-02-05misc collections code cleanupAlexis-61/+61
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-01-30fix falloutJorge Aparicio-4/+4
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-11/+10
2015-01-23grandfathered -> rust1Brian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-11/+10
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-3/+3
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-75/+215
2015-01-17Remove unnecessary explicit conversions to *const Twe-3/+3
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-2/+2
2015-01-06Fix misspelled comments.Joseph Crail-2/+2
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-1/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-1/+2
2015-01-06FalloutNick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-9/+11
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-16/+32
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-16/+32
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+4
2014-12-31Test fixes and rebase conflictsAlex Crichton-4/+4