| Age | Commit message (Expand) | Author | Lines |
| 2012-09-25 | Demode Num trait and impls | Tim Chevalier | -49/+49 |
| 2012-09-25 | rustc: Fix calls to the logging function when the must_cast flag is true; sto... | Patrick Walton | -2/+18 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -7/+22 |
| 2012-09-25 | core: Mark more mods as demoded | Brian Anderson | -0/+12 |
| 2012-09-25 | Revert "rustc: Stop using shape code for logging" due to ICEs | Patrick Walton | -18/+2 |
| 2012-09-25 | rustc: Stop using shape code for logging | Patrick Walton | -2/+18 |
| 2012-09-24 | libcore: Fix 32 bit Rust task structure offsets for unwinding | Patrick Walton | -3/+32 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -824/+0 |
| 2012-09-23 | Fix more windows breakage | Brian Anderson | -2/+2 |
| 2012-09-23 | core: Fix some option-demode fallout on windows | Brian Anderson | -1/+1 |
| 2012-09-23 | core: Demode option | Brian Anderson | -60/+72 |
| 2012-09-23 | core: Un-legacy-export stackwalk, cmath | Brian Anderson | -40/+28 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -33/+36 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -158/+140 |
| 2012-09-21 | Revert "core: De-export at_vec and extfmt" | Brian Anderson | -73/+80 |
| 2012-09-21 | core: De-export at_vec and extfmt | Brian Anderson | -80/+73 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -81/+98 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -46/+347 |
| 2012-09-20 | core: Mark gc and stackwalk as demoded | Brian Anderson | -0/+8 |
| 2012-09-20 | core: Mark three more trivial mods as demoded | Brian Anderson | -0/+12 |
| 2012-09-20 | core: Indicate that flate is demoded | Brian Anderson | -0/+4 |
| 2012-09-20 | core: Demode sys | Brian Anderson | -4/+8 |
| 2012-09-20 | core: Minor doc tweakage | Brian Anderson | -10/+6 |
| 2012-09-20 | libcore: Fix level-of-indirection problem in str::buf_as_slice | Patrick Walton | -1/+1 |
| 2012-09-20 | core: Move 'unreachable' to util. Improve docs | Brian Anderson | -12/+30 |
| 2012-09-20 | Make + mode by-value if the type is immediate, by-ref otherwise | Niko Matsakis | -0/+9 |
| 2012-09-20 | rustc: Fix buf_as_slice export | Patrick Walton | -1/+1 |
| 2012-09-20 | libcore: Make BytesWriters not require shared boxes. | Patrick Walton | -4/+12 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -73/+911 |
| 2012-09-19 | core: Hide the docs for the private TaskBuilder impl | Brian Anderson | -0/+2 |
| 2012-09-19 | core: Decompose task into more submodules | Brian Anderson | -783/+789 |
| 2012-09-19 | core: Cleanup task_local docs | Brian Anderson | -7/+11 |
| 2012-09-19 | core: Split local_data into local_data/local_data_priv | Brian Anderson | -163/+169 |
| 2012-09-19 | core: Move TLS to task::local_data | Brian Anderson | -344/+357 |
| 2012-09-19 | core: More doc cleanup | Brian Anderson | -10/+10 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -33/+37 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -76/+156 |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -93/+24 |
| 2012-09-19 | V2: now with more locks! | Philipp Brüschweiler | -5/+5 |
| 2012-09-19 | core: Allocate threads on demand, not on scheduler startup | Philipp Brüschweiler | -2/+29 |
| 2012-09-19 | De-export core::comm | Graydon Hoare | -19/+10 |
| 2012-09-19 | Export the correct raw module from core::at_vec | Brian Anderson | -1/+1 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -422/+160 |
| 2012-09-19 | libcore: unsafe mod renamed to cast | Erick Tryzelaar | -4/+4 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -140/+231 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -231/+140 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -140/+140 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -423/+422 |
| 2012-09-18 | Make vec::view a method too. | Gareth Daniel Smith | -4/+6 |