about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-19Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJungkennytm-3/+79
2018-10-18Auto merge of #54979 - estebank:path-unsized, r=nikomatsakisbors-1/+26
2018-10-18Improve check to consider how value is used.David Wood-40/+15
2018-10-18Add by-value captured variable note on second use.David Wood-47/+140
2018-10-18Extend closure special-casing for generators.David Wood-155/+228
2018-10-18Auto merge of #54580 - sdroege:rchunks, r=SimonSapinbors-35/+1058
2018-10-18Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavusbors-29/+142
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-35/+1058
2018-10-18Rollup merge of #55111 - Havvy:rustc-book-cfg-examples, r=GuillaumeGomezkennytm-0/+5
2018-10-18Rollup merge of #55161 - akxcv:rustdoc/disable-spellcheck, r=QuietMisdreavus,...kennytm-0/+1
2018-10-18Rollup merge of #55151 - ljedrz:cleanup_nll, r=estebankkennytm-54/+51
2018-10-18Rollup merge of #55142 - RalfJung:miri-uninhabited-enum, r=oli-obkkennytm-3/+0
2018-10-18Rollup merge of #55128 - varkor:LLVMRustInlineAsmVerify-return-bool, r=rkruppekennytm-3/+3
2018-10-18Rollup merge of #55127 - ljedrz:simplify_hybridbitset, r=matthewjasperkennytm-36/+14
2018-10-18Rollup merge of #55122 - ljedrz:cleanup_mir_borrowck, r=Mark-Simulacrumkennytm-252/+228
2018-10-18Rollup merge of #55104 - estebank:addtest, r=alexcrichtonkennytm-0/+16
2018-10-18Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakiskennytm-4/+30
2018-10-18Rollup merge of #55090 - pnkfelix:issue-54597-regression-test, r=estebankkennytm-0/+34
2018-10-18Rollup merge of #55080 - thanatos:fix-localstorage-crash, r=GuillaumeGomezkennytm-2/+20
2018-10-18Rollup merge of #55077 - ollie27:rustdoc_dyn_trait, r=QuietMisdreavuskennytm-4/+7
2018-10-18Rollup merge of #55050 - tshepang:repetition, r=steveklabnikkennytm-2/+1
2018-10-18Rollup merge of #55031 - nikic:verify_llvm_ir, r=Mark-Simulacrumkennytm-8/+14
2018-10-18Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJungkennytm-19/+36
2018-10-18Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakiskennytm-62/+183
2018-10-18Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkorkennytm-88/+83
2018-10-18Rollup merge of #54646 - vn971:fix_std_thread_sleep, r=frewsxcvkennytm-10/+14
2018-10-17Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelixbors-2966/+928
2018-10-17[librustdoc] Disable spellcheck for search fieldAlexander Komarov-0/+1
2018-10-17nll: improve common patternsljedrz-35/+32
2018-10-17nll: improve format operationsljedrz-9/+9
2018-10-17nll: improve allocationsljedrz-10/+10
2018-10-17mir/borrowck: remove a redundant cloneljedrz-3/+1
2018-10-17mir/borrowck: remove redundant returnsljedrz-6/+6
2018-10-17mir/borrowck: deduplicate assignments and returnsljedrz-6/+2
2018-10-17mir/borrowck: a few string tweaksljedrz-18/+16
2018-10-17mir/borrowck: simplify common patternsljedrz-219/+203
2018-10-17Auto merge of #54946 - estebank:iterator, r=varkorbors-45/+559
2018-10-17Auto merge of #54941 - pnkfelix:issue-21232-reject-partial-reinit, r=nikomats...bors-206/+1689
2018-10-17resolve: Do not skip extern prelude during speculative resolutionVadim Petrochenkov-4/+30
2018-10-17layout should not affect CTFE checks (outside of validation)Ralf Jung-3/+0
2018-10-17Squash closure cast error into fn ptr cast errorOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-4/+1
2018-10-17Auto merge of #54939 - pnkfelix:issue-54478-dont-prefer-dynamic-in-doc-tests,...bors-3/+2
2018-10-16Move usableLocalStorage() above functions that make use of itRoy Wellington Ⅳ-15/+15
2018-10-17Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakisbors-31/+33
2018-10-17Some new tests I added.Felix S. Klock II-0/+1308
2018-10-16Auto merge of #55093 - nikomatsakis:nll-issue-54574-multisegment-path, r=pnkf...bors-848/+1260
2018-10-17Update output for borrowck=migrate compare mode.David Wood-2958/+920
2018-10-17Change NLL compare mode to borrowck=migrate.David Wood-1/+1
2018-10-17Don't buffer lints.David Wood-7/+7
2018-10-16add ~ERROR annotationsNiko Matsakis-0/+12