| Age | Commit message (Expand) | Author | Lines |
| 2020-10-26 | Rollup merge of #78214 - estebank:match-semicolon, r=oli-obk | Dylan DPC | -131/+261 |
| 2020-10-26 | Rollup merge of #78137 - tmiasko:compiletest-tracing, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-10-26 | Auto merge of #77283 - estebank:if-let-sugg, r=Mark-Simulacrum | bors | -12/+28 |
| 2020-10-25 | Tweak invalid `fn` header and body parsing | Esteban Küber | -18/+10 |
| 2020-10-26 | simplify-locals: Add yet to be optimized test cases | Tomasz Miąsko | -0/+294 |
| 2020-10-25 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -12/+28 |
| 2020-10-26 | Use ? in core/std macros | Taiki Endo | -1/+1 |
| 2020-10-25 | Rely on regular "expected"/"found" parser error for `fn` | Esteban Küber | -19/+31 |
| 2020-10-25 | check for object safety violations in constants | Bastian Kauschke | -0/+139 |
| 2020-10-25 | Auto merge of #77901 - jonas-schievink:unignore-test-36710, r=Mark-Simulacrum | bors | -4/+5 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -2352/+7051 |
| 2020-10-25 | Integrate suggestions from code review | cgm616 | -1/+1 |
| 2020-10-25 | Auto merge of #78253 - Aaron1011:bump-llvm-deadarg, r=cuviper | bors | -0/+51 |
| 2020-10-25 | also test non-extern uninhabited statics | Ralf Jung | -1/+26 |
| 2020-10-25 | Add lint for unusually-grouped hex/binary literals | Florian Hartwig | -0/+7 |
| 2020-10-25 | Update description for error E0308 | Olivier FAURE | -108/+180 |
| 2020-10-25 | Auto merge of #6177 - rust-lang:manual-range-contains, r=flip1995 | bors | -0/+7 |
| 2020-10-25 | Auto merge of #6103 - FrancisMurillo:mut_mutex_lock, r=flip1995 | bors | -0/+7 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -6/+51 |
| 2020-10-25 | Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton | Yuki Okushi | -1/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -11/+39 |
| 2020-10-25 | Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkov | Yuki Okushi | -0/+25 |
| 2020-10-25 | Change from correctness to style and MaybeIncorrect instead of MachineApplicable | Francis Murillo | -1/+1 |
| 2020-10-25 | Auto merge of #6181 - cgm616:undropped-manually-drops, r=flip1995 | bors | -0/+7 |
| 2020-10-25 | Use its own `TypeckResults` to avoid ICE | Yuki Okushi | -1/+15 |
| 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/+7 |
| 2020-10-25 | Auto merge of #6109 - patrickelectric:single_element_for_check, r=flip1995 | bors | -0/+7 |
| 2020-10-25 | Auto merge of #6029 - Daniel-B-Smith:refcell_ref_await, r=flip1995 | bors | -2/+9 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -0/+21 |
| 2020-10-25 | Test with NLL explicitly | Yuki Okushi | -4/+19 |
| 2020-10-25 | Auto merge of #77526 - RalfJung:dont-promote-unions, r=lcnr | bors | -1/+16 |
| 2020-10-25 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+27 |
| 2020-10-25 | Auto merge of #78310 - ebroto:clippyup, r=Manishearth | bors | -568/+2121 |
| 2020-10-24 | Use check-pass in single-use-lifetime ui test suite | Olivia Crain | -25/+25 |
| 2020-10-24 | Auto merge of #6190 - montrivo:manual_result_unwrap_or, r=ebroto | bors | -1/+1 |
| 2020-10-24 | Auto merge of #78334 - jonas-schievink:rollup-z0gzbmm, r=jonas-schievink | bors | -61/+808 |
| 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 | -0/+25 |
| 2020-10-24 | Rollup merge of #78272 - lcnr:abstract-const-unused-node, r=oli-obk | Jonas Schievink | -0/+68 |
| 2020-10-24 | Rollup merge of #78191 - tmiasko:temp-match-branch-simplification, r=oli-obk | Jonas Schievink | -40/+287 |
| 2020-10-24 | Rollup merge of #78119 - fusion-engineering-forks:panic-use-as-str, r=Amanieu | Jonas Schievink | -2/+2 |
| 2020-10-24 | Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkor | Jonas Schievink | -2/+322 |
| 2020-10-24 | Rollup merge of #78069 - fusion-engineering-forks:core-const-panic-str, r=Ral... | Jonas Schievink | -17/+45 |
| 2020-10-24 | Rollup merge of #77930 - estebank:ice-77919, r=eddyb | Jonas Schievink | -0/+59 |
| 2020-10-24 | Auto merge of #77255 - Aaron1011:feature/collect-attr-tokens, r=petrochenkov | bors | -10/+10 |
| 2020-10-24 | Compute proper module parent during resolution | Aaron Hill | -0/+25 |
| 2020-10-24 | resolve: Relax macro resolution consistency check to account for any errors | Vadim Petrochenkov | -0/+25 |
| 2020-10-24 | Add large_types_passed_by_value lint | Cauê Baasch de Souza | -1/+8 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -6/+51 |