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-09-09
coretest: Ensure that pointer formatting flags are cleaned up
Piotr Czarnecki
-0
/
+7
2014-09-09
rollup merge of #17106 : treeman/test-warnings
Alex Crichton
-12
/
+16
2014-09-09
Remove some test warnings.
Jonas Hietala
-12
/
+16
2014-09-07
Flip arguments to `std::iter::iterate`.
Jonas Hietala
-1
/
+1
2014-09-05
Make integer bit count methods return uints
Brendan Zabarauskas
-6
/
+6
2014-09-02
core: Make TwoWaySearcher reset its prefix memory when shifting by byteset
nham
-0
/
+6
2014-08-31
Rename `RawPtr::to_option()` to `RawPtr::as_ref()`
Andrew Poelstra
-5
/
+30
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-3
/
+3
2014-08-26
Rebasing changes
Nick Cameron
-2
/
+2
2014-08-20
Fix TwoWaySearcher to work when used with periodic needles.
nham
-0
/
+20
2014-08-19
Add a test for the fix of issue 16589
nham
-0
/
+15
2014-08-16
Optimized IR generation for UTF-8 and UTF-16 encoding
Marvin Löbel
-2
/
+2
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-0
/
+36
2014-08-06
auto merge of #16225 : pczarn/rust/iter-refactoring, r=kballard
bors
-0
/
+31
2014-08-06
core: Refactor iterators
Piotr Czarnecki
-0
/
+31
2014-08-04
stabilize atomics (now atomic)
Aaron Turon
-2
/
+2
2014-08-03
core: add a reverse method to Ordering.
Huon Wilson
-0
/
+7
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-4
/
+4
2014-07-24
Deprecated `str::raw::from_c_str`
Adolfo Ochagavía
-9
/
+7
2014-07-24
auto merge of #15407 : sneves/rust/master, r=aturon
bors
-4
/
+4
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-0
/
+2
2014-07-13
Add an iterate function to core::iter
Jakub Wieczorek
-0
/
+9
2014-07-09
auto merge of #15283 : kwantam/rust/master, r=alexcrichton
bors
-0
/
+27
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-6
/
+0
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-0
/
+27
2014-07-04
Change Shl<T, T> for Int to Shl<uint, T>
Samuel Neves
-4
/
+4
2014-07-02
Fix rotate_{left, right} for multiple of bitsize rotation amounts
Samuel Neves
-0
/
+18
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-2
/
+2
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+3273
[prev]