| Age | Commit message (Expand) | Author | Lines |
| 2014-03-19 | mk: Simplify how prepare.mk, install.mk, and dist.mk deal with stages | Brian Anderson | -29/+17 |
| 2014-03-16 | auto merge of #12899 : brson/rust/cleanbacktrace, r=alexcrichton | bors | -0/+1 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -4/+5 |
| 2014-03-15 | mk: Clean libbacktrace w/ gusto | Brian Anderson | -0/+1 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -7/+9 |
| 2014-03-15 | docs: begin a "low-level & unsafe code" guide. | Huon Wilson | -1/+2 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -7/+9 |
| 2014-03-13 | auto merge of #12852 : itdaniher/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-03-13 | auto merge of #12602 : alexcrichton/rust/backtrace, r=brson | bors | -1/+70 |
| 2014-03-13 | Add basic backtrace functionality | Alex Crichton | -1/+70 |
| 2014-03-12 | Test fixes from rolling up PRs | Alex Crichton | -2/+2 |
| 2014-03-12 | mk: Fix warnings about duplicated rules | Alex Crichton | -4/+4 |
| 2014-03-12 | enable mutex lowering and hardware floating point on gnueabihf. closes #10482 | Ian Daniher | -1/+1 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -6/+7 |
| 2014-03-11 | auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichton | bors | -33/+28 |
| 2014-03-11 | doc: remove outdated tutorial entry, restore removed Makefile entries | Adrien Tétar | -3/+3 |
| 2014-03-11 | doc: auto-generate LaTeX includes | Adrien Tétar | -8/+8 |
| 2014-03-10 | auto merge of #12793 : brson/rust/installer, r=alexcrichton | bors | -18/+59 |
| 2014-03-10 | Implement hexadecimal floating point literals via a syntax extension | Douglas Young | -1/+2 |
| 2014-03-09 | mk: Put all distribution artifacts in dist/ | Brian Anderson | -20/+31 |
| 2014-03-09 | mk: forcibly delete dest dir when PREPARE_CLEAN | Brian Anderson | -1/+1 |
| 2014-03-09 | mk: Tweak the status messages for prepare.mk to say 'prepare', not 'install' | Brian Anderson | -4/+4 |
| 2014-03-09 | mk: Use the correct permissions for man pages | Brian Anderson | -1/+1 |
| 2014-03-09 | mk: dist-installer builds a binary installer | Brian Anderson | -0/+22 |
| 2014-03-09 | mk: Optionally clean the destination when preparing install image | Brian Anderson | -4/+12 |
| 2014-03-09 | mk: Put man pages in correct directory | Brian Anderson | -1/+1 |
| 2014-03-09 | doc: have a real switch b/w LaTeX compilers | Adrien Tétar | -12/+14 |
| 2014-03-09 | doc: remove node.js dependency | Adrien Tétar | -10/+3 |
| 2014-03-09 | mk: only build PDFs of the manual and tutorial. | Huon Wilson | -2/+12 |
| 2014-03-09 | docs: render rustdoc docs with rustdoc, hack around sundown code-fence | Huon Wilson | -1/+1 |
| 2014-03-09 | mk: rename `check-...-doc-<crate>` to `check-...-doc-crate-<crate>`. | Huon Wilson | -7/+8 |
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -269/+223 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -0/+1 |
| 2014-02-27 | Make OS X installer build from /tmp/dist/pkgroot, and have it be part of the ... | Brian Leibig | -4/+4 |
| 2014-02-27 | Add new target 'make dist-osx' to create a .pkg installer for OS X | Brian Leibig | -1/+33 |
| 2014-02-27 | rustc: Use libnative for the compiler | Alex Crichton | -2/+2 |
| 2014-02-25 | auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson | bors | -5/+7 |
| 2014-02-24 | auto merge of #12465 : huonw/rust/notidy, r=brson | bors | -1/+3 |
| 2014-02-24 | auto merge of #12453 : alexcrichton/rust/move-json, r=brson | bors | -3/+3 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -3/+3 |
| 2014-02-24 | flate: return CVec<u8> rather than copying into a new vector. | Huon Wilson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-22 | auto merge of #12448 : alexcrichton/rust/smaller-rust, r=brson | bors | -4/+6 |
| 2014-02-22 | auto merge of #12433 : alexcrichton/rust/fix-some-config-things, r=brson | bors | -0/+4 |
| 2014-02-22 | mk: restore check-notidy. | Huon Wilson | -1/+3 |
| 2014-02-21 | mk: Get "make check" passing with --disable-rpath | Alex Crichton | -5/+7 |
| 2014-02-21 | mk: Don't install host rlibs | Alex Crichton | -4/+6 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -4/+5 |