| Age | Commit message (Expand) | Author | Lines |
| 2012-10-02 | rustc: Only allow imports marked with "pub" to be imported from other modules | Patrick Walton | -13/+29 |
| 2012-10-02 | Fix long line. | Graydon Hoare | -1/+2 |
| 2012-10-02 | De-export the submodules of task. Part of #3583. | Graydon Hoare | -61/+55 |
| 2012-10-02 | rustc: Add a side table for legacy boxed traits, not filled in. | Patrick Walton | -3/+14 |
| 2012-10-02 | libcore: Implement os::args() on Windows | Patrick Walton | -1/+46 |
| 2012-10-02 | rustc: Don't error out early when constructing a boxed trait. | Patrick Walton | -20/+35 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -276/+282 |
| 2012-10-02 | core::rand - adding rand::random(), a shortcut to generate a uint with task-l... | Daniel Patterson | -0/+13 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -97/+108 |
| 2012-10-02 | De-export comm, task. Part of #3583. | Graydon Hoare | -70/+23 |
| 2012-10-02 | De-export std::{fun_treemap, list, map}. Part of #3583. | Graydon Hoare | -47/+30 |
| 2012-10-02 | core::rand - adding test for task_rng() | Daniel Patterson | -0/+8 |
| 2012-10-02 | core::rand - adding task local lazily initialized rng, as per #3439 | Daniel Patterson | -0/+27 |
| 2012-10-02 | core: Add implementation of real_args for FreeBSD | Brian Anderson | -0/+5 |
| 2012-10-02 | Don't warn about non-camel-case types by default | Brian Anderson | -1/+1 |
| 2012-10-01 | silence warning | Niko Matsakis | -1/+1 |
| 2012-10-01 | Split auto_serialize2 into two macros | Erick Tryzelaar | -77/+137 |
| 2012-10-01 | Add struct to auto_serialize2 test | Erick Tryzelaar | -14/+14 |
| 2012-10-01 | Factor out auto_serialize2's impls from each other. | Erick Tryzelaar | -67/+114 |
| 2012-10-01 | auto_serialize2 should deserialize structs using read_struct | Erick Tryzelaar | -57/+106 |
| 2012-10-01 | rename vec::raw::form_slice to buf_as_slice | Erick Tryzelaar | -7/+7 |
| 2012-10-01 | Add deserializable and more types to serialization2 | Erick Tryzelaar | -266/+581 |
| 2012-10-01 | test: un-xfail the auto_serialize for boxes test | Erick Tryzelaar | -2/+0 |
| 2012-10-01 | libstd: remove unused imports from json | Erick Tryzelaar | -3/+0 |
| 2012-10-01 | Merge pull request #3638 from dbp/typo | Brian Anderson | -1/+1 |
| 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-10-01 | Make local variables and methods use underscores not camel case | Simon BD | -138/+138 |
| 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 |