| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | Auto merge of #141605 - jieyouxu:rollup-3gjqh5l, r=jieyouxu | bors | -588/+506 |
| 2025-05-26 | assert we never incorrectly canonicalize envs | lcnr | -0/+7 |
| 2025-05-26 | add additional `TypeFlags` fast paths | lcnr | -18/+131 |
| 2025-05-26 | Expose `rustc_lint::decorate_builtin_lint` for use in `rustdoc` | Urgau | -3/+4 |
| 2025-05-26 | Add custom trait for emitting lint within `cfg_matches` | Urgau | -6/+21 |
| 2025-05-27 | Rollup merge of #141550 - Urgau:unused_braces-attrs, r=chenyukang | 许杰友 Jieyou Xu (Joe) | -16/+19 |
| 2025-05-27 | Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -27/+68 |
| 2025-05-27 | Rollup merge of #141449 - fee1-dead-contrib:push-qkosmtkqztkk, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -430/+285 |
| 2025-05-27 | Rollup merge of #141439 - compiler-errors:dyn-compatible-coerce, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+16 |
| 2025-05-27 | Rollup merge of #141433 - compiler-errors:unsafe-binder-captures, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -5/+28 |
| 2025-05-27 | Rollup merge of #141431 - compiler-errors:open-drop, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+17 |
| 2025-05-27 | Rollup merge of #141392 - compiler-errors:query-outlives, r=lcnr | 许杰友 Jieyou Xu (Joe) | -108/+73 |
| 2025-05-26 | Auto merge of #141500 - compiler-errors:rerun-cache-2, r=lcnr | bors | -89/+291 |
| 2025-05-27 | Remove unused `P` stuff. | Nicholas Nethercote | -42/+2 |
| 2025-05-27 | Remove support for `P<[T]>`. | Nicholas Nethercote | -78/+1 |
| 2025-05-27 | Remove the one use of `P<[T]>`. | Nicholas Nethercote | -2/+2 |
| 2025-05-27 | Remove `P::map`. | Nicholas Nethercote | -38/+21 |
| 2025-05-27 | Remove `'static` bounds on `P`. | Nicholas Nethercote | -4/+4 |
| 2025-05-27 | Remove an unnecessary use of `Box::into_inner`. | Nicholas Nethercote | -2/+1 |
| 2025-05-26 | Auto merge of #141442 - compiler-errors:fast-path-pred, r=lcnr | bors | -8/+59 |
| 2025-05-26 | Support opaque_types_defined_by for SyntheticCoroutineBody | Michael Goulet | -3/+5 |
| 2025-05-26 | Deduplicate dyn compatibility violations due to coercion | Michael Goulet | -2/+16 |
| 2025-05-26 | Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obk | bors | -89/+84 |
| 2025-05-26 | mir-opt: Do not transform non-int type in match_branches | dianqk | -2/+4 |
| 2025-05-26 | Reduce indentation in codegen_panic_intrinsic | bjorn3 | -49/+47 |
| 2025-05-26 | Don't depend on FnAbi for intrinsics | bjorn3 | -32/+42 |
| 2025-05-26 | Remove usage of FnAbi in codegen_intrinsic_call | bjorn3 | -63/+31 |
| 2025-05-26 | Pass PlaceRef rather than Bx::Value to codegen_intrinsic_call | bjorn3 | -45/+38 |
| 2025-05-26 | Move caller_location handling into codegen_intrinsic_call | bjorn3 | -18/+20 |
| 2025-05-26 | Always use fn_span in codegen_call_terminator | bjorn3 | -15/+11 |
| 2025-05-26 | Move some code around in codegen_call_terminator | bjorn3 | -99/+103 |
| 2025-05-26 | Don't rerun goals if none of its vars have changed | Michael Goulet | -88/+290 |
| 2025-05-26 | remove eq_unspanned from TokenStream | yukang | -9/+9 |
| 2025-05-26 | Rename | Michael Goulet | -30/+39 |
| 2025-05-26 | Don't retry in pred_known_to_hold_modulo_regions in new solver, since new sol... | Michael Goulet | -1/+1 |
| 2025-05-26 | Avoid obligation construction dance with query region constraints | Michael Goulet | -96/+52 |
| 2025-05-26 | Fix incorrect eq_unspanned in TokenStream | yukang | -8/+2 |
| 2025-05-26 | Auto merge of #141567 - jhpratt:rollup-uuhcmci, r=jhpratt | bors | -55/+48 |
| 2025-05-26 | Rollup merge of #141559 - RalfJung:less-rustc_allow_const_fn_unstable, r=comp... | Jacob Pratt | -7/+1 |
| 2025-05-26 | Rollup merge of #140539 - nnethercote:simplify-attribute_groups, r=jdonszelmann | Jacob Pratt | -48/+47 |
| 2025-05-26 | Auto merge of #138489 - tmiasko:call-tmps-lifetime, r=workingjubilee | bors | -13/+35 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -27/+68 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -7/+1 |
| 2025-05-25 | Do not canonicalize in new solver if it has nothing to canonicalize | Michael Goulet | -8/+55 |
| 2025-05-25 | Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202... | bjorn3 | -265/+1110 |
| 2025-05-25 | Fix `unused_braces` lint suggestion when encountering attributes | Urgau | -16/+19 |
| 2025-05-25 | Make UNNECESSARY_TRANSMUTES into a HIR lint | Michael Goulet | -212/+204 |
| 2025-05-25 | Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint | Michael Goulet | -126/+110 |
| 2025-05-25 | hir_body_const_context should take LocalDefId | Michael Goulet | -2/+6 |
| 2025-05-25 | Improve `ambiguous_wide_pointer_comparisons` lint compare diagnostics | Urgau | -63/+101 |