]> git.lizzy.rs Git - rust.git/history - mk
cargo: Print rustc's stdout when compilation fails
[rust.git] / mk /
2012-01-06 Graydon HoareMerge pull request #1450 from erickt/master
2012-01-06 Marijn HaverbekeDon't delete css and js files in doc/ when making clean
2012-01-06 Brian Andersonbuild: Don't delete llvm files as part of make clean
2012-01-06 Graydon HoareFix a couple paths in the dist target.
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-02 Jyun-Yan Youfix link error
2012-01-02 Jyun-Yan Youadd missing library, enable segmented stacks for freebsd
2012-01-02 User Jyyoufreebsd support
2011-12-30 Graydon HoareDocument copy/move/swap/assign expressions more accurat...
2011-12-30 Graydon HoareMake install and check targets depend on all. Close...
2011-12-30 Graydon HoareMake clean cleaner.
2011-12-21 Graydon HoareMerge pull request #1363 from elly/cargo
2011-12-21 Graydon HoareAdd rustdoc to build.
2011-12-20 Graydon HoareMerge pull request #1349 from lht/driver
2011-12-20 Haitao LiSeparate driver rustc and librustc
2011-12-19 Graydon HoareMerge pull request #1334 from boggle/kmath
2011-12-19 Marijn HaverbekeDon't make rustc depend on librustc
2011-12-18 Brian Andersonrustc: Don't emit compact unwind info on mac
2011-12-17 Brian AndersonMerge pull request #1320 from elly/cargo
2011-12-17 Graydon HoareMerge pull request #1319 from elly/cargo
2011-12-17 Graydon HoareInstall and snapshot cargo by default.
2011-12-17 Graydon HoareUpdate build machinery to build and install librustc...
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Haitao Libuild: Tidy cargo when checking formatting
2011-12-16 Haitao Libuild: Remove the temp hack for libraries renaming...
2011-12-13 Brian Andersonbuild: Touch llvm-config after building
2011-12-13 Haitao Libuild: Temp hack to make transition to new snapshot
2011-12-13 Haitao Lirustc: build versioned library with hash in its name
2011-12-11 Brian Andersonbuild: Use llvm-mc as our assembler
2011-12-07 Graydon HoarePass --no-core when building libcore.
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.
2011-12-06 Austin SeippMake valgrind usage more consistent and less error...
2011-12-04 Brian AndersonUpgrade LLVM to svn revision 145779
2011-12-04 Brian AndersonFix definition of check-stageN-all targets
2011-12-03 Niko Matsakismake check test stage3
2011-12-03 Niko Matsakismake "check" match "all": only the host triple
2011-12-02 Stefan Plantikowbuild: added CFG_INSTALL_SNAP for automatically activat...
2011-12-01 Graydon HoareBuild infra and minor build-enabling bugfixes for cargo.
2011-12-01 Brian Andersonstdlib: Implement some preliminary libuv bindings
2011-12-01 Brian Andersonbuild: Pass -fPIC to the libuv build
2011-11-30 Niko Matsakisfix path for the find command
2011-11-29 Brian Andersonbuild: Have 'make check' run all target/host combinations
2011-11-29 Brian Andersonbuild: Fix stage0 rules for non-host targets
2011-11-29 Niko Matsakisimprove install, fix MKFILE_DEPS so it works
2011-11-29 Niko Matsakisfix snap
2011-11-29 Brian AndersonAdjust perf target to use correct variable names
2011-11-29 Niko Matsakiswork on perf
2011-11-29 Niko Matsakisfix more problems w/ check-fast
2011-11-29 Niko Matsakismake check-fast work
2011-11-29 Niko Matsakisfix dependencies for snap-stage[23]
2011-11-29 Niko Matsakistweak to get windows test-running correct
2011-11-29 Niko Matsakisupdate snapshot scripts
2011-11-29 Niko Matsakisfix clean target
2011-11-29 Niko Matsakisfix makefiles, add option to ignore changes in makefiles
2011-11-29 Niko Matsakismakefiles now seem to be working, rustc is not
2011-11-29 Niko Matsakismake check works
2011-11-29 Niko Matsakismisc fixes
2011-11-29 Niko Matsakisbasic builds function
2011-11-29 Brian Andersonrt: Build __morestack as a static library and copy...
2011-11-29 Brian Andersonbuild: Stop linking morestack.S to rt
2011-11-26 Brian Andersonbuild: Create a better definition of LLVM deps
2011-11-23 Haitao Lidoc: Build keywords multitable automatically
2011-11-23 Brian Andersonrt: Make __morestack (without unwinding) work on 32...
2011-11-19 Stefan PlantikowAdded CFG_NOTIDY flag to the build
2011-11-17 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-11-17 Brian Andersonbuild: Add various shorthand make check rules
2011-11-17 Brian Andersonrt: Make stack growth code build on Linux
2011-11-17 Patrick Waltonrt: More work on morestack
2011-11-17 Brian AndersonRevert "rt: More work on morestack"
2011-11-17 Brian AndersonRevert "rt: Make stack growth code build on Linux"
2011-11-17 Brian Andersonrt: Make stack growth code build on Linux
2011-11-17 Patrick Waltonrt: More work on morestack
2011-11-16 Niko Matsakisfix prereqs
2011-11-16 Niko Matsakisfix prereqs
2011-11-16 Niko Matsakiscorrect (I think) prereqs
2011-11-16 Niko Matsakiscorrect pre-reqs
2011-11-16 Niko Matsakismake check-stage2-perf target work again, along with...
2011-11-16 Niko Matsakismake it so that tests can be run on different target...
2011-11-15 Patrick WaltonRevert "rt: More work on morestack"
2011-11-15 Patrick Waltonrt: More work on morestack
2011-11-14 Brian Andersonbuild: Fix 'make perf'. Closes #1151
2011-11-11 Brian Andersonrt: Remove rust_chan
2011-11-11 Brian Andersonrt: Remove rust_aio.cpp. Bitrotted.
2011-11-10 Brian AndersonImprove make clean rules for libuv
2011-11-09 Niko Matsakiscorrect stack alignment
2011-11-09 Niko Matsakismake clean delete all .o files from rt directory
2011-11-09 Erick TryzelaarRe-add libuv as a submodule.
2011-11-08 Brian AndersonRename rust_uv.cpp to rust_aio.cpp
2011-11-08 Brian AndersonUpgrade libuv to f1859eb841be2fe48512bc10e64556383f408b01
2011-11-05 Brian AndersonBuild LLVM with -fno-omit-frame-pointer on Linux
2011-11-05 Brian AndersonAdd clean-all rule which also cleans LLVM
2011-11-05 Brian AndersonUse $(MAKE) for recursive make
2011-11-05 Brian AndersonParameterize the LLVM build over the target triples
2011-11-05 Brian AndersonCleanup LLVM build rules after rebase onto x64 changes
2011-11-05 Brian AndersonLLVM build cleanup
2011-11-05 Brian AndersonUse LLVM directly from the build directory
2011-11-05 Brian AndersonTie the LLVM build into ours
2011-11-05 Brian AndersonAdd mk/llvm.mk
next