| Age | Commit message (Expand) | Author | Lines |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -1/+1 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -0/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -3/+3 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -3/+3 |
| 2013-03-07 | libstd: Remove `extern mod { ... }` from libstd. rs=deexterning | Patrick Walton | -9/+17 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -8/+8 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -2/+2 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -5/+15 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -3/+7 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -1/+3 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -0/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -3/+11 |
| 2012-12-23 | std: Mark some functions as pure | Chris Peterson | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 |
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -1/+4 |
| 2012-11-14 | Revert "Convert libstd to use the Drop trait" | Brian Anderson | -4/+1 |
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -1/+4 |
| 2012-10-20 | Remove old fixed-length vector syntax | Ben Striegel | -2/+2 |
| 2012-10-05 | Finally removing all uses of by-mut-ref | Tim Chevalier | -115/+0 |
| 2012-10-05 | Demode some code using by-mutbl-ref; warn about by-mutbl-ref | Tim Chevalier | -0/+115 |
| 2012-09-28 | De-export std::{time, prettyprint{,2}, arena}. Part of #3583. | Graydon Hoare | -7/+3 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -1/+0 |
| 2012-09-26 | std: Demode more of list and treemap | Brian Anderson | -1/+1 |
| 2012-09-26 | libcore: De-mode at_vec | Patrick Walton | -3/+3 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-19 | std: Demode arena | Brian Anderson | -3/+6 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 |
| 2012-09-18 | core: Rename at_vec::unsafe to raw | Brian Anderson | -1/+1 |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -3/+3 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -3/+3 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -3/+3 |
| 2012-09-04 | std: Camel case list | Brian Anderson | -5/+5 |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -5/+4 |
| 2012-09-02 | std: warn(non_camel_case_types) everywhere. still some exceptions | Brian Anderson | -1/+0 |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -9/+9 |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -2/+2 |
| 2012-08-29 | core: Demode int/uint mods | Brian Anderson | -2/+2 |