| Age | Commit message (Expand) | Author | Lines |
| 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 | libcore: make a copyless io::BytesWriter | Erick Tryzelaar | -6/+7 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -2/+7 |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -2/+2 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -2/+2 |
| 2012-09-07 | Refactor fn_ty, working towards #3320 | Niko Matsakis | -7/+7 |
| 2012-09-06 | Refactor ty_var and ty_var_integral into one ty_infer variant | Niko Matsakis | -2/+2 |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -7/+7 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -8/+8 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -4/+4 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -6/+6 |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -1/+5 |
| 2012-08-15 | rustc: "as Trait" can now be written "as @Trait". | Patrick Walton | -1/+2 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -14/+14 |
| 2012-08-13 | rustc: Mostly implement region-bounded stack closures | Patrick Walton | -6/+9 |
| 2012-08-10 | Revert "rustc: Make function types have vstores in them" | Patrick Walton | -9/+6 |
| 2012-08-10 | rustc: Make function types have vstores in them | Patrick Walton | -6/+9 |
| 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 | -19/+19 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -90/+90 |
| 2012-08-03 | rustc: Merge fn& and fn in favor of fn&. | Patrick Walton | -1/+0 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -5/+5 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -4/+4 |
| 2012-07-25 | avoid capture of bound regions when infering types for closure | Niko Matsakis | -0/+6 |
| 2012-07-18 | prevent regions from escaping in ifaces; remove &r.T syntax | Niko Matsakis | -1/+1 |
| 2012-07-16 | introduce an owned kind for data that contains no borrowed ptrs | Niko Matsakis | -0/+1 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -49/+0 |
| 2012-07-14 | Tear out ty_str and ty_vec. | Michael Sullivan | -2/+0 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -32/+32 |
| 2012-07-12 | Accept prefix notation for writing the types of str/~ and friends. | Michael Sullivan | -1/+1 |
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -2/+2 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -12/+12 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -1/+1 |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -1/+1 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -1/+1 |
| 2012-06-24 | Remove resources | Tim Chevalier | -8/+0 |
| 2012-06-14 | Further work on integer literal suffix inference (#1425) | Lindsey Kuper | -2/+1 |
| 2012-06-13 | Box AST idents | Brian Anderson | -2/+2 |
| 2012-06-12 | Introduce an unboxed_vec type | Michael Sullivan | -0/+1 |
| 2012-06-02 | Add ty_var_integral (WIP on issue #1425). | Lindsey Kuper | -0/+6 |
| 2012-05-30 | integrate purity into type | Niko Matsakis | -1/+11 |
| 2012-05-24 | Teach parser and related things to understand const kind bounds. | Eric Holk | -0/+1 |
| 2012-05-17 | Refactoring, annotating FIXMEs in remainder of metadata code | Tim Chevalier | -21/+21 |
| 2012-05-14 | rustc: Break some of metadata's dependencies on session | Brian Anderson | -2/+3 |
| 2012-05-09 | reduce self type to a special type parameter | Niko Matsakis | -4/+3 |
| 2012-04-25 | lots of work to make iface/impls parameterized by regions | Niko Matsakis | -4/+4 |
| 2012-04-25 | More slice use in vec, io, str, ebml, metadata encoder and decoder. | Graydon Hoare | -26/+26 |