index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libserialize
/
collection_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-21
Remove unnecessary `Hash` bounds from various types.
Nicholas Nethercote
-2
/
+2
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-8
/
+2
2019-06-01
rustc: use indexmap instead of a plain vector for upvars.
Eduard-Mihai Burtescu
-0
/
+69
2019-02-07
Transition libserialize to 2018 edition
Hirokazu Hata
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-21
serialize: preallocate VecDeque in Decodable::decode
ljedrz
-1
/
+1
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-0
/
+32
2018-08-17
Remove inline attribute on generic functions
BurntPizza
-33
/
+15
2018-08-15
Mark libserialize functions as inline
BurntPizza
-0
/
+16
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-2
/
+2
2017-12-30
Add trailing newlines to files which have no trailing newlines.
kennytm
-1
/
+1
2017-12-21
Add Encodable and Decodable impls for Arc<[T]>
John Kåre Alsaker
-0
/
+24
2017-11-28
incr.comp.: Make a bunch of query results encodable.
Michael Woerister
-0
/
+24
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-1
/
+1
2017-01-25
std: Stabilize APIs for the 1.16.0 release
Alex Crichton
-29
/
+0
2016-09-20
rustc_metadata: remove ty{en,de}code and move to auto-derived serialization.
Eduard Burtescu
-2
/
+2
2016-08-25
Rename {uint,int} methods to {usize,isize}.
Corey Farwell
-2
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-17
/
+17
2016-01-26
std: Stabilize custom hasher support in HashMap
Alex Crichton
-8
/
+7
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-3
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-30
/
+1
2015-07-29
deprecate vecmap
Alexis Beingessner
-0
/
+3
2015-02-20
Register new snapshots
Alex Crichton
-78
/
+0
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-9
/
+9
2015-02-18
Implement RFC 580
Aaron Turon
-9
/
+9
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+75
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-2
/
+2
2015-02-05
misc collections code cleanup
Alexis
-2
/
+2
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-7
/
+7
2015-02-02
More deprecating of i/u suffixes
Alfie John
-7
/
+7
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-8
/
+8
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-31
/
+29
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-0
/
+4
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-81
/
+47
2014-12-18
enumset fallout
Alexis Beingessner
-62
/
+4
2014-12-18
s/Tree/BTree
Alexis Beingessner
-7
/
+7
2014-11-09
Add Encodable and Decodable for VecMap
Colin Sherratt
-1
/
+35
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-4
/
+4
2014-07-23
Convert some push_back users to push
Brian Anderson
-3
/
+3
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-3
/
+3
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-8
/
+8
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-6
/
+6
2014-03-27
serialize: use Result
Sean McArthur
-110
/
+132
2014-03-23
use TotalEq for HashMap
Daniel Micay
-4
/
+4
2014-03-06
collections: Correct with_capacity_and_hasher
Alex Crichton
-2
/
+2
2014-02-27
collections: allow `HashMap` to work with generic hashers
Erick Tryzelaar
-17
/
+27
2014-02-24
Move extra::json to libserialize
Alex Crichton
-0
/
+281