about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-05-20trpl: Remove tailing semicolon of an inner attributeIven Hsu-1/+1
2015-05-20Auto merge of #25588 - bluss:doc-string-from, r=alexcrichtonbors-64/+22
2015-05-20Auto merge of #25624 - steveklabnik:rollup, r=steveklabnikbors-22/+30
2015-05-19Fix for https://github.com/rust-lang/rust/pull/25583Steve Klabnik-1/+1
2015-05-19Small fix for https://github.com/rust-lang/rust/pull/25611Steve Klabnik-0/+4
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-1066/+1832
2015-05-19Rollup merge of #25620 - brson:betavers, r=alexcrichtonSteve Klabnik-1/+1
2015-05-19Rollup merge of #25614 - parir:patch-2, r=alexcrichtonSteve Klabnik-1/+1
2015-05-19Rollup merge of #25611 - parir:patch-1, r=steveklabnikSteve Klabnik-0/+4
2015-05-19Rollup merge of #25607 - peferron:doc-macros-assert-fix, r=steveklabnikSteve Klabnik-3/+3
2015-05-19Rollup merge of #25604 - skeuomorf:docs-lifetime, r=steveklabnikSteve Klabnik-1/+1
2015-05-19Rollup merge of #25602 - parkr:patch-1, r=alexcrichtonSteve Klabnik-0/+4
2015-05-19Rollup merge of #25585 - sferik:change-default-gender, r=steveklabnikSteve Klabnik-8/+8
2015-05-19Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichtonSteve Klabnik-8/+4
2015-05-19Auto merge of #24333 - arielb1:implement-rfc401, r=nrcbors-484/+1071
2015-05-19Change default gender in the dining philosophers projectErik Michaels-Ober-8/+8
2015-05-19Fix rebase conflictsAriel Ben-Yehuda-5/+10
2015-05-19Auto merge of #25495 - alexcrichton:process-pid, r=aturonbors-0/+17
2015-05-19mk: Report the prerelease version on beta again. Fixes #25618Brian Anderson-1/+1
2015-05-19mk: Update `make dist` for MSVC targetsAlex Crichton-2/+21
2015-05-19std: Don't require rust_try as an exported symbolAlex Crichton-9/+24
2015-05-19rustc_trans: Apply dllexport attributes for MSVCAlex Crichton-1/+72
2015-05-19std: Mark rust_get_num_cpus as dllexportAlex Crichton-0/+7
2015-05-19std: Implement aborting stubs for MSVC unwindingAlex Crichton-328/+389
2015-05-19rustc_llvm: Don't export constants across dllsAlex Crichton-3/+5
2015-05-19mk: Generate a .def file for rustc_llvm on MSVCAlex Crichton-1/+62
2015-05-19rustc_trans: Tidy up some style and line lengthsAlex Crichton-48/+53
2015-05-19rustc_trans: Add MSVC linker supportAlex Crichton-5/+86
2015-05-19rustc_trans: Clean up some style in back::linkAlex Crichton-30/+18
2015-05-19libc: Add necessary libraries for MSVCAlex Crichton-0/+6
2015-05-19mklldeps: Don't link stdc++/c++ on MSVCAlex Crichton-2/+5
2015-05-19rustc_back: Tweak the MSVC target specAlex Crichton-13/+60
2015-05-19rustc_back: Remove unneeded explicit variableAlex Crichton-1/+0
2015-05-19rustc_back: Refactor Archive to better express intentAlex Crichton-87/+87
2015-05-19rustc: Shorten MSVC metadata section nameAlex Crichton-14/+30
2015-05-19mk: Add the ability to depend on native LLVM toolsAlex Crichton-1/+17
2015-05-19mk: Fix MSVC build for rustllvm.libAlex Crichton-7/+21
2015-05-19mk: Fix building compiler-rt on MSVCAlex Crichton-5/+19
2015-05-19mk: Don't add cross prefixes for MSVCAlex Crichton-0/+2
2015-05-19mk: Add build system support for cl.exeAlex Crichton-5/+20
2015-05-19mk: Enable building LLVM targeting MSVCAlex Crichton-14/+63
2015-05-19configure: Start adding MSVC supportAlex Crichton-11/+83
2015-05-19doc: fix a broken linkparir-1/+1
2015-05-19mk: Fix native LLVM deps for cross-host buildsAlex Crichton-4/+4
2015-05-19mk: Correct names of installed libs on windowsAlex Crichton-12/+10
2015-05-19mk: Remove generation of .d filesAlex Crichton-17/+2
2015-05-19rt: Clean up to build with cl.exeAlex Crichton-15/+15
2015-05-19doc: add missing fencesparir-0/+4
2015-05-19Auto merge of #25605 - Manishearth:rollup, r=Manishearthbors-149/+329
2015-05-19Fix description of assert!peferron-3/+3