| Age | Commit message (Expand) | Author | Lines |
| 2020-12-09 | Enable ASan, TSan, UBSan for aarch64-apple-darwin. | Corey Farwell | -2/+8 |
| 2020-12-09 | Rollup merge of #79803 - jyn514:xsv, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 2020-12-09 | Rollup merge of #79750 - camelid:fix-lint-docs-trimming, r=Mark-Simulacrum | Tyler Mandry | -2/+2 |
| 2020-12-08 | Review feedback | Eric Arellano | -4/+13 |
| 2020-12-07 | Update cargo | Eric Huss | -0/+0 |
| 2020-12-07 | Dogfood 'str_split_once() with linkchecker | Eric Arellano | -5/+8 |
| 2020-12-07 | Dogfood 'str_split_once() with Tidy | Eric Arellano | -56/+63 |
| 2020-12-07 | Update xsv to prevent random CI failures | Joshua Nelson | -1/+1 |
| 2020-12-06 | Fix trimming of lint docs | Camelid | -2/+2 |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -3/+3 |
| 2020-12-06 | Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup | flip1995 | -576/+4334 |
| 2020-12-06 | Handle `Guard::IfLet` in clippy | LeSeulArtichaut | -1/+24 |
| 2020-12-06 | Implement lowering of if-let guards to MIR | LeSeulArtichaut | -0/+1 |
| 2020-12-06 | Auto merge of #79737 - Xanewok:update-rls, r=calebcartwright | bors | -5/+6 |
| 2020-12-06 | Bump Rustfmt to 1.4.29 | Igor Matuszewski | -5/+5 |
| 2020-12-05 | Auto merge of #79719 - JohnTitor:nomicon, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-12-05 | Add libc to rustc-workspace-hack | Igor Matuszewski | -0/+1 |
| 2020-12-05 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 |
| 2020-12-05 | fix clippy test | Vishnunarayan K I | -3/+2 |
| 2020-12-05 | update Miri | Ralf Jung | -16/+10 |
| 2020-12-05 | Ping me when nomicon's toolstate is broken | Yuki Okushi | -1/+1 |
| 2020-12-04 | Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC | bors | -0/+0 |
| 2020-12-04 | Rollup merge of #79627 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2020-12-03 | Coverage tests for remaining TerminatorKinds and async, improve Assert | Rich Kadel | -2/+0 |
| 2020-12-01 | Update cargo | Eric Huss | -0/+0 |
| 2020-12-01 | Address review comments. | Nixon Enraght-Moony | -7/+7 |
| 2020-12-01 | Add tests for rustdoc json | Nixon Enraght-Moony | -10/+62 |
| 2020-12-01 | Adding diesel to the cargetest suite | Georg Semmler | -2/+48 |
| 2020-12-01 | Rollup merge of #79568 - RalfJung:miri, r=RalfJung | Mara Bos | -8/+16 |
| 2020-12-01 | Rollup merge of #79522 - ehuss:lint-check-validate, r=Mark-Simulacrum | Mara Bos | -470/+522 |
| 2020-11-30 | update Miri | Ralf Jung | -8/+16 |
| 2020-11-30 | Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwco | bors | -2/+2 |
| 2020-11-29 | lint-docs: Use strip-prefix to simplify. | Eric Huss | -4/+3 |
| 2020-11-29 | lint-docs: Add some extra detail to the error message. | Eric Huss | -0/+13 |
| 2020-11-29 | Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514 | bors | -1/+1 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -1/+1 |
| 2020-11-29 | Rollup merge of #79443 - GuillaumeGomez:improve-rustdoc-js-error-output, r=jy... | Dylan DPC | -0/+31 |
| 2020-11-28 | lint-docs: Add --validate flag to validate lint docs separately. | Eric Huss | -18/+57 |
| 2020-11-28 | lint-docs: Move free functions into methods of LintExtractor. | Eric Huss | -469/+470 |
| 2020-11-27 | Update error to reflect that integer literals can have float suffixes | Camelid | -2/+2 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -3/+3 |
| 2020-11-26 | Improve rustdoc JS tests error output | Guillaume Gomez | -0/+31 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -3/+3 |
| 2020-11-26 | Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearth | bors | -3104/+1 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -2/+2 |
| 2020-11-24 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-24 | clippy: Remove now obsolete lintlist module | flip1995 | -2983/+1 |
| 2020-11-24 | clippy: Let rustc handle describing lints | flip1995 | -121/+0 |
| 2020-11-24 | Auto merge of #79228 - flip1995:clippyup, r=oli-obk | bors | -876/+3112 |
| 2020-11-23 | Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-se | bors | -5/+5 |