| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -5/+1 |
| 2021-08-23 | Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay | bors | -15/+20 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -3/+3 |
| 2021-08-22 | Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 2021-08-22 | Auto merge of #88163 - camsteffen:collapsible-match-fix, r=Manishearth | bors | -25/+13 |
| 2021-08-21 | cleanup: `Span::new` -> `Span::with_lo` | Vadim Petrochenkov | -1/+1 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+3 |
| 2021-08-19 | Fix clippy let expressions fallout | Cameron Steffen | -25/+13 |
| 2021-08-16 | clippy: Fix format_args expansion parsing | Cameron Steffen | -15/+20 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -161/+378 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -2/+2 |
| 2021-08-12 | Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup | flip1995 | -8/+75 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -20/+30 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -3/+3 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -6/+4 |
| 2021-07-25 | Add generic arg infer | kadmin | -1/+10 |