| Age | Commit message (Expand) | Author | Lines |
| 2024-10-10 | Rollup merge of #131493 - madsmtm:avoid-redundant-linker-path, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -24/+26 |
| 2024-10-10 | Rollup merge of #131033 - compiler-errors:precise-capturing-in-traits, r=spas... | Matthias Krüger | -20/+113 |
| 2024-10-10 | Rollup merge of #130741 - mrkajetanp:detect-b16b16, r=Amanieu | Matthias Krüger | -2/+6 |
| 2024-10-10 | Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiser | Matthias Krüger | -157/+83 |
| 2024-10-10 | Don't fire refinement lint if there are errors | Michael Goulet | -0/+4 |
| 2024-10-10 | Clarify implicit captures for RPITIT | Michael Goulet | -9/+28 |
| 2024-10-10 | Add variances to RPITITs | Michael Goulet | -6/+64 |
| 2024-10-10 | Add gate for precise capturing in traits | Michael Goulet | -5/+17 |
| 2024-10-10 | Auto merge of #131263 - compiler-errors:solver-relating, r=lcnr | bors | -441/+904 |
| 2024-10-10 | Rollup merge of #131491 - lcnr:nalgebra-perrrrf, r=compiler-errors | Matthias Krüger | -34/+90 |
| 2024-10-10 | Rollup merge of #131482 - compiler-errors:struct-res, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-10-10 | Rollup merge of #131480 - madsmtm:macos-fix-strip-binary, r=nnethercote | Matthias Krüger | -1/+3 |
| 2024-10-10 | Rollup merge of #131479 - madsmtm:avoid-redundant-dylib, r=jieyouxu | Matthias Krüger | -3/+5 |
| 2024-10-10 | Rollup merge of #131397 - RalfJung:const-escaping-ref-teach, r=chenyukang | Matthias Krüger | -34/+36 |
| 2024-10-10 | Rollup merge of #130625 - heiseish:issue-124028-fix, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-10-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -2/+6 |
| 2024-10-10 | impossible obligations check fast path | lcnr | -34/+90 |
| 2024-10-10 | Make super combine into fns | Michael Goulet | -202/+193 |
| 2024-10-10 | Use SolverRelating in favor of TypeRelating in the old solver where possible | Michael Goulet | -39/+92 |
| 2024-10-10 | Remove unnecessary StructurallyRelateAliases from CombineFields/TypeRelating | Michael Goulet | -8/+2 |
| 2024-10-10 | Use SolverRelating in new solver | Michael Goulet | -97/+68 |
| 2024-10-10 | Introduce SolverRelating | Michael Goulet | -4/+387 |
| 2024-10-10 | Uplift super_combine | Michael Goulet | -305/+376 |
| 2024-10-10 | Move ty::Error branch into super_combine_tys | Michael Goulet | -5/+5 |
| 2024-10-10 | Avoid redundant additions to PATH when linking | Mads Marquart | -0/+2 |
| 2024-10-10 | Structurallyresolve adts and tuples expectations too | Michael Goulet | -2/+2 |
| 2024-10-10 | Fix hardcoded strip path when cross-compiling from Linux to Darwin | Mads Marquart | -1/+3 |
| 2024-10-10 | Avoid redundant -Wl,-dylib flag when linking | Mads Marquart | -3/+5 |
| 2024-10-10 | Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgr | bors | -12/+249 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -13/+19 |
| 2024-10-10 | Compiler: Replace remaining occurrences of "object safe" with "dyn compatible" | León Orell Valerian Liehr | -12/+8 |
| 2024-10-09 | Rollup merge of #131403 - practicalrs:fix_needless_lifetimes_p2, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2024-10-09 | Rollup merge of #131456 - kupiakos:patch-3, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-10-09 | Rollup merge of #131424 - workingjubilee:stem-the-tyde-of-glob-imports, r=jie... | Matthias Krüger | -47/+85 |
| 2024-10-09 | Rollup merge of #131420 - compiler-errors:post-mono-layout-cycle, r=wesleywiser | Matthias Krüger | -5/+6 |
| 2024-10-09 | Fix typo in E0793 | Alyssa Haroldsen | -1/+1 |
| 2024-10-08 | compiler: Seal off the rustc_target::abi enum glob imports | Jubilee Young | -3/+2 |
| 2024-10-08 | cg_gcc: Factor out rustc_target::abi | Jubilee Young | -8/+12 |
| 2024-10-08 | cg_clif: Factor out rustc_target::abi | Jubilee Young | -1/+3 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of cg_llvm | Jubilee Young | -7/+14 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of cg_ssa | Jubilee Young | -5/+7 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of hir_typeck | Jubilee Young | -1/+3 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of const_eval | Jubilee Young | -7/+9 |
| 2024-10-08 | compiler: Factor rustc_target::abi::* out of ty_utils | Jubilee Young | -8/+17 |
| 2024-10-08 | compiler: Factor rustc_target::abi::* out of middle::ty::layout | Jubilee Young | -7/+18 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -9/+246 |
| 2024-10-08 | Dont ICE when encountering post-mono layout cycle error | Michael Goulet | -5/+6 |
| 2024-10-08 | Rollup merge of #131348 - nnethercote:rustc_infer-more-cleanups, r=lcnr | Matthias Krüger | -254/+170 |
| 2024-10-08 | Fix needless_lifetimes in rustc_serialize | Michal Piotrowski | -3/+3 |