about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2014-05-15mk: Don't run benchmarks with `make check`Alex Crichton-1/+1
2014-03-27auto merge of #13142 : alexcrichton/rust/issue-13118, r=brsonbors-2/+2
2014-03-25Revert "Revert "mk: Run 'make install' through install.sh""Brian Anderson-6/+7
2014-03-25mk: Use rwildcard to calculate dependent filesAlex Crichton-2/+2
2014-02-18mk: Talk about `make clean` in the build helpVirgile Andreani-2/+6
2014-02-18mk: Fix the regexp of SHOW_DOCSVirgile Andreani-2/+2
2014-02-15mk: Base the windows dist target on prepare.mkBrian Anderson-0/+1
2014-02-15mk: Add prepare.mkBrian Anderson-12/+19
2014-02-15mk: Clean up conditions for including dist.mkBrian Anderson-3/+0
2014-02-14mk: Address review feedbackBrian Anderson-10/+22
2014-02-14mk: Improve build system help commandsBrian Anderson-34/+82
2014-02-14mk: Add NO_MKFILE_DEPS for turning off rebuild from makefile changesBrian Anderson-0/+1
2014-02-14mk: Move most of Makefile.in to .mk filesBrian Anderson-471/+26
2014-02-14mk: Remove the concept of 'snapshot transitions'Brian Anderson-14/+0
2014-02-14mk: Add some serious documentation and 'make help'Brian Anderson-1/+54
2014-02-13Register new snapshotsAlex Crichton-6/+2
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-1/+2
2014-02-10Don't use -Z prefer-dynamic at stage0Alex Crichton-1/+2
2014-02-11Makefile.in: --no-rpath => -C no-rpathgifnksm-3/+3
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-1/+1
2014-02-02Remove VPATH usage in MakefilesAlex Crichton-3/+0
2014-02-02Remove rustpkg.Corey Richardson-1/+0
2014-01-28Fix a typo in disable rpathsAlex Crichton-1/+1
2014-01-26auto merge of #11787 : alexcrichton/rust/refactor, r=brsonbors-182/+29
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-182/+29
2014-01-24auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestingerbors-1/+20
2014-01-24Allow opting-out of rpath usageAlex Crichton-1/+20
2014-01-23Build llvm-extract (needed by codegen tests)Alex Crichton-1/+1
2014-01-21Remove no-debug-borrows from the makefilesAlex Crichton-5/+0
2014-01-16auto merge of #11590 : vadimcn/rust/llvm-tools, r=alexcrichtonbors-0/+3
2014-01-15Only build LLVM tools Rust needs.Vadim Chugunov-0/+3
2014-01-15Add a configure to disable libstd version injectionAlex Crichton-0/+1
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-2/+2
2014-01-12Bump version to 0.10-preBrian Anderson-2/+2
2014-01-07mk: Fix the naming of the windows installer harderBrian Anderson-0/+1
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-2/+3
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-2/+3
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+6
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton-2/+42
2013-12-20mk: Remove obsolete source reformatting rulesBrian Anderson-5/+0
2013-12-07Register new snapshotsAlex Crichton-0/+4
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-5/+8
2013-12-03Register new snapshotsAlex Crichton-0/+1
2013-11-29Statically link librustrt to libstdAlex Crichton-1/+1
2013-11-29Add generation of static libraries to rustcAlex Crichton-36/+31
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-0/+1
2013-11-03Rename files to match current recommendations.Chris Morgan-5/+5
2013-11-02auto merge of #10199 : alexcrichton/rust/no-propagate, r=brsonbors-1/+1