| Age | Commit message (Expand) | Author | Lines |
| 2015-05-20 | Auto merge of #25595 - dotdash:issue25549, r=eddyb | bors | -2/+73 |
| 2015-05-20 | Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton | bors | -64/+22 |
| 2015-05-20 | Add error explanation for E0202. | Nick Hamann | -3/+10 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -27/+24 |
| 2015-05-19 | std: Handle DT_DIR file types in `dirent` pointers | Alex Crichton | -1/+2 |
| 2015-05-20 | Auto merge of #25624 - steveklabnik:rollup, r=steveklabnik | bors | -21/+29 |
| 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 | -989/+1504 |
| 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 | Add error explanations for E0185, E0186. | Nick Hamann | -2/+42 |
| 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 | -0/+25 |
| 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 | Add example code and cross-link to BufReader docs | Matt Brubeck | -1/+22 |
| 2015-05-19 | Fix test run-pass-fulldeps\issue-15149.rs on Windows | petrochenkov | -2/+6 |
| 2015-05-19 | doc: fix a broken link | parir | -1/+1 |
| 2015-05-19 | rt: Clean up to build with cl.exe | Alex Crichton | -15/+15 |
| 2015-05-19 | Return the iterator from reader::docs. | Ms2ger | -21/+11 |
| 2015-05-19 | doc: add missing fences | parir | -0/+4 |
| 2015-05-19 | Auto merge of #25605 - Manishearth:rollup, r=Manishearth | bors | -134/+301 |
| 2015-05-19 | Fix description of assert! | peferron | -3/+3 |
| 2015-05-19 | Fix translation of semi-constant if-statements | Ariel Ben-Yehuda | -27/+13 |
| 2015-05-19 | Make float -> int casts actually work | Ariel Ben-Yehuda | -3/+4 |
| 2015-05-19 | Address review commets | Ariel Ben-Yehuda | -103/+123 |
| 2015-05-19 | remove todo | Ariel Ben-Yehuda | -2/+1 |
| 2015-05-19 | fix conflicts | Ariel Ben-Yehuda | -12/+21 |
| 2015-05-19 | Fix test fallout, and add some rather comprehensive tests. | Ariel Ben-Yehuda | -35/+359 |