Uh oh!
There was an error while loading. Please reload this page.
Migrate rustc_codegen_gcc to SessionDiagnostics - #101075
Conversation
rust-highfive
commented
Aug 27, 2022
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nagisa (or someone else) soon. Please see the contribution instructions for more information. |
rustbot
commented
Aug 27, 2022
Some changes occurred in compiler/rustc_codegen_gcc cc @antoyo
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
24a7f55 to
913350eCompareellishg
commented
Aug 27, 2022
The diagnostics I'm missing come from I saw something similar in I also found some calls to https://github.com/rust-lang/rust/blob/913350ecaf6a0fc621c6c43f0764956e1c47cc15/compiler/rustc_codegen_gcc/src/intrinsic/simd.rs#L27-L30 These were not caught by |
nagisa
commented
Aug 29, 2022
Uh oh!
There was an error while loading. Please reload this page.
davidtwco
commented
Aug 30, 2022
I feel like
These should be translated, and ideally the lint would fire on them, I've added a link to this to #100717 so someone can go fix that. |
davidtwco
left a comment
There was a problem hiding this comment.
This is a great start, thanks!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
6c8fa90 to
5765171Comparedavidtwco
commented
Sep 2, 2022
This is great progress, I'd like it if you could address the feedback from my earlier comment (#101075 (comment)) :) |
ellishg
commented
Sep 3, 2022
I tried to implement
I'm still working on this. I think I need to create a new function similar to |
davidtwco
commented
Sep 6, 2022
If you share the code from your attempt then maybe we can work this out. |
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
655c3fa to
1e3d953CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1e3d953 to
22dbcb0Compare
This comment was marked as resolved.
This comment was marked as resolved.
davidtwco
commented
Sep 22, 2022
Apologies for the delay in responding to this, replied to the pending comments now. |
22dbcb0 to
5c7e629Compareellishg
commented
Sep 24, 2022
I've finally figured out the lifetime error. Thanks @davidtwco for all your help! I believe I've migrated all the diagnostics so this is ready for review! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
davidtwco
commented
Sep 29, 2022
@bors r+ |
bors
commented
Sep 29, 2022
…ics, r=davidtwco Migrate rustc_codegen_gcc to SessionDiagnostics As part of rust-lang#100717 this pr migrates diagnostics to `SessionDiagnostics` for the `rustc_codegen_gcc` crate. `@rustbot` label +A-translation
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#101075 (Migrate rustc_codegen_gcc to SessionDiagnostics ) - rust-lang#102350 (Improve errors for incomplete functions in struct definitions) - rust-lang#102481 (rustdoc: remove unneeded CSS `.rust-example-rendered { position }`) - rust-lang#102491 (rustdoc: remove no-op source sidebar `opacity`) - rust-lang#102499 (Adjust the s390x data layout for LLVM 16) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…ics, r=davidtwco Migrate rustc_codegen_gcc to SessionDiagnostics As part of rust-lang#100717 this pr migrates diagnostics to `SessionDiagnostics` for the `rustc_codegen_gcc` crate. ``@rustbot`` label +A-translation
As part of #100717 this pr migrates diagnostics to
SessionDiagnosticsfor therustc_codegen_gcccrate.@rustbot label +A-translation