| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -0/+3 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -9/+9 |
| 2012-10-01 | De-export gc and io. Part of #3583. | Graydon Hoare | -48/+48 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -7/+7 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -3/+3 |
| 2012-09-28 | demode vec | Niko Matsakis | -3/+3 |
| 2012-09-26 | change vec::view sig to be sound (good catch @bblum) | Niko Matsakis | -2/+4 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -9/+9 |
| 2012-09-26 | Refactoring ReaderUtil trait, combining it with the traitless impl on Reader. | Eric Holk | -4/+13 |
| 2012-09-26 | Demode some of core::io | Tim Chevalier | -42/+44 |
| 2012-09-25 | Demode core::result | Brian Anderson | -3/+3 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -12/+0 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -3/+3 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -5/+4 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+3 |
| 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 | -0/+12 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -2/+2 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -1/+1 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -2/+2 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+2 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 |
| 2012-09-18 | libcore: make a copyless io::BytesWriter | Erick Tryzelaar | -30/+30 |
| 2012-09-15 | vec::u8 => vec::bytes (#3444) | Erick Tryzelaar | -4/+4 |
| 2012-09-15 | io::Reader::chars_from_buf => chars_from_bytes (#3444) | Erick Tryzelaar | -2/+2 |
| 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 | -1/+1 |
| 2012-09-10 | Make all remaining moves explicit in libcore | Tim Chevalier | -4/+4 |
| 2012-09-07 | Convert 'again' to 'loop'. Remove 'again' keyword | Brian Anderson | -1/+1 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -3/+3 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-04 | core: Remove struct ctors | Brian Anderson | -3/+18 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -6/+6 |
| 2012-09-02 | core: deny(vecs_implicity_copyable) | Brian Anderson | -0/+3 |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -2/+2 |
| 2012-08-30 | libcore: rewrite io::MemBuffer.write to use memcpy (#2004) | Erick Tryzelaar | -16/+13 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+10 |
| 2012-08-29 | core: Demode int/uint mods | Brian Anderson | -1/+1 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -2/+2 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -23/+23 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -6/+6 |
| 2012-08-25 | libstd: Don't make task-local GC data when creating TCP streams. | Patrick Walton | -11/+18 |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -21/+24 |
| 2012-08-23 | libcore: update bytes/str reader to work with regions. | Erick Tryzelaar | -44/+30 |
| 2012-08-23 | Rename str::bytes to str::to_bytes | Tim Chevalier | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -6/+6 |
| 2012-08-17 | rustc: Remove a few allocations from metadata. Shaves a few milliseconds off ... | Patrick Walton | -1/+1 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -3/+3 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -110/+114 |