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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
remove explicit deref of AbiAlign for most methods
Jubilee Young
-3
/
+3
2025-09-23
Add an attribute to check the number of lanes in a SIMD vector after monomorp...
Caleb Zulawski
-2
/
+7
2025-06-30
Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c...
Guillaume Gomez
-9
/
+0
2025-06-28
Merge commit 'b7091eca6d8eb0fe88b58cc9a7aec405d8de5b85' into subtree-update_c...
Guillaume Gomez
-15
/
+18
2025-06-18
Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c...
Guillaume Gomez
-3
/
+16
2025-06-14
Remove all support for wasm's legacy ABI
bjorn3
-9
/
+1
2025-05-28
Remove codegen_unit from MiscCodegenMethods
bjorn3
-4
/
+0
2025-04-18
Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c...
Guillaume Gomez
-29
/
+12
2025-02-04
cg_gcc: Directly use rustc_abi instead of reexports
Jubilee Young
-1
/
+1
2025-01-30
Use ExistentialTraitRef throughout codegen
Michael Goulet
-3
/
+3
2025-01-21
remove support for the #[start] attribute
Ralf Jung
-1
/
+0
2025-01-13
Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...
Antoni Boucher
-0
/
+1
2024-12-02
rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)
Andrew Zhogin
-1
/
+4
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-7
/
+9
2024-10-18
rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)
Andrew Zhogin
-1
/
+9
2024-09-27
Merge commit '3187d32079b817522cc17413ec9185b130daf693' into subtree-update
Guillaume Gomez
-34
/
+1
2024-09-24
Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic
bors
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-19
replace some deprecated functions
Luv-Ray
-0
/
+1
2024-09-17
Use associative type defaults in `{Layout,FnAbi}OfHelpers`.
Nicholas Nethercote
-6
/
+1
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+5
2024-07-10
Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master
Guillaume Gomez
-11
/
+26
2024-07-02
Fix spans
Michael Goulet
-2
/
+2
2024-07-02
Give Instance::expect_resolve a span
Michael Goulet
-0
/
+1
2024-06-21
Remove check_overflow method from MiscMethods
bjorn3
-8
/
+0
2024-04-22
Stabilize the size of incr comp object file names
Ben Kimock
-2
/
+3
2024-04-19
Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser
bors
-1
/
+7
2024-03-12
Mark codegen_gcc fields used only on feature master as such
Arthur Carcano
-0
/
+4
2024-03-10
use Instance::expect_resolve() instead of unwraping Instance::resolve()
Ralf Jung
-4
/
+2
2024-03-10
Introduce perma-unstable `wasm-c-abi` flag
daxpedda
-1
/
+7
2024-03-05
Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...
Guillaume Gomez
-96
/
+156
2024-01-23
Further Implement `is_val_statically_known`
Nicholas Thompson
-3
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-11
Remove dead codes
r0cky
-6
/
+0
2023-12-07
Add emulated TLS support
quininer
-0
/
+1
2023-10-26
Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c...
Antoni Boucher
-20
/
+48
2023-08-28
Don't ICE on layout computation failure
Katherine Philip
-1
/
+2
2023-08-05
Fix ICE failed to get layout for ReferencesError
yukang
-1
/
+1
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-12
/
+3
2023-03-05
Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...
Antoni Boucher
-34
/
+49
2023-02-24
Use `List::empty()` instead of `mk_substs(&[])`.
Nicholas Nethercote
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-01-04
Simplify some iterator combinators
Michael Goulet
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-11-15
Use custom entry name in gcc
Ayush Singh
-2
/
+3
2022-10-01
Remove several unused methods from MiscMethods
bjorn3
-16
/
+0
2022-09-24
fix lifetime error
Ellis Hoag
-21
/
+3
2022-09-24
impl SessionDiagnostic for LayoutError and Spanned<T>
Ellis Hoag
-1
/
+18
2022-09-24
Add LayoutSizeOverflow
Ellis Hoag
-2
/
+3
[next]