| Age | Commit message (Expand) | Author | Lines |
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -1/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -2/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -11/+11 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -4/+4 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -2/+2 |
| 2012-09-20 | Make + mode by-value if the type is immediate, by-ref otherwise | Niko Matsakis | -2/+14 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -1/+10 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -9/+9 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -13/+13 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -13/+13 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -3/+3 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -3/+3 |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -1/+1 |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -1/+1 |
| 2012-09-11 | Make moves explicit in rustc | Tim Chevalier | -8/+8 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -1/+1 |
| 2012-09-07 | Convert 'again' to 'loop'. Remove 'again' keyword | Brian Anderson | -1/+1 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-07 | Refactor fn_ty, working towards #3320 | Niko Matsakis | -20/+20 |
| 2012-09-06 | Refactor trans to replace lvalue and friends with Datum. | Niko Matsakis | -198/+200 |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -13/+13 |
| 2012-09-03 | rustc: Run all intrinsics through the monomorphiser | Brian Anderson | -20/+2 |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -25/+24 |
| 2012-08-31 | Add a morestack_addr (temporary) intrinsic | Brian Anderson | -0/+10 |
| 2012-08-30 | rustc: Make the compiler no longer ICE on unused foreign constants | Patrick Walton | -1/+4 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+6 |
| 2012-08-29 | core: Demode int/uint mods | Brian Anderson | -1/+1 |
| 2012-08-27 | rustc: Avoid an allocation on every GEPi | Patrick Walton | -14/+13 |
| 2012-08-27 | rustc: fix the unused pattern vars warnings. | Erick Tryzelaar | -1/+1 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -33/+33 |
| 2012-08-26 | rustc: Use memmove in unsafe::reinterpret_cast (issue #3025). | Patrick Walton | -3/+6 |
| 2012-08-25 | rustc: Implement foreign constants. | Patrick Walton | -0/+1 |
| 2012-08-24 | Eliminate match checks in trans and typeck | Tim Chevalier | -4/+9 |
| 2012-08-23 | Remove purity from fn_decl and move it out to containing AST elements. | Michael Sullivan | -1/+1 |
| 2012-08-23 | Remove old-moded atomic intrinsics (#3200) | Ben Blum | -11/+9 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -2/+2 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -9/+12 |
| 2012-08-21 | Convert atomic intrinsics away from old argument modes (partial #3200) | Ben Blum | -10/+15 |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -1/+2 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-14 | Convert a couple hundred ~""s to ""s, in trans functions. | Graydon Hoare | -16/+16 |
| 2012-08-13 | rustc: Mostly implement region-bounded stack closures | Patrick Walton | -1/+2 |
| 2012-08-10 | Revert "rustc: Make function types have vstores in them" | Patrick Walton | -1/+1 |
| 2012-08-10 | rustc: Make function types have vstores in them | Patrick Walton | -1/+1 |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -1/+1 |
| 2012-08-06 | rustc: Parse and stub (broken) typechecking for bounded function types | Patrick Walton | -0/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -23/+23 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -92/+80 |
| 2012-08-03 | rustc: Merge fn& and fn in favor of fn&. | Patrick Walton | -1/+1 |