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
/
bit.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
collections: fix fallout
Jorge Aparicio
-0
/
+17
2015-01-03
collections: fix fallout
Jorge Aparicio
-14
/
+28
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-6
/
+6
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-2
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-5
/
+7
2014-12-31
stabilize more of collections
Alexis Beingessner
-63
/
+110
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-5
/
+5
2014-12-30
Fallout from stabilization
Aaron Turon
-5
/
+5
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-0
/
+3
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+8
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+3
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-2
/
+2
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-3
/
+6
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-6
/
+6
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-1
/
+0
2014-12-22
rollup merge of #19216: Gankro/bitv
Alex Crichton
-743
/
+942
2014-12-22
Make bitv's APIs match RFC + fixup
Alexis Beingessner
-58
/
+26
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-1
/
+1
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-0
/
+1
2014-12-20
Change `Extend` and `FromIterator` functionality of `BitvSet`
Tobias Bucher
-17
/
+29
2014-12-20
Add a new invariant to `Bitv`
Tobias Bucher
-70
/
+84
2014-12-20
bitv: Fix all() for nbits that are multiples of u32::BITS
Josh Stone
-8
/
+43
2014-12-20
bitv: correct build failures
Josh Stone
-7
/
+8
2014-12-20
Conventions and cleanup for Bitv and BitvSet
Alexis Beingessner
-686
/
+855
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-5
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-9
/
+9
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-1
/
+1
2014-12-13
libcollections: use unboxed closures in `Bitv` methods
Jorge Aparicio
-8
/
+16
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-44
/
+44
2014-12-06
libcollections: remove unnecessary `to_string()` calls
Jorge Aparicio
-1
/
+1
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-9
/
+9
2014-11-25
Fallout from stabilization
Aaron Turon
-6
/
+6
2014-11-19
Update libcollections tests to pass the new type rules. They used to return a...
Niko Matsakis
-14
/
+14
2014-11-18
rollup merge of #19008: alex/collections-typos
Jakub Bukaj
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-159
/
+159
2014-11-16
Fixed several typos in libcollections
Alex Gaynor
-2
/
+2
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-13
/
+13
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+2
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-13
/
+13
2014-11-08
Renamed Extendable to Extend
gamazeps
-2
/
+2
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-2
/
+26
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-0
/
+2764
[prev]