| Age | Commit message (Expand) | Author | Lines |
| 2011-05-20 | Make controlflow part of a function type | Tim Chevalier | -8/+30 |
| 2011-05-19 | Move the ty_item_table into ty::ctxt.items, move variant_info to ty, and star... | Graydon Hoare | -7/+6 |
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -29/+29 |
| 2011-05-16 | Rewrite everything to use [] instead of vec() in value position. | Graydon Hoare | -18/+18 |
| 2011-05-13 | Extend crate format to allow multiple definitions for a single name | Marijn Haverbeke | -82/+51 |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -230/+232 |
| 2011-05-12 | Change module dereference syntax from . to :: | Marijn Haverbeke | -1/+1 |
| 2011-05-11 | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | -8/+2 |
| 2011-05-09 | Alias-ify fold and its users, remove another 85kb. | Graydon Hoare | -3/+4 |
| 2011-05-09 | rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and... | Patrick Walton | -2/+2 |
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -101/+101 |
| 2011-05-05 | rustc: Add Rust intrinsic support to the crate metadata reader and writer | Patrick Walton | -3/+4 |
| 2011-05-04 | Add a structure for passing option flags around the compiler, put it in sessi... | Graydon Hoare | -3/+2 |
| 2011-05-02 | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | -7/+7 |
| 2011-05-02 | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | -7/+7 |
| 2011-05-02 | Use different syntax for checks that matter to typestate | Tim Chevalier | -7/+7 |
| 2011-04-29 | Intern metadata while writing, shrink stage1 from 12mb to 5.7mb. | Graydon Hoare | -16/+49 |
| 2011-04-25 | rustc: Pass a "type context" around instead of directly passing the type stor... | Patrick Walton | -45/+43 |
| 2011-04-22 | rustc: Thread the type store through everything that needs to access type str... | Patrick Walton | -1/+1 |
| 2011-04-22 | rustc: Switch @ty.t to ty.t so that we can change it to a uint | Patrick Walton | -6/+6 |
| 2011-04-22 | rustc: Eliminate the direct use of ty.t.struct | Patrick Walton | -1/+1 |
| 2011-04-21 | rustc: Pass a type store around, which does nothing yet | Patrick Walton | -43/+45 |
| 2011-04-20 | rustc: Remove all manual type construction outside ty.rs | Patrick Walton | -56/+51 |
| 2011-04-19 | Remove effect system from src. | Graydon Hoare | -9/+9 |
| 2011-04-19 | replace error logging with log_err in stdlib and rustc | Marijn Haverbeke | -7/+7 |
| 2011-04-18 | collect crate meta info and ext crate names | Marijn Haverbeke | -5/+5 |
| 2011-04-12 | rustc: Switch to indices for type parameters | Patrick Walton | -13/+12 |
| 2011-04-07 | Add a very basic crate-dump utility | Marijn Haverbeke | -0/+66 |
| 2011-04-07 | Revise EBML reader API | Marijn Haverbeke | -191/+122 |
| 2011-04-01 | Support for passing native types through metadata/creader. | Graydon Hoare | -0/+2 |
| 2011-04-01 | rustc: Get tag variants from the crate metadata | Patrick Walton | -6/+49 |
| 2011-03-31 | rustc: Use the path index. Speeds up compilation a lot. | Patrick Walton | -91/+48 |
| 2011-03-31 | rustc: Write out a path index as well | Patrick Walton | -8/+7 |
| 2011-03-31 | Couple minor bug fixes in creader, lib-bitv, int, rand, sort, sha1, uint and ... | Graydon Hoare | -0/+8 |
| 2011-03-31 | rustc: Use the crate index to look up defs | Patrick Walton | -29/+26 |
| 2011-03-31 | rustc: Write out an index of definition info in crate metadata | Patrick Walton | -10/+9 |
| 2011-03-30 | rustc: Read 'y' tags from external crates | Patrick Walton | -6/+10 |
| 2011-03-30 | rustc: Thread an item-to-type mapping throughout the typechecking and transla... | Patrick Walton | -4/+30 |
| 2011-03-29 | rustc: Parse parameter IDs in external crate metadata. Un-XFAIL lib-bitv.rs. | Patrick Walton | -6/+12 |
| 2011-03-29 | rustc: Partially resolve external module imports | Patrick Walton | -16/+16 |
| 2011-03-29 | rustc: Tolerate def id tags inside module tags. Fixes metadata reading. | Patrick Walton | -32/+33 |
| 2011-03-29 | rustc: Resolve external modules and native modules to definition IDs as well | Patrick Walton | -5/+8 |
| 2011-03-29 | Teach trans to emit undefined references to 'use'd symbols. Can compile and r... | Graydon Hoare | -0/+17 |
| 2011-03-28 | rustc: Parse types in external metadata | Patrick Walton | -25/+72 |
| 2011-03-28 | rustc: Populate the item types table with types of items from external crates... | Patrick Walton | -2/+1 |
| 2011-03-28 | rustc: Resolve def ids in external crates | Patrick Walton | -4/+61 |
| 2011-03-28 | rustc: Add support for calling LLVM intrinsics as native functions | Patrick Walton | -0/+1 |
| 2011-03-26 | Teach creader and metadata writer how to do ty.ty_type. | Graydon Hoare | -0/+1 |
| 2011-03-25 | rustc: Add a function to look up external item info in the item info table | Patrick Walton | -4/+52 |
| 2011-03-25 | Janitorial: move llvmext back to llvm module, as they're the same thing now. | Graydon Hoare | -7/+6 |