| Age | Commit message (Expand) | Author | Lines |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -1/+1 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -12/+19 |
| 2022-01-07 | Remove region from UpvarCapture and move it to CapturedPlace | Gary Guo | -1/+1 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -1/+1 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -15/+31 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -1/+0 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -139/+346 |
| 2021-12-23 | fix clippy | lcnr | -15/+31 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -5/+5 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -8/+23 |
| 2021-12-17 | Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup | flip1995 | -27/+93 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-14 | Remove iter::zip feature gate from clippy | PFPoitras | -1/+0 |
| 2021-12-13 | Fix clippy uses of QPath::LangItem | Esteban Kuber | -7/+7 |
| 2021-12-13 | let-else: use hir::Let in clippy | Cormac Relf | -8/+23 |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -411/+948 |
| 2021-11-21 | Fix Clippy with changed for loop desugar | Cameron Steffen | -47/+15 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -10/+4 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -9/+16 |
| 2021-11-06 | Fix Clippy with changed format_args! | Cameron Steffen | -10/+4 |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -142/+325 |
| 2021-10-21 | Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup | flip1995 | -39/+268 |
| 2021-10-20 | Remove NullOp::Box | Gary Guo | -1/+0 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -3/+0 |
| 2021-10-19 | Remove begin_panic_fmt from clippy | Gary Guo | -3/+0 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -3/+3 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -13/+37 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -14/+14 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -2/+1 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -56/+74 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -0/+1 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+1 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -20/+15 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -20/+15 |
| 2021-09-18 | Remove needless hir Map ref | Cameron Steffen | -12/+6 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -2/+1 |
| 2021-09-13 | Update permissions path for clippy lint | Guillaume Gomez | -1/+1 |
| 2021-09-13 | Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995 | bors | -2/+2 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -1/+1 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -1/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -2/+2 |
| 2021-09-09 | Update dependencies | Samuel E. Moelius III | -2/+2 |
| 2021-09-08 | Auto merge of #88615 - flip1995:clippyup, r=Manishearth | bors | -164/+519 |
| 2021-09-08 | Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup | flip1995 | -164/+519 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -2/+2 |
| 2021-08-30 | Fix clippy for let-else | Cameron Steffen | -1/+11 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -1/+1 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -9/+9 |