| Age | Commit message (Expand) | Author | Lines |
| 2021-09-29 | Add includes to pre-commit hook | Michael Wright | -0/+1 |
| 2021-09-29 | Add test module for `update_lints` | Michael Wright | -155/+161 |
| 2021-09-29 | Move `update_lints` specific code out of `lib` | Michael Wright | -554/+551 |
| 2021-09-29 | Fix lint register code format | Michael Wright | -1424/+1433 |
| 2021-09-29 | Move code generated by `update_lints` to includes | Michael Wright | -1706/+1779 |
| 2021-09-29 | Fix truncate of 'bound params stack' by using the correct length | Audun Halland | -1/+1 |
| 2021-09-28 | ref/refmut | Gus Wynn | -3/+14 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -994/+893 |
| 2021-09-29 | Auto merge of #7736 - vxpm:master, r=giraffate | bors | -1/+1 |
| 2021-09-29 | Improve error message for `printf`-style format strings | Fabian Wolff | -26/+105 |
| 2021-09-28 | feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's... | Michael Howell | -43/+17 |
| 2021-09-29 | Deriving: Include bound generic params for extracted type parameters in where... | Audun Halland | -10/+54 |
| 2021-09-28 | Fix typo ("asynx" corrected to "async") | vxpm | -1/+1 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -35/+75 |
| 2021-09-28 | Improve error messages for bad type constraints | Michael Howell | -30/+34 |
| 2021-09-28 | Optimize is_sorted for Range and RangeInclusive | Matt Brubeck | -0/+10 |
| 2021-09-28 | Rollup merge of #89318 - petrochenkov:lstore, r=oli-obk | Guillaume Gomez | -37/+4 |
| 2021-09-28 | Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwco | Guillaume Gomez | -0/+26 |
| 2021-09-28 | Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomez | Guillaume Gomez | -0/+17 |
| 2021-09-28 | Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot | Guillaume Gomez | -20/+28 |
| 2021-09-28 | Rollup merge of #89235 - yaahc:junit-formatting, r=kennytm | Guillaume Gomez | -1/+4 |
| 2021-09-28 | Rollup merge of #89233 - FabianWolff:issue-89159, r=estebank | Guillaume Gomez | -1/+5 |
| 2021-09-28 | Rollup merge of #89212 - Sl1mb0:xpy-toolchain-link, r=jyn514 | Guillaume Gomez | -0/+80 |
| 2021-09-28 | Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-Simulacrum | Guillaume Gomez | -2/+13239 |
| 2021-09-28 | Use less verbose syntax for error annotations | Michael Howell | -4/+4 |
| 2021-09-28 | Auto merge of #7734 - Manishearth:doc-unsafe-trait, r=camsteffen | bors | -7/+43 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -1001/+2220 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -1001/+2220 |
| 2021-09-28 | Auto merge of #7711 - camsteffen:depinfo-error, r=flip1995 | bors | -1/+3 |
| 2021-09-28 | Auto merge of #7733 - flip1995:rustup, r=flip1995 | bors | -169/+127 |
| 2021-09-28 | Cleanup of rustup changes | flip1995 | -6/+8 |
| 2021-09-28 | Bump nightly version -> 2021-09-28 | flip1995 | -2/+2 |
| 2021-09-28 | Update clippy_lints/src/doc.rs | Manish Goregaokar | -2/+2 |
| 2021-09-28 | Pick one possible lifetime in case there are multiple choices | Oli Scherer | -3/+26 |
| 2021-09-28 | review comments | Esteban Kuber | -37/+41 |
| 2021-09-28 | Allow internal lint INVALID_PATHS for itertools path | flip1995 | -2/+3 |
| 2021-09-28 | Make doc_unsafe lint on unsafe traits as well | Manish Goregaokar | -7/+43 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -18/+216 |
| 2021-09-28 | Auto merge of #89048 - oli-obk:in_tracing_we_trust, r=jackh726 | bors | -323/+252 |
| 2021-09-28 | Merge commit 'cd4810de42c57b64b74dae09c530a4c3a41f87b9' into libgccjit-codegen | Antoni Boucher | -3/+3 |
| 2021-09-28 | Fix warnings (#98) | antoyo | -3/+3 |
| 2021-09-28 | Merge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def' into libgccjit-codegen | Antoni Boucher | -559/+559 |
| 2021-09-28 | Update to nightly-2021-09-28 (#97) | antoyo | -13/+63 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -16/+16 |
| 2021-09-28 | Rebase resume argument projections during state transform | Tomasz Miąsko | -5/+12 |
| 2021-09-28 | Reapply "Remove optimization_fuel_crate from Session" | bjorn3 | -6/+1 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -323/+252 |
| 2021-09-28 | Auto merge of #86191 - kawadakk:release-add-solid-support, r=nagisa,estebank,... | bors | -0/+4062 |
| 2021-09-28 | Auto merge of #7727 - flip1995:changelog, r=xFrednet | bors | -15/+69 |
| 2021-09-28 | Fix CHANGELOG formatting | flip1995 | -39/+25 |