| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | Remove the cheat sheet. | Steve Klabnik | -1/+1 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -1/+31 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -1/+31 |
| 2014-06-16 | rustc: Disable rpath settings by default | Alex Crichton | -2/+2 |
| 2014-06-16 | Test fixes from rollup | Alex Crichton | -1/+2 |
| 2014-06-16 | Fix --disable-rpath and tests | Alex Crichton | -8/+9 |
| 2014-06-16 | alloc: Allow disabling jemalloc | Alex Crichton | -0/+7 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -34/+110 |
| 2014-06-16 | Potential fix for Win32 build | Valerii Hiora | -1/+0 |
| 2014-06-13 | remove unnecessary PaX detection | Daniel Micay | -4/+0 |
| 2014-06-12 | Platform configuration | Valerii Hiora | -34/+111 |
| 2014-06-12 | mk: Allow using a locally compiled libuv.a | Alex Crichton | -8/+19 |
| 2014-06-12 | mk: Allow usage of a local jemalloc install | Alex Crichton | -2/+16 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -6/+6 |
| 2014-06-10 | auto merge of #14777 : alexcrichton/rust/issue-14747, r=huonw | bors | -2/+6 |
| 2014-06-09 | Macro crates now depend on librustc | Keegan McAllister | -3/+3 |
| 2014-06-09 | mk: Ensure docs have relative links to each other | Alex Crichton | -2/+6 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -6/+9 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+3 |
| 2014-06-06 | mk: Run doc tests with --cfg dox | Alex Crichton | -1/+1 |
| 2014-06-05 | mk: Move rust_test_helpers out of libstd | Alex Crichton | -3/+4 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -11/+12 |
| 2014-06-04 | auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonw | bors | -3/+5 |
| 2014-06-04 | auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton | bors | -0/+1 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -0/+1 |
| 2014-06-01 | mk: Less noisy rustdoc invocations | Alex Crichton | -3/+5 |
| 2014-05-30 | Remove libworkcache | Steven Fackler | -2/+1 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -6/+7 |
| 2014-05-28 | auto merge of #14476 : luqmana/rust/docs, r=alexcrichton | bors | -0/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -5/+6 |
| 2014-05-27 | mk: Don't build any docs with --disable-docs. | Luqman Aden | -0/+1 |
| 2014-05-25 | auto merge of #14370 : cmr/rust/design-faq, r=brson | bors | -2/+2 |
| 2014-05-25 | doc: add a new language design faq | Corey Richardson | -2/+2 |
| 2014-05-23 | Add clang specific flag more selectively. | Luqman Aden | -7/+15 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | auto merge of #14334 : brson/rust/deoxidize, r=alexcrichton | bors | -3/+3 |
| 2014-05-21 | mk: Replace 'oxidize' with 'rustc'. Closes #13781 | Brian Anderson | -3/+3 |
| 2014-05-20 | Make configure respect (and save) values for `CC`, `CXX`, `CFLAGS`, etc. | Felix S. Klock II | -87/+57 |
| 2014-05-18 | Refactoring: Introduce distinct host and target rpath var setters. | Felix S. Klock II | -13/+56 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -3/+5 |
| 2014-05-16 | Optimize and fix time::precise_time_ns() on macos | Kevin Ballard | -1/+1 |
| 2014-05-16 | term: add docs and windows support | Corey Richardson | -1/+1 |
| 2014-05-16 | auto merge of #14237 : alexcrichton/rust/issue-14144, r=cmr | bors | -1/+1 |
| 2014-05-15 | mk: Don't build jemalloc with -g3 | Alex Crichton | -1/+1 |
| 2014-05-15 | Render not_found with an absolute path to the rust stylesheet | Richo Healey | -3/+9 |
| 2014-05-15 | Graphviz based flow graph pretty-printing. | Felix S. Klock II | -1/+2 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -1/+3 |
| 2014-05-15 | mk: Don't run benchmarks with `make check` | Alex Crichton | -3/+3 |
| 2014-05-15 | test: allow the test filter to be a regex. | Huon Wilson | -1/+1 |