]> git.lizzy.rs Git - rust.git/history - mk
Fuzzer: add ability to run the generated programs
[rust.git] / mk /
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...
2011-07-24 Brian AndersonThe Big Test Suite Overhaul
2011-07-23 Graydon HoareAdd an NSIS script for building a win32 installer....
2011-07-22 Brian AndersonChange the CFG_STDLIB_DEFAULT macro into a call that...
2011-07-22 Michael SullivanMore missing things in make clean...
2011-07-22 Michael SullivanMerge branch 'use-new-rustrt'
2011-07-22 Michael SullivanBuild the stage1 compiler against the newly built libru...
2011-07-21 Michael SullivanInstantiate the stage0/lib/stdlib rules from stage0...
2011-07-21 Michael SullivanBuild stage0/lib/libstd.so using the stage0 compiler.
2011-07-21 Rafael Ávila de... Cleanup the library path now that we copy from stageN...
2011-07-20 Michael SullivanImprove make clean.
2011-07-20 Rafael Ávila de... Reduce the library path now that we are copying the...
2011-07-20 Rafael Ávila de... Add support for building with a static libstd for testi...
2011-07-18 Brian AndersonRevert "Revert "Rename Passes2.cpp to Passes.cpp""
2011-07-18 Brian AndersonRevert "Rename Passes2.cpp to Passes.cpp"
2011-07-17 Brian AndersonRename Passes2.cpp to Passes.cpp
2011-07-17 Brian AndersonRemove Passes.cpp from rustllvm
2011-07-17 Brian AndersonRemove Object.h from rustllvm
2011-07-15 Graydon HoareMerge the stage1,2,3.mk files into a common definition...
2011-07-13 Graydon HoareRemove 'Nop.' comments, add emacs lines, remove obsolet...
2011-07-13 Graydon HoareFix check target names in tests.mk.
2011-07-12 Brian AndersonAdd build targets for building rustc as a test runner...
2011-07-12 Brian AndersonMove stdtest output files up a directory. Issue #428
2011-07-12 Brian AndersonAdd build targets for running stdtest. Issue #428
2011-07-11 Rafael Ávila de... Use new snapshot.
2011-07-11 Rafael Ávila de... Move llvm out of stageN/lib so that the host building...
2011-07-11 Rafael Ávila de... Use new snapshot.
2011-07-08 Brian AndersonAdd missing rules to 'make clean'
2011-07-08 Brian AndersonMake the rules for compiling rustc explicit
2011-07-08 Brian AndersonAdd missing rt/rustllvm rules for static libstd
2011-07-08 Brian AndersonComplete the transition of glue.o to the lib directory
2011-07-07 Brian AndersonRegister new snapshots
2011-07-07 Brian AndersonAdd rt and rustllvm to the snapshot
2011-07-07 Brian AndersonRemove the llvm lib directory from LD_LIBRARY_PATH...
2011-07-07 Brian AndersonAlso copy rt and rustllvm to stage0 for now
2011-07-07 Erick Tryzelaarput librustrt and librustllvm in stageN dirs. Issue...
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
2011-07-07 Rafael Ávila de... Makefile support for building std static.
2011-07-07 Rafael Ávila de... Try to fix the bots.
2011-07-07 Rafael Ávila de... Command line changes for adding support for static...
2011-07-06 Brian AndersonAdd a stdtest crate to hold the standard library tests
2011-07-05 Brian AndersonTemporarily introduce a stage2-check build target
2011-07-04 Brian AndersonLink the fuzzer crate to librustc again
2011-07-04 Graydon HoareMerge pull request #605 from wilsonk/target
2011-07-01 Brian AndersonPartially restore the fuzzer crate's build rules
next