summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
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
2013-11-02Statically link libuv to librustuvAlex Crichton-1/+1
2013-11-02auto merge of #10229 : brson/rust/warnings, r=thestingerbors-3/+3
2013-11-01Fix installation with DESTDIRBrian Anderson-6/+0
2013-11-01Use consistent capitalization in makefile errorsBrian Anderson-3/+3
2013-10-29support for GNU configure syntaxHeather-33/+33
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-2/+21
2013-10-18auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonwbors-1/+1
2013-10-18Remove the fmt! syntax extensionAlex Crichton-1/+1
2013-10-17rm rusti from `Makefile.in`Daniel Micay-1/+0
2013-10-16remove the rusti commandDaniel Micay-6/+1
2013-10-10rust / build: Remove the `rust` toolTim Chevalier-6/+0
2013-10-09Makefile: Get git revision correctly on Windowsklutzy-4/+10
2013-09-30Prevent leakage of fmt! into the compilerAlex Crichton-1/+1
2013-09-28auto merge of #9542 : pnkfelix/rust/fsk-fix-issue-9531, r=thestingerbors-0/+4
2013-09-26Update version numbers to 0.9-preBrian Anderson-2/+2
2013-09-26Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db.Felix S. Klock II-0/+4
2013-09-22auto merge of #9385 : alexcrichton/rust/actually-ndebug, r=pnkfelixbors-4/+5
2013-09-22Actually default rustc to have debug! outputAlex Crichton-4/+5
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-6/+0
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-1/+1
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-0/+1
2013-09-16Add rustdoc_ngCorey Richardson-0/+5
2013-09-03Move the llvm auto-clean stamp into $target/llvmAlex Crichton-10/+1
2013-08-23Define cfg(rtopt) when optimizing. Turn off runtime sanity checksBrian Anderson-1/+2
2013-08-04libsyntax/ext/deriving/cmp/* was ignored by the build system.Huon Wilson-1/+1
2013-07-19PR #7637 followup: no need to print the set of removed files twice.Felix S. Klock II-1/+1
2013-07-10auto merge of #7637 : pnkfelix/rust/fsk-guard-against-stale-libraries-issue32...bors-0/+33
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-6/+12
2013-07-08Bump version numbers to 0.8-preBrian Anderson-2/+2
2013-07-07Fix #3225: Check for old Rust libraries when building and installing.Felix S. Klock II-0/+27
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-29auto merge of #7442 : graydon/rust/clean-llvm-trigger, r=brsonbors-1/+10
2013-06-27mk: Make windows installer work with -pre versionsBrian Anderson-0/+4
2013-06-27mk: add mechanisms for triggering clean-llvm builds from commitsGraydon Hoare-1/+10