about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2014-10-07Rename slicing methodsNick Cameron-2/+2
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-27/+28
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-3/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-28/+27
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-2/+2
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3/+2
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-27/+28
2014-09-25Add partial_min/max to libcore/cmpTill Hoeppner-0/+67
2014-09-22Update calls of deprecated functions in macros.Victor Berger-0/+2
2014-09-17rollup merge of #16936 : nham/two_way_makeoverAlex Crichton-0/+6
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-09auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brsonbors-0/+7
2014-09-09coretest: Ensure that pointer formatting flags are cleaned upPiotr Czarnecki-0/+7
2014-09-09rollup merge of #17106 : treeman/test-warningsAlex Crichton-12/+16
2014-09-09Remove some test warnings.Jonas Hietala-12/+16
2014-09-07Flip arguments to `std::iter::iterate`.Jonas Hietala-1/+1
2014-09-05Make integer bit count methods return uintsBrendan Zabarauskas-6/+6
2014-09-02core: Make TwoWaySearcher reset its prefix memory when shifting by bytesetnham-0/+6
2014-08-31Rename `RawPtr::to_option()` to `RawPtr::as_ref()`Andrew Poelstra-5/+30
2014-08-28Fallout from stabilizing core::optionAaron Turon-3/+3
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-20Fix TwoWaySearcher to work when used with periodic needles.nham-0/+20
2014-08-19Add a test for the fix of issue 16589nham-0/+15
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-2/+2
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-0/+36
2014-08-06auto merge of #16225 : pczarn/rust/iter-refactoring, r=kballardbors-0/+31
2014-08-06core: Refactor iteratorsPiotr Czarnecki-0/+31
2014-08-04stabilize atomics (now atomic)Aaron Turon-2/+2
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