| Age | Commit message (Expand) | Author | Lines |
| 2023-07-26 | Unite bless environment variables under `RUSTC_BLESS` | Trevor Gross | -1/+3 |
| 2023-07-26 | Rollup merge of #114070 - blyxyas:iter_mut_symbol, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-26 | Auto merge of #114054 - oli-obk:cleanups, r=estebank | bors | -1/+1 |
| 2023-07-25 | Add `sym::iter_mut` + `sym::as_mut_ptr` | blyxyas | -1/+1 |
| 2023-07-25 | Auto merge of #114063 - matthiaskrgr:rollup-c90czu6, r=matthiaskrgr | bors | -1/+1 |
| 2023-07-25 | Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-07-25 | Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnr | bors | -2/+2 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -2/+2 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -1/+1 |
| 2023-07-25 | bless more | Ralf Jung | -4/+4 |
| 2023-07-25 | clippy: `env!` invocations can't be b"" literals | David Wood | -1/+1 |
| 2023-07-24 | Perform OpaqueCast field projection on HIR, too. | Oli Scherer | -0/+2 |
| 2023-07-23 | fix | Deadbeef | -12/+14 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -29/+26 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -1/+1 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -3/+3 |
| 2023-07-17 | Another fix for incorrect_impls | Philipp Krones | -4/+3 |
| 2023-07-17 | Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup | Philipp Krones | -2537/+5241 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -307/+307 |
| 2023-07-13 | Rename cast_ref_to_mut to invalid_reference_casting (clippy side) | Urgau | -6/+6 |
| 2023-07-12 | Ignore flaky clippy tests. | Eric Huss | -0/+9 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -223/+64 |
| 2023-07-10 | Drop uplifted `clippy::fn_null_check` | Urgau | -223/+64 |
| 2023-07-08 | Auto merge of #113450 - Nilstrieb:src/bootstrap/test.rs, r=flip1995 | bors | -19/+0 |
| 2023-07-08 | Delete `to_string_in_format_args_incremental.rs` | Nilstrieb | -19/+0 |
| 2023-07-08 | Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha... | bors | -9/+9 |
| 2023-07-07 | Fix failing clippy tests | Alex Macleod | -41/+21 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -9/+9 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -17/+18 |
| 2023-07-06 | Auto merge of #113291 - oli-obk:pretty_print_mir_const, r=RalfJung | bors | -3/+4 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -17/+18 |
| 2023-07-05 | Patch clippy | Oli Scherer | -3/+4 |
| 2023-07-05 | Deal with fallout | Boxy | -2/+2 |
| 2023-07-02 | Fix compile-test tests to work with the new ui_test crate | Philipp Krones | -9/+3 |
| 2023-07-02 | Fix valtree changes | Philipp Krones | -2/+2 |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -5828/+21798 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -14/+62 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -59/+30 |
| 2023-06-26 | Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro... | bors | -0/+18 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -14/+62 |
| 2023-06-26 | Support `hir::ExprKind::Become` in clippy | Maybe Waffle | -0/+18 |
| 2023-06-25 | Do not offer any of the suggestions in emit_coerce_suggestions for expr from ... | yukang | -5/+0 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -8/+8 |
| 2023-06-21 | Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb | bors | -37/+38 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+1 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -37/+37 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -28/+8 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -1/+1 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -37/+37 |