about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-10-10Rollup merge of #131493 - madsmtm:avoid-redundant-linker-path, r=jieyouxuMatthias Krüger-0/+2
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-24/+26
2024-10-10Rollup merge of #131033 - compiler-errors:precise-capturing-in-traits, r=spas...Matthias Krüger-20/+113
2024-10-10Rollup merge of #130741 - mrkajetanp:detect-b16b16, r=AmanieuMatthias Krüger-2/+6
2024-10-10Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiserMatthias Krüger-157/+83
2024-10-10Don't fire refinement lint if there are errorsMichael Goulet-0/+4
2024-10-10Clarify implicit captures for RPITITMichael Goulet-9/+28
2024-10-10Add variances to RPITITsMichael Goulet-6/+64
2024-10-10Add gate for precise capturing in traitsMichael Goulet-5/+17
2024-10-10Auto merge of #131263 - compiler-errors:solver-relating, r=lcnrbors-441/+904
2024-10-10Rollup merge of #131491 - lcnr:nalgebra-perrrrf, r=compiler-errorsMatthias Krüger-34/+90
2024-10-10Rollup merge of #131482 - compiler-errors:struct-res, r=lcnrMatthias Krüger-2/+2
2024-10-10Rollup merge of #131480 - madsmtm:macos-fix-strip-binary, r=nnethercoteMatthias Krüger-1/+3
2024-10-10Rollup merge of #131479 - madsmtm:avoid-redundant-dylib, r=jieyouxuMatthias Krüger-3/+5
2024-10-10Rollup merge of #131397 - RalfJung:const-escaping-ref-teach, r=chenyukangMatthias Krüger-34/+36
2024-10-10Rollup merge of #130625 - heiseish:issue-124028-fix, r=jieyouxuMatthias Krüger-0/+2
2024-10-10rustc_target: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-2/+6
2024-10-10impossible obligations check fast pathlcnr-34/+90
2024-10-10Make super combine into fnsMichael Goulet-202/+193
2024-10-10Use SolverRelating in favor of TypeRelating in the old solver where possibleMichael Goulet-39/+92
2024-10-10Remove unnecessary StructurallyRelateAliases from CombineFields/TypeRelatingMichael Goulet-8/+2
2024-10-10Use SolverRelating in new solverMichael Goulet-97/+68
2024-10-10Introduce SolverRelatingMichael Goulet-4/+387
2024-10-10Uplift super_combineMichael Goulet-305/+376
2024-10-10Move ty::Error branch into super_combine_tysMichael Goulet-5/+5
2024-10-10Avoid redundant additions to PATH when linkingMads Marquart-0/+2
2024-10-10Structurallyresolve adts and tuples expectations tooMichael Goulet-2/+2
2024-10-10Fix hardcoded strip path when cross-compiling from Linux to DarwinMads Marquart-1/+3
2024-10-10Avoid redundant -Wl,-dylib flag when linkingMads Marquart-3/+5
2024-10-10Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgrbors-12/+249
2024-10-10Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatchLeón Orell Valerian Liehr-13/+19
2024-10-10Compiler: Replace remaining occurrences of "object safe" with "dyn compatible"León Orell Valerian Liehr-12/+8
2024-10-09Rollup merge of #131403 - practicalrs:fix_needless_lifetimes_p2, r=petrochenkovMatthias Krüger-3/+3
2024-10-09Rollup merge of #131456 - kupiakos:patch-3, r=compiler-errorsMatthias Krüger-1/+1
2024-10-09Rollup merge of #131424 - workingjubilee:stem-the-tyde-of-glob-imports, r=jie...Matthias Krüger-47/+85
2024-10-09Rollup merge of #131420 - compiler-errors:post-mono-layout-cycle, r=wesleywiserMatthias Krüger-5/+6
2024-10-09Fix typo in E0793Alyssa Haroldsen-1/+1
2024-10-08compiler: Seal off the rustc_target::abi enum glob importsJubilee Young-3/+2
2024-10-08cg_gcc: Factor out rustc_target::abiJubilee Young-8/+12
2024-10-08cg_clif: Factor out rustc_target::abiJubilee Young-1/+3
2024-10-08compiler: Factor rustc_target::abi out of cg_llvmJubilee Young-7/+14
2024-10-08compiler: Factor rustc_target::abi out of cg_ssaJubilee Young-5/+7
2024-10-08compiler: Factor rustc_target::abi out of hir_typeckJubilee Young-1/+3
2024-10-08compiler: Factor rustc_target::abi out of const_evalJubilee Young-7/+9
2024-10-08compiler: Factor rustc_target::abi::* out of ty_utilsJubilee Young-8/+17
2024-10-08compiler: Factor rustc_target::abi::* out of middle::ty::layoutJubilee Young-7/+18
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-9/+246
2024-10-08Dont ICE when encountering post-mono layout cycle errorMichael Goulet-5/+6
2024-10-08Rollup merge of #131348 - nnethercote:rustc_infer-more-cleanups, r=lcnrMatthias Krüger-254/+170
2024-10-08Fix needless_lifetimes in rustc_serializeMichal Piotrowski-3/+3