| Age | Commit message (Expand) | Author | Lines |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -22/+94 |
| 2020-10-25 | Rollup merge of #78322 - ssomers:btree_no_min_len_at_node_level, r=Mark-Simul... | Yuki Okushi | -55/+55 |
| 2020-10-25 | Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton | Yuki Okushi | -1/+1 |
| 2020-10-25 | Rollup merge of #78276 - cutsoy:bump-backtrace, r=nagisa | Yuki Okushi | -0/+0 |
| 2020-10-25 | Rollup merge of #78209 - JohnTitor:compiler-builtins, r=Amanieu | Yuki Okushi | -2/+2 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -41/+177 |
| 2020-10-25 | Rollup merge of #78085 - wesleywiser:mir_validation_switch_int, r=oli-obk | Yuki Okushi | -2/+24 |
| 2020-10-25 | Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkov | Yuki Okushi | -7/+73 |
| 2020-10-25 | Change from correctness to style and MaybeIncorrect instead of MachineApplicable | Francis Murillo | -4/+4 |
| 2020-10-25 | Use `sugg_lint_and_help` | Francis Murillo | -10/+36 |
| 2020-10-25 | Inline is_mut_mutex_lock_call | Francis Murillo | -16/+5 |
| 2020-10-25 | Run update_lints | Francis Murillo | -2/+0 |
| 2020-10-25 | Change lint doc test | Francis Murillo | -20/+12 |
| 2020-10-25 | Auto merge of #6181 - cgm616:undropped-manually-drops, r=flip1995 | bors | -0/+108 |
| 2020-10-25 | Fix small typos | Yuki Okushi | -3/+3 |
| 2020-10-25 | Use its own `TypeckResults` to avoid ICE | Yuki Okushi | -4/+23 |
| 2020-10-25 | Auto merge of #77476 - tgnottingham:buffered_siphasher128, r=nnethercote | bors | -196/+389 |
| 2020-10-25 | Make some functions private that don't have to be public | Joshua Nelson | -10/+10 |
| 2020-10-25 | Add lint for `&mut Mutex::lock` | Francis Murillo | -0/+128 |
| 2020-10-25 | Auto merge of #6109 - patrickelectric:single_element_for_check, r=flip1995 | bors | -16/+133 |
| 2020-10-25 | Auto merge of #6029 - Daniel-B-Smith:refcell_ref_await, r=flip1995 | bors | -9/+257 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -19/+98 |
| 2020-10-25 | Auto merge of #77398 - wesleywiser:measureme_0_8, r=Mark-Simulacrum | bors | -25/+22 |
| 2020-10-25 | Test with NLL explicitly | Yuki Okushi | -4/+19 |
| 2020-10-24 | Upgrade to measureme 9.0.0 | Wesley Wiser | -25/+22 |
| 2020-10-25 | Auto merge of #77526 - RalfJung:dont-promote-unions, r=lcnr | bors | -21/+30 |
| 2020-10-25 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+35 |
| 2020-10-25 | Auto merge of #78310 - ebroto:clippyup, r=Manishearth | bors | -577/+2159 |
| 2020-10-24 | Use check-pass in single-use-lifetime ui test suite | Olivia Crain | -25/+25 |
| 2020-10-24 | Auto merge of #6187 - geoffreycopin:master, r=ebroto | bors | -45/+190 |
| 2020-10-24 | Auto merge of #6190 - montrivo:manual_result_unwrap_or, r=ebroto | bors | -37/+311 |
| 2020-10-24 | Auto merge of #6135 - cauebs:master, r=ebroto | bors | -190/+394 |
| 2020-10-24 | Auto merge of #78334 - jonas-schievink:rollup-z0gzbmm, r=jonas-schievink | bors | -820/+1418 |
| 2020-10-24 | Add unbounded_depth to serde_json (clippy-driver) | Eduardo Broto | -1/+1 |
| 2020-10-24 | Rollup merge of #78327 - petrochenkov:inconsist, r=Aaron1011 | Jonas Schievink | -4/+29 |
| 2020-10-24 | Rollup merge of #78318 - bugadani:tyctx-impl, r=petrochenkov | Jonas Schievink | -4/+4 |
| 2020-10-24 | Rollup merge of #78272 - lcnr:abstract-const-unused-node, r=oli-obk | Jonas Schievink | -21/+132 |
| 2020-10-24 | Rollup merge of #78191 - tmiasko:temp-match-branch-simplification, r=oli-obk | Jonas Schievink | -48/+309 |
| 2020-10-24 | Rollup merge of #78119 - fusion-engineering-forks:panic-use-as-str, r=Amanieu | Jonas Schievink | -3/+20 |
| 2020-10-24 | Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkor | Jonas Schievink | -347/+448 |
| 2020-10-24 | Rollup merge of #78069 - fusion-engineering-forks:core-const-panic-str, r=Ral... | Jonas Schievink | -20/+60 |
| 2020-10-24 | Rollup merge of #77930 - estebank:ice-77919, r=eddyb | Jonas Schievink | -1/+63 |
| 2020-10-24 | Rollup merge of #77830 - cjgillot:remacro, r=oli-obk | Jonas Schievink | -113/+72 |
| 2020-10-24 | Rollup merge of #77610 - hermitcore:dtors, r=m-ou-se | Jonas Schievink | -167/+186 |
| 2020-10-24 | Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcm | Jonas Schievink | -28/+20 |
| 2020-10-24 | Rollup merge of #75115 - chansuke:sys-cloudabi-unsafe, r=KodrAus | Jonas Schievink | -64/+75 |
| 2020-10-24 | MIR validation should check `SwitchInt` values are valid for the type | Wesley Wiser | -2/+24 |
| 2020-10-24 | Auto merge of #77255 - Aaron1011:feature/collect-attr-tokens, r=petrochenkov | bors | -138/+251 |
| 2020-10-24 | fix typo | Ralf Jung | -1/+1 |
| 2020-10-24 | Compute proper module parent during resolution | Aaron Hill | -7/+73 |