about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-26Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebankMark Rousskov-4/+48
2018-07-26Rollup merge of #52721 - cramertj:try-poll, r=aturonMark Rousskov-0/+115
2018-07-26Rollup merge of #52718 - fintelia:patch-2, r=cramertjMark Rousskov-2/+4
2018-07-26Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkovMark Rousskov-11/+117
2018-07-26Rollup merge of #52692 - ljedrz:sort_improvements, r=petrochenkovMark Rousskov-17/+9
2018-07-26Rollup merge of #52690 - paoloteti:rclass-dsp, r=alexcrichtonMark Rousskov-0/+2
2018-07-26Rollup merge of #52674 - tinaun:patch-2, r=cramertjMark Rousskov-1/+14
2018-07-26Rollup merge of #52667 - japaric:stdsimd-up, r=alexcrichtonMark Rousskov-0/+0
2018-07-26Rollup merge of #52654 - alecmocatta:master, r=alexcrichtonMark Rousskov-17/+19
2018-07-26Rollup merge of #52649 - estebank:fmt-span, r=oli-obkMark Rousskov-116/+494
2018-07-26Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebankMark Rousskov-0/+32
2018-07-26Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obkMark Rousskov-47/+121
2018-07-26Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakisMark Rousskov-198/+135
2018-07-26Rollup merge of #52610 - MajorBreakfast:task-terminology, r=cramertjMark Rousskov-12/+18
2018-07-26Rollup merge of #52558 - wesleywiser:ice_melting, r=estebankMark Rousskov-0/+189
2018-07-25rustc: Register crates under their real namesAlex Crichton-4/+48
2018-07-25std::ops::Try impl for std::task::PollTaylor Cramer-0/+115
2018-07-26State default capacity for BufReader/BufWriterJonathan Behrens-2/+4
2018-07-25Place the ignore comments in the correct file for test issue-18804Gabriel Smith-3/+3
2018-07-25Clarify what a task isJosef Reinhard Brandl-12/+18
2018-07-25Hide some lints which are not quite right the way they are reported to the userOliver Schneider-11/+117
2018-07-25Improve readability in a few sortsljedrz-17/+9
2018-07-25Auto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichtonbors-7/+1
2018-07-25ARM: expose `rclass` and `dsp` target featuresPaolo Teti-0/+2
2018-07-24Add span label for format str missing specifierEsteban Küber-21/+42
2018-07-24Rename method and remove commented out codeEsteban Küber-4/+2
2018-07-24Fix unittestEsteban Küber-24/+26
2018-07-25Update ui testcsmoe-2/+2
2018-07-25Update comment and do suggestcsmoe-8/+9
2018-07-25Fix testcsmoe-8/+12
2018-07-25Auto merge of #52680 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-64/+169
2018-07-24Disable regression test for issue #18804 on Emscripten and AsmjsGabriel Smith-0/+3
2018-07-24Deduplicate linkage checking code for staticsGabriel Smith-85/+69
2018-07-24Properly set the linkage type on non-local staticsGabriel Smith-6/+53
2018-07-24Add regression test for issue #18804Gabriel Smith-0/+40
2018-07-25Suggest in separate linecsmoe-1/+1
2018-07-24Use suggestions for `printf` formatEsteban Küber-14/+102
2018-07-24Rollup merge of #52668 - RalfJung:ptr-doc, r=cramertjMark Rousskov-4/+16
2018-07-24Rollup merge of #52658 - Wallacoloo:topics/use-option-methods, r=cramertjMark Rousskov-51/+30
2018-07-24Rollup merge of #52656 - jD91mZM2:stablize-uds, r=alexcrichtonMark Rousskov-1/+41
2018-07-24Rollup merge of #52645 - oli-obk:existential_in_fn_body, r=dtolnayMark Rousskov-0/+28
2018-07-24Rollup merge of #52402 - crepererum:build_hasher_eq, r=sfacklerMark Rousskov-0/+10
2018-07-24Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichtonMark Rousskov-8/+44
2018-07-24Auto merge of #52257 - steveklabnik:refactor-rustdoc, r=QuietMisdreavusbors-72/+16
2018-07-24Impl Executor for Box<E: Executor>tinaun-1/+14
2018-07-24remove zombie codesteveklabnik-5/+0
2018-07-24remove pluginmanagersteveklabnik-69/+18
2018-07-24Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomezbors-55/+132
2018-07-24Reword missing formatting arguments labelEsteban Küber-7/+7
2018-07-24Add documentation for `Parser::arg_places`Esteban Küber-0/+1