| Age | Commit message (Expand) | Author | Lines |
| 2012-09-30 | rebase rust llvm patches onto llvm HEAD | Erick Tryzelaar | -0/+0 |
| 2012-09-30 | Register snapshots | Brian Anderson | -0/+8 |
| 2012-09-30 | When a vec/str bounds check fails, include the bad index and the length of th... | Gareth Daniel Smith | -9/+39 |
| 2012-09-29 | Fix a compilation error on windows | Brian Anderson | -1/+1 |
| 2012-09-29 | core: Fix unsafe code in spawn_raw | Brian Anderson | -9/+2 |
| 2012-09-29 | rt: Check the results of pthread calls | Brian Anderson | -6/+6 |
| 2012-09-29 | Register snapshots | Brian Anderson | -0/+8 |
| 2012-09-28 | Unbork Windows | Tim Chevalier | -2/+2 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -94/+110 |
| 2012-09-28 | Finish demoding iter: from_elem, copy_seq, map, append | Tim Chevalier | -7/+7 |
| 2012-09-28 | std: Make the DuplexStream constructor public | Brian Anderson | -1/+1 |
| 2012-09-28 | Fix graph500-bfs | Tim Chevalier | -5/+5 |
| 2012-09-28 | Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al | Brian Anderson | -1/+12 |
| 2012-09-28 | Fix benchmarks. | Graydon Hoare | -4/+4 |
| 2012-09-28 | Squash a couple pattern warnings that I missed | Tim Chevalier | -3/+3 |
| 2012-09-28 | Demode iter::foldl and friends | Tim Chevalier | -47/+42 |
| 2012-09-28 | Demode dvec | Tim Chevalier | -1/+1 |
| 2012-09-28 | core: Demode the vec::foldr method | Brian Anderson | -2/+2 |
| 2012-09-28 | De-export std::c_vec. Part of Part of #3583. | Graydon Hoare | -15/+7 |
| 2012-09-28 | De-export logging, to_str, to_bytes, from_str, util. Part of #3583. | Graydon Hoare | -25/+18 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -57/+57 |
| 2012-09-28 | Long lines | Brian Anderson | -2/+6 |
| 2012-09-28 | De-export std::deque. Part of #3583. | Graydon Hoare | -4/+2 |
| 2012-09-28 | rustdoc: Fix build errors | Brian Anderson | -17/+19 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -82/+88 |
| 2012-09-28 | Merge pull request #3621 from z0w0/jit-crates | Brian Anderson | -57/+107 |
| 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 |