about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
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
2014-06-24Remove the cheat sheet.Steve Klabnik-1/+1
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-1/+31
2014-06-24Added Mipsel architecture supportPawel Olzacki-1/+31
2014-06-16rustc: Disable rpath settings by defaultAlex Crichton-2/+2
2014-06-16Test fixes from rollupAlex Crichton-1/+2
2014-06-16Fix --disable-rpath and testsAlex Crichton-8/+9
2014-06-16alloc: Allow disabling jemallocAlex Crichton-0/+7
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-34/+110
2014-06-16Potential fix for Win32 buildValerii Hiora-1/+0
2014-06-13remove unnecessary PaX detectionDaniel Micay-4/+0
2014-06-12Platform configurationValerii Hiora-34/+111
2014-06-12mk: Allow using a locally compiled libuv.aAlex Crichton-8/+19
2014-06-12mk: Allow usage of a local jemalloc installAlex Crichton-2/+16
2014-06-11sync: Move underneath libstdAlex Crichton-6/+6
2014-06-10auto merge of #14777 : alexcrichton/rust/issue-14747, r=huonwbors-2/+6
2014-06-09Macro crates now depend on librustcKeegan McAllister-3/+3
2014-06-09mk: Ensure docs have relative links to each otherAlex Crichton-2/+6
2014-06-06std: Extract librustrt out of libstdAlex Crichton-6/+9
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+3
2014-06-06mk: Run doc tests with --cfg doxAlex Crichton-1/+1
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-3/+4
2014-06-05std: Recreate a `collections` moduleAlex Crichton-11/+12
2014-06-04auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonwbors-3/+5
2014-06-04auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichtonbors-0/+1
2014-06-04libc: only provide an rlib.Huon Wilson-0/+1
2014-06-01mk: Less noisy rustdoc invocationsAlex Crichton-3/+5
2014-05-30Remove libworkcacheSteven Fackler-2/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-6/+7
2014-05-28auto merge of #14476 : luqmana/rust/docs, r=alexcrichtonbors-0/+1