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
Age
Commit message (
Expand
)
Author
Lines
2014-11-16
rollup merge of #18976: bjz/rfc369-numerics
Jakub Bukaj
-2
/
+59
2014-11-16
rollup merge of #18970: aturon/fixup-stable
Jakub Bukaj
-1
/
+0
2014-11-16
rollup merge of #18942: jbcrail/tree-set-docs
Jakub Bukaj
-4
/
+4
2014-11-16
Move ToString to collections::string
Brendan Zabarauskas
-1
/
+44
2014-11-16
Move IntoString to collections::string
Brendan Zabarauskas
-0
/
+6
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+9
2014-11-15
Update ring_buf.rs from fallout of #18827.
Colin Sherratt
-5
/
+5
2014-11-14
libs: fix #[stable] inheritance fallout
Aaron Turon
-1
/
+0
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-19
/
+19
2014-11-14
Added population count assertion in reserve. Cleaned up wrap_index.
Colin Sherratt
-11
/
+14
2014-11-14
Manually reset the ringbuffer before or after the ringbuffer push/pop tests.
Colin Sherratt
-17
/
+25
2014-11-14
Added some extra debug_asserts to ring_buf.
Colin Sherratt
-4
/
+16
2014-11-14
Handle allocate/reallocate errors in ring_buf
Colin Sherratt
-9
/
+14
2014-11-14
Expand the benchmarking and unit test suite for ring_buf.
Colin Sherratt
-199
/
+486
2014-11-14
auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton
bors
-7
/
+11
2014-11-14
Revert the need for initial values with arithmetic iterators
Brendan Zabarauskas
-4
/
+4
2014-11-13
Remove BTreeSet from all examples.
Joseph Crail
-4
/
+4
2014-11-12
Fix `Vec::map_in_place` not doing what is written in the comment
Tobias Bucher
-1
/
+4
2014-11-12
Register new snapshots
Alex Crichton
-21
/
+0
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-1
/
+5
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-4
/
+4
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-5
/
+5
2014-11-13
Create UnsignedInt trait and deprecate free functions
Brendan Zabarauskas
-2
/
+2
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-19
/
+19
2014-11-11
auto merge of #18753 : jbcrail/rust/fix-deprecated-enum-set, r=alexcrichton
bors
-2
/
+2
2014-11-10
Implement collection views API for TrieMap.
Michael Sproul
-102
/
+589
2014-11-09
auto merge of #18756 : jbcrail/rust/add-enum-set-bitxor, r=alexcrichton
bors
-1
/
+26
2014-11-08
auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichton
bors
-16
/
+32
2014-11-08
auto merge of #18740 : jbcrail/rust/implement-enum-set-len, r=alexcrichton
bors
-1
/
+20
2014-11-08
auto merge of #18735 : utkarshkukreti/rust/remove-unnecessary-to_string-from-...
bors
-6
/
+5
2014-11-08
Implements Extend for EnumSet and LruCache
gamazeps
-0
/
+16
2014-11-08
Renamed Extendable to Extend
gamazeps
-16
/
+16
2014-11-07
Add tests for BitAnd and BitXor.
Joseph Crail
-0
/
+20
2014-11-07
Add BitXor to EnumSet.
Joseph Crail
-1
/
+6
2014-11-07
Rename deprecated EnumSet methods in unit tests.
Joseph Crail
-2
/
+2
2014-11-07
Implement len() for EnumSet.
Joseph Crail
-1
/
+20
2014-11-07
Remove unnecessary `.to_string()`s from `Vec.swap_remove`'s doc example.
Utkarsh Kukreti
-6
/
+5
2014-11-06
Add example impl in CLike docs. Fix 13752.
Simon Sapin
-1
/
+21
2014-11-06
EnumSet assertion: better error message.
Simon Sapin
-1
/
+3
2014-11-06
Make EnumSet not silently corrupt data.
Simon Sapin
-1
/
+30
2014-11-06
fix EnumSet::is_subset
Alex Crichton
-2
/
+7
2014-11-06
rollup merge of #18605 : Gankro/collect-fruit
Alex Crichton
-845
/
+1158
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-845
/
+1158
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-170
/
+72
2014-11-05
Fix tests
Jorge Aparicio
-17
/
+17
2014-11-05
Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord
Jorge Aparicio
-0
/
+21
2014-11-05
Add impls of the comparison operators for fixed-length arrays of lengths 0......
Niko Matsakis
-10
/
+10
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-1
/
+1
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-7
/
+8
2014-11-03
rollup merge of #18519 : Gankro/collect-smash
Alex Crichton
-1620
/
+1715
[prev]
[next]