| Age | Commit message (Expand) | Author | Lines |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 |
| 2012-11-28 | Register snapshots | Brian Anderson | -56/+0 |
| 2012-11-20 | libstd: fix warnings in sort | Erick Tryzelaar | -14/+14 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -4/+69 |
| 2012-11-18 | Made merge_sort pure | Jesse Jones | -2/+2 |
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -1/+4 |
| 2012-11-14 | Revert "Convert libstd to use the Drop trait" | Brian Anderson | -4/+1 |
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -1/+4 |
| 2012-10-29 | std: disable timsort crash-test on windows. | Graydon Hoare | -0/+1 |
| 2012-10-25 | std: Fix build errors in sort | Brian Anderson | -4/+4 |
| 2012-10-25 | Merge remote-tracking branch '14427/incoming' | Brian Anderson | -24/+851 |
| 2012-10-25 | Remove some unused MergeState code, add a Fixme and remove a workaround invol... | Simon BD | -8/+5 |
| 2012-10-24 | Move binarysort out of MergeState | Simon BD | -36/+36 |
| 2012-10-24 | Remove commented out code | Simon BD | -28/+0 |
| 2012-10-24 | Remove and comment out more MergeState code | Simon BD | -28/+28 |
| 2012-10-24 | Remove some code that MergeState used to prevent double frees | Simon BD | -33/+1 |
| 2012-10-24 | Fix tests for Copy bound | Simon BD | -45/+9 |
| 2012-10-24 | Add copy bound to sort | Simon BD | -104/+52 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -22/+22 |
| 2012-10-22 | Re-add bad Ord impl test | Simon BD | -0/+19 |
| 2012-10-22 | Fix typo | Simon BD | -1/+1 |
| 2012-10-22 | Fix long line | Simon BD | -1/+2 |
| 2012-10-22 | Use explicit self | Simon BD | -8/+8 |
| 2012-10-22 | Uncomment tests and fix binarysort segmentation fault | Simon BD | -95/+72 |
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -1/+1 |
| 2012-10-22 | Fix up tests, export tim_sort | Simon BD | -25/+19 |
| 2012-10-12 | Make moves explicit in std tests | Tim Chevalier | -1/+1 |
| 2012-10-06 | Add a test to check that badly written Ord impl do not cause double frees | Simon BD | -0/+21 |
| 2012-10-06 | Remove debug info | Simon BD | -2/+2 |
| 2012-10-04 | Finish up tests, uncomment when ICE is fixed. | Simon BD | -18/+146 |
| 2012-10-04 | Get tim_sort working, add test for double-freeing elements in tmp | Simon BD | -24/+25 |
| 2012-10-03 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -16/+8 |
| 2012-10-03 | Backup changes before pull from incoming | Simon BD | -11/+131 |
| 2012-10-03 | Add cleanup code so the the array remains in a valid state if a comparison fails | Simon BD | -1/+74 |
| 2012-10-01 | Make local variables and methods use underscores not camel case | Simon BD | -138/+138 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -1/+0 |
| 2012-09-27 | Add a simple testsuite for timsort | Simon BD | -0/+40 |
| 2012-09-27 | Export timsort | Simon BD | -0/+1 |
| 2012-09-27 | Remove trailing whitespace | Simon BD | -22/+22 |
| 2012-09-27 | De-mode std::{treemap,sort}. Part of #3583. | Graydon Hoare | -12/+6 |
| 2012-09-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -23/+33 |
| 2012-09-27 | Fix timsort to use updated vec::reserve | Simon BD | -5/+5 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-25 | Add timsort to std/sort | Simon BD | -0/+594 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -2/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+3 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -1/+1 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -2/+2 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+2 |