about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-10Auto merge of #45170 - rust-lang:aphs-no-unsynchronised-llvm-err-global, r=al...bors-1/+1
2017-10-10Band-aid fix to stop race conditions in llvm errorsAidan Hobson Sayers-1/+1
2017-10-10Auto merge of #44877 - nvzqz:box-conversions, r=alexcrichtonbors-4/+40
2017-10-10Auto merge of #45141 - kennytm:rollup, r=kennytmbors-225/+437
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-64/+30
2017-10-09Auto merge of #45111 - aidanhs:aphs-bubble-worker-failures, r=alexcrichtonbors-6/+10
2017-10-10Rollup merge of #45125 - bleibig:grammar-update, r=alexcrichtonkennytm-186/+271
2017-10-10Rollup merge of #45120 - johnthagen:none-identity-test, r=sfacklerkennytm-1/+1
2017-10-10Rollup merge of #45118 - johnthagen:fix-section-key-name, r=alexcrichtonkennytm-1/+1
2017-10-10Rollup merge of #45117 - johnthagen:fix-str-raise, r=alexcrichtonkennytm-1/+1
2017-10-10Rollup merge of #45106 - Pirh:process_stdio_docs, r=dtolnaykennytm-1/+108
2017-10-10Rollup merge of #45091 - kennytm:fix-45086, r=michaelwoeristerkennytm-1/+1
2017-10-10Rollup merge of #45051 - k0pernicus:master, r=michaelwoeristerkennytm-29/+47
2017-10-10Rollup merge of #44962 - shepmaster:no-ignore-result, r=steveklabnikkennytm-5/+7
2017-10-09Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoeristerbors-83/+202
2017-10-09New rebase for the issue #45022k0pernicus-29/+47
2017-10-09Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoeristerbors-2/+16
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-295/+8
2017-10-09Auto merge of #45035 - alexcrichton:no-empty, r=michaelwoeristerbors-12/+0
2017-10-08Update grammar to parse current rust syntaxBrian Leibig-186/+271
2017-10-09Auto merge of #45033 - eddyb:capture-me-not, r=nikomatsakisbors-10/+1
2017-10-08Use identity operator `is` when comparing to Nonejohnthagen-1/+1
2017-10-08Fix variable name referencejohnthagen-1/+1
2017-10-08Fix trying to raise a bare str as an exception. This has been deprecated sinc...johnthagen-1/+1
2017-10-08Don't panic in the coordinator thread, bubble up the failureAidan Hobson Sayers-6/+10
2017-10-08Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichtonbors-18/+17
2017-10-08Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r...bors-379/+557
2017-10-08Remove ./ prefix from relative URLsPirh-10/+10
2017-10-08Add links and examples for std::process::StdioPirh-1/+108
2017-10-08Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichtonbors-0/+119
2017-10-08Don't encourage people to ignore threading errors in the docsJake Goulding-5/+7
2017-10-08Auto merge of #45012 - Gankro:noalias, r=arielb1bors-1/+14
2017-10-08Auto merge of #45001 - bgermann:master, r=alexcrichtonbors-41/+157
2017-10-08Auto merge of #45100 - kennytm:rollup, r=kennytmbors-68/+90
2017-10-08Rollup merge of #45094 - japaric:strict-align, r=alexcrichtonkennytm-5/+5
2017-10-08Rollup merge of #45090 - rust-lang:petrochenkov-patch-1, r=alexcrichtonkennytm-1/+2
2017-10-08Rollup merge of #45083 - fhartwig:slice-read-to-end, r=blusskennytm-0/+8
2017-10-08Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichtonkennytm-7/+6
2017-10-08Rollup merge of #45060 - topecongiro:semi-in-local-span, r=petrochenkovkennytm-1/+6
2017-10-08Rollup merge of #45058 - hunteke:fix_rustc_private_typo_2017Oct, r=shepmasterkennytm-1/+1
2017-10-08Rollup merge of #45053 - GuillaumeGomez:atomicbool-doc, r=QuietMisdreavuskennytm-5/+12
2017-10-08Rollup merge of #45052 - steveklabnik:gh44105, r=dtolnaykennytm-3/+5
2017-10-08Rollup merge of #45042 - brennie:brennie/fmt-trait-summaries, r=steveklabnikkennytm-8/+8
2017-10-08Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddybkennytm-37/+37
2017-10-08Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoeristerbors-12/+64
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-83/+202
2017-10-08Auto merge of #44978 - jamesmunns:armv5te-os-atomics, r=alexcrichtonbors-2/+6
2017-10-07Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoeristerbors-183/+1289
2017-10-07Add read_to_end implementation to &[u8]'s Read implFlorian Hartwig-0/+8
2017-10-07Auto merge of #44892 - GuillaumeGomez:fnty-args-rustdoc, r=eddybbors-5/+25