| Age | Commit message (Expand) | Author | Lines |
| 2020-10-27 | Fix unstable-book doc tests | Santiago Pastorino | -3/+4 |
| 2020-10-27 | Using unsized_local feature is not needed in these tests | Santiago Pastorino | -30/+9 |
| 2020-10-27 | Make tidy happy | Santiago Pastorino | -24/+25 |
| 2020-10-27 | This flag is not really needed in the test | Santiago Pastorino | -1/+0 |
| 2020-10-27 | Add unsized_locals to INCOMPLETE_FEATURES list | Santiago Pastorino | -57/+154 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -68/+115 |
| 2020-10-27 | Auto merge of #76269 - ayrtonm:function-reference-lint, r=oli-obk | bors | -0/+331 |
| 2020-10-27 | Added suggestion to `function_item_references` lint and fixed warning message | Ayrton | -84/+84 |
| 2020-10-27 | Added documentation for `function_item_references` lint | Ayrton | -29/+29 |
| 2020-10-27 | Fixed compiler error in lint checker triggered by associated types | Ayrton | -30/+57 |
| 2020-10-27 | Removed test for unhandled case in function_item_references lint | Ayrton | -88/+85 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -73/+204 |
| 2020-10-27 | modified lint to work with MIR | Ayrton | -24/+156 |
| 2020-10-27 | changed lint to suggest casting to the proper function type and added a test | Ayrton | -0/+44 |
| 2020-10-27 | Fix test | Nathan Whitaker | -2/+3 |
| 2020-10-27 | Auto merge of #78434 - jonas-schievink:disable-miropt, r=wesleywiser | bors | -3/+20 |
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -2/+127 |
| 2020-10-27 | Disable "optimization to avoid load of address" in InstCombine | Jonas Schievink | -3/+20 |
| 2020-10-27 | Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr... | bors | -12/+575 |
| 2020-10-27 | Handle type errors in closure/generator upvar_tys | Aman Arora | -0/+45 |
| 2020-10-27 | Auto merge of #77317 - varkor:break-diverging-value, r=nikomatsakis | bors | -0/+56 |
| 2020-10-27 | Prefer new associated numeric consts in float error messages | Rustin-Liu | -4/+4 |
| 2020-10-27 | Be honest about being able to list constructors | Nadrieril | -6/+6 |
| 2020-10-27 | Auto merge of #78421 - JohnTitor:rollup-bq2d7fo, r=JohnTitor | bors | -153/+377 |
| 2020-10-26 | Do not ICE on invalid input | Esteban Küber | -0/+76 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -1/+2 |
| 2020-10-27 | Rollup merge of #78388 - camelid:regression-tests, r=lcnr | Yuki Okushi | -0/+34 |
| 2020-10-27 | Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytm | Yuki Okushi | -1/+1 |
| 2020-10-27 | Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco | Yuki Okushi | -1/+15 |
| 2020-10-27 | Rollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomez | Yuki Okushi | -10/+10 |
| 2020-10-27 | Rollup merge of #78342 - oliviacrain:checkmate-pass, r=Mark-Simulacrum | Yuki Okushi | -25/+25 |
| 2020-10-27 | Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelid | Yuki Okushi | -108/+180 |
| 2020-10-27 | Rollup merge of #78298 - Aaron1011:fix/nll-ranked-test, r=Mark-Simulacrum | Yuki Okushi | -0/+72 |
| 2020-10-27 | Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-Simulacrum | Yuki Okushi | -7/+38 |
| 2020-10-26 | Suggest calling associated `fn` inside `trait`s | Esteban Küber | -22/+69 |
| 2020-10-26 | Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiser | bors | -20/+294 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -8/+8 |
| 2020-10-26 | Remove lint from clippy | Nathan Whitaker | -7/+0 |
| 2020-10-26 | Remove lint from clippy | Nathan Whitaker | -140/+3 |
| 2020-10-26 | Write docs for lint / fix review nit | Nathan Whitaker | -6/+5 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -2/+33 |
| 2020-10-26 | Change to warn by default / fix typo | Nathan Whitaker | -2/+7 |
| 2020-10-26 | Tweak diagnostic | Nathan Whitaker | -7/+4 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -8/+7 |
| 2020-10-26 | Add basic test | Nathan Whitaker | -0/+24 |
| 2020-10-26 | Suggest expressions that look like const generic arguments should be enclosed... | varkor | -12/+575 |
| 2020-10-26 | Ignore threaded capture tests on WASM w/o threads | Sergio Benitez | -2/+4 |
| 2020-10-26 | Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu | bors | -65/+146 |
| 2020-10-26 | Add FIXME note to const generics test | Camelid | -0/+1 |
| 2020-10-26 | Add some regression tests | Camelid | -0/+33 |