about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2014-08-03core: add a reverse method to Ordering.Huon Wilson-0/+7
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-4/+4
2014-07-24Deprecated `str::raw::from_c_str`Adolfo OchagavĂ­a-9/+7
2014-07-24auto merge of #15407 : sneves/rust/master, r=aturonbors-4/+4
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-13Add an iterate function to core::iterJakub Wieczorek-0/+9
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-0/+27
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-6/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+27
2014-07-04Change Shl<T, T> for Int to Shl<uint, T>Samuel Neves-4/+4
2014-07-02Fix rotate_{left, right} for multiple of bitsize rotation amountsSamuel Neves-0/+18
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-2/+2
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+3273