about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-12Rollup merge of #126362 - artemagvanian:patch-1, r=celinvalJubilee-1/+1
2024-06-12Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errorsJubilee-25/+55
2024-06-12Rollup merge of #126356 - epage:check-cfg, r=UrgauJubilee-0/+4
2024-06-12Rollup merge of #126353 - compiler-errors:move-match, r=lcnrJubilee-7/+5
2024-06-12Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubileeJubilee-9/+11
2024-06-12Rollup merge of #126303 - sancho20021:patch-1, r=compiler-errorsJubilee-0/+14
2024-06-12Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726Jubilee-106/+104
2024-06-12Rollup merge of #125688 - compiler-errors:alias-reporting, r=lcnrJubilee-7/+33
2024-06-13safe transmute: support `Variants::Single` enumsJack Wrenn-25/+55
2024-06-12Rebase falloutMichael Goulet-7/+8
2024-06-13Add urls to rust lang referenceAleksandr Pak-0/+14
2024-06-12Stop passing traitref/traitpredicate by refMichael Goulet-37/+32
2024-06-12Stop passing both trait pred and trait refMichael Goulet-16/+18
2024-06-12Harmonize use of leaf and root obligation in trait error reportingMichael Goulet-53/+53
2024-06-12Auto merge of #125069 - amandasystems:scc-refactor, r=nikomatsakisbors-337/+670
2024-06-12Make `try_from_target_usize` method publicArtem Agvanian-1/+1
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-12docs(rustc): Link unexpected_cfgs to the Cargo.toml docsEd Page-0/+4
2024-06-12Move MatchAgainstFreshVars to old solverMichael Goulet-7/+5
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-12use is_none_or in some places in the compilerRalf Jung-9/+11
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