about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-07-13Update docs on Error struct. #29355Ryan Thomas-0/+16
2017-06-22Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakisbors-12/+137
2017-06-22Auto merge of #42824 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-8/+66
2017-06-22Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichtonMark Simulacrum-7/+16
2017-06-22Rollup merge of #42805 - stepancheg:forward-python, r=alexcrichtonMark Simulacrum-0/+8
2017-06-22Rollup merge of #42804 - Mark-Simulacrum:rustbuild-colors, r=alexcrichtonMark Simulacrum-0/+41
2017-06-22Rollup merge of #42799 - leodasvacas:impl-clone-for-default-hasher, r=sfacklerMark Simulacrum-1/+1
2017-06-22Auto merge of #42798 - stepancheg:args-debug, r=sfacklerbors-2/+59
2017-06-22Auto merge of #42803 - michaelwoerister:msdia-workaround, r=vadimcnbors-3/+27
2017-06-22debuginfo: Work around crash-bug in MSDIA libraryMichael Woerister-3/+27
2017-06-22Auto merge of #42785 - Mark-Simulacrum:fix-verbose-bootstrap, r=alexcrichtonbors-9/+9
2017-06-22Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoeristerbors-311/+514
2017-06-21Auto merge of #42771 - arielb1:no-inline-unwind, r=nagisabors-2/+7
2017-06-21rustbuild: Fix compiler docs yet againOliver Middleton-7/+16
2017-06-21Make rustc errors colorful.Mark Simulacrum-0/+41
2017-06-21Pass path to python from bootstrap.py to bootstrap.rsStepan Koltsov-0/+8
2017-06-21Auto merge of #42802 - frewsxcv:rollup, r=frewsxcvbors-14/+123
2017-06-21Rollup merge of #42766 - nrc:versions, r=nagisaCorey Farwell-4/+4
2017-06-21Rollup merge of #42762 - jackpot51:patch-1, r=sfacklerCorey Farwell-2/+2
2017-06-21Rollup merge of #42620 - wesleywiser:compile_error, r=brsonCorey Farwell-0/+116
2017-06-21Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichtonCorey Farwell-8/+1
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-311/+514
2017-06-21Impl Clone for DefaultHasherLeonardo Yvens-1/+1
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-2/+59
2017-06-21Auto merge of #42751 - arielb1:fast-representable, r=eddybbors-13/+99
2017-06-21Auto merge of #42750 - arielb1:unwind-stack, r=eddybbors-1/+103
2017-06-21Auto merge of #42664 - alexcrichton:moar-crates, r=eddybbors-2402/+388
2017-06-21Auto merge of #42002 - sfackler:trusted-read, r=alexcrichtonbors-269/+222
2017-06-20Add `Read::initializer`.Steven Fackler-269/+222
2017-06-21Auto merge of #42076 - alex-ozdemir:master, r=nrcbors-133/+176
2017-06-20Fixes bootstrapping with custom cargo/rustc.Mark Simulacrum-9/+9
2017-06-20Rollup merge of #42772 - MaloJaffre:libc, r=alexcrichtonCorey Farwell-0/+0
2017-06-20Rollup merge of #42756 - sanxiyn:name-for-must-use, r=estebankCorey Farwell-11/+10
2017-06-20Rollup merge of #42749 - frewsxcv:frewsxcxv/doc-examples, r=QuietMisdreavusCorey Farwell-0/+172
2017-06-20Rollup merge of #42728 - jseyfried:fix_resolve_perf, r=nrcCorey Farwell-1/+4
2017-06-20Rollup merge of #42717 - ollie27:into_to_from2, r=sfacklerCorey Farwell-4/+6
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-1/+85
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-277/+317
2017-06-20mark calls in the unwind path as !noinlineAriel Ben-Yehuda-2/+7
2017-06-20Add a couple doc additional examples for `env::join_paths`.Corey Farwell-0/+29
2017-06-20Add doc example for `CString::from_raw`.Corey Farwell-0/+21
2017-06-20Add doc example for `FromBytesWithNulError`.Corey Farwell-0/+8
2017-06-20Add doc example for `NulError`.Corey Farwell-0/+8
2017-06-20Add doc example for `CStr::to_str`.Corey Farwell-0/+9
2017-06-20Add doc example for `CString::as_c_str`.Corey Farwell-0/+12
2017-06-20Add doc example for `Box<CStr>::into_c_string`.Corey Farwell-0/+12
2017-06-20Add doc example for `CString::into_boxed_c_str`.Corey Farwell-0/+12
2017-06-20Add doc example for `CStr::to_string_lossy`.Corey Farwell-0/+25
2017-06-20Add error scenario doc examples for `CStr::from_bytes_with_nul`.Corey Farwell-0/+18
2017-06-20Add doc example for `CStr::to_bytes_with_nul`.Corey Farwell-0/+9