index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_gcc
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-26
Implement support for explicit tail calls in the MIR block builders and the L...
Joel Wejdenstål
-0
/
+4
2025-07-21
Move LTO symbol export calculation from backends to cg_ssa
bjorn3
-13
/
+0
2025-06-19
move -Ctarget-feature handling into shared code
Ralf Jung
-25
/
+1
2025-06-09
-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...
Andrew Zhogin
-15
/
+0
2025-06-07
store `target.min_global_align` as an `Align`
Folkert de Vries
-6
/
+0
2025-01-13
Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...
Antoni Boucher
-4
/
+0
2024-12-31
adjust GCC backend
Ralf Jung
-0
/
+1
2024-12-11
generalize 'forbidden feature' concept so that even (un)stable feature can be...
Ralf Jung
-0
/
+1
2024-11-04
mark some target features as 'forbidden' so they cannot be (un)set
Ralf Jung
-0
/
+13
2024-09-24
codegen_ssa: consolidate tied feature checking
David Wood
-36
/
+0
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-1
/
+1
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-3
/
+3
2024-03-05
Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...
Guillaume Gomez
-22
/
+1
2024-02-28
Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.
Nicholas Nethercote
-3
/
+3
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-8
/
+3
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-1
/
+1
2024-01-30
Remove the lifetime from `DiagnosticArgValue`.
Nicholas Nethercote
-1
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-2
/
+2
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-5
/
+9
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-2
/
+3
2023-12-04
Rename some arguments.
Nicholas Nethercote
-2
/
+2
2023-10-09
Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c...
Antoni Boucher
-2
/
+85
2023-07-20
UPDATE - replace expected_simd error with one from codegen_ssa
Jhonny Bill Mena
-12
/
+1
2023-07-19
UPDATE - replace gcc monomorphization errors with ssa ones
Jhonny Bill Mena
-185
/
+0
2023-03-05
Fix for diagnostics
Antoni Boucher
-0
/
+9
2023-03-05
Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...
Antoni Boucher
-0
/
+6
2022-12-05
Move linkage type check to HIR analysis and fix semantics issues.
Peter Collingbourne
-7
/
+0
2022-11-26
Rewrite LLVM's archive writer in Rust
bjorn3
-14
/
+2
2022-10-23
Migrate all diagnostics
Nilstrieb
-23
/
+23
2022-09-28
print <signal> when ranlib failed without an exit code
Ellis Hoag
-1
/
+1
2022-09-26
lint and remove unused diagnostic
Ellis Hoag
-6
/
+4
2022-09-24
fix lifetime error
Ellis Hoag
-8
/
+0
2022-09-24
rebase and update trait names
Ellis Hoag
-25
/
+25
2022-09-24
Add monomorphization errors
Ellis Hoag
-1
/
+197
2022-09-24
lint type
Ellis Hoag
-1
/
+1
2022-09-24
Add wrapper type for ExitCode for use in RanlibFailure
Ellis Hoag
-1
/
+23
2022-09-24
remove IntoDiagnosticArg impl for Option
Ellis Hoag
-1
/
+1
2022-09-24
Add LayoutSizeOverflow
Ellis Hoag
-0
/
+8
2022-09-24
Add LTONotSupported
Ellis Hoag
-0
/
+4
2022-09-24
Add UnwindingInlineAsm
Ellis Hoag
-0
/
+7
2022-09-24
Add LinkageConstOrMutType
Ellis Hoag
-0
/
+8
2022-09-24
Add RanlibFailure
Ellis Hoag
-0
/
+7