| Age | Commit message (Expand) | Author | Lines |
| 2011-08-03 | parse_crate_from_source_str takes a parse_sess, not codemap | Brian Anderson | -1/+1 |
| 2011-08-03 | Fix pretty-printer to read from files again | Brian Anderson | -1/+5 |
| 2011-08-02 | Add a --no-trans command line option | Brian Anderson | -4/+12 |
| 2011-08-02 | Compiler accepts input from stdin when source file is called "-" | Brian Anderson | -10/+32 |
| 2011-07-29 | Remove unreachable statements | Marijn Haverbeke | -1/+1 |
| 2011-07-28 | Show millisecond precision for time_passes times | Marijn Haverbeke | -5/+4 |
| 2011-07-27 | Remove vestiges of "layers", insert skeletal do-nothing "kind" pass plus cach... | Graydon Hoare | -0/+3 |
| 2011-07-27 | Fix damage done by the pretty-printer | Marijn Haverbeke | -3/+2 |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -348/+333 |
| 2011-07-25 | Adjust pp interface to that printing a crate (an reproducing literals/comment... | Graydon Hoare | -2/+3 |
| 2011-07-25 | Add a pass that checks for unreachable alt arms | Marijn Haverbeke | -0/+2 |
| 2011-07-23 | Add `--expand` option to rustc to pretty-print expanded code. | Paul Stansifer | -7/+20 |
| 2011-07-21 | Make ty::ctxt be boxed. | Michael Sullivan | -1/+1 |
| 2011-07-19 | Beginnings of support for constrained types | Tim Chevalier | -4/+4 |
| 2011-07-19 | Add a pass that finds all of the free variables. | Michael Sullivan | -2/+7 |
| 2011-07-15 | Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea... | Graydon Hoare | -1/+1 |
| 2011-07-15 | rustc: Introduce a stub destination-passing-style translation engine, accessi... | Patrick Walton | -3/+8 |
| 2011-07-15 | rustc: Remove a bunch of exterior vectors | Patrick Walton | -4/+11 |
| 2011-07-14 | rustc: Move much of metadata reading over to interior vectors | Patrick Walton | -6/+6 |
| 2011-07-14 | Flag --test implies '--cfg test'. Issue #428 | Brian Anderson | -6/+53 |
| 2011-07-13 | Make resolve and the typechecker check for a main fn of the | Tim Chevalier | -1/+1 |
| 2011-07-11 | Move macro expansion to a separate phase, change macro syntax, and add parse_... | Paul Stansifer | -3/+7 |
| 2011-07-08 | Add just enough logic to the driver so that we can link std statically. | Rafael Ávila de Espíndola | -2/+10 |
| 2011-07-08 | Move external crate/lib resolution to its own pass | Brian Anderson | -0/+2 |
| 2011-07-08 | Move used_link_args from session to cstore | Brian Anderson | -2/+2 |
| 2011-07-08 | Move used_libraries from session to cstore | Brian Anderson | -3/+4 |
| 2011-07-08 | Move used_crate_files from session to cstore | Brian Anderson | -3/+4 |
| 2011-07-08 | Replace the crate cache in session with the one in cstore | Brian Anderson | -2/+1 |
| 2011-07-08 | Introduce metadata::cstore | Brian Anderson | -1/+2 |
| 2011-07-07 | Implement --lib --static. | Rafael Ávila de Espíndola | -8/+7 |
| 2011-07-07 | Use an early exit to reduce indentation. | Rafael Ávila de Espíndola | -72/+74 |
| 2011-07-07 | Command line changes for adding support for static libraries. | Rafael Ávila de Espíndola | -11/+13 |
| 2011-07-06 | Generate a main fn for test running. Issue #428 | Brian Anderson | -1/+1 |
| 2011-07-06 | rustc: Make meta items into interior vectors | Patrick Walton | -11/+10 |
| 2011-07-06 | Begin adding unit testing infrastructure to the compiler | Brian Anderson | -3/+10 |
| 2011-07-06 | Remove temporary stdlib placeholders, use actual stdlib functions | Marijn Haverbeke | -1/+1 |
| 2011-07-05 | Change ast::meta_name_value to accept any literal, not just string | Brian Anderson | -1/+1 |
| 2011-07-05 | Don't thread the local crate number through the session | Marijn Haverbeke | -4/+1 |
| 2011-07-05 | Move everything syntax-related to syntax/, break deps on rest of compiler | Marijn Haverbeke | -30/+31 |
| 2011-07-05 | Move pretty-printing 'modes' into a callback hook | Marijn Haverbeke | -6/+53 |
| 2011-07-04 | Use metadata to avoid always passing -Lrustllvm to the linker. | Rafael Ávila de Espíndola | -5/+5 |
| 2011-07-04 | Simplify the code a bit. | Rafael Ávila de Espíndola | -8/+3 |
| 2011-07-01 | Introduce --cfg argument for providing additional configuration. Issue #489 | Brian Anderson | -3/+23 |
| 2011-07-01 | Remove the environment concept from front::eval | Brian Anderson | -16/+20 |
| 2011-06-30 | Add a pass to fold out items that do not belong in the current configuration | Brian Anderson | -0/+2 |
| 2011-06-30 | Second try to remove -lssp. | Rafael Ávila de Espíndola | -5/+2 |
| 2011-06-29 | Be more strategic about linking to rust crates | Brian Anderson | -1/+26 |
| 2011-06-29 | Display an error when linking fails | Brian Anderson | -2/+13 |
| 2011-06-29 | Eliminate the --check-claims compiler flag | Tim Chevalier | -5/+2 |
| 2011-06-29 | Revert ""Try" push without -lssp on windows to see what needs it." | Rafael Ávila de Espíndola | -1/+1 |