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-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
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-4
/
+4
2014-11-03
auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichton
bors
-0
/
+8
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18443 : alexcrichton/deref-vec-and-string
Alex Crichton
-0
/
+69
2014-10-30
Add a `repeat` function to the prelude
Jakub Bukaj
-0
/
+8
2014-10-29
collections: impl Deref for Vec/String
Alex Crichton
-0
/
+69
2014-10-29
Rename fail! to panic!
Steve Klabnik
-22
/
+22
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-24
Add as_unsafe_cell() for Cell and RefCell
Keegan McAllister
-0
/
+19
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-211
/
+25
2014-10-13
Clean up rustc warnings.
NODA, Kai
-4
/
+5
2014-10-11
Fix cfg warnings in libcoretest
Michael Gehring
-8
/
+8
2014-10-10
Register new snapshots
Alex Crichton
-8
/
+6
2014-10-07
Rename slicing methods
Nick Cameron
-2
/
+2
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+1
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-27
/
+28
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-3
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-28
/
+27
2014-10-02
Revert "Remove the `_` suffix from slice methods."
Aaron Turon
-2
/
+2
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-1
/
+1
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-3
/
+2
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+1
2014-10-02
Remove the `_` suffix from slice methods.
Nick Cameron
-2
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-27
/
+28
2014-09-25
Add partial_min/max to libcore/cmp
Till Hoeppner
-0
/
+67
2014-09-22
Update calls of deprecated functions in macros.
Victor Berger
-0
/
+2
2014-09-17
rollup merge of #16936 : nham/two_way_makeover
Alex Crichton
-0
/
+6
2014-09-16
Fallout from renaming
Aaron Turon
-5
/
+5
2014-09-09
auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brson
bors
-0
/
+7
[prev]
[next]