| Age | Commit message (Expand) | Author | Lines |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -54/+41 |
| 2012-09-26 | Fix test/run-pass/issue-2904 | Brian Anderson | -1/+3 |
| 2012-09-26 | libstd: port json over to serialization2 | Erick Tryzelaar | -5/+6 |
| 2012-09-26 | libstd: change serialization2 to take &self argument methods | Erick Tryzelaar | -62/+102 |
| 2012-09-26 | test: Add a test for auto_serialize2 | Erick Tryzelaar | -0/+152 |
| 2012-09-26 | Revert "fix modes on dtors" | Tim Chevalier | -6/+0 |
| 2012-09-26 | fix modes on dtors | Tim Chevalier | -0/+6 |
| 2012-09-26 | fix issue #3535 and add colon between mode and type when dumping funcion prot... | Vincent Belliard | -0/+25 |
| 2012-09-25 | Fix borked tests | Tim Chevalier | -2/+2 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -16/+16 |
| 2012-09-25 | Demode dvec | Tim Chevalier | -1/+1 |
| 2012-09-25 | Demode core::result | Brian Anderson | -7/+7 |
| 2012-09-25 | Check more things with deprecated_modes | Brian Anderson | -0/+9 |
| 2012-09-25 | test: Remove various box annihilator tests | Patrick Walton | -36/+0 |
| 2012-09-25 | Demode Num trait and impls | Tim Chevalier | -10/+10 |
| 2012-09-25 | Respect privacy qualifiers on view items, add to import resolutions. | Graydon Hoare | -0/+13 |
| 2012-09-25 | Change method res to try autoref more often. Fixes #3585. | Niko Matsakis | -0/+37 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -50/+71 |
| 2012-09-24 | Build the export_map2 from visibility markers, unless #[legacy_exports]; | Graydon Hoare | -0/+38 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -24/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -21/+21 |
| 2012-09-23 | xfail-test run-fail/out-of-stack-managed-box | Brian Anderson | -0/+2 |
| 2012-09-23 | Fix trans for region patterns (&P) | Niko Matsakis | -14/+37 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -20/+20 |
| 2012-09-21 | Remove bogus comment | Brian Anderson | -1/+0 |
| 2012-09-21 | Add tests for out-of-stack box leak #2555 | Brian Anderson | -0/+25 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -36/+40 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -9/+9 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -20/+339 |
| 2012-09-20 | core: Demode sys | Brian Anderson | -2/+2 |
| 2012-09-20 | remove cfg(stage0) version of Eq, not needed for tests | Niko Matsakis | -22/+0 |
| 2012-09-20 | Fix ord test breakage. | Graydon Hoare | -3/+3 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -117/+145 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -48/+53 |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -13/+3 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -11/+11 |
| 2012-09-19 | xfail-fast another legacy_mode test | Brian Anderson | -0/+1 |
| 2012-09-19 | V2: now with more locks! | Philipp Brüschweiler | -2/+2 |
| 2012-09-19 | core: Allocate threads on demand, not on scheduler startup | Philipp Brüschweiler | -2/+2 |
| 2012-09-19 | xfail-fast the legacy_mode run-pass tests | Brian Anderson | -2/+44 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -34/+50 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -38/+26 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -26/+38 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -52/+52 |
| 2012-09-18 | Tweak graph500-bfs so it pretty-prints | Brian Anderson | -2/+2 |
| 2012-09-18 | Fix some broken tests | Brian Anderson | -2/+2 |
| 2012-09-18 | Fix run-pass-fulldeps/qquote.rs | Brian Anderson | -1/+1 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -31/+130 |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -2/+2 |
| 2012-09-18 | libcore: make a copyless io::BytesWriter | Erick Tryzelaar | -11/+12 |