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-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-10
/
+2
2015-03-31
Stabilize std::num
Aaron Turon
-1
/
+0
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
2015-02-05
misc collections code cleanup
Alexis
-96
/
+96
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-3
/
+3
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-8
/
+8
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
s/while let/for/g now that #21245 has been fixed
Jorge Aparicio
-3
/
+1
2015-01-30
fix fallout
Jorge Aparicio
-1
/
+3
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+16
2015-01-29
fix inference fallout
Jorge Aparicio
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-14
/
+14
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-3
/
+3
[next]