clubby789
537c7f4fa9
Print correct base for too-large literals
...
Also update tests
2023-01-02 11:43:07 +00:00
clubby789
cafdd2f7bb
Note maximum integer literal for IntLiteralTooLarge
2023-01-02 03:52:29 +00:00
Jacob Bramley
49f3c0b736
Check AArch64 branch-protection earlier in the pipeline.
...
As suggested in #93516 .
2022-12-06 15:51:57 +00:00
mejrs
fe212eca76
Match crate and slug names
2022-11-21 15:24:50 +01:00
David Wood
f8b628bce4
session: use derive more
...
Signed-off-by: David Wood <david.wood@huawei.com>
2022-10-17 09:54:24 +01:00
Jhonny Bill Mena
5645cd5b09
ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors
...
This way we comply with the Coherence rule given that IntoDiagnostic trait is defined in rustc_errors, and almost all other crates depend on it.
2022-10-12 16:54:25 -04:00
Xiretza
495e271883
Migrate rustc_session::expr_parentheses_needed to Subdiagnostic struct
2022-09-27 20:29:18 +02:00
Luis Cardoso
329d5014b6
translations(rustc_session): migrate output.rs
2022-09-10 08:19:17 +02:00
Luis Cardoso
0e497a714e
translations(rustc_session): migrates two diagnostics in session.rs
2022-09-08 12:22:51 +02:00
Luis Cardoso
24de9435e2
translations(rustc_session): remove lint allow rule to the methods marked with rustc_lint_diagnostic
...
This commit removes the allows rules for the SessionDiagnostic lint
that were being used in the session.rs file.
Thanks to the PR #101230 we do not need to annotate the methods with
the allow rule as they are part of the diagnostic machinery.
2022-09-08 08:30:57 +02:00
Luis Cardoso
0f06320c24
translations(rustc_session): migrate TargetDataLayout::parse
2022-09-08 08:30:57 +02:00
Luis Cardoso
60b49581c4
translations(rustc_session): migrates session.rs and config.rs
2022-09-08 08:30:57 +02:00
Luis Cardoso
2c77f3e9c5
translations(rustc_session): migrate check_expected_reuse
...
This commit migrates the errors in the function check_expected_reuse
to use the new SessionDiagnostic. It also does some small refactor
for the IncorrectCguReuseType to include the 'at least' word in the
fluent translation file
2022-08-26 16:10:11 +02:00
Luis Cardoso
d5262a9452
translations(rustc_session): migrate 80% of the file parse.rs
...
This commit migrates around 80% of the parse file to use SsessionDiagnostic
We still have to migrate struct_err and struct_warn.
2022-08-26 16:10:11 +02:00
Luis Cardoso
706452eba7
translations(rustc_session): migrate the file cgu_reuse_tracker
...
This commit migrates the errors that indicates an incorrect
CGU type and the fatal error that indicates that a CGU has
not been correctly recorded
2022-08-26 16:10:11 +02:00