summary refs log tree commit diff
path: root/src/libextra/test.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Convert vec::{reverse, swap} to methods.Huon Wilson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-20/+19
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-3/+3
2013-06-28libextra: Fix even more merge fallout.Patrick Walton-3/+0
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-124/+124
2013-06-28Convert vec::{partition, partitioned} to methods.Huon Wilson-1/+1
2013-06-27Convert vec::{head, tail, init, last} (and similar fns) to methods.Huon Wilson-1/+1
2013-06-26auto merge of #7420 : mozilla/rust/rollup, r=thestingerbors-7/+7
2013-06-26Looser restrictions on what can be captured in unbounded traits.Ben Blum-1/+1
2013-06-26Refactor extra::term a bitKevin Ballard-7/+7
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-16auto merge of #7123 : huonw/rust/more-str, r=thestingerbors-2/+1
2013-06-15rm vec::uniq_lenDaniel Micay-1/+1
2013-06-16std: continue improving the comparison trait impls for str.Huon Wilson-2/+1
2013-06-10std: remove str::contains in favour of the methodHuon Wilson-1/+1
2013-06-10std: replace str::find_str* with a methodHuon Wilson-2/+2
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-06-03auto merge of #6826 : cmr/rust/terminfo, r=thestingerbors-7/+12
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-5/+4
2013-05-31extra::term overhaulCorey Richardson-7/+12
2013-05-31auto merge of #6833 : fdr/rust/fix-warnings, r=Aatchbors-3/+1
2013-05-30Remove unnecessary 'use' formsDaniel Farina-3/+1
2013-05-30Remove copy bindings from patterns.Niko Matsakis-6/+5
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-4/+18
2013-05-23cleanup warnings from libextraErick Tryzelaar-2/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+4
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+966