| Age | Commit message (Expand) | Author | Lines |
| 2017-07-13 | Update docs on Error struct. #29355 | Ryan Thomas | -0/+16 |
| 2017-06-22 | Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis | bors | -12/+137 |
| 2017-06-22 | Auto merge of #42824 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -8/+66 |
| 2017-06-22 | Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichton | Mark Simulacrum | -7/+16 |
| 2017-06-22 | Rollup merge of #42805 - stepancheg:forward-python, r=alexcrichton | Mark Simulacrum | -0/+8 |
| 2017-06-22 | Rollup merge of #42804 - Mark-Simulacrum:rustbuild-colors, r=alexcrichton | Mark Simulacrum | -0/+41 |
| 2017-06-22 | Rollup merge of #42799 - leodasvacas:impl-clone-for-default-hasher, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-06-22 | Auto merge of #42798 - stepancheg:args-debug, r=sfackler | bors | -2/+59 |
| 2017-06-22 | Auto merge of #42803 - michaelwoerister:msdia-workaround, r=vadimcn | bors | -3/+27 |
| 2017-06-22 | debuginfo: Work around crash-bug in MSDIA library | Michael Woerister | -3/+27 |
| 2017-06-22 | Auto merge of #42785 - Mark-Simulacrum:fix-verbose-bootstrap, r=alexcrichton | bors | -9/+9 |
| 2017-06-22 | Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoerister | bors | -311/+514 |
| 2017-06-21 | Auto merge of #42771 - arielb1:no-inline-unwind, r=nagisa | bors | -2/+7 |
| 2017-06-21 | rustbuild: Fix compiler docs yet again | Oliver Middleton | -7/+16 |
| 2017-06-21 | Make rustc errors colorful. | Mark Simulacrum | -0/+41 |
| 2017-06-21 | Pass path to python from bootstrap.py to bootstrap.rs | Stepan Koltsov | -0/+8 |
| 2017-06-21 | Auto merge of #42802 - frewsxcv:rollup, r=frewsxcv | bors | -14/+123 |
| 2017-06-21 | Rollup merge of #42766 - nrc:versions, r=nagisa | Corey Farwell | -4/+4 |
| 2017-06-21 | Rollup merge of #42762 - jackpot51:patch-1, r=sfackler | Corey Farwell | -2/+2 |
| 2017-06-21 | Rollup merge of #42620 - wesleywiser:compile_error, r=brson | Corey Farwell | -0/+116 |
| 2017-06-21 | Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichton | Corey Farwell | -8/+1 |
| 2017-06-21 | Integrate jobserver support to parallel codegen | Alex Crichton | -311/+514 |
| 2017-06-21 | Impl Clone for DefaultHasher | Leonardo Yvens | -1/+1 |
| 2017-06-21 | Better Debug for Args and ArgsOs | Stepan Koltsov | -2/+59 |
| 2017-06-21 | Auto merge of #42751 - arielb1:fast-representable, r=eddyb | bors | -13/+99 |
| 2017-06-21 | Auto merge of #42750 - arielb1:unwind-stack, r=eddyb | bors | -1/+103 |
| 2017-06-21 | Auto merge of #42664 - alexcrichton:moar-crates, r=eddyb | bors | -2402/+388 |
| 2017-06-21 | Auto merge of #42002 - sfackler:trusted-read, r=alexcrichton | bors | -269/+222 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -269/+222 |
| 2017-06-21 | Auto merge of #42076 - alex-ozdemir:master, r=nrc | bors | -133/+176 |
| 2017-06-20 | Fixes bootstrapping with custom cargo/rustc. | Mark Simulacrum | -9/+9 |
| 2017-06-20 | Rollup merge of #42772 - MaloJaffre:libc, r=alexcrichton | Corey Farwell | -0/+0 |
| 2017-06-20 | Rollup merge of #42756 - sanxiyn:name-for-must-use, r=estebank | Corey Farwell | -11/+10 |
| 2017-06-20 | Rollup merge of #42749 - frewsxcv:frewsxcxv/doc-examples, r=QuietMisdreavus | Corey Farwell | -0/+172 |
| 2017-06-20 | Rollup merge of #42728 - jseyfried:fix_resolve_perf, r=nrc | Corey Farwell | -1/+4 |
| 2017-06-20 | Rollup merge of #42717 - ollie27:into_to_from2, r=sfackler | Corey Farwell | -4/+6 |
| 2017-06-20 | Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton | Corey Farwell | -1/+85 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -277/+317 |
| 2017-06-20 | mark calls in the unwind path as !noinline | Ariel Ben-Yehuda | -2/+7 |
| 2017-06-20 | Add a couple doc additional examples for `env::join_paths`. | Corey Farwell | -0/+29 |
| 2017-06-20 | Add doc example for `CString::from_raw`. | Corey Farwell | -0/+21 |
| 2017-06-20 | Add doc example for `FromBytesWithNulError`. | Corey Farwell | -0/+8 |
| 2017-06-20 | Add doc example for `NulError`. | Corey Farwell | -0/+8 |
| 2017-06-20 | Add doc example for `CStr::to_str`. | Corey Farwell | -0/+9 |
| 2017-06-20 | Add doc example for `CString::as_c_str`. | Corey Farwell | -0/+12 |
| 2017-06-20 | Add doc example for `Box<CStr>::into_c_string`. | Corey Farwell | -0/+12 |
| 2017-06-20 | Add doc example for `CString::into_boxed_c_str`. | Corey Farwell | -0/+12 |
| 2017-06-20 | Add doc example for `CStr::to_string_lossy`. | Corey Farwell | -0/+25 |
| 2017-06-20 | Add error scenario doc examples for `CStr::from_bytes_with_nul`. | Corey Farwell | -0/+18 |
| 2017-06-20 | Add doc example for `CStr::to_bytes_with_nul`. | Corey Farwell | -0/+9 |