summary refs log tree commit diff
path: root/src/libextra/sort.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Convert vec::{reverse, swap} to methods.Huon Wilson-21/+21
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-19/+14
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-3/+4
2013-06-29Change taskgroup key type to fn:Copy in prep for noncopyable stack closures.Ben Blum-1/+1
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-12/+12
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-2/+2
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-2/+2
2013-06-16Add copies to type params with Copy boundNiko Matsakis-9/+9
2013-06-16remove unused importsHuon Wilson-3/+0
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-12/+12
2013-06-09remove unused import warningsHuon Wilson-3/+0
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+12
2013-05-28Silence various warnings throughout test modulesAlex Crichton-2/+0
2013-05-23cleanup warnings from libextraErick Tryzelaar-1/+1
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-0/+9
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+1221