| Age | Commit message (Expand) | Author | Lines |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -168/+324 |
| 2020-10-27 | modified lint to work with MIR | Ayrton | -59/+322 |
| 2020-10-27 | changed lint to suggest casting to the proper function type and added a test | Ayrton | -4/+50 |
| 2020-10-27 | added a lint against function references | Ayrton | -0/+33 |
| 2020-10-27 | Address review comment | oli | -2/+3 |
| 2020-10-27 | Fix test | Nathan Whitaker | -2/+3 |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -353/+378 |
| 2020-10-27 | Auto merge of #78434 - jonas-schievink:disable-miropt, r=wesleywiser | bors | -3/+25 |
| 2020-10-27 | Add test where diagnostic span points to just the inlined function's body | Oliver Scherer | -0/+24 |
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -12/+184 |
| 2020-10-27 | Auto merge of #6244 - mikerite:invalid_paths_20201027, r=flip1995 | bors | -15/+163 |
| 2020-10-27 | Disable "optimization to avoid load of address" in InstCombine | Jonas Schievink | -3/+25 |
| 2020-10-27 | Use with_no_trimmed_paths | bjorn3 | -13/+7 |
| 2020-10-27 | Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr... | bors | -35/+782 |
| 2020-10-27 | Query span as late as possible | Dániel Buga | -23/+18 |
| 2020-10-27 | Handle type errors in closure/generator upvar_tys | Aman Arora | -7/+74 |
| 2020-10-27 | Auto merge of #77317 - varkor:break-diverging-value, r=nikomatsakis | bors | -1/+60 |
| 2020-10-27 | Prefer new associated numeric consts in float error messages | Rustin-Liu | -5/+5 |
| 2020-10-27 | Fix invalid paths | Michael Wright | -15/+17 |
| 2020-10-27 | Add `invalid_paths` internal lint | Michael Wright | -0/+146 |
| 2020-10-27 | Auto merge of #78359 - ssomers:btree_cleanup_mem, r=Mark-Simulacrum | bors | -40/+42 |
| 2020-10-27 | Simplify slice splitting a bit | Nadrieril | -41/+28 |
| 2020-10-27 | Deduplicate work between splitting and subtraction | Nadrieril | -216/+87 |
| 2020-10-27 | Be honest about being able to list constructors | Nadrieril | -39/+47 |
| 2020-10-27 | Simplify specialize_constructor | Nadrieril | -175/+13 |
| 2020-10-26 | Fix bootstrap doctest failure | Nathan Whitaker | -1/+1 |
| 2020-10-27 | Auto merge of #78421 - JohnTitor:rollup-bq2d7fo, r=JohnTitor | bors | -262/+558 |
| 2020-10-27 | Unify the paths through `is_useful` | Nadrieril | -103/+53 |
| 2020-10-27 | Recompute `MissingConstructors` when needed | Nadrieril | -39/+56 |
| 2020-10-27 | Pass more things through `PatCtxt` | Nadrieril | -128/+75 |
| 2020-10-27 | Let MissingConstructors handle the subtleties of missing constructors | Nadrieril | -89/+72 |
| 2020-10-27 | Cache head constructor in PatStack | Nadrieril | -68/+63 |
| 2020-10-27 | Unify the two kinds of specialization by adding a Wildcard ctor | Nadrieril | -97/+80 |
| 2020-10-27 | Inline `specialize_one_pattern` | Nadrieril | -51/+39 |
| 2020-10-27 | Factor out the two specialization steps | Nadrieril | -80/+107 |
| 2020-10-27 | Clarify specialization into two steps | Nadrieril | -56/+48 |
| 2020-10-27 | Use pat_constructor to simplify specialize_one_pattern | Nadrieril | -105/+71 |
| 2020-10-27 | Split `split_grouped_constructor` into smaller functions | Nadrieril | -329/+345 |
| 2020-10-26 | Do not ICE on invalid input | Esteban Küber | -7/+89 |
| 2020-10-27 | Rollup merge of #78412 - camelid:cleanup-hash-docs, r=jonas-schievink | Yuki Okushi | -5/+6 |
| 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 | -1/+6 |
| 2020-10-27 | Rollup merge of #78394 - rubik:master, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2020-10-27 | Rollup merge of #78388 - camelid:regression-tests, r=lcnr | Yuki Okushi | -0/+34 |
| 2020-10-27 | Rollup merge of #78377 - LeSeulArtichaut:patch-docs, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-10-27 | Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytm | Yuki Okushi | -49/+19 |
| 2020-10-27 | Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco | Yuki Okushi | -7/+26 |
| 2020-10-27 | Rollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomez | Yuki Okushi | -10/+10 |
| 2020-10-27 | Rollup merge of #78347 - Rustin-Liu:rustin-patch-doc, r=kennytm | Yuki Okushi | -16/+26 |
| 2020-10-27 | Rollup merge of #78342 - oliviacrain:checkmate-pass, r=Mark-Simulacrum | Yuki Okushi | -25/+25 |