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
/
libcollections
/
enum_set.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-20
Remove EnumSet
Josh Stone
-313
/
+0
2017-04-19
Fix debug infinite loop
Guillaume Gomez
-1
/
+2
2017-04-10
Apply clippy's doc_markdown improvements to libcollections
Andre Bogus
-1
/
+1
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-1
/
+1
2017-02-07
Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon
bors
-0
/
+8
2017-02-05
Replace PlaceBack Debug implementation with derive
Guillaume Gomez
-2
/
+1
2017-01-25
std: Stabilize APIs for the 1.16.0 release
Alex Crichton
-0
/
+2
2017-01-20
Remove Debug implementations specialization
Guillaume Gomez
-7
/
+0
2017-01-20
Add Debug implementations for libcollection structs
Guillaume Gomez
-0
/
+16
2016-12-20
run rustfmt on libcollections folder
Srinivas Reddy Thatiparthy
-1
/
+2
2016-11-23
Add a tracking issue for enum_set
Steven Fackler
-1
/
+1
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-3
/
+0
2016-08-18
Add a FusedIterator trait.
Steven Allen
-1
/
+4
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-4
/
+4
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+1
2015-11-24
rustfmt libcollections
Nick Cameron
-28
/
+55
2015-09-25
Simplify `Debug` for `{EnumSet, VecDeque}`
Andrew Paseltiner
-10
/
+1
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-1
/
+2
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+3
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-26
/
+11
2015-06-08
Implement RFC 839
Johannes Oertel
-0
/
+7
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-1
/
+1
2015-04-03
Auto merge of #23832 - petrochenkov:usize, r=aturon
bors
-1
/
+1
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+5
2015-03-31
Stabilize std::num
Aaron Turon
-1
/
+0
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-1
/
+1
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-238
/
+0
2015-03-16
document undefined collection behavior with interior mutability
Andrew Paseltiner
-0
/
+5
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-3
/
+3
2015-02-25
Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton
Manish Goregaokar
-4
/
+4
2015-02-24
Modify collection's `Debug` output to resemble in their content only
Tobias Bucher
-4
/
+4
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-11
/
+11
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-9
/
+15
2015-02-18
make FromIterator use IntoIterator
Alexis
-2
/
+2
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+2
2015-02-18
Fallout: EnumSet, add Marker.
Niko Matsakis
-9
/
+15
2015-02-17
Register new snapshots
Alex Crichton
-11
/
+0
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+1
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+12
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-1
/
+1
2015-02-05
misc collections code cleanup
Alexis
-29
/
+29
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-0
/
+1
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-0
/
+1
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+9
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
[next]