| Age | Commit message (Expand) | Author | Lines |
| 2014-05-14 | Get rid of the android-cross-path flag to rustc. | Luqman Aden | -1/+2 |
| 2014-05-13 | docs: Add a not found page | Richo Healey | -1/+1 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | make sure jemalloc valgrind support is enabled | Daniel Micay | -2/+3 |
| 2014-05-11 | mk: Bundle jemalloc with make dist | Alex Crichton | -1/+1 |
| 2014-05-11 | pass correct CFLAGS for jemalloc | Daniel Micay | -1/+15 |
| 2014-05-10 | add back jemalloc to the tree | Daniel Micay | -6/+52 |
| 2014-05-08 | auto merge of #13985 : alexcrichton/rust/libfmt, r=brson | bors | -2/+3 |
| 2014-05-08 | std: Extract format string parsing out of libstd | Alex Crichton | -2/+3 |
| 2014-05-07 | mk: Fix make install | Alex Crichton | -2/+4 |
| 2014-05-07 | auto merge of #13726 : michaelwoerister/rust/lldb-autotests, r=alexcrichton | bors | -12/+30 |
| 2014-05-07 | auto merge of #13901 : alexcrichton/rust/facade, r=brson | bors | -5/+10 |
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -12/+30 |
| 2014-05-07 | mk: Add libcore | Alex Crichton | -5/+10 |
| 2014-05-07 | auto merge of #13832 : alexcrichton/rust/cfail-full, r=brson | bors | -1/+12 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -37/+20 |
| 2014-05-06 | Lower armhf target feature to v6. | Luqman Aden | -1/+1 |
| 2014-05-03 | rustdoc: Enable the footnote markdown extension | Alex Crichton | -4/+5 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -13/+15 |
| 2014-05-03 | rustdoc: Fix inclusion of the new fonts | Alex Crichton | -20/+0 |
| 2014-05-02 | Add a `graphviz` crate for making .dot files to layout and render graphs. | Felix S. Klock II | -1/+2 |
| 2014-04-29 | mk: Depend on regex_macros for tests appropriately | Alex Crichton | -0/+10 |
| 2014-04-28 | test: Add a compile-fail-fulldeps test suite | Alex Crichton | -1/+12 |
| 2014-04-25 | auto merge of #13744 : adrientetar/rust/derp, r=brson | bors | -0/+20 |
| 2014-04-25 | doc,rustdoc: store webfonts locally | Adrien Tétar | -0/+20 |
| 2014-04-25 | mk: Copy fewer libraries into the host artifacts | Andrew Gallant | -4/+1 |
| 2014-04-25 | Add a regex crate to the Rust distribution. | Andrew Gallant | -2/+4 |
| 2014-04-23 | auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton | bors | -3/+1 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -3/+1 |
| 2014-04-22 | Upgrade compiler-rt | Vadim Chugunov | -2/+2 |
| 2014-04-19 | mk: Pass exact compile to rustc on cross compiles | Alex Crichton | -1/+4 |
| 2014-04-18 | auto merge of #13513 : alexcrichton/rust/up-llvm, r=brson | bors | -4/+14 |
| 2014-04-17 | llvm: Add an option to statically link libstdc++ | Alex Crichton | -4/+14 |
| 2014-04-17 | mk/tests.mk: Fix a typo causing make to give compiletest the wrong rt build d... | Richard Diamond | -1/+1 |
| 2014-04-15 | mk: Change windows to install from stage2 | Alex Crichton | -6/+0 |
| 2014-04-15 | dist: Make Windows installer uninstall first. Closes #9563 | Brian Anderson | -1/+1 |
| 2014-04-15 | auto merge of #13416 : brson/rust/30min, r=alexcrichton | bors | -1/+1 |
| 2014-04-11 | mk: Fix rpath on cross compile builds | Alex Crichton | -4/+32 |
| 2014-04-10 | rustc: Remove absolute rpaths | Alex Crichton | -4/+0 |
| 2014-04-10 | mk: Add a dummy CFG_COMPILER_HOST_TRIPLE to rustdoc invocation. | Kang Seonghoon | -0/+1 |
| 2014-04-09 | doc: Add "A 30-minute Introduction to Rust" | Brian Anderson | -1/+1 |
| 2014-04-08 | Made 'make install' include libs for additional targets | Dmitry Promsky | -15/+23 |
| 2014-04-06 | mk: Pass the name of the make command to maketest.py | Brian Anderson | -0/+1 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -61/+4 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -2/+2 |
| 2014-04-05 | auto merge of #13260 : pnkfelix/rust/fsk-fix-13247, r=alexcrichton | bors | -8/+36 |
| 2014-04-05 | Fix android problems with newly fixed rpass-full variable definition. | Felix S. Klock II | -7/+35 |
| 2014-04-04 | Add stdlib docs to the Linux binary tarball. | Huon Wilson | -1/+2 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -2/+2 |
| 2014-04-04 | auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonw | bors | -2/+2 |