about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-25Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwUbors-65/+57
2024-07-25Rollup merge of #128160 - compiler-errors:auto, r=jackh726Matthias Krüger-0/+6
2024-07-25Rollup merge of #128111 - estebank:no-question, r=fmeaseMatthias Krüger-2/+2
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-195/+93
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-25/+96
2024-07-25Apply suggestions from code reviewLeón Orell Valerian Liehr-2/+6
2024-07-24Don't ICE when auto trait has assoc ty in old solverMichael Goulet-0/+6
2024-07-24Do not use question as labelEsteban Küber-2/+2
2024-07-24Rollup merge of #128140 - veera-sivarajan:remove-ident-to-str-conversions, r=...Matthias Krüger-4/+4
2024-07-24Rollup merge of #128122 - tgross35:missing-fragment-specifier-unconditional, ...Matthias Krüger-1/+1
2024-07-24Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errorsMatthias Krüger-29/+64
2024-07-24Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnrMatthias Krüger-10/+45
2024-07-24Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps`Trevor Gross-1/+1
2024-07-24Do not assemble candidates for auto traits of opaque types in their defining ...Oli Scherer-1/+6
2024-07-24Do not try to reveal hidden types when trying to prove Freeze in the defining...Oli Scherer-9/+39
2024-07-24Rollup merge of #128133 - nnethercote:fix-cfg_attr-spans, r=petrochenkovMatthias Krüger-28/+28
2024-07-24Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obkMatthias Krüger-7/+15
2024-07-24Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obkMatthias Krüger-14/+20
2024-07-24Remove Unnecessary `.as_str()` ConversionsVeera-4/+4
2024-07-24Auto merge of #126024 - oli-obk:candidate_key_caching_is_unsound_yay, r=lcnrbors-1/+7
2024-07-24Improve spans on evaluated `cfg_attr`s.Nicholas Nethercote-28/+28
2024-07-24Don't use global caches if opaques can be definedOli Scherer-1/+7
2024-07-24Auto merge of #127524 - oli-obk:feed_item_attrs2, r=petrochenkovbors-432/+464
2024-07-23Gate AsyncFn* under async_closure featureMichael Goulet-7/+15
2024-07-23Rollup merge of #128082 - compiler-errors:closure-cap, r=estebankMatthias Krüger-0/+1
2024-07-23Rollup merge of #126994 - Alexendoo:explain-markdown, r=tgross35Matthias Krüger-36/+96
2024-07-23Auto merge of #128093 - matthiaskrgr:rollup-1snye4b, r=matthiaskrgrbors-277/+311
2024-07-23Rollup merge of #128076 - compiler-errors:infer_ctxt_ext, r=lcnrMatthias Krüger-250/+235
2024-07-23Rollup merge of #128067 - compiler-errors:can_eq_shallow, r=lcnrMatthias Krüger-14/+3
2024-07-23Rollup merge of #128049 - compiler-errors:E0626, r=petrochenkovMatthias Krüger-11/+51
2024-07-23Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta...Matthias Krüger-2/+22
2024-07-23Auto merge of #127755 - no1wudi:master, r=michaelwoeristerbors-0/+400
2024-07-23Auto merge of #128015 - Nadrieril:two-step-or-expansion, r=compiler-errorsbors-107/+86
2024-07-22Note closure captures when reporting deferred cast to fn ptr failedMichael Goulet-0/+1
2024-07-22Revert suggestion verbosity changeEsteban Küber-3/+3
2024-07-22On generic and lifetime removal suggestion, do not leave behind stray `,`Esteban Küber-9/+17
2024-07-22Change suggestion message wordingEsteban Küber-5/+3
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-4/+4
2024-07-22compiler: treat `&raw (const|mut) UNSAFE_STATIC` implied deref as safeJubilee Young-2/+22
2024-07-22Get rid of infer_ctxt_extMichael Goulet-250/+235
2024-07-22Get rid of can_eq_shallowMichael Goulet-14/+3
2024-07-22Auto merge of #128063 - tgross35:rollup-hsxmptf, r=tgross35bors-9/+52
2024-07-22Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwcoTrevor Gross-1/+42
2024-07-22Rollup merge of #125990 - tbu-:pr_unsafe_env_lint_name, r=ehussTrevor Gross-8/+10
2024-07-22Auto merge of #128041 - compiler-errors:uplift-errors-into-trait-sel, r=lcnrbors-2599/+2591
2024-07-22Avoid passing state that will not be visitedOli Scherer-66/+29
2024-07-22Update trait name from Noop -> WalkOli Scherer-6/+6
2024-07-22Always pass the visitor as the first argument to walk* functionsOli Scherer-269/+280
2024-07-22Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/)Oli Scherer-229/+220
2024-07-22Add `Ident` to `FnKind::Fn`, just like with the immutable visitorOli Scherer-8/+17