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-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-3
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+3
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-17
Revert stability for Bitv and BitvSet
Simonas Kazlauskas
-2
/
+2
2015-01-13
Fix test failures
Travis Watkins
-2
/
+2
2015-01-08
doc: Fix unresolved import in Bitv example
Cristian Kubis
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-9
/
+9
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
register snapshot
Jorge Aparicio
-15
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-26
/
+3
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
[next]