about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
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
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-5/+6
2014-05-27mk: Don't build any docs with --disable-docs.Luqman Aden-0/+1
2014-05-25auto merge of #14370 : cmr/rust/design-faq, r=brsonbors-2/+2
2014-05-25doc: add a new language design faqCorey Richardson-2/+2
2014-05-23Add clang specific flag more selectively.Luqman Aden-7/+15
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21auto merge of #14334 : brson/rust/deoxidize, r=alexcrichtonbors-3/+3
2014-05-21mk: Replace 'oxidize' with 'rustc'. Closes #13781Brian Anderson-3/+3
2014-05-20Make configure respect (and save) values for `CC`, `CXX`, `CFLAGS`, etc.Felix S. Klock II-87/+57
2014-05-18Refactoring: Introduce distinct host and target rpath var setters.Felix S. Klock II-13/+56
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-3/+5
2014-05-16Optimize and fix time::precise_time_ns() on macosKevin Ballard-1/+1
2014-05-16term: add docs and windows supportCorey Richardson-1/+1
2014-05-16auto merge of #14237 : alexcrichton/rust/issue-14144, r=cmrbors-1/+1
2014-05-15mk: Don't build jemalloc with -g3Alex Crichton-1/+1
2014-05-15Render not_found with an absolute path to the rust stylesheetRicho Healey-3/+9
2014-05-15Graphviz based flow graph pretty-printing.Felix S. Klock II-1/+2
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-1/+3
2014-05-15mk: Don't run benchmarks with `make check`Alex Crichton-3/+3
2014-05-15test: allow the test filter to be a regex.Huon Wilson-1/+1