| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-12 | Fix make-install target on mac. release-0.3 0.3 | Graydon Hoare | -2/+2 | |
| 2012-07-11 | Try less complicated trick for solving the dSYM glob portability issue. | Graydon Hoare | -13/+2 | |
| 2012-07-11 | Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ ↵ | Graydon Hoare | -37/+44 | |
| subdirectory." This reverts commit 2cf6bf87c348f4a1079aa1c17e51eb45d9b89a5f. | ||||
| 2012-07-11 | Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory. | Graydon Hoare | -44/+37 | |
| 2012-07-10 | Makefile nit for distchec. | Graydon Hoare | -2/+1 | |
| 2012-06-29 | Switch back to USE_SNAPSHOT_CORELIB=0. | Michael Sullivan | -1/+1 | |
| 2012-06-28 | Make fmt use a bitmask instead of a vector of flags. Closes #1993. | Michael Sullivan | -1/+1 | |
| 2012-06-25 | build: Remove bogus -fno-strict-aliasing flags. Issue #2701 | Brian Anderson | -4/+1 | |
| 2012-06-19 | Adding a lock/condition variable to libcore. | Eric Holk | -0/+1 | |
| 2012-06-18 | Put type descriptors in strings created by the runtime. Progress on #2638. | Michael Sullivan | -0/+1 | |
| 2012-06-16 | Revert "Adding a lock/condition variable to libcore." | Tim Chevalier | -1/+0 | |
| This reverts commit e394ebda37bf6bbe4c516e2b9381aac8bd964dcc. | ||||
| 2012-06-15 | Adding a lock/condition variable to libcore. | Eric Holk | -0/+1 | |
| 2012-06-14 | Update the build system to handle dependency on header files. Closes #2547. | Michael Sullivan | -23/+20 | |
| 2012-06-13 | Revert "Update the build system to handle dependency on header files. Closes ↵ | Michael Sullivan | -16/+19 | |
| #2547." This reverts commit 31f4b63dffb49e65d3de4ecbef573e15b0f44e36. | ||||
| 2012-06-13 | Update the build system to handle dependency on header files. Closes #2547. | Michael Sullivan | -19/+16 | |
| 2012-06-13 | Minor makefile cleanup. | Michael Sullivan | -8/+4 | |
| 2012-06-11 | rt: Turn on frame pointers for stack walking | Brian Anderson | -0/+6 | |
| 2012-06-08 | Rename some misleading variables | Ben Striegel | -4/+4 | |
| 2012-06-08 | `make install` fix to address #2555 | Ben Striegel | -1/+1 | |
| 2012-06-07 | fix compiletest deadlock on freebsd | Jyun-Yan You | -6/+0 | |
| 2012-06-02 | Begin running cargo tests | Brian Anderson | -0/+28 | |
| 2012-06-01 | build: Fix bogus test teps | Brian Anderson | -2/+2 | |
| 2012-06-01 | test: Move tests with rustc deps into run-pass-fulldeps | Brian Anderson | -3/+61 | |
| These tests require a lot more to be built before running so are not part of check-lite | ||||
| 2012-06-01 | build: Add check-lite target | Brian Anderson | -0/+5 | |
| Runs the core, std, run-pass, run-fail, compile-fail tests for stage2 and builds only their dependencies. We'll use this on the bots' try branch. | ||||
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -17/+17 | |
| Per issue #2418. | ||||
| 2012-05-31 | mk: Stop using snapshot rt/core/std | Brian Anderson | -3/+3 | |
| 2012-05-30 | build: Fix rules for non-target std when using snapshot std | Brian Anderson | -0/+1 | |
| 2012-05-30 | build: Fix mac build errors | Brian Anderson | -1/+1 | |
| 2012-05-30 | build: Add USE_SNAPSHOT_STDLIB. Set to 1 | Brian Anderson | -7/+36 | |
| 2012-05-30 | build: Use snapshot core | Brian Anderson | -1/+1 | |
| 2012-05-30 | build: Use snapshot runtime | Brian Anderson | -1/+1 | |
| 2012-05-23 | bench: Add hard mode to benchmarks. Activate with RUST_BENCH. | Brian Anderson | -0/+8 | |
| RUST_BENCH is on automatically when running `make perf` | ||||
| 2012-05-09 | implement new borrow ck (disabled by default) | Niko Matsakis | -1/+1 | |
| 2012-05-02 | build: Start running core tests on windows | Brian Anderson | -0/+1 | |
| 2012-04-30 | build: No tidy for test files. Closes #2271 | Brian Anderson | -0/+1 | |
| 2012-04-24 | build: Don't require full target libs to run compiletest tests | Brian Anderson | -22/+18 | |
| Only build through librustsyntax, which some tests do rely on. | ||||
| 2012-04-19 | doc: Remove unused keywords.txt | Brian Anderson | -8/+3 | |
| 2012-04-16 | properly clean .dSYM directories | Ted Horst | -2/+4 | |
| 2012-04-16 | Merge pull request #2184 from evanmcc/local_rust | Brian Anderson | -0/+6 | |
| add the configure option --enable-local-rust to pull rust from your environment | ||||
| 2012-04-13 | use find not echo; this also brings fuzzer under the iron fist of tidy.py! | Niko Matsakis | -30/+4 | |
| 2012-04-11 | Break up make tidy even more | Brian Anderson | -4/+8 | |
| 2012-04-11 | breakup tidy command | Niko Matsakis | -0/+2 | |
| 2012-04-11 | Fix up LIBRUSTSYNTAX_INPUTS and tidy rule. | Graydon Hoare | -0/+2 | |
| 2012-04-10 | add the option --enable-local-rust to pull rust from your environment | Evan McClanahan | -0/+6 | |
| rather than the snapshots. make sure to get all of the files. update to add nmatsakis' requested feature of pointing to a different rustc install root. usage: --enable-local-rust to enable --local-rust-root="/path/to/rustc/" to change the path, which defaults to "/usr/local/" Tested on OS X and Linux, likely broken on windows. | ||||
| 2012-04-10 | test: Build auxiliary libraries for each test | Haitao Li | -0/+1 | |
| Closes #2162 | ||||
| 2012-04-09 | llvm: Update llvm to use new gcnoteroot infrastructure | Patrick Walton | -2/+1 | |
| 2012-04-09 | build: Split up tidy command further to make arg list shorter | Brian Anderson | -3/+6 | |
| Distcheck was failing on the linux bots - too many arguments to tidy | ||||
| 2012-04-06 | build: Remove a redundant search path | Brian Anderson | -1/+1 | |
| 2012-04-04 | rt: Add architecture-specific general-purpose register definitions | Patrick Walton | -1/+2 | |
| This will be used for stack crawling, which in turn will be used for GC and unwinding. | ||||
| 2012-04-04 | make deletion of test libs use -rf so it works on mac | Niko Matsakis | -1/+1 | |
