| Age | Commit message (Expand) | Author | Lines |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -4/+4 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -28/+50 |
| 2022-11-16 | Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov | bors | -77/+90 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+3 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -3/+3 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -77/+90 |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -6/+6 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -4/+4 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+1 |
| 2022-11-09 | bless clippy | yukang | -0/+5 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -74/+5 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -74/+5 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+24 |
| 2022-10-29 | Use LanguageItems::require less | Cameron Steffen | -39/+29 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -91/+134 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -115/+115 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -32/+32 |
| 2022-10-28 | Retain ParamEnv constness when running deferred cast checks | Deadbeef | -1/+2 |
| 2022-10-27 | Move clippy::uninlined_format_args back to pedantic | Philipp Krones | -3/+2 |
| 2022-10-27 | Update tooling | Maybe Waffle | -91/+134 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -32/+32 |
| 2022-10-26 | Adjust normalization | mejrs | -3/+3 |
| 2022-10-24 | Add more normalization and tests | mejrs | -2/+6 |
| 2022-10-24 | Address some comments | mejrs | -0/+18 |
| 2022-10-23 | Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup | flip1995 | -4206/+8511 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -11/+5 |
| 2022-10-21 | Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC | bors | -137/+67 |
| 2022-10-21 | Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-dead | Dylan DPC | -34/+37 |
| 2022-10-21 | Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk | Dylan DPC | -103/+30 |
| 2022-10-20 | rustc_hir_typeck: fix clippy | lcnr | -18/+17 |
| 2022-10-20 | Implement assertions and fixes to not emit empty spans without suggestions | Kevin Per | -103/+30 |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -34/+37 |
| 2022-10-19 | Add testcase for next_point, fix more trivial issues in find_width_of_charact... | yukang | -2/+1 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+2 |
| 2022-10-14 | Remove CastCheckResult since it's unused | Michael Goulet | -12/+17 |
| 2022-10-10 | Fix unclosed HTML tag in clippy doc | Guillaume Gomez | -3/+3 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2022-10-10 | Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-dead | Dylan DPC | -351/+36 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -3/+3 |
| 2022-10-09 | deprecate `clippy::for_loops_over_fallibles` | Maybe Waffle | -351/+34 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -2/+2 |
| 2022-10-09 | Fix clippy tests that trigger `for_loop_over_fallibles` lint | Maybe Waffle | -1/+3 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -3/+3 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -1/+6 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -1/+1 |
| 2022-10-07 | Auto merge of #102091 - RalfJung:const_err, r=oli-obk | bors | -7/+12 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -7/+12 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -102/+87 |