| Age | Commit message (Expand) | Author | Lines |
| 2012-01-19 | rustc: ";" to "," in enums | Patrick Walton | -7/+7 |
| 2012-01-19 | rustc: "tag" -> "enum" | Patrick Walton | -1/+1 |
| 2012-01-17 | Allow omission of the '.' after nullary tag patterns | Tim Chevalier | -2/+2 |
| 2012-01-13 | Obj system? What obj system? | Marijn Haverbeke | -29/+0 |
| 2012-01-11 | Implement std::map as an iface/impl instead of an obj | Marijn Haverbeke | -77/+3 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -3/+3 |
| 2012-01-05 | Add more item types to the ast_map so the test suite can build with debug info. | Josh Matthews | -0/+8 |
| 2011-12-29 | split proto from fn_decl, as not all fn_decls know the proto. | Niko Matsakis | -3/+3 |
| 2011-12-23 | Go back to a single visit_fn function in visit.rs | Marijn Haverbeke | -3/+3 |
| 2011-12-23 | Parse `iface` items and interface references in `impl` items. | Marijn Haverbeke | -1/+1 |
| 2011-12-22 | Unify some data structures in syntax::ast that were doing the same thing | Marijn Haverbeke | -3/+3 |
| 2011-12-21 | Make { || ... } sugar for any type of closure, inferred | Niko Matsakis | -4/+4 |
| 2011-12-19 | Fix merge error and rebasing changes for debug information. | Josh Matthews | -0/+1 |
| 2011-12-18 | Remove source line generation craziness. Ensure incorrect subprogram caches a... | Josh Matthews | -1/+11 |
| 2011-12-16 | Finish resolving and calling of crate-external impls | Marijn Haverbeke | -0/+4 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+2 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -4/+4 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |
| 2011-11-16 | fix bug in shape where s_int/s_uint were not customized to platform | Niko Matsakis | -4/+4 |
| 2011-11-16 | temporarily disable these tests b/c they crash rustc | Niko Matsakis | -4/+4 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -1/+0 |
| 2011-10-28 | Make shared kind the default only for generic functions | Marijn Haverbeke | -3/+3 |
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -5/+5 |
| 2011-10-21 | Move ast_util::pat_bindings over to new iter system. | Marijn Haverbeke | -4/+4 |
| 2011-10-21 | Move hash table iteration over to block-taking functions | Marijn Haverbeke | -14/+20 |
| 2011-10-07 | Parse and typecheck by-value and by-ref arg specs | Marijn Haverbeke | -1/+1 |
| 2011-09-15 | Move local numbering into ast_map.rs | Marijn Haverbeke | -17/+42 |
| 2011-09-14 | Make ast_map.rs index function args, switch it over to simple_visitor | Marijn Haverbeke | -12/+16 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -4/+2 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -17/+16 |
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -3/+3 |
| 2011-08-27 | Convert ast::ident to istr. Issue #855 | Brian Anderson | -3/+3 |
| 2011-08-22 | Move functions from syntax::ast to syntax::ast_util | Brian Anderson | -4/+6 |
| 2011-08-20 | Reformat | Brian Anderson | -28/+27 |
| 2011-08-18 | Remove or _-prefix all unused function arguments | Marijn Haverbeke | -1/+1 |
| 2011-08-16 | Port the compiler to the expr foo::<T> syntax. | Erick Tryzelaar | -3/+3 |
| 2011-08-16 | Port the compiler to foo<T> decl syntax. | Erick Tryzelaar | -5/+5 |
| 2011-08-16 | Port the compiler to the typaram foo<T> syntax. | Erick Tryzelaar | -10/+10 |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -2/+2 |
| 2011-08-15 | Use span stacks to track macro expansion for less troublesome error messages. | Paul Stansifer | -4/+4 |
| 2011-08-11 | Add ast_map::node_span function | Brian Anderson | -0/+57 |
| 2011-07-29 | Enable kind checking on typarams, fix kind constraints in library and comp. | Graydon Hoare | -8/+8 |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -44/+41 |
| 2011-07-26 | Remove all uses of tuples from the compiler and stdlib | Marijn Haverbeke | -4/+4 |
| 2011-07-21 | Add some support for using a map like a set. | Michael Sullivan | -0/+5 |
| 2011-07-11 | Move visit to newtype-style nominal type | Marijn Haverbeke | -1/+1 |
| 2011-07-05 | Move everything syntax-related to syntax/, break deps on rest of compiler | Marijn Haverbeke | -1/+2 |
| 2011-06-28 | Replace common::new_seq_hash with an adapter around std::smallintmap | Brian Anderson | -1/+69 |
| 2011-06-26 | Add a very simple map implementation for sequential integer keys | Brian Anderson | -1/+1 |
| 2011-06-21 | Move names and ids of native items into their recs, rather than their tags | Marijn Haverbeke | -5/+1 |