| Age | Commit message (Expand) | Author | Lines |
| 2021-08-13 | Try to fix problem | Deadbeef | -4/+17 |
| 2021-08-13 | Relate impl | Deadbeef | -0/+13 |
| 2021-08-13 | Make selection and evaluation caches use constness | Deadbeef | -32/+59 |
| 2021-08-13 | fmt | Deadbeef | -2/+7 |
| 2021-08-13 | Inherited use constness and assoc change predicate | Deadbeef | -6/+61 |
| 2021-08-13 | fmt | Deadbeef | -2/+3 |
| 2021-08-13 | Filter non-const impls when we expect a const one | Deadbeef | -6/+23 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -124/+157 |
| 2021-08-13 | Auto merge of #87954 - flip1995:clippyup, r=Manishearth | bors | -375/+1311 |
| 2021-08-13 | Auto merge of #87927 - spastorino:use-def-id-typeckresults, r=oli-obk | bors | -27/+3 |
| 2021-08-12 | Auto merge of #87980 - Manishearth:rollup-vkuix3y, r=Manishearth | bors | -113/+667 |
| 2021-08-12 | Auto merge of #87916 - nbdd0121:black_box, r=nagisa | bors | -15/+52 |
| 2021-08-12 | Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebank | Manish Goregaokar | -14/+19 |
| 2021-08-12 | Rollup merge of #87953 - m-ou-se:closure-migration-multiline-formatting, r=pe... | Manish Goregaokar | -83/+119 |
| 2021-08-12 | Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb | Manish Goregaokar | -16/+529 |
| 2021-08-12 | Rollup merge of #87916 - nbdd0121:black_box, r=nagisa | Manish Goregaokar | -15/+52 |
| 2021-08-12 | Apply c_enum_min_bits = 8 to (arm|thumb)-none- platforms | Manish Goregaokar | -0/+14 |
| 2021-08-12 | Add c_enum_min_bits to target spec | Manish Goregaokar | -16/+515 |
| 2021-08-12 | Implement `black_box` using intrinsic | Gary Guo | -15/+52 |
| 2021-08-12 | Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomez | bors | -161/+189 |
| 2021-08-12 | Silence non_fmt_panic from external macros. | Mara Bos | -14/+19 |
| 2021-08-12 | Rollup merge of #87941 - GuillaumeGomez:fix-rustdoc-js-tool, r=notriddle | Guillaume Gomez | -14/+19 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -86/+86 |
| 2021-08-12 | Rollup merge of #87863 - ChrisDenton:command-env-path-fix, r=dtolnay | Guillaume Gomez | -9/+30 |
| 2021-08-12 | Rollup merge of #87819 - estebank:assoc-type-span, r=jackh726 | Guillaume Gomez | -52/+54 |
| 2021-08-12 | Auto merge of #87666 - ivmarkov:master, r=Amanieu | bors | -47/+581 |
| 2021-08-12 | Use a more accurate span on assoc types WF checks | Esteban Kuber | -52/+54 |
| 2021-08-12 | Update test output. | Mara Bos | -81/+108 |
| 2021-08-12 | Improve formatting of closure capture migration suggestion. | Mara Bos | -2/+11 |
| 2021-08-12 | Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup | flip1995 | -375/+1311 |
| 2021-08-12 | Auto merge of #7558 - flip1995:rustup, r=flip1995 | bors | -994/+1025 |
| 2021-08-12 | Bump nightly version -> 2021-08-12 | flip1995 | -1/+1 |
| 2021-08-12 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -393/+1335 |
| 2021-08-12 | Bless clippy tests. | Mara Bos | -3/+3 |
| 2021-08-12 | Auto merge of #7546 - mgeier:patch-1, r=giraffate | bors | -2/+6 |
| 2021-08-12 | Auto merge of #7516 - lf-:unwrap-or-default, r=xFrednet | bors | -39/+361 |
| 2021-08-12 | Auto merge of #7556 - F3real:no_effect_inclusive_range, r=flip1995 | bors | -8/+16 |
| 2021-08-12 | Auto merge of #87948 - JohnTitor:rollup-efmgyl8, r=JohnTitor | bors | -52/+168 |
| 2021-08-12 | Rollup merge of #87942 - oconnor663:pre_commit_exec, r=jyn514 | Yuki Okushi | -0/+0 |
| 2021-08-12 | Rollup merge of #87928 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -3/+3 |
| 2021-08-12 | Rollup merge of #87925 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-08-12 | Rollup merge of #87903 - jackh726:logging-cleanup, r=oli-obk | Yuki Okushi | -3/+0 |
| 2021-08-12 | Rollup merge of #87878 - lnicola:rust-analyzer-2021-08-09, r=lnicola | Yuki Okushi | -16/+37 |
| 2021-08-12 | Rollup merge of #87671 - jesyspa:issue-87319-multiple-newlines, r=estebank | Yuki Okushi | -8/+59 |
| 2021-08-12 | Rollup merge of #85835 - Seppel3210:master, r=yaahc | Yuki Okushi | -22/+69 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -556/+287 |
| 2021-08-11 | Reword is_trait_item description | Jade | -3/+3 |
| 2021-08-12 | Auto merge of #87843 - kornelski:try_reserve, r=m-ou-se | bors | -301/+282 |
| 2021-08-12 | Correctly report inclusive range in no_effect lint | F3real | -8/+16 |
| 2021-08-11 | Auto merge of #86532 - estebank:delete-suggestion-underline, r=petrochenkov | bors | -4232/+5657 |