about summary refs log tree commit diff
path: root/src/libstd/sort.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-7/+7
2013-05-10Stop using the '<->' operatorAlex Crichton-29/+30
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-2/+2
2013-05-09libstd: rename vec::each(var) to var.eachYoungmin Yoo-1/+1
2013-05-08libcore: Fix tests.Patrick Walton-6/+8
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-8/+0
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-45/+52
2013-04-30allover: numerous unused muts etcNiko Matsakis-1/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-21/+49
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+0
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-2/+2
2013-04-24Removed ascii functions from other modulesMarvin Löbel-2/+6
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-24/+11
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-5/+5
2013-04-20std: remove unused 'mut' variablesAlex Crichton-2/+2
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-9/+9
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-19/+11
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-34/+34
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-7/+7
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-11/+18
2013-03-26Remove unused imports throughoutAlex Crichton-4/+0
2013-03-22librustc: Add explicit lifetime binders and new lifetime notation in core/std...Patrick Walton-6/+6
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-21/+21
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-0/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-9/+24
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-8/+8
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-0/+2
2013-03-11Remove uses of logBrian Anderson-4/+4
2013-03-08std: Remove uses of DVecAlex Crichton-54/+46
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-34/+34
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-6/+5
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-4/+2
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-16/+16
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-13/+15
2013-02-15libstd: Get rid of `move`.Luqman Aden-9/+9
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-13/+15
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-5/+5
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-7/+7
2013-02-13RIMOV core::vecBen Striegel-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-8/+6
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-55/+55
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-7/+7
2013-01-30Repair RIMOV damage to libstd testsBen Striegel-9/+9
2013-01-30RIMOV, round 10Ben Striegel-1/+1
2013-01-30RIMOV, round 5Ben Striegel-19/+19
2013-01-30RIMOV, round 4Ben Striegel-9/+9