| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | Auto merge of #140790 - quininer:mac-xray, r=wesleywiser,jieyouxu | bors | -0/+2 |
| 2025-05-27 | Avoid `fold`/`flat_map`. | Nicholas Nethercote | -5/+6 |
| 2025-05-27 | Factor out some repeated code in `build_exit_tree`. | Nicholas Nethercote | -12/+6 |
| 2025-05-27 | Rename `DropTree::drops` as `DropTree::drop_nodes`. | Nicholas Nethercote | -34/+46 |
| 2025-05-27 | Remove `DropNodeKey::kind`. | Nicholas Nethercote | -2/+1 |
| 2025-05-27 | use custom types to clarify arguments to `emit_ptr_va_arg` | Folkert de Vries | -22/+61 |
| 2025-05-26 | Limit the size of cgu names when using the `-Zhuman-readable-cgu-names` option | Diggory Blake | -6/+31 |
| 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 |