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
/
bit.rs
Age
Commit message (
Expand
)
Author
Lines
2015-05-11
Rollup merge of #25288 - DrKwint:master, r=alexcrichton
Steve Klabnik
-3
/
+3
2015-05-11
Auto merge of #24934 - jooert:bitset-append-split_off, r=Gankro
bors
-0
/
+83
2015-05-10
Update BitSet docs to correct types
Paul Quint
-3
/
+3
2015-05-10
Implement `append` and `split_off` for BitSet (RFC 509)
Johannes Oertel
-0
/
+83
2015-05-09
Document panic behaviour of BitVec::split_off
Johannes Oertel
-0
/
+4
2015-05-06
Implement append and split_off for BitVec (RFC 509)
Johannes Oertel
-0
/
+101
2015-05-04
Make `BitVec::process` faster (branch free).
Huon Wilson
-6
/
+4
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-1
/
+0
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-1
/
+0
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-2
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-2
/
+2
2015-04-03
Auto merge of #23832 - petrochenkov:usize, r=aturon
bors
-17
/
+17
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-10
/
+2
2015-03-31
Stabilize std::num
Aaron Turon
-1
/
+0
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-17
/
+17
2015-03-26
Register new snapshots
Alex Crichton
-12
/
+0
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+45
2015-03-23
rollup merge of #23637: apasel422/iter
Alex Crichton
-0
/
+4
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+45
2015-03-23
Compiler and trait changes to make indexing by value.
Niko Matsakis
-0
/
+12
2015-03-23
implement `Clone` for various iterators
Andrew Paseltiner
-0
/
+4
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-1
/
+1
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-1180
/
+0
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-12
/
+12
2015-03-03
Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb
bors
-3
/
+3
2015-03-03
Rollup merge of #22876 - Florob:const, r=nikomatsakis
Manish Goregaokar
-2
/
+2
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-3
/
+3
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-59
/
+59
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-25
Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton
Manish Goregaokar
-3
/
+3
2015-02-24
Modify collection's `Debug` output to resemble in their content only
Tobias Bucher
-3
/
+3
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-6
/
+6
2015-02-23
Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-02-21
Remove last traces of BitV and BitVSet from documentation
Florian Hartwig
-1
/
+1
2015-02-20
Register new snapshots
Alex Crichton
-20
/
+0
2015-02-18
Round 1 fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-524
/
+533
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-0
/
+21
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-3
/
+3
2015-02-18
make FromIterator use IntoIterator
Alexis
-6
/
+6
2015-02-18
make Extend use IntoIterator
Alexis
-3
/
+4
2015-02-18
Implement RFC 580
Aaron Turon
-519
/
+527
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-0
/
+21
2015-02-17
Register new snapshots
Alex Crichton
-22
/
+0
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-3
/
+3
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+2
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+24
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-2
/
+2
2015-02-05
remove int_uint feature from libcollections
Alexis
-152
/
+152
[next]