| Age | Commit message (Expand) | Author | Lines |
| 2015-11-12 | libarena: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-11 | pass stdc++ library path after LVVM library path | Sébastien Marie | -7/+13 |
| 2015-11-10 | Auto merge of #29699 - tamird:valgrind-supp, r=alexcrichton | bors | -3/+3 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -1/+5 |
| 2015-11-08 | jemalloc: pass `--enable-valgrind` when valgrind is enabled | Tamir Duberstein | -0/+1 |
| 2015-11-08 | jemalloc: quarantine is fixed | Tamir Duberstein | -2/+1 |
| 2015-11-08 | whitespace | Tamir Duberstein | -1/+1 |
| 2015-11-07 | Make sure rsbegin.o and rsend.o get packaged with target lib artifacts. | Vadim Chugunov | -48/+17 |
| 2015-11-05 | mk: Account for libdir change on windows | Alex Crichton | -9/+14 |
| 2015-11-04 | Auto merge of #29519 - alexcrichton:fix-distcheck, r=nikomatsakis | bors | -0/+1 |
| 2015-11-04 | Auto merge of #29478 - angelsl:msvc2, r=alexcrichton | bors | -15/+24 |
| 2015-11-04 | Build compiler-rt/builtins with MSVC | angelsl | -15/+24 |
| 2015-11-03 | mk: Move some old docs to the deprecated list | Brian Anderson | -2/+2 |
| 2015-11-03 | Pass the mir map to trans | Niko Matsakis | -1/+1 |
| 2015-11-03 | Auto merge of #29500 - vadimcn:rustlib, r=alexcrichton | bors | -2/+13 |
| 2015-11-02 | mk: Add rtstartup to dist | Alex Crichton | -0/+1 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -0/+74 |
| 2015-10-31 | Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi... | Vadim Chugunov | -2/+13 |
| 2015-10-30 | Revert "Build compiler-rt/builtins with MSVC" | Alex Crichton | -24/+15 |
| 2015-10-28 | Auto merge of #29233 - angelsl:msvc1, r=alexcrichton | bors | -15/+24 |
| 2015-10-28 | Build compiler-rt/builtins with MSVC | angelsl | -15/+24 |
| 2015-10-27 | Bump version to 1.6 | Brian Anderson | -1/+1 |
| 2015-10-28 | Remove llvmdeps.rs make dependencies on src/llvm and src/rustllvm | Dylan McKay | -1/+1 |
| 2015-10-27 | Added missing argument to 'find' | Dylan McKay | -1/+1 |
| 2015-10-27 | Add dependencies to generated llvmdeps.rs | Dylan McKay | -1/+2 |
| 2015-10-25 | mk: Package libstdc++-6.dll on x86_64 MinGW | Alex Crichton | -2/+2 |
| 2015-10-23 | mk: Really fix win32 distributions | Alex Crichton | -7/+7 |
| 2015-10-22 | mk: Prefer target libs coming from their host | Alex Crichton | -1/+19 |
| 2015-10-21 | Use `gcc -print-file-name` for finding C runtime startup objects: | Vadim Chugunov | -14/+27 |
| 2015-10-20 | mk: Fix win32 runtime DLL installation | Alex Crichton | -2/+2 |
| 2015-10-20 | Auto merge of #29009 - alexcrichton:std-pkgs, r=brson | bors | -49/+105 |
| 2015-10-19 | Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ... | Vadim Chugunov | -0/+61 |
| 2015-10-18 | Update LLVM fork to include a backported fix for broken debug locations | Björn Steinbrink | -1/+5 |
| 2015-10-16 | mk: Fix compile for mips | Alex Crichton | -8/+8 |
| 2015-10-15 | mk: Split out a standard library package | Alex Crichton | -41/+97 |
| 2015-10-09 | review comments | Nick Cameron | -28/+32 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -2/+2 |
| 2015-10-06 | purge `-Z always-build-mir`, which is no longer relevant | Niko Matsakis | -12/+0 |
| 2015-09-29 | Enable and make stage0 landing pads optional | Simonas Kazlauskas | -1/+4 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -0/+24 |
| 2015-09-23 | Make lexer tooling message more generic | Steve Klabnik | -3/+3 |
| 2015-09-22 | Auto merge of #28543 - gandro:netbsd, r=alexcrichton | bors | -0/+1 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -0/+1 |
| 2015-09-20 | Pass libstdc++.so path to linker under OpenBSD | Sébastien Marie | -0/+8 |
| 2015-09-20 | Auto merge of #28512 - lfairy:snapshot-pyc, r=alexcrichton | bors | -0/+1 |
| 2015-09-19 | Don't include *.pyc files in source tarball | Chris Wong | -0/+1 |
| 2015-09-18 | add support for non-standard name of stdc++ library | Sébastien Marie | -2/+2 |
| 2015-09-17 | Auto merge of #28421 - alexcrichton:msvc-rmake, r=alexcrichton | bors | -2/+7 |
| 2015-09-17 | rmake: Get all tests passing on MSVC | Alex Crichton | -2/+7 |
| 2015-09-15 | Bump to 1.5 | Brian Anderson | -1/+1 |