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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
enum_set.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-10
/
+10
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-10
/
+10
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-10
/
+20
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-5
/
+5
2015-01-03
Remove deprecated functionality
Alex Crichton
-25
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-4
/
+12
2015-01-03
collections: fix fallout
Jorge Aparicio
-3
/
+5
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+10
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-7
/
+7
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-36
/
+0
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-2
/
+2
2014-12-19
Register new snapshots
Alex Crichton
-36
/
+0
2014-12-19
libcollections: use `#[deriving(Copy)]`
Jorge Aparicio
-5
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-13
/
+13
2014-12-13
libcollections: make `EnumSet` binops by value
Jorge Aparicio
-0
/
+36
2014-12-10
Remove references to traits that no longer exist
Tobias Bucher
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+7
[next]