about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2013-12-10auto merge of #10593 : metajack/rust/pkgid-hash, r=brsonbors-1/+2
2013-12-10Add missing sundown dependency to rustdoc tests.Jack Moffitt-1/+2
2013-12-10Add rustdoc documentation.Corey Richardson-0/+7
2013-12-07Register new snapshotsAlex Crichton-67/+0
2013-12-07Fix the linked targets for rustcAlex Crichton-2/+2
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-32/+28
2013-12-05Remove unused upcallsAlex Crichton-0/+2
2013-12-03Tidy up a few problems with run-make testsAlex Crichton-2/+2
2013-12-02Make the ccache-free case look like the ccache case.Felix S. Klock II-3/+4
2013-12-01*Actually* fix `make install` with rlibsAlex Crichton-3/+0
2013-11-30auto merge of #10746 : alexcrichton/rust/fix-make-install, r=cmrbors-0/+6
2013-11-30Fix make install to install rlib filesAlex Crichton-0/+6
2013-11-30auto merge of #10731 : chris-morgan/rust/fix-double-slashing, r=metajackbors-3/+3
2013-11-30Test fixes and merge conflictsAlex Crichton-2/+3
2013-11-29Add a new run-make test directoryAlex Crichton-2/+37
2013-11-29Statically link librustrt to libstdAlex Crichton-10/+2
2013-11-29Add generation of static libraries to rustcAlex Crichton-27/+35
2013-11-30Fix double slashes in make paths.Chris Morgan-3/+3
2013-11-24rustdoc: pass through --cfg to rustcCorey Richardson-1/+3
2013-11-23Use CXX not CC for linking.Luqman Aden-4/+4
2013-11-22Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv.Luqman Aden-7/+12
2013-11-22mk: Get rid of redundant LIBUV_FLAGS.Luqman Aden-38/+6
2013-11-22Fix up mingw64 target.Luqman Aden-39/+99
2013-11-18Move runtime files to C instead of C++Alex Crichton-30/+49
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-1/+0
2013-11-16Don't make tags for our dependencies and tests.Chris Morgan-1/+21
2013-11-13doc: tidy up makefile rulesAdrien Tétar-92/+20
2013-11-13doc: add favicon to tutorial/manualAdrien Tétar-25/+46
2013-11-10auto merge of #10226 : nibrahim/rust/docepub, r=alexcrichtonbors-1/+26
2013-11-10Another round of test fixes from previous commitsAlex Crichton-1/+1
2013-11-10Update to the latest libuvAlex Crichton-1/+1
2013-11-06auto merge of #10227 : kud1ing/rust/ios, r=alexcrichtonbors-2/+9
2013-11-06Fixes for compilation to iOS:kud1ing-2/+9
2013-11-05Move implementation for threads to RustDirkjan Bussink-1/+0
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+3
2013-11-03Create epub versions of tutorial and ref manual.Noufal Ibrahim-1/+26
2013-11-03Rename files to match current recommendations.Chris Morgan-2/+2
2013-11-02auto merge of #10199 : alexcrichton/rust/no-propagate, r=brsonbors-20/+69
2013-11-02Statically link libuv to librustuvAlex Crichton-9/+38
2013-11-02auto merge of #10229 : brson/rust/warnings, r=thestingerbors-1/+1
2013-11-01Statically link sundown to librustdocAlex Crichton-11/+31
2013-11-01Fix installation with DESTDIRBrian Anderson-9/+9
2013-11-01Use consistent capitalization in makefile errorsBrian Anderson-1/+1
2013-11-01auto merge of #10220 : luqmana/rust/con, r=brsonbors-10/+10
2013-11-01auto merge of #10203 : kud1ing/rust/ios, r=alexcrichtonbors-0/+29
2013-11-01configure: Fix passing multiple target and host triples.Luqman Aden-10/+10
2013-10-31add target triple arm-apple-darwinkud1ing-0/+29
2013-10-31Fix missing parenthesis in a previous substitution '$(PREFIX_ROOT)' to '$(CF...Olivier Saut-4/+4
2013-10-30auto merge of #10164 : brson/rust/configure, r=brsonbors-167/+167
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-0/+11