| Age | Commit message (Expand) | Author | Lines |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-11-15 | Fix 'make all' to build all the way through stage2. Closes #3978 | Brian Anderson | -3/+14 |
| 2012-11-13 | Tools should not be build prereqs of tests. Closes #3946 | Brian Anderson | -11/+18 |
| 2012-11-07 | Fix make install rules for new libraries | Brian Anderson | -1/+6 |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -5/+4 |
| 2012-11-04 | Librarify rusti, etc. | Brian Anderson | -0/+3 |
| 2012-11-04 | Merge remote-tracking branch 'brson/repl' | Brian Anderson | -1/+2 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+9 |
| 2012-10-30 | rusti: Remove linenoise module, add to rt, remove core::rl | Zack Corr | -5/+2 |
| 2012-10-27 | Correct makefiles to build linenoise correctly | Zack Corr | -1/+3 |
| 2012-10-27 | rusti: Add linenoise, wrap into core::rl and add rusti REPL tool | Zack Corr | -1/+3 |
| 2012-10-20 | Some tweaks to the valgrind makefile code | Brian Anderson | -3/+4 |
| 2012-10-20 | Valgrind check disable | Mahmut Bulut | -1/+1 |
| 2012-10-12 | bump version to 0.5. | Graydon Hoare | -1/+1 |
| 2012-10-01 | Use both DESTDIR and prefix | Luca Bruno | -2/+2 |
| 2012-09-26 | Pass stage1 for relevant portion of "stage0" cross compile | Graydon Hoare | -0/+9 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -10/+0 |
| 2012-09-23 | Makefile hack to fix snapshotty-cross-compiley problem | Brian Anderson | -2/+14 |
| 2012-09-06 | Refactor trans to replace lvalue and friends with Datum. | Niko Matsakis | -0/+3 |
| 2012-08-31 | Add experimental JIT compiler | Zack Corr | -1/+2 |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -1/+1 |
| 2012-07-20 | Merge tag 'release-0.3.1' into incoming | Graydon Hoare | -1/+1 |
| 2012-07-20 | Release 0.3.1 release-0.3.1 | Graydon Hoare | -1/+1 |
| 2012-07-19 | Add a badge to the tutorial and reference docs indicating which Rust version ... | Paul Stansifer | -0/+2 |
| 2012-07-11 | Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi... | Graydon Hoare | -4/+8 |
| 2012-07-11 | Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory. | Graydon Hoare | -8/+4 |
| 2012-07-10 | 0.2 -> 0.3 | Brian Anderson | -1/+1 |
| 2012-07-02 | configure: Don't turn on rustc's -g with --enable-debug | Brian Anderson | -1/+1 |
| 2012-06-27 | Add per-stage RUSTFLAGS environment variables, RUSTFLAGS_STAGEN | Brian Anderson | -2/+5 |
| 2012-06-14 | Update the build system to handle dependency on header files. Closes #2547. | Michael Sullivan | -0/+9 |
| 2012-06-06 | build: Build crates with --cfg stageN. Use #[cfg(stageN)] | Brian Anderson | -0/+2 |
| 2012-06-05 | Switch "make all" to build stage2 versions of fuzzer, cargo, and rustdoc | Erick Tryzelaar | -3/+3 |
| 2012-06-01 | Revert "build: Don't need to build the runtime before starting on core" | Brian Anderson | -1/+1 |
| 2012-06-01 | build: Don't need to build the runtime before starting on core | Brian Anderson | -1/+1 |
| 2012-06-01 | build: Remove debug/ndebug cfg. Unused | Brian Anderson | -2/+1 |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -6/+6 |
| 2012-05-19 | build: pass RUSTFLAGS to the compiler | Brian Anderson | -1/+1 |
| 2012-05-19 | fix up handling of &x where x is an arg or &self (for now at least). | Niko Matsakis | -1/+1 |
| 2012-05-18 | use -Z to distinguish internal debugging options | Niko Matsakis | -5/+2 |
| 2012-04-11 | Fix up LIBRUSTSYNTAX_INPUTS and tidy rule. | Graydon Hoare | -1/+1 |
| 2012-04-04 | Remove autodep.mk, it's not being used. | Graydon Hoare | -1/+0 |
| 2012-03-29 | build: Add --enable-debug configure option | Brian Anderson | -5/+15 |
| 2012-03-29 | build: Introduce rustsyntax crate | Brian Anderson | -0/+7 |
| 2012-03-26 | Move config.stamp touch to configure script. | Graydon Hoare | -1/+0 |
| 2012-03-26 | Only mention non-host triples if they exist. | Graydon Hoare | -0/+3 |
| 2012-03-26 | Be more careful with CFG_{SRC,BUILD}_DIR ending in slash. | Graydon Hoare | -18/+18 |
| 2012-03-26 | Reconfigure less often, and tidy up MKFILE_DEPS. | Graydon Hoare | -15/+11 |
| 2012-03-23 | Remove last vestiges of old-style intrinsics | Marijn Haverbeke | -1/+0 |
| 2012-03-23 | Revert removal of intrinsics | Marijn Haverbeke | -0/+1 |
| 2012-03-23 | Remove support for the old-style intrinsics | Marijn Haverbeke | -1/+0 |