about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-06-17Remove even more redundant builtin candidatesMichael Goulet-138/+96
2023-06-17Simplify even more candidatesMichael Goulet-161/+88
2023-06-17Simplify an ObjectData fieldMichael Goulet-10/+14
2023-06-17Simplify some impl source candidatesMichael Goulet-81/+18
2023-06-17Remove some ImplSource candidatesMichael Goulet-50/+26
2023-06-17Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errorsbors-180/+366
2023-06-16Auto merge of #112716 - compiler-errors:rollup-h77daia, r=compiler-errorsbors-50/+137
2023-06-16Rollup merge of #112706 - WaffleLapkin:syntax_context_is_root, r=petrochenkovMichael Goulet-15/+20
2023-06-16Rollup merge of #112684 - saethlin:ignore-windows-alignment, r=wesleywiserMichael Goulet-0/+4
2023-06-16Rollup merge of #112665 - compiler-errors:assumption-takes-clause, r=lcnrMichael Goulet-26/+98
2023-06-16Rollup merge of #112662 - Vanille-N:symbol_unique, r=RalfJungMichael Goulet-0/+3
2023-06-16Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errorsMichael Goulet-9/+12
2023-06-16Pacify tidyOli Scherer-116/+128
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-35/+215
2023-06-16Auto merge of #112294 - saethlin:inline-me-maybe, r=oli-obkbors-4/+5
2023-06-16Merge the orphan logic for all alias kindsOli Scherer-29/+23
2023-06-16Ignore the always part of #[inline(always)] in MIR inliningBen Kimock-4/+5
2023-06-16Update compiler/rustc_mir_transform/src/check_alignment.rsWesley Wiser-0/+1
2023-06-16Add `SyntaxContext::is_root`Maybe Waffle-15/+20
2023-06-16`#[lang_item]` for `core::ptr::Unique`Neven Villani-0/+3
2023-06-16Disable alignment checks on i686-pc-windows-msvcBen Kimock-0/+3
2023-06-16Auto merge of #112702 - Dylan-DPC:rollup-12d6qay, r=Dylan-DPCbors-77/+112
2023-06-16Rollup merge of #112642 - compiler-errors:interp-lit-err, r=nnethercoteDylan DPC-6/+3
2023-06-16Rollup merge of #112639 - nnethercote:fix-dead_code_cgu, r=wesleywiserDylan DPC-44/+41
2023-06-16Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol...Dylan DPC-11/+56
2023-06-16Rollup merge of #112399 - compiler-errors:closure-substs-root-universe, r=lcnrDylan DPC-2/+6
2023-06-16Rollup merge of #112163 - bvanjoi:fix-105231-2, r=compiler-errorsDylan DPC-14/+6
2023-06-16Auto merge of #112597 - danakj:map-linker-paths, r=michaelwoeristerbors-3/+33
2023-06-16Auto merge of #112673 - scottmcm:enough-stack, r=compiler-errorsbors-4/+7
2023-06-16fix: inline `predicate_may_hold_fatal`bohan-14/+6
2023-06-16Auto merge of #112346 - saethlin:no-comment, r=oli-obkbors-53/+74
2023-06-15Auto merge of #112681 - GuillaumeGomez:rollup-rwn4086, r=GuillaumeGomezbors-98/+210
2023-06-15Rollup merge of #112669 - Nilstrieb:typo, r=jyn514Guillaume Gomez-1/+1
2023-06-15Rollup merge of #112654 - aliemjay:closure-output-normalize, r=compiler-errorsGuillaume Gomez-15/+1
2023-06-15Rollup merge of #112614 - lukas-code:apit-unsized-suggestion, r=compiler-errorsGuillaume Gomez-17/+31
2023-06-15Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obkGuillaume Gomez-25/+124
2023-06-15Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errorsGuillaume Gomez-39/+47
2023-06-15Rollup merge of #112403 - nbdd0121:eh_frame, r=NilstriebGuillaume Gomez-1/+6
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-53/+74
2023-06-15Auto merge of #112671 - bjorn3:sync_cg_clif-2023-06-15, r=bjorn3bors-595/+2514
2023-06-15Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202...bjorn3-595/+2514
2023-06-15Fix comment for ptr alignment checks in codegenNilstrieb-1/+1
2023-06-15Add an `ensure_sufficient_stack` to `LateContextAndPass::visit_expr`Scott McMurray-4/+7
2023-06-15Make assumption functions in new solver take clauseMichael Goulet-26/+98
2023-06-15Rollup merge of #112634 - mj10021:issue-112438-fix, r=compiler-errorsMatthias Krüger-1/+4
2023-06-15Rollup merge of #112486 - jieyouxu:issue-112472, r=oli-obkMatthias Krüger-36/+95
2023-06-15Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelixMatthias Krüger-4/+63
2023-06-15Remap dylib paths into the sysroot to be relative to the sysrootdanakj-16/+22
2023-06-15normalize closure output before relationAli MJ Al-Nasrawy-15/+1
2023-06-15Fix suggestion for E0404 not dealing with multiple generics许杰友 Jieyou Xu (Joe)-36/+95