about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-10-27Fix unstable-book doc testsSantiago Pastorino-3/+4
2020-10-27Using unsized_local feature is not needed in these testsSantiago Pastorino-30/+9
2020-10-27Make tidy happySantiago Pastorino-24/+25
2020-10-27This flag is not really needed in the testSantiago Pastorino-1/+0
2020-10-27Add unsized_locals to INCOMPLETE_FEATURES listSantiago Pastorino-57/+154
2020-10-27Add unsized_fn_params featureSantiago Pastorino-68/+115
2020-10-27Auto merge of #76269 - ayrtonm:function-reference-lint, r=oli-obkbors-0/+331
2020-10-27Added suggestion to `function_item_references` lint and fixed warning messageAyrton-84/+84
2020-10-27Added documentation for `function_item_references` lintAyrton-29/+29
2020-10-27Fixed compiler error in lint checker triggered by associated typesAyrton-30/+57
2020-10-27Removed test for unhandled case in function_item_references lintAyrton-88/+85
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-73/+204
2020-10-27modified lint to work with MIRAyrton-24/+156
2020-10-27changed lint to suggest casting to the proper function type and added a testAyrton-0/+44
2020-10-27Fix testNathan Whitaker-2/+3
2020-10-27Auto merge of #78434 - jonas-schievink:disable-miropt, r=wesleywiserbors-3/+20
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-2/+127
2020-10-27Disable "optimization to avoid load of address" in InstCombineJonas Schievink-3/+20
2020-10-27Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr...bors-12/+575
2020-10-27Handle type errors in closure/generator upvar_tysAman Arora-0/+45
2020-10-27Auto merge of #77317 - varkor:break-diverging-value, r=nikomatsakisbors-0/+56
2020-10-27Prefer new associated numeric consts in float error messagesRustin-Liu-4/+4
2020-10-27Be honest about being able to list constructorsNadrieril-6/+6
2020-10-27Auto merge of #78421 - JohnTitor:rollup-bq2d7fo, r=JohnTitorbors-153/+377
2020-10-26Do not ICE on invalid inputEsteban Küber-0/+76
2020-10-27Rollup merge of #78396 - josephlr:ermsb, r=petrochenkovYuki Okushi-1/+2
2020-10-27Rollup merge of #78388 - camelid:regression-tests, r=lcnrYuki Okushi-0/+34
2020-10-27Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytmYuki Okushi-1/+1
2020-10-27Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwcoYuki Okushi-1/+15
2020-10-27Rollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomezYuki Okushi-10/+10
2020-10-27Rollup merge of #78342 - oliviacrain:checkmate-pass, r=Mark-SimulacrumYuki Okushi-25/+25
2020-10-27Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelidYuki Okushi-108/+180
2020-10-27Rollup merge of #78298 - Aaron1011:fix/nll-ranked-test, r=Mark-SimulacrumYuki Okushi-0/+72
2020-10-27Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-SimulacrumYuki Okushi-7/+38
2020-10-26Suggest calling associated `fn` inside `trait`sEsteban Küber-22/+69
2020-10-26Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiserbors-20/+294
2020-10-26Address review commentsNathan Whitaker-8/+8
2020-10-26Remove lint from clippyNathan Whitaker-7/+0
2020-10-26Remove lint from clippyNathan Whitaker-140/+3
2020-10-26Write docs for lint / fix review nitNathan Whitaker-6/+5
2020-10-26Address review commentsNathan Whitaker-2/+33
2020-10-26Change to warn by default / fix typoNathan Whitaker-2/+7
2020-10-26Tweak diagnosticNathan Whitaker-7/+4
2020-10-26Address review commentsNathan Whitaker-8/+7
2020-10-26Add basic testNathan Whitaker-0/+24
2020-10-26Suggest expressions that look like const generic arguments should be enclosed...varkor-12/+575
2020-10-26Ignore threaded capture tests on WASM w/o threadsSergio Benitez-2/+4
2020-10-26Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieubors-65/+146
2020-10-26Add FIXME note to const generics testCamelid-0/+1
2020-10-26Add some regression testsCamelid-0/+33