| Age | Commit message (Expand) | Author | Lines |
| 2011-06-28 | Use "" in the native_name as an indication that no extra options have to | Rafael Ávila de Espíndola | -0/+3 |
| 2011-06-27 | Rename middle::metadata to metadata::cwriter. Move creader to metadata | Brian Anderson | -2/+2 |
| 2011-06-27 | Record and link with used native libraries. | Rafael Ávila de Espíndola | -3/+24 |
| 2011-06-20 | Merge remote branch 'upstream/master' | Rafael Ávila de Espíndola | -10/+11 |
| 2011-06-20 | Fix line length. | Rafael Ávila de Espíndola | -2/+2 |
| 2011-06-20 | Make trans use the new ast_map instead of building its own | Marijn Haverbeke | -2/+2 |
| 2011-06-20 | Use ast_map in typeck, instead of building another index | Marijn Haverbeke | -2/+2 |
| 2011-06-20 | Add a separate AST mapping phase | Marijn Haverbeke | -2/+5 |
| 2011-06-20 | Get rid of def_ids and anns in AST nodes, use single node_id | Marijn Haverbeke | -4/+2 |
| 2011-06-20 | Remember the library files we used in rustc and pass them to the "linker". | Rafael Ávila de Espíndola | -2/+19 |
| 2011-06-20 | Remove flags that are not used during linking. | Rafael Ávila de Espíndola | -5/+4 |
| 2011-06-19 | rustc: Re-introduce session.span_err, session.err | Brian Anderson | -2/+16 |
| 2011-06-19 | rustc: Rename session.span_err -> span_fatal, err -> fatal | Brian Anderson | -9/+9 |
| 2011-06-19 | Revert previous 6 commits. Hopefully put out Windows fire. | Brian Anderson | -25/+11 |
| 2011-06-19 | rustc: Re-introduce session.span_err, session.err | Brian Anderson | -2/+16 |
| 2011-06-19 | rustc: Rename session.span_err -> span_fatal, err -> fatal | Brian Anderson | -9/+9 |
| 2011-06-18 | Add -lssp on windows in attempt to put out tinderbox; no idea why ssp seems r... | Graydon Hoare | -1/+1 |
| 2011-06-17 | rustc: Remove metadata from the session. | Brian Anderson | -5/+1 |
| 2011-06-17 | Put std in stageN/lib. This avoids windows trying to load stageN/std.ll when | Rafael Ávila de Espíndola | -2/+2 |
| 2011-06-17 | Automatically add a -L to the directory the binary is in. | Rafael Ávila de Espíndola | -4/+5 |
| 2011-06-16 | rustc: Change print_file to print_crate | Brian Anderson | -2/+2 |
| 2011-06-16 | Reformat a bunch of recent churn. | Graydon Hoare | -11/+9 |
| 2011-06-15 | Refactor data structures representing constraints (again...) | Tim Chevalier | -5/+5 |
| 2011-06-15 | Add support for producing shared libraries directly in the rust driver. | Rafael Ávila de Espíndola | -22/+19 |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -319/+217 |
| 2011-06-14 | Apply the makefile changes again, this time fixin the driver to not produce a | Rafael Ávila de Espíndola | -5/+3 |
| 2011-06-13 | Enough driver support to link an empty program on linux. Will | Rafael Ávila de Espíndola | -5/+16 |
| 2011-06-11 | rustc: Link with main.o | Patrick Walton | -3/+4 |
| 2011-06-09 | Further support for predicate constraints | Tim Chevalier | -3/+4 |
| 2011-06-07 | rustc: Use a set-based approach to unification; remove ty_bound_param and ty_... | Patrick Walton | -1/+1 |
| 2011-06-07 | More work on proper linkage name-mangling. Almost right, aside from version n... | Graydon Hoare | -15/+28 |
| 2011-06-06 | First take on an alias-safety checker | Marijn Haverbeke | -0/+3 |
| 2011-06-01 | rustc: Add a new mode to the pretty printer that prints out node IDs, for deb... | Patrick Walton | -3/+6 |
| 2011-06-01 | rustc: Remove else-after-return in main | Patrick Walton | -21/+21 |
| 2011-06-01 | rustc: Fold --pretty and --typed-pretty into a single option with an optional... | Patrick Walton | -17/+39 |
| 2011-05-31 | Now imports are not re-exported unless 'export' is explicitly used. | Paul Stansifer | -3/+3 |
| 2011-05-31 | rustc: Remove unneeded type params from alt patterns | Brian Anderson | -4/+4 |
| 2011-05-26 | Add a span_str function in session | Tim Chevalier | -4/+12 |
| 2011-05-26 | Remove residual uses of fold, and fold itself. | Graydon Hoare | -3/+0 |
| 2011-05-26 | Add early returns to rustc main on non-compiling paths. | Graydon Hoare | -0/+2 |
| 2011-05-22 | rustc: More cleanup of rustc.rs | Brian Anderson | -65/+61 |
| 2011-05-22 | rustc: Some refactoring of rustc.rs | Brian Anderson | -46/+63 |
| 2011-05-22 | rustc: Cleanup formatting in rustc.rs | Brian Anderson | -16/+12 |
| 2011-05-20 | Annotate erroring functions in session and parser | Tim Chevalier | -6/+6 |
| 2011-05-20 | Options fix from erickt. | Graydon Hoare | -1/+1 |
| 2011-05-19 | Move type cache and node type table into type context. | Graydon Hoare | -12/+9 |
| 2011-05-19 | OptLevel changes. Accepts levels 0 to 3 only. '-O' is synonym for --OptLevel=2. | Graydon Hoare | -7/+40 |
| 2011-05-19 | Typestate checking code no longer uses fold -- only walk. | Tim Chevalier | -3/+3 |
| 2011-05-17 | rustc: Have typechecking no longer rebuild the AST | Patrick Walton | -3/+1 |
| 2011-05-17 | rustc: Add a typed pretty-printing mode for debugging | Patrick Walton | -8/+24 |