about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-10-28Auto merge of #78323 - est31:smaller_list_overlap, r=varkorbors-7/+32
2020-10-28Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPCbors-355/+430
2020-10-28Rollup merge of #78453 - Storyyeller:patch-1, r=jonas-schievinkDylan DPC-1/+1
2020-10-28Rollup merge of #78447 - bugadani:typo, r=matthewjasperDylan DPC-5/+5
2020-10-28Rollup merge of #78408 - Aaron1011:fix/remove-foreign-tokens, r=oli-obkDylan DPC-0/+7
2020-10-28Rollup merge of #78401 - davidtwco:issue-75906-tuple-construct-private-field,...Dylan DPC-44/+61
2020-10-28Rollup merge of #78379 - estebank:fn-signature-parse, r=varkorDylan DPC-18/+45
2020-10-28Rollup merge of #78365 - lcnr:const-eval-obj-safety, r=oli-obkDylan DPC-52/+104
2020-10-28Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obkDylan DPC-135/+119
2020-10-28Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obkDylan DPC-86/+41
2020-10-28Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obkDylan DPC-14/+47
2020-10-27Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obkbors-0/+116
2020-10-27Fix typo in commentsRobert Grosse-1/+1
2020-10-27Use unsized_feature_enabled helper functionSantiago Pastorino-6/+9
2020-10-27is -> are bothSantiago Pastorino-1/+1
2020-10-27Hide outermost_fn_param_pat, it's an internal detailSantiago Pastorino-8/+4
2020-10-27or -> andSantiago Pastorino-1/+1
2020-10-27param -> parameter, pat -> patternSantiago Pastorino-3/+3
2020-10-27Rename within_fn_param to outermost_fn_param_patSantiago Pastorino-8/+8
2020-10-27Do not use unsized_fn_params in patternsSantiago Pastorino-0/+2
2020-10-27Properly restore within_fn_param value to the previous stateSantiago Pastorino-2/+3
2020-10-27Add unsized_locals to INCOMPLETE_FEATURES listSantiago Pastorino-0/+1
2020-10-27Add unsized_fn_params featureSantiago Pastorino-17/+47
2020-10-27Fix typo in vec_graphDániel Buga-1/+1
2020-10-27Fix typos in arena commentsDániel Buga-2/+2
2020-10-27Auto merge of #76269 - ayrtonm:function-reference-lint, r=oli-obkbors-0/+240
2020-10-27Fix typo in commentDániel Buga-2/+2
2020-10-27Added suggestion to `function_item_references` lint and fixed warning messageAyrton-11/+18
2020-10-27Added documentation for `function_item_references` lintAyrton-44/+76
2020-10-27Fixed compiler error in lint checker triggered by associated typesAyrton-53/+65
2020-10-27Removed test for unhandled case in function_item_references lintAyrton-1/+1
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-95/+118
2020-10-27modified lint to work with MIRAyrton-35/+166
2020-10-27changed lint to suggest casting to the proper function type and added a testAyrton-4/+6
2020-10-27added a lint against function referencesAyrton-0/+33
2020-10-27Auto merge of #78434 - jonas-schievink:disable-miropt, r=wesleywiserbors-0/+5
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-0/+5
2020-10-27Disable "optimization to avoid load of address" in InstCombineJonas Schievink-0/+5
2020-10-27Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr...bors-23/+207
2020-10-27Auto merge of #77317 - varkor:break-diverging-value, r=nikomatsakisbors-1/+4
2020-10-27Auto merge of #78421 - JohnTitor:rollup-bq2d7fo, r=JohnTitorbors-22/+39
2020-10-27Rollup merge of #78405 - notriddle:patch-3, r=lcnrYuki Okushi-1/+1
2020-10-27Rollup merge of #78396 - josephlr:ermsb, r=petrochenkovYuki Okushi-0/+4
2020-10-27Rollup merge of #78377 - LeSeulArtichaut:patch-docs, r=jonas-schievinkYuki Okushi-1/+1
2020-10-27Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwcoYuki Okushi-6/+11
2020-10-27Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelidYuki Okushi-12/+20
2020-10-27Rollup merge of #78219 - JohnTitor:print-def-path, r=estebankYuki Okushi-2/+2
2020-10-26Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiserbors-143/+110
2020-10-26Fix doctestNathan Whitaker-0/+1
2020-10-26Write docs for lint / fix review nitNathan Whitaker-2/+20