| Age | Commit message (Expand) | Author | Lines |
| 2012-09-28 | Long lines. | Graydon Hoare | -1/+5 |
| 2012-09-28 | jit: Change expected main signature | Zack Corr | -1/+1 |
| 2012-09-28 | Long lines | Brian Anderson | -67/+77 |
| 2012-09-28 | jit: Remove old crate loading code and don't search through loaded crates (us... | Zack Corr | -34/+4 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -165/+130 |
| 2012-09-28 | Update llvm to pick up a dynamic linking fix for the JIT | Brian Anderson | -0/+0 |
| 2012-09-27 | libsyntax: Fix long line | Erick Tryzelaar | -1/+2 |
| 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 | Switch order of merge_sort arguments in some benchmarks | Simon BD | -2/+2 |
| 2012-09-27 | Remove trailing whitespace | Simon BD | -22/+22 |
| 2012-09-27 | Merge pull request #3607 from gutworth/incoming | Brian Anderson | -11/+5 |
| 2012-09-27 | De-mode std::{treemap,sort}. Part of #3583. | Graydon Hoare | -25/+11 |
| 2012-09-27 | De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583. | Graydon Hoare | -49/+36 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -69/+60 |
| 2012-09-27 | rustc: Make enum export visibility inherit properly | Patrick Walton | -5/+22 |
| 2012-09-27 | Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583. | Graydon Hoare | -12/+3 |
| 2012-09-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -32/+42 |
| 2012-09-27 | core: Add failure tests for higher-order vec functions | Brian Anderson | -0/+539 |
| 2012-09-27 | std: Fix mode warning in std::test | Brian Anderson | -1/+1 |
| 2012-09-27 | De-export std::{base64,cmp,par}. Part of #3583. | Graydon Hoare | -12/+8 |
| 2012-09-27 | Fix timsort to use updated vec::reserve | Simon BD | -5/+5 |
| 2012-09-27 | Finish de-exporting path, rand, run, sys. Part of #3583. | Graydon Hoare | -20/+11 |
| 2012-09-27 | More fixing for windows build. | Graydon Hoare | -3/+3 |
| 2012-09-27 | De-export private and unicode. Part of #3583. | Graydon Hoare | -36/+33 |
| 2012-09-27 | Finish de-exporting box, char, float. Part of #3583. | Graydon Hoare | -52/+25 |
| 2012-09-27 | Try to fix win32 breakage on os. | Graydon Hoare | -9/+8 |
| 2012-09-27 | De-export os and libc. Close #2006. | Graydon Hoare | -894/+731 |
| 2012-09-27 | libsyntax: Parse visibility modifiers before foreign items | Patrick Walton | -8/+15 |
| 2012-09-27 | factor out common lines | Benjamin Peterson | -11/+5 |
| 2012-09-27 | Demode rand | Tim Chevalier | -10/+14 |
| 2012-09-27 | Register snapshots | Brian Anderson | -15/+8 |
| 2012-09-27 | jit: Initialize native parser so rust-repl works | Zack Corr | -0/+1 |
| 2012-09-26 | Revert "Register snapshots" | Brian Anderson | -8/+0 |
| 2012-09-26 | Register snapshots | Brian Anderson | -0/+8 |
| 2012-09-26 | change vec::view sig to be sound (good catch @bblum) | Niko Matsakis | -7/+10 |
| 2012-09-26 | Merge pull request #3526 from Dretch/viewmethod | Brian Anderson | -4/+6 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -97/+79 |
| 2012-09-26 | core: Fix mode warnings in str | Brian Anderson | -5/+5 |
| 2012-09-27 | jit: Enable exception handling | Zack Corr | -0/+1 |
| 2012-09-27 | jit: Separate JIT execution into two functions and load crates before main lo... | Zack Corr | -34/+112 |
| 2012-09-26 | Remove spurious by-ref argument to destructors | Tim Chevalier | -18/+14 |
| 2012-09-26 | Unbreak test/bench/task-perf-word-count-generic | Brian Anderson | -1/+1 |
| 2012-09-26 | std: Demode more of list and treemap | Brian Anderson | -8/+8 |
| 2012-09-26 | libcore: Partially de-export int-template and uint-template | Patrick Walton | -70/+82 |
| 2012-09-26 | Fix fuzzer/cargo breakage | Brian Anderson | -3/+3 |
| 2012-09-26 | Unbreak run-pass/issue-2904 more | Brian Anderson | -5/+0 |
| 2012-09-26 | Long lines | Brian Anderson | -4/+7 |
| 2012-09-26 | libcore: Partially de-export char, f32, f64, and float | Patrick Walton | -144/+136 |
| 2012-09-26 | Fix test/run-fail/issue-2156 | Brian Anderson | -1/+1 |