about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2014-08-08mk: Don't emit landing pads in stage 0.Brian Anderson-0/+4
2014-08-04Use gcc for cross-build linking, not g++.Vadim Chugunov-2/+2
2014-08-01mk: Add missing colonBrian Anderson-1/+1
2014-08-01auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichtonbors-3/+4
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-3/+4
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+32
2014-07-25mk: Print grammar info message like othersBrian Anderson-3/+3
2014-07-25mk: Remove check-syntax targetBrian Anderson-4/+1
2014-07-24mk: Some fixes to grammar.mkBrian Anderson-2/+8
2014-07-24mk: Add comments to primary check targetsBrian Anderson-2/+12
2014-07-24mk: Add check-secondary target for tests with no x-platform risk.Brian Anderson-0/+6
2014-07-24auto merge of #15922 : poiru/rust/remove-whitespace-mk-backslash, r=brsonbors-232/+232
2014-07-23mk: Have the various flavors of 'dist' install all targets by defaultBrian Anderson-4/+13
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-70/+70
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-162/+162
2014-07-22Revert "Made 'make install' include libs for additional targets"Brian Anderson-23/+15
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+57
2014-07-21Don't run lexer tests by defaultCorey Richardson-1/+1
2014-07-21Shuffle around check-lexer conditionsCorey Richardson-3/+17
2014-07-21lexer tests: makefile/configureCorey Richardson-0/+43
2014-07-21rustc: Print a smaller hash on -vAlex Crichton-3/+4
2014-07-18Include Strings guide with the others.Steve Klabnik-1/+1
2014-07-16mk: Fix LD_LIBRARY_PATH_ENV_NAMES in cross buildklutzy-1/+1
2014-07-14Extract librustc_back from librustcBrian Anderson-2/+4
2014-07-14Move llvm bindings to their own crateBrian Anderson-5/+6
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-2/+2
2014-07-11Bump version to 0.12.0-preBrian Anderson-2/+2
2014-07-11auto merge of #15580 : pnkfelix/rust/fsk-fix-15558, r=alexcrichtonbors-4/+6
2014-07-10More robust install.sh: do runnability test in fresh subdirectory.Felix S. Klock II-4/+6
2014-07-10auto merge of #15578 : alexcrichton/rust/fix-dist-again, r=pnkfelixbors-1/+0
2014-07-10mk: Don't run rustc manually during distcheckAlex Crichton-1/+0
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-10/+1
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-5/+8
2014-07-09Register new snapshotsAlex Crichton-10/+1
2014-07-09fix test failureskwantam-3/+3
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-2/+2
2014-07-07mk: Run tidy after tests in 'make check'Brian Anderson-1/+1
2014-07-07Add libunicode; move unicode functions from corekwantam-3/+6
2014-07-06mk: Fix bootstrapping the nightly buildsAlex Crichton-8/+10
2014-07-05rustc: Stop putting hashes in filenames by defaultAlex Crichton-1/+12
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-1/+1
2014-07-02Build rustc with /LARGEADDRESSAWARE on windows.Luqman Aden-0/+1
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-6/+12
2014-06-30Fix distcheckSteven Fackler-0/+1
2014-06-30auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonwbors-4/+4
2014-06-30Allow external html in rustdoc for crates.zzmp-4/+4
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-2/+7
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-2/+8
2014-06-24Add the Guide, add warning to tutorial.Steve Klabnik-1/+1