summaryrefslogtreecommitdiff
path: root/src/libserialize/collection_impls.rs
Commit message (Expand)AuthorAgeFilesLines
* Use optimized SmallVec implementationIgor Gutorov2018-08-231-0/+32
* Remove inline attribute on generic functionsBurntPizza2018-08-171-33/+15
* Mark libserialize functions as inlineBurntPizza2018-08-151-0/+16
* Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov2018-07-141-2/+2
* Add trailing newlines to files which have no trailing newlines.kennytm2017-12-301-1/+1
* Add Encodable and Decodable impls for Arc<[T]>John Kåre Alsaker2017-12-211-0/+24
* incr.comp.: Make a bunch of query results encodable.Michael Woerister2017-11-281-0/+24
* Merge crate `collections` into `alloc`Murarth2017-06-131-1/+1
* std: Stabilize APIs for the 1.16.0 releaseAlex Crichton2017-01-251-29/+0
* rustc_metadata: remove ty{en,de}code and move to auto-derived serialization.Eduard Burtescu2016-09-201-2/+2
* Rename {uint,int} methods to {usize,isize}.Corey Farwell2016-08-251-2/+2
* try! -> ?Jorge Aparicio2016-03-221-17/+17
* std: Stabilize custom hasher support in HashMapAlex Crichton2016-01-261-8/+7
* std: Stabilize APIs for the 1.7 releaseAlex Crichton2016-01-161-3/+2
* Remove all unstable deprecated functionalityAlex Crichton2015-08-121-30/+1
* deprecate vecmapAlexis Beingessner2015-07-291-0/+3
* Register new snapshotsAlex Crichton2015-02-201-78/+0
* rollup merge of #22491: Gankro/into_iterAlex Crichton2015-02-181-9/+9
|\
| * Implement RFC 580Aaron Turon2015-02-181-9/+9
* | std: Stabilize the `hash` moduleAlex Crichton2015-02-181-1/+75
|/
* rustc: Fix a number of stability lint holesAlex Crichton2015-02-111-2/+2
* misc collections code cleanupAlexis2015-02-051-2/+2
* Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors2015-02-031-7/+7
|\
| * More deprecating of i/u suffixesAlfie John2015-02-021-7/+7
* | `for x in xs.iter()` -> `for x in &xs`Jorge Aparicio2015-02-021-5/+5
|/
* `for x in range(a, b)` -> `for x in a..b`Jorge Aparicio2015-01-291-8/+8
* Test fixes and rebase conflictsAlex Crichton2015-01-071-2/+2
* std: Stabilize the std::hash moduleAlex Crichton2015-01-071-31/+29
* Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis2015-01-061-0/+4
* serialize: Use assoc types + less old_orphan_checkAlex Crichton2015-01-041-81/+47
* enumset falloutAlexis Beingessner2014-12-181-62/+4
* s/Tree/BTreeAlexis Beingessner2014-12-181-7/+7
* Add Encodable and Decodable for VecMapColin Sherratt2014-11-091-1/+35
* Fallout from collection conventionsAlexis Beingessner2014-11-061-4/+4
* Convert some push_back users to pushBrian Anderson2014-07-231-3/+3
* Fallout from the libcollections movementAlex Crichton2014-06-051-3/+3
* std: Drop Total from Total{Eq,Ord}Alex Crichton2014-06-011-8/+8
* std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton2014-05-301-6/+6
* serialize: use ResultSean McArthur2014-03-271-110/+132
* use TotalEq for HashMapDaniel Micay2014-03-231-4/+4
* collections: Correct with_capacity_and_hasherAlex Crichton2014-03-061-2/+2
* collections: allow `HashMap` to work with generic hashersErick Tryzelaar2014-02-271-17/+27
* Move extra::json to libserializeAlex Crichton2014-02-241-0/+281