| Age | Commit message (Expand) | Author | Lines |
| 2015-05-20 | trpl: Remove tailing semicolon of an inner attribute | Iven Hsu | -1/+1 |
| 2015-05-20 | Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton | bors | -64/+22 |
| 2015-05-20 | Auto merge of #25624 - steveklabnik:rollup, r=steveklabnik | bors | -22/+30 |
| 2015-05-19 | Fix for https://github.com/rust-lang/rust/pull/25583 | Steve Klabnik | -1/+1 |
| 2015-05-19 | Small fix for https://github.com/rust-lang/rust/pull/25611 | Steve Klabnik | -0/+4 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -1066/+1832 |
| 2015-05-19 | Rollup merge of #25620 - brson:betavers, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-19 | Rollup merge of #25614 - parir:patch-2, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-19 | Rollup merge of #25611 - parir:patch-1, r=steveklabnik | Steve Klabnik | -0/+4 |
| 2015-05-19 | Rollup merge of #25607 - peferron:doc-macros-assert-fix, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-05-19 | Rollup merge of #25604 - skeuomorf:docs-lifetime, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-05-19 | Rollup merge of #25602 - parkr:patch-1, r=alexcrichton | Steve Klabnik | -0/+4 |
| 2015-05-19 | Rollup merge of #25585 - sferik:change-default-gender, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2015-05-19 | Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichton | Steve Klabnik | -8/+4 |
| 2015-05-19 | Auto merge of #24333 - arielb1:implement-rfc401, r=nrc | bors | -484/+1071 |
| 2015-05-19 | Change default gender in the dining philosophers project | Erik Michaels-Ober | -8/+8 |
| 2015-05-19 | Fix rebase conflicts | Ariel Ben-Yehuda | -5/+10 |
| 2015-05-19 | Auto merge of #25495 - alexcrichton:process-pid, r=aturon | bors | -0/+17 |
| 2015-05-19 | mk: Report the prerelease version on beta again. Fixes #25618 | Brian Anderson | -1/+1 |
| 2015-05-19 | mk: Update `make dist` for MSVC targets | Alex Crichton | -2/+21 |
| 2015-05-19 | std: Don't require rust_try as an exported symbol | Alex Crichton | -9/+24 |
| 2015-05-19 | rustc_trans: Apply dllexport attributes for MSVC | Alex Crichton | -1/+72 |
| 2015-05-19 | std: Mark rust_get_num_cpus as dllexport | Alex Crichton | -0/+7 |
| 2015-05-19 | std: Implement aborting stubs for MSVC unwinding | Alex Crichton | -328/+389 |
| 2015-05-19 | rustc_llvm: Don't export constants across dlls | Alex Crichton | -3/+5 |
| 2015-05-19 | mk: Generate a .def file for rustc_llvm on MSVC | Alex Crichton | -1/+62 |
| 2015-05-19 | rustc_trans: Tidy up some style and line lengths | Alex Crichton | -48/+53 |
| 2015-05-19 | rustc_trans: Add MSVC linker support | Alex Crichton | -5/+86 |
| 2015-05-19 | rustc_trans: Clean up some style in back::link | Alex Crichton | -30/+18 |
| 2015-05-19 | libc: Add necessary libraries for MSVC | Alex Crichton | -0/+6 |
| 2015-05-19 | mklldeps: Don't link stdc++/c++ on MSVC | Alex Crichton | -2/+5 |
| 2015-05-19 | rustc_back: Tweak the MSVC target spec | Alex Crichton | -13/+60 |
| 2015-05-19 | rustc_back: Remove unneeded explicit variable | Alex Crichton | -1/+0 |
| 2015-05-19 | rustc_back: Refactor Archive to better express intent | Alex Crichton | -87/+87 |
| 2015-05-19 | rustc: Shorten MSVC metadata section name | Alex Crichton | -14/+30 |
| 2015-05-19 | mk: Add the ability to depend on native LLVM tools | Alex Crichton | -1/+17 |
| 2015-05-19 | mk: Fix MSVC build for rustllvm.lib | Alex Crichton | -7/+21 |
| 2015-05-19 | mk: Fix building compiler-rt on MSVC | Alex Crichton | -5/+19 |
| 2015-05-19 | mk: Don't add cross prefixes for MSVC | Alex Crichton | -0/+2 |
| 2015-05-19 | mk: Add build system support for cl.exe | Alex Crichton | -5/+20 |
| 2015-05-19 | mk: Enable building LLVM targeting MSVC | Alex Crichton | -14/+63 |
| 2015-05-19 | configure: Start adding MSVC support | Alex Crichton | -11/+83 |
| 2015-05-19 | doc: fix a broken link | parir | -1/+1 |
| 2015-05-19 | mk: Fix native LLVM deps for cross-host builds | Alex Crichton | -4/+4 |
| 2015-05-19 | mk: Correct names of installed libs on windows | Alex Crichton | -12/+10 |
| 2015-05-19 | mk: Remove generation of .d files | Alex Crichton | -17/+2 |
| 2015-05-19 | rt: Clean up to build with cl.exe | Alex Crichton | -15/+15 |
| 2015-05-19 | doc: add missing fences | parir | -0/+4 |
| 2015-05-19 | Auto merge of #25605 - Manishearth:rollup, r=Manishearth | bors | -149/+329 |
| 2015-05-19 | Fix description of assert! | peferron | -3/+3 |