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
/
libcoretest
Age
Commit message (
Expand
)
Author
Lines
2014-12-31
Remove core::iter::MinMaxResult::* public reexport
Corey Farwell
-0
/
+1
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-11
/
+11
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-0
/
+6
2014-12-28
libcoretest: Add tests for NonZero.
Luqman Aden
-0
/
+101
2014-12-24
Review changes
Nick Cameron
-0
/
+6
2014-12-24
Add structs for ranges to core::ops.
Nick Cameron
-0
/
+27
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+2
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-3
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-24
/
+24
2014-12-17
rollup merge of #19911: mdinger/tuple_tests2
Alex Crichton
-26
/
+0
2014-12-17
rollup merge of #19885: alexcrichton/char-escape
Alex Crichton
-22
/
+19
2014-12-16
std: Change escape_unicode to use new escapes
Alex Crichton
-22
/
+19
2014-12-16
Tuple test no longer needed. Is already in run-pass tests
mdinger
-26
/
+0
2014-12-15
Move hash module from collections to core
Steven Fackler
-1
/
+386
2014-12-15
auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis
bors
-20
/
+22
2014-12-13
libcoretest: fix unit tests
Jorge Aparicio
-20
/
+22
2014-12-13
libcoretest: use tuple indexing
Jorge Aparicio
-1
/
+1
2014-12-13
libcoretest: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-13
libcoretest: fix fallout in unit tests
Jorge Aparicio
-6
/
+7
2014-12-13
libcoretest: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-139
/
+139
2014-12-06
libcoretest: remove unnecessary `as_slice()` calls
Jorge Aparicio
-139
/
+139
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-12-03
Fix fallout
Jorge Aparicio
-1
/
+1
2014-11-26
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-11-25
auto merge of #18966 : huonw/rust/iter2slice, r=aturon
bors
-0
/
+49
2014-11-25
Add methods to go from a slice iterators to a slice.
Huon Wilson
-0
/
+49
2014-11-21
core: Add Char::len_utf16
Brian Anderson
-0
/
+8
2014-11-21
unicode: Rename UnicodeChar::is_digit to is_numeric
Brian Anderson
-6
/
+6
2014-11-20
Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>.
Simon Sapin
-0
/
+7
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-44
/
+37
2014-11-18
add Cloned iterator adaptor
Alexis Beingessner
-0
/
+17
2014-11-18
make cloned generic over deref... and have its tests actually run
Alexis Beingessner
-9
/
+24
2014-11-17
auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton
bors
-11
/
+11
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-11
/
+11
2014-11-16
implement cloned for Option
Alexis Beingessner
-0
/
+13
2014-11-16
rollup merge of #18976: bjz/rfc369-numerics
Jakub Bukaj
-1
/
+122
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+122
2014-11-14
impl Default for Cell and RefCell
Stepan Koltsov
-0
/
+13
2014-11-14
Revert the need for initial values with arithmetic iterators
Brendan Zabarauskas
-6
/
+6
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-1
/
+4
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-48
/
+12
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-1
/
+1
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-6
/
+6
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-7
/
+5
2014-11-13
Move abs_sub to FloatMath
Brendan Zabarauskas
-8
/
+0
2014-11-13
Take parameters by-value in Signed trait
Brendan Zabarauskas
-4
/
+4
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-4
/
+4
[prev]
[next]