| Age | Commit message (Expand) | Author | Lines |
| 2012-10-01 | core::task - typo in comment | Daniel Patterson | -1/+1 |
| 2012-10-01 | De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583. | Graydon Hoare | -167/+139 |
| 2012-10-01 | De-export std::test. Part of #3583. | Graydon Hoare | -19/+7 |
| 2012-10-01 | De-export dlist, dvec. Part of #3583. | Graydon Hoare | -12/+6 |
| 2012-10-01 | De-export iter and result. Part of #3583. | Graydon Hoare | -53/+62 |
| 2012-10-01 | In lint, don't complain about infer mode if legacy modes aren't enabled | Tim Chevalier | -9/+12 |
| 2012-10-01 | Attempt to fix option::test_unwrap_str breakage. | Graydon Hoare | -4/+4 |
| 2012-10-01 | De-export either. Part of #3583. | Graydon Hoare | -13/+13 |
| 2012-10-01 | De-export vec. Part of #3583. | Graydon Hoare | -239/+139 |
| 2012-10-01 | libcore: Fix tidy error | Patrick Walton | -2/+2 |
| 2012-10-01 | libcore: Allow the command line arguments to be set on a per-task basis | Patrick Walton | -1/+33 |
| 2012-10-01 | Fix rope breakage from de-exporting. | Graydon Hoare | -4/+4 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -171/+168 |
| 2012-10-01 | Call 'new' instead of 'old' extfmt code, preparing for snapshot | Tim Chevalier | -9/+12 |
| 2012-10-01 | libcore: Implement a sys::args() on Mac | Patrick Walton | -5/+36 |
| 2012-10-01 | De-export option and option_iter. Part of #3583. | Graydon Hoare | -25/+24 |
| 2012-10-01 | De-export gc and io. Part of #3583. | Graydon Hoare | -50/+48 |
| 2012-10-01 | De-export std::{rope,smallintmap}. Part of #3583. | Graydon Hoare | -81/+74 |
| 2012-10-01 | Demode ebml, ebml2, json, par | Tim Chevalier | -20/+20 |
| 2012-10-01 | Bump llvm again to pick up a compiler-rt fix for OS X | Brian Anderson | -0/+0 |
| 2012-09-30 | Another llvm update, this time updating compiler-rt | Erick Tryzelaar | -0/+0 |
| 2012-09-30 | Add bbrittain's llvm python fixes | Brian Anderson | -0/+0 |
| 2012-09-30 | rustc: llvm grew some new enum variants | Erick Tryzelaar | -13/+15 |
| 2012-09-30 | rustc: uniquely mangle expr_fn names | Erick Tryzelaar | -1/+1 |
| 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 |