about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-12Rollup merge of #125688 - compiler-errors:alias-reporting, r=lcnrJubilee-7/+33
2024-06-12Auto merge of #125069 - amandasystems:scc-refactor, r=nikomatsakisbors-337/+670
2024-06-12Also passthrough for projection clausesMichael Goulet-1/+3
2024-06-12better error message for normalizes-to ambiguitiesMichael Goulet-0/+16
2024-06-12Walk into alias-eq nested goals even if normalization failsMichael Goulet-7/+15
2024-06-12Auto merge of #126345 - compiler-errors:rollup-lue8u92, r=compiler-errorsbors-59/+79
2024-06-12Rollup merge of #126340 - fee1-dead-contrib:fix-predicates_of-comments, r=com...Michael Goulet-5/+4
2024-06-12Rollup merge of #126324 - zmodem:loongarch, r=nikicMichael Goulet-4/+12
2024-06-12Rollup merge of #126317 - oli-obk:recursive_rpit4, r=compiler-errorsMichael Goulet-48/+51
2024-06-12Rollup merge of #126276 - mu001999-contrib:dead/enhance, r=fee1-deadMichael Goulet-2/+2
2024-06-12Rollup merge of #126019 - tbu-:pr_unsafe_env_fixme, r=fee1-deadMichael Goulet-0/+8
2024-06-12Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiserMichael Goulet-0/+2
2024-06-12Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-9/+9
2024-06-12Fix outdated predacates_of.rs commentsDeadbeef-5/+4
2024-06-12Auto merge of #126332 - GuillaumeGomez:rollup-bu1q4pz, r=GuillaumeGomezbors-775/+272
2024-06-12Add TODO comment to unsafe env modificationTobias Bucher-0/+8
2024-06-12Detect pub structs never constructed even though they impl pub trait with ass...r0cky-2/+2
2024-06-12Avoid a Ty::new_misc_error when an ErrorGuaranteed is availableOli Scherer-5/+5
2024-06-12Address code review comments on the commentsAmanda Stjerna-30/+33
2024-06-12Move `RegionTracker` to `region_infer`Amanda Stjerna-95/+93
2024-06-12Revise documentation after @lqd's commentsAmanda Stjerna-9/+5
2024-06-12Resurrect some comments, remove a `pub`Amanda Stjerna-1/+42
2024-06-12Roll back a few `#[instrument]`Amanda Stjerna-15/+12
2024-06-12Remove a few unnecessary constructionsAmanda Stjerna-4/+7
2024-06-12Slightly faster version of `find_state`Amanda Stjerna-24/+27
2024-06-12Docstring for for `Annotation`Amanda Stjerna-2/+12
2024-06-12Formatting, weird because I just did thatAmanda Stjerna-4/+5
2024-06-12Simplify path compression logicAmanda Stjerna-20/+14
2024-06-12Documentation fixesAmanda Stjerna-8/+7
2024-06-12Extend SCC construction to enable extra functionalityAmanda Stjerna-342/+630
2024-06-12Rollup merge of #126295 - linyihai:uninitalized-in-match-arm, r=pnkfelixGuillaume Gomez-4/+17
2024-06-12Rollup merge of #126294 - Zalathar:spans-refiner, r=oli-obkGuillaume Gomez-203/+36
2024-06-12Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obkGuillaume Gomez-116/+129
2024-06-12Rollup merge of #126228 - BoxyUwU:nested_repeat_expr_generics, r=compiler-errorsGuillaume Gomez-5/+21
2024-06-12Rollup merge of #126075 - compiler-errors:remove-debugwithinfcx, r=lcnrGuillaume Gomez-447/+69
2024-06-12Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwcobors-0/+233
2024-06-12coverage: Replace the old span refiner with a single functionZalathar-203/+36
2024-06-12Rename some functionsOli Scherer-4/+4
2024-06-12Eagerly emit the diagnostic instead of leaving it to all callersOli Scherer-19/+21
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-177/+398
2024-06-12Rollup merge of #126301 - nnethercote:sort-crate-attributes, r=davidtwcoJubilee-100/+219
2024-06-12Rollup merge of #126287 - nnethercote:reformat-cranelift-patch, r=bjorn3Jubilee-3/+3
2024-06-12Rollup merge of #126187 - surechen:fix_125997, r=oli-obkJubilee-0/+46
2024-06-12Rollup merge of #125980 - kjetilkjeka:nvptx_remove_direct_passmode, r=davidtwcoJubilee-8/+39
2024-06-12Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-it...Jubilee-66/+91
2024-06-12Adjust LoongArch64 data layouts for LLVM updateHans Wennborg-4/+12
2024-06-12Upgrade a span_delayed_bug into a span_bug, as we have no tests hitting it.Oli Scherer-7/+9
2024-06-12Avoid a bunch of booleans in favor of `Result<(), ErrorGuaranteed>` as that m...Oli Scherer-44/+35
2024-06-12Bump tracing-tree and allow rendering lines againOli Scherer-1/+9
2024-06-12Add a `fn main() {}` to a doctest to prevent the test from being wrapped in a...Oli Scherer-0/+6