| Age | Commit message (Expand) | Author | Lines |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -26/+0 |
| 2012-12-07 | librustc: De-mode pattern bindings. r=nmatsakis | Patrick Walton | -1/+1 |
| 2012-12-07 | syntax: stage0-guard uses of #ast, rewrite as quote_foo! in stage1,2. | Graydon Hoare | -0/+9 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -0/+3 |
| 2012-11-14 | Add types for character position and byte position in the codemap | Brian Anderson | -32/+23 |
| 2012-11-12 | Convert most codemap types from records to structs | Brian Anderson | -2/+2 |
| 2012-11-07 | rustc: Support irrefutable patterns in function arguments. r=nmatsakis | Patrick Walton | -2/+7 |
| 2012-10-23 | Don't generate move-by-init in AST builder | Tim Chevalier | -2/+8 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -30/+30 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -8/+0 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -2/+2 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -2/+2 |
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -2/+2 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -4/+2 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -4/+4 |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -4/+4 |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -1/+15 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -8/+8 |
| 2012-08-23 | Remove purity from fn_decl and move it out to containing AST elements. | Michael Sullivan | -1/+1 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -9/+6 |
| 2012-08-17 | Move select macro into another file, so it can be including in multiple tests. | Eric Holk | -1/+1 |
| 2012-08-17 | Track spans better in the protocol compiler so we can get better error messages. | Eric Holk | -14/+25 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+2 |
| 2012-08-08 | rustc: Do some plumbing work in preparation for common fields in enums | Patrick Walton | -9/+6 |
| 2012-08-07 | rustc: Add stub support for struct variants to the AST | Patrick Walton | -1/+1 |
| 2012-08-07 | Generate try_send versions for all the messages. Fixes #3128 | Eric Holk | -2/+8 |
| 2012-08-06 | make `ref x` bindings produce region ptrs and fix various minor bugs | Niko Matsakis | -1/+1 |
| 2012-07-31 | rustc: Parse by-reference pattern bindings with the "ref" keyword | Patrick Walton | -2/+4 |
| 2012-07-27 | rustc: Use coherence for operator overloading. | Patrick Walton | -17/+0 |
| 2012-07-26 | Comments Only: Remove outdated FIXMEs. Fixes #2886. | Eric Holk | -2/+0 |
| 2012-07-25 | Thread spans through the pipe compiler. They aren't perfect, but they make de... | Eric Holk | -35/+38 |
| 2012-07-25 | Compiled a bounded version of pingpong. | Eric Holk | -2/+71 |
| 2012-07-25 | Generate buffer type for bounded protocols | Eric Holk | -0/+13 |
| 2012-07-17 | rustc: Fix coherence errors in the build | Patrick Walton | -1/+1 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -5/+47 |
| 2012-07-16 | Add support for terminal states (issue #2862) | Eric Holk | -0/+6 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -4/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -1/+1 |
| 2012-07-12 | Comments only: TODOs to FIXMEs; annotate | Tim Chevalier | -3/+3 |
| 2012-07-11 | infer when types are region parameterized rather than requiring /& | Niko Matsakis | -6/+3 |
| 2012-07-06 | You can have any protocol you want, provided it's pingpong. | Eric Holk | -0/+182 |