summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2014-01-08auto merge of #11407 : alexcrichton/rust/fix-snap, r=brsonbors-0/+4
2014-01-08Fix the snapshot and cross compilationAlex Crichton-0/+4
2014-01-07mk: Start testing the cheatsheetBrian Anderson-0/+1
2014-01-07auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors-6/+13
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-10/+8
2014-01-06auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brsonbors-24/+20
2014-01-06Fix parallel makefile buildsAlex Crichton-24/+20
2014-01-06Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik-4/+11
2014-01-06mk: Fix formatting of docs.mkBrian Anderson-2/+2
2014-01-06auto merge of #11354 : brson/rust/versionwin, r=alexcrichtonbors-1/+1
2014-01-06auto merge of #11123 : alan-andrade/rust/move_wiki_to_internal_docs, r=brsonbors-42/+72
2014-01-06Delete the installer exe when cleaningBrian Anderson-1/+1
2014-01-06rust_version.html is a HTML_DEPS and every html has it as dependecyAlan Andrade-34/+29
2014-01-06First phase of migrating the wiki to the internal docs #11078Alan Andrade-12/+47
2014-01-06auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichtonbors-3/+23
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-19/+25
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-3/+23
2014-01-04auto merge of #11307 : vadimcn/rust/test-adb, r=brsonbors-16/+16
2014-01-04auto merge of #11290 : alexcrichton/rust/testname, r=brsonbors-3/+3
2014-01-04auto merge of #11301 : vadimcn/rust/fix-android, r=brsonbors-1/+15
2014-01-04Fix android device detection when connected to a remote emulator (in this cas...Vadim Chugunov-16/+16
2014-01-03Fix ARM unwinding.Vadim Chugunov-1/+15
2014-01-03mk: Fix llvmdeps.rs dependenciesBrian Anderson-3/+3
2014-01-03Change rmake and doc-test to support TESTNAMEAlex Crichton-3/+3
2013-12-31Add testing tutorial to docsJulia Evans-0/+7
2013-12-29Add a compiler-docs targetCorey Richardson-2/+13
2013-12-28Add docs for more cratesCorey Richardson-0/+4
2013-12-26Register new snapshotsAlex Crichton-1/+0
2013-12-26auto merge of #10965 : alexcrichton/rust/libgreen, r=brsonbors-31/+116
2013-12-24mk: Fix doc tests for multiple targetsAlex Crichton-10/+16
2013-12-24make: Fix deps of rmake tests and host filesAlex Crichton-2/+2
2013-12-24make: Don't have libsyntax depend on librustuvAlex Crichton-1/+0
2013-12-24Test fixes and rebase problemsAlex Crichton-5/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-3/+3
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton-25/+114
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-10/+12
2013-12-23mk: Run doc tests as part of 'make check'Alex Crichton-0/+27
2013-12-22auto merge of #11069 : alexcrichton/rust/issue-11067, r=brsonbors-6/+17
2013-12-22uv: Suppress a warning by using an absolute pathAlex Crichton-6/+17
2013-12-22auto merge of #11096 : brson/rust/pp, r=alexcrichtonbors-39/+0
2013-12-22auto merge of #11114 : klutzy/rust/a, r=cmrbors-0/+1
2013-12-22mk: Clean .lib filesklutzy-0/+1
2013-12-21auto merge of #11095 : brson/rust/issue-11094, r=alexcrichtonbors-0/+9
2013-12-20mk: Remove obsolete source reformatting rulesBrian Anderson-39/+0
2013-12-20mk: Work around problem with run-make tests on multiple targets. #11094Brian Anderson-0/+9
2013-12-18auto merge of #10977 : brson/rust/androidtest, r=brsonbors-11/+8
2013-12-18Make Android tests fail if no device is availableBrian Anderson-11/+8
2013-12-18auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichtonbors-2/+3
2013-12-18Add a rustdoc testCorey Richardson-2/+3
2013-12-18mklldeps.py: Write to file instead of printklutzy-2/+1