]> git.lizzy.rs Git - rust.git/history - mk
doc: 'if' expressions no longer require parens
[rust.git] / mk /
2011-10-12 Niko Matsakismove ctags.rust into src/etc
2011-10-12 Niko Matsakisnew targets, TAGS.emacs and TAGS.vi. they must be manua...
2011-10-11 Brian AndersonFix test dependencies
2011-10-09 Brian AndersonRevert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""
2011-10-09 Brian AndersonRevert "Stop using (DY)LD_LIBRARY_PATH on Unix"
2011-10-07 Brian AndersonFix make clean on windows
2011-10-07 Brian AndersonMake windows packaging work again
2011-10-07 Brian AndersonBring make distcheck up to date
2011-10-06 Brian AndersonStop using (DY)LD_LIBRARY_PATH on Unix
2011-10-06 Brian AndersonMake rpath work on mac
2011-10-05 Patrick Waltonrt: Make C stack switching Valgrind-clean by warning...
2011-10-05 Brian AndersonRun tests with LD_LIBRARY_PATH set to the target libs...
2011-10-04 Brian AndersonFix #1003 harder
2011-10-04 Brian AndersonFix a typo in tests.mk. Closes #1003
2011-10-03 Brian AndersonCleanup mk/tests.mk
2011-10-03 Brian AndersonMove compiletest to src/ and cleanup build rules
2011-10-02 Brian AndersonLots of build system cleanup and documentation
2011-10-01 Brian AndersonHave 'make install' do something close to useful
2011-10-01 Brian AndersonChange the directory for target libs
2011-09-30 Brian AndersonRefix the snapshot rules
2011-09-30 Brian AndersonMake config of static stdlib more consistent with rest...
2011-09-30 Brian AndersonAbstract the build directories further in the makefiles
2011-09-30 Brian AndersonFix some make variables in tests.mk
2011-09-30 Brian AndersonRegister snapshots and finish filesystem reorg
2011-09-30 Brian AndersonRemove legacy library search paths
2011-09-30 Brian AndersonUpdate snapshot scripts for the new regime
2011-09-30 Brian AndersonTweak makefiles, change the way the fuzzer is built
2011-09-30 Brian AndersonRemove redundant make clean rules
2011-09-30 Brian AndersonFix CFG_RUN_TARG on windows
2011-09-30 Brian AndersonFix a variety of things in the makefiles
2011-09-30 Brian AndersonRemove the redundant definition of STAGE in makefiles
2011-09-30 Brian AndersonUpdate make clean rules
2011-09-30 Brian AndersonMake rustc's host triple agree with the build system's
2011-09-30 Brian AndersonReorganize structure of build directory
2011-09-28 Brian AndersonEliminate glue.o. Closes #990
2011-09-28 Patrick Waltonrt: Add a call stub that switches to the C stack, untes...
2011-09-23 Erick TryzelaarUpdate to libuv commit 3ca382.
2011-09-23 Brian AndersonDon't pipe check-fast results through tee
2011-09-23 Patrick Waltonrt: Add a RUST_TRACK_ORIGINS debug flag to help track...
2011-09-23 Graydon HoareMore steps to arch-specific target libs (#474)
2011-09-22 Graydon HoareRemove -i for real.
2011-09-21 Graydon HoareOne little 'n', so much harm!
2011-09-21 Graydon HoareExpand our own config.guess-like logic in configure...
2011-09-20 Patrick Waltonrt: Stub code for the cycle collector
2011-09-19 Graydon HoareSimplify perf target flags. Apparently the event names...
2011-09-14 Graydon HoarePrint perf measurement outputs on completion of 'perf...
2011-09-13 Graydon HoareAdd a compile-stage2-under-perf step to "make perf...
2011-09-13 Graydon HoareAdd build-system mechanisms for running benchmarks...
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Brian AndersonChange the exit status used for valgrind errors and...
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-07 Brian AndersonBegin compiling with exceptions enabled
2011-08-31 Marijn HaverbekeReplace xfail-stageN with simply xfail-test
2011-08-31 Marijn HaverbekeRevert "Replace xfail-stageN with simply xfail-test"
2011-08-31 Marijn HaverbekeReplace xfail-stageN with simply xfail-test
2011-08-29 Marijn HaverbekeRemove makefile CFG_USE_SNAP_LIBS_FOR_STAGE1 hack
2011-08-29 Marijn HaverbekeAdd CFG_USE_SNAP_LIBS_FOR_STAGE1 hack to makefiles
2011-08-24 Patrick Waltonmk: Introduce CFG_DISABLE_OPTIMIZE_CXX
2011-08-20 Patrick Waltonrustc: Introduce ABI versioning so we can change value...
2011-08-19 Patrick Waltonrustc: Stub GC routines
2011-08-19 Patrick Waltonrt: Remove rust_alarm dead code
2011-08-18 Brian AndersonAdd more verbosity to 'make reformat'
2011-08-17 Patrick Waltonrt: Implement obstacks, untested as of yet
2011-08-15 Eric HolkUpdating to build on Linux and Mac, and hopefully Windo...
2011-08-14 Brian AndersonRegister new snapshots
2011-08-14 Brian AndersonAdd lib/main.o to snapshot
2011-08-12 Patrick Waltonrt: Stub Rust GC metadata printer and Rust GC strategy...
2011-08-11 Rafael Ávila de... Use the new C API for PassManagerBuilder.
2011-08-10 Brian AndersonBegin valgrinding run-fail tests
2011-08-05 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-05 Brian AndersonAdd make clean rules for libuv
2011-08-05 Brian AndersonBuild libuv with the same C compiler as the rest of rt
2011-08-05 Brian AndersonIntroduce CC and CXX variables to the makefiles
2011-08-05 Graydon HoareMunge libuv makefiles sufficiently to build out of...
2011-08-05 Brian AndersonMore win32 libuv build tweaks
2011-08-05 Brian AndersonUpdate build rules so rt builds with libuv on Linux.
2011-08-05 Rob ArnoldUpdate libuv to revision ee599ec1141cc48f895de1f9d14803...
2011-08-05 Rob ArnoldBasic async IO module using libuv
2011-08-05 Rob ArnoldIntegrate libuv into the build system
2011-08-05 Patrick Waltonbuild: Don't error out if clang is too old. Instead...
2011-08-04 Patrick Waltonrt: Stub shape glue and implement shape::print and...
2011-08-03 Brian AndersonIgnore xfail-pretty, xfail-stage2 files when reformatting
2011-08-02 Brian AndersonInclude benchmarks in pretty-print tests
2011-08-02 Brian AndersonRun pretty-printer tests as part of make check. Issue...
2011-08-02 Brian AndersonAdd dedicated pretty-printer tests with new pp-exact...
2011-08-02 Brian AndersonAdd missing BENCH_TESTS variable to tests.mk
2011-08-02 Brian AndersonAdd a FIXME about simplifying the make check rules
2011-08-02 Brian AndersonPretty-print test the rfail tests. Issue #789
2011-08-02 Brian AndersonDon't run the compiletest runner itself under valgrind
2011-08-02 Brian AndersonIntroduce pretty-print testing mode to compiletest...
2011-07-30 Brian AndersonEnable build targets to run tests at stage0
2011-07-30 Brian AndersonFix a typo in tests.mk that was building stdtest with...
2011-07-30 Eric HolkRemoving proxies and message queues.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Brian AndersonDo all runtime calls to getenv at initialization
2011-07-28 Brian AndersonAdd PPFILES flag to specify a which files to reformat
2011-07-27 Marijn HaverbekeAdd fuzzer to reformat make target
2011-07-27 Marijn HaverbekeHack to make snap-stage1 actually build incompatible...
2011-07-27 Marijn HaverbekeFix reformat make target
2011-07-25 Rafael Ávila de... Remove old hack of creating a .a file with code that...
next