summary refs log tree commit diff
path: root/src/libstd/collections/hash/table.rs
AgeCommit message (Expand)AuthorLines
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-11/+11
2015-05-31Inline hash_table::calculate_offsets, used by iterators.Eduard Burtescu-0/+1
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1/+1
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+7
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-2/+2
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-1/+1
2015-03-18Register new snapshotsAlex Crichton-5/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+1
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-03Fixes to collections to accommodate arith-overflow changes.Felix S. Klock II-24/+30
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-1/+5
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-4/+4
2015-02-20Register new snapshotsAlex Crichton-19/+0
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-23/+39
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+17
2015-02-18Fallout: port hashmap to use UniqueNiko Matsakis-23/+39
2015-02-05misc collections code cleanupAlexis-34/+34
2015-01-31make Send/Sync impl of RawTable manualAlexis-12/+14
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-1/+1
2015-01-30fix falloutJorge Aparicio-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-17Remove unnecessary explicit conversions to *const Twe-13/+10
2015-01-10Add ExactSizeIterator impls for Hash{Map, Set, Table}Chase Southwood-6/+18
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-2/+9
2015-01-07markers -> markerNick Cameron-11/+11
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-11/+11
2015-01-06FalloutNick Cameron-1/+1
2015-01-04Merge pull request #20464 from ranma42/improve-make-hashbors-8/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03std: fix falloutJorge Aparicio-6/+18
2015-01-03Improve `make_hash` functionAndrea Canciani-8/+6
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-8/+8
2014-12-31Test fixes and rebase conflictsAlex Crichton-3/+3
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+23
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+23
2014-12-29rollup merge of #20215: csouth3/hashmap-renameAlex Crichton-4/+4
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-4/+4
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-4/+4
2014-12-26Require types to opt-in SyncFlavio Percoco-10/+10
2014-12-24Rename remaining hashmap and hashtable iterators to match namingChase Southwood-4/+4
2014-12-22Added missing renames:Florian Wilkens-8/+8
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1