| Age | Commit message (Expand) | Author | Lines |
| 2011-06-27 | Rename middle::metadata to metadata::cwriter. Move creader to metadata | Brian Anderson | -817/+0 |
| 2011-06-27 | Limit exports from middle::metadata | Brian Anderson | -0/+26 |
| 2011-06-27 | Index obj and res ctor metadata by ctor id, not item id | Brian Anderson | -12/+16 |
| 2011-06-25 | Partial implementation of resources | Marijn Haverbeke | -0/+35 |
| 2011-06-24 | Sanitize use of ids for obj constructors. | Marijn Haverbeke | -1/+1 |
| 2011-06-24 | Remove def_obj | Marijn Haverbeke | -1/+1 |
| 2011-06-22 | rustc: Downcase metadata::Encode | Brian Anderson | -2/+2 |
| 2011-06-22 | rustc: Introduce and parse additional meta_item forms | Brian Anderson | -6/+14 |
| 2011-06-21 | Serialize constraints in types (literal arguments still not supported) | Tim Chevalier | -13/+18 |
| 2011-06-21 | Move names and ids of native items into their recs, rather than their tags | Marijn Haverbeke | -22/+11 |
| 2011-06-20 | Make trans use the new ast_map instead of building its own | Marijn Haverbeke | -8/+12 |
| 2011-06-20 | Get rid of def_ids and anns in AST nodes, use single node_id | Marijn Haverbeke | -108/+107 |
| 2011-06-16 | Reformat a bunch of recent churn. | Graydon Hoare | -2/+2 |
| 2011-06-16 | Refactor ast::item representation | Marijn Haverbeke | -60/+62 |
| 2011-06-15 | Refactor data structures representing constraints (again...) | Tim Chevalier | -5/+4 |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -163/+98 |
| 2011-06-15 | rustc: Make room in remaining AST item nodes for attributes | Brian Anderson | -12/+12 |
| 2011-06-15 | rustc: Make room in item_mod for metadata | Brian Anderson | -2/+2 |
| 2011-06-15 | Fix assignments to immutable fields throughout the code | Marijn Haverbeke | -5/+5 |
| 2011-06-10 | Reject programs with unsatisfied predicate constraints | Tim Chevalier | -1/+3 |
| 2011-06-10 | Encode meta tags in the crate and start sketching enhanced logic for resolvin... | Graydon Hoare | -0/+36 |
| 2011-06-10 | Implement mutable/immutable alias distinction. | Marijn Haverbeke | -1/+7 |
| 2011-06-09 | Revert "Encode meta tags in the crate and start sketching enhanced logic for ... | Patrick Walton | -36/+0 |
| 2011-06-09 | rustc: Write interior vecs and strings into the metadata and add logic for th... | Patrick Walton | -0/+2 |
| 2011-06-09 | Encode meta tags in the crate and start sketching enhanced logic for resolvin... | Graydon Hoare | -0/+36 |
| 2011-06-09 | Further support for predicate constraints | Tim Chevalier | -5/+40 |
| 2011-06-07 | rustc: Use a set-based approach to unification; remove ty_bound_param and ty_... | Patrick Walton | -11/+0 |
| 2011-06-03 | Boilerplate for pointers. Sorry for missing this on the first patch. | Rafael Ávila de Espíndola | -0/+1 |
| 2011-06-01 | Don't create an empty section. | Rafael Ávila de Espíndola | -3/+3 |
| 2011-05-31 | rustc: Remove unneeded type params from alt patterns | Brian Anderson | -4/+4 |
| 2011-05-26 | Remove residual uses of fold, and fold itself. | Graydon Hoare | -1/+0 |
| 2011-05-20 | rustc: Don't write metadata for unexported items | Brian Anderson | -1/+4 |
| 2011-05-20 | Make controlflow part of a function type | Tim Chevalier | -6/+15 |
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -19/+19 |
| 2011-05-16 | Merge remote branch 'origin/master' into HEAD | Graydon Hoare | -0/+1 |
| 2011-05-16 | Rewrite everything to use [] instead of vec() in value position. | Graydon Hoare | -20/+20 |
| 2011-05-16 | Noticed that metadata::Encode::enc_sty didn't have a case for ty_task, so I a... | Tim Chevalier | -0/+1 |
| 2011-05-13 | Extend crate format to allow multiple definitions for a single name | Marijn Haverbeke | -8/+8 |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -257/+257 |
| 2011-05-12 | Change module dereference syntax from . to :: | Marijn Haverbeke | -1/+1 |
| 2011-05-11 | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | -1/+1 |
| 2011-05-10 | rustc: Cache intermediate results of metadata.Encode.ty_str. Shaves 30% off t... | Patrick Walton | -1/+13 |
| 2011-05-09 | Alias-ify walk, typeck, metadata. Cuts another 80kb off rustc. | Graydon Hoare | -37/+38 |
| 2011-05-09 | rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and... | Patrick Walton | -1/+1 |
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -137/+137 |
| 2011-05-05 | rustc: Add Rust intrinsic support to the crate metadata reader and writer | Patrick Walton | -0/+3 |
| 2011-05-04 | Add a structure for passing option flags around the compiler, put it in sessi... | Graydon Hoare | -2/+2 |
| 2011-05-03 | rustc: Refactor metadata.Encode.* to not require a type abbreviation table if... | Patrick Walton | -35/+48 |
| 2011-05-02 | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | -1/+1 |
| 2011-05-02 | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | -1/+1 |