| Age | Commit message (Expand) | Author | Lines |
| 2020-10-28 | Auto merge of #78323 - est31:smaller_list_overlap, r=varkor | bors | -7/+32 |
| 2020-10-28 | Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPC | bors | -355/+430 |
| 2020-10-28 | Rollup merge of #78453 - Storyyeller:patch-1, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-10-28 | Rollup merge of #78447 - bugadani:typo, r=matthewjasper | Dylan DPC | -5/+5 |
| 2020-10-28 | Rollup merge of #78408 - Aaron1011:fix/remove-foreign-tokens, r=oli-obk | Dylan DPC | -0/+7 |
| 2020-10-28 | Rollup merge of #78401 - davidtwco:issue-75906-tuple-construct-private-field,... | Dylan DPC | -44/+61 |
| 2020-10-28 | Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor | Dylan DPC | -18/+45 |
| 2020-10-28 | Rollup merge of #78365 - lcnr:const-eval-obj-safety, r=oli-obk | Dylan DPC | -52/+104 |
| 2020-10-28 | Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk | Dylan DPC | -135/+119 |
| 2020-10-28 | Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obk | Dylan DPC | -86/+41 |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -14/+47 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -0/+116 |
| 2020-10-27 | Fix typo in comments | Robert Grosse | -1/+1 |
| 2020-10-27 | Use unsized_feature_enabled helper function | Santiago Pastorino | -6/+9 |
| 2020-10-27 | is -> are both | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Hide outermost_fn_param_pat, it's an internal detail | Santiago Pastorino | -8/+4 |
| 2020-10-27 | or -> and | Santiago Pastorino | -1/+1 |
| 2020-10-27 | param -> parameter, pat -> pattern | Santiago Pastorino | -3/+3 |
| 2020-10-27 | Rename within_fn_param to outermost_fn_param_pat | Santiago Pastorino | -8/+8 |
| 2020-10-27 | Do not use unsized_fn_params in patterns | Santiago Pastorino | -0/+2 |
| 2020-10-27 | Properly restore within_fn_param value to the previous state | Santiago Pastorino | -2/+3 |
| 2020-10-27 | Add unsized_locals to INCOMPLETE_FEATURES list | Santiago Pastorino | -0/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -17/+47 |
| 2020-10-27 | Fix typo in vec_graph | Dániel Buga | -1/+1 |
| 2020-10-27 | Fix typos in arena comments | Dániel Buga | -2/+2 |
| 2020-10-27 | Auto merge of #76269 - ayrtonm:function-reference-lint, r=oli-obk | bors | -0/+240 |
| 2020-10-27 | Fix typo in comment | Dániel Buga | -2/+2 |
| 2020-10-27 | Added suggestion to `function_item_references` lint and fixed warning message | Ayrton | -11/+18 |
| 2020-10-27 | Added documentation for `function_item_references` lint | Ayrton | -44/+76 |
| 2020-10-27 | Fixed compiler error in lint checker triggered by associated types | Ayrton | -53/+65 |
| 2020-10-27 | Removed test for unhandled case in function_item_references lint | Ayrton | -1/+1 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -95/+118 |
| 2020-10-27 | modified lint to work with MIR | Ayrton | -35/+166 |
| 2020-10-27 | changed lint to suggest casting to the proper function type and added a test | Ayrton | -4/+6 |
| 2020-10-27 | added a lint against function references | Ayrton | -0/+33 |
| 2020-10-27 | Auto merge of #78434 - jonas-schievink:disable-miropt, r=wesleywiser | bors | -0/+5 |
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -0/+5 |
| 2020-10-27 | Disable "optimization to avoid load of address" in InstCombine | Jonas Schievink | -0/+5 |
| 2020-10-27 | Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr... | bors | -23/+207 |
| 2020-10-27 | Auto merge of #77317 - varkor:break-diverging-value, r=nikomatsakis | bors | -1/+4 |
| 2020-10-27 | Auto merge of #78421 - JohnTitor:rollup-bq2d7fo, r=JohnTitor | bors | -22/+39 |
| 2020-10-27 | Rollup merge of #78405 - notriddle:patch-3, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -0/+4 |
| 2020-10-27 | Rollup merge of #78377 - LeSeulArtichaut:patch-docs, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-10-27 | Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco | Yuki Okushi | -6/+11 |
| 2020-10-27 | Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelid | Yuki Okushi | -12/+20 |
| 2020-10-27 | Rollup merge of #78219 - JohnTitor:print-def-path, r=estebank | Yuki Okushi | -2/+2 |
| 2020-10-26 | Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiser | bors | -143/+110 |
| 2020-10-26 | Fix doctest | Nathan Whitaker | -0/+1 |
| 2020-10-26 | Write docs for lint / fix review nit | Nathan Whitaker | -2/+20 |