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-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
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-23
grandfathered -> rust1
Brian Anderson
-66
/
+66
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-3
/
+3
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-3
/
+3
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-69
/
+72
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
[prev]
[next]