| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-24 | ensure that statics are inhabited | Ralf Jung | -0/+39 |
| 2020-10-24 | Link directly to `#build-std` anchor | Philipp Oppermann | -1/+1 |
| 2020-10-24 | Link to cargo's `build-std` feature instead of `xargo` in custom target docs | Philipp Oppermann | -1/+1 |
| 2020-10-24 | Add some regression tests | Alex Macleod | -0/+134 |
| 2020-10-24 | Rollup merge of #78293 - nasso:master, r=GuillaumeGomez | Jonas Schievink | -5/+6 |
| 2020-10-24 | Rollup merge of #78264 - JohnTitor:macro-test, r=petrochenkov | Jonas Schievink | -0/+10 |
| 2020-10-24 | Rollup merge of #78250 - camelid:document-inline-const, r=spastorino | Jonas Schievink | -0/+45 |
| 2020-10-24 | Rollup merge of #78249 - lcnr:ct-infer-origin, r=varkor | Jonas Schievink | -1/+1 |
| 2020-10-24 | Rollup merge of #78243 - njasm:patch_test_args_description, r=jyn514 | Jonas Schievink | -1/+7 |
| 2020-10-24 | Rollup merge of #78309 | Mara Bos | -1/+1 |
| 2020-10-24 | Use own mirror for linux headers in musl-toolchain CI script. | Mara Bos | -2/+8 |
| 2020-10-23 | Fix Ubuntu download URL | Jonas Schievink | -1/+1 |
| 2020-10-23 | Remove duplicate import of `Target` | Eduardo Broto | -1/+0 |
| 2020-10-23 | Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup | Eduardo Broto | -15/+36 |
| 2020-10-23 | Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup | Eduardo Broto | -566/+2120 |
| 2020-10-23 | add tests for self with const params | Bastian Kauschke | -6/+28 |
| 2020-10-23 | Do not ICE with TraitPredicates containing [type error] | Esteban Küber | -0/+59 |
| 2020-10-23 | x.py test --test-args flag description enhancement | Nelson J Morais | -1/+7 |
| 2020-10-23 | Add test for bad NLL higher-ranked subtype | Aaron Hill | -0/+72 |
| 2020-10-23 | Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr | bors | -73/+81 |
| 2020-10-23 | Always store Rustdoc theme when it's changed | nasso | -5/+6 |
| 2020-10-23 | Suggest semicolon removal and boxing when appropriate | Esteban Küber | -8/+15 |
| 2020-10-23 | Add more `.await` suggestions on E0308 | Esteban Küber | -46/+35 |