about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-3/+3
2014-12-18libs: merge librustrt into libstdAaron Turon-4/+3
2014-12-18Use `-perm /a+x` instead of `-perm +a+x` in calls to findPhilip Munksgaard-1/+1
2014-12-17remove l10nSteve Klabnik-34/+0
2014-12-17Only try to install the doc directory if it exists.Ken Tossell-3/+11
2014-12-17rollup merge of #19923: pnkfelix/fix-make-tags.emacsAlex Crichton-1/+1
2014-12-17rollup merge of #19753: brson/rust-installerAlex Crichton-9/+17
2014-12-16Fix `make TAGS.emacs`.Felix S. Klock II-1/+1
2014-12-15rollup merge of #19754: steveklabnik/remove_sundownBrian Anderson-2/+1
2014-12-15auto merge of #19750 : murarth/rust/rusti-support, r=brsonbors-1/+2
2014-12-13Separate borrowck into its own crate and remove dead code as well.Niko Matsakis-5/+7
2014-12-11Use rust-installer for installationBrian Anderson-9/+17
2014-12-11Add LLVM ExecutionEngine APIMurarth-1/+2
2014-12-11Remove mentions of sundown.Steve Klabnik-2/+1
2014-12-10Don't try to dist src/README.md which does not existBrian Anderson-1/+0
2014-12-09rollup merge of #19604: vadimcn/gcc-lessAlex Crichton-2/+3
2014-12-06- Support gcc-less installation on Windows. To do so in unattended mode run:...Vadim Chugunov-2/+3
2014-12-05Remove crates from test list so that we don't waste time building them.Niko Matsakis-1/+1
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-7/+10
2014-12-04Move typeck into its own crate.Niko Matsakis-4/+9
2014-12-04auto merge of #18613 : steveklabnik/rust/ownership_guide, r=huonwbors-1/+1
2014-12-01auto merge of #19417 : alexcrichton/rust/issue-19383, r=huonwbors-3/+3
2014-11-30Fix typo in tests makefileCorey Farwell-1/+1
2014-11-30mk: Use host llvm linkage paths, not target onesAlex Crichton-3/+3
2014-11-26rollup merge of #19322: DiamondLovesYou/multi-llvmdepsAlex Crichton-13/+25
2014-11-26rollup merge of #19282: steveklabnik/remove_grammarAlex Crichton-20/+0
2014-11-26Lifetime guide -> ownership guideSteve Klabnik-1/+1
2014-11-26debuginfo: Add script that allows to conveniently start LLDB in "rust-mode"Michael Woerister-5/+72
2014-11-25Don't forget the tests.Richard Diamond-2/+4
2014-11-25Don't use the same llvmdeps.rs for every host.Richard Diamond-11/+21
2014-11-24remove the generation of grammar from the referenceSteve Klabnik-20/+0
2014-11-24Merge libsync into libstdAaron Turon-3/+2
2014-11-23rollup merge of #19161: jmesmon/mk-fixesJakub Bukaj-5/+8
2014-11-22auto merge of #19117 : jmesmon/rust/mk-cfg-suffix, r=cmrbors-1/+1
2014-11-21auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichtonbors-0/+8
2014-11-20Fallout from libgreen and libnative removalAaron Turon-3/+2
2014-11-20Remove libnativeAaron Turon-5/+4
2014-11-20mk/rt: use CFG_LLVM_TARGET instead of plain target when calling llcCody P Schafer-3/+6
2014-11-20mk/target: fix typo so we depend on the correct directoryCody P Schafer-1/+1
2014-11-20mk/stage0: complain instead of creating an empty fileCody P Schafer-1/+1
2014-11-19rollup merge of #19103: huonw/literal-suffixesJakub Bukaj-5/+13
2014-11-19rollup merge of #18903: steveklabnik/error_handling_guideJakub Bukaj-1/+1
2014-11-19mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~...Cody P Schafer-1/+1
2014-11-19Update makefiles to ensure src/grammar/verify.rs is built.Huon Wilson-5/+13
2014-11-18New guide: error handlingSteve Klabnik-1/+1
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-5/+6
2014-11-17mk/rt/jemalloc: pass CFG_GCCISH_CFLAGS inside CC instead of passing CFG_CFLAG...Cody P Schafer-2/+2
2014-11-17CFG_CFLAGS is only used for jemalloc, rename all uses to CFG_JEMALLOC_CFLAGSCody P Schafer-16/+15
2014-11-16Look for standard crates in LIBDIR provided by --libdir option,Jauhien Piatlicki-0/+8
2014-11-10mk: Fix configuration of version commit informationBrian Anderson-1/+1