| Age | Commit message (Expand) | Author | Lines |
| 2012-09-28 | core: Fix more windows bustage | Brian Anderson | -1/+1 |
| 2012-09-28 | Fix windows breakage. | Graydon Hoare | -1/+2 |
| 2012-09-28 | De-export ptr, hash. Part of #3583. | Graydon Hoare | -5/+0 |
| 2012-09-28 | Fix long line. | Graydon Hoare | -2/+5 |
| 2012-09-28 | Finish de-exporting send_map, future, pipes. Part of #3583. | Graydon Hoare | -10/+4 |
| 2012-09-28 | De-export std::{time, prettyprint{,2}, arena}. Part of #3583. | Graydon Hoare | -39/+17 |
| 2012-09-28 | De-mode std::unicode. Part of #3583. | Graydon Hoare | -147/+143 |
| 2012-09-28 | std: More demoding | Brian Anderson | -27/+27 |
| 2012-09-28 | rename iter2 to each2, make it follow iterator protocol | Niko Matsakis | -23/+28 |
| 2012-09-28 | De-export bool, tuple, unit, uniq. Part of #3583. | Graydon Hoare | -6/+2 |
| 2012-09-28 | De-export std::{arc,comm,sync}. Part of #3583. | Graydon Hoare | -33/+20 |
| 2012-09-28 | De-export str. Part of #3583. | Graydon Hoare | -251/+124 |
| 2012-09-28 | Pretty-print item visibility modifiers | Brian Anderson | -0/+1 |
| 2012-09-28 | Fix patterns in either | Tim Chevalier | -10/+10 |
| 2012-09-28 | Fix patterns in tuple | Tim Chevalier | -16/+10 |
| 2012-09-28 | De-export std::{bitv, cell, timer}. Part of #3583. | Graydon Hoare | -19/+12 |
| 2012-09-28 | Finish de-exporting uint modules. Part of #3583. | Graydon Hoare | -52/+19 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -105/+117 |
| 2012-09-28 | demode vec | Niko Matsakis | -464/+541 |
| 2012-09-28 | rust-mode: Add 'ref' keyword | Brian Anderson | -1/+1 |
| 2012-09-28 | Fix missed pattern on std::net_tcp. | Graydon Hoare | -1/+1 |
| 2012-09-28 | De-export f32 and f64. | Graydon Hoare | -45/+3 |
| 2012-09-28 | De-export ops, cmp, num. Part of #3583. | Graydon Hoare | -22/+17 |
| 2012-09-28 | Finish de-exporting int-template and the int modules. | Graydon Hoare | -48/+18 |
| 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 | 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 | 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 | 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 |