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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-09
Add opaque TypeId handles for CTFE
Oli Scherer
-2
/
+8
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-1
/
+1
2025-06-30
Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgr
bors
-1
/
+1
2025-06-30
Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk
Matthias Krüger
-1
/
+1
2025-06-30
Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c...
Guillaume Gomez
-9
/
+1
2025-06-29
give Pointer::into_parts a more scary name and offer a safer alternative
Ralf Jung
-1
/
+1
2025-06-28
Merge commit 'b7091eca6d8eb0fe88b58cc9a7aec405d8de5b85' into subtree-update_c...
Guillaume Gomez
-13
/
+0
2025-06-18
Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c...
Guillaume Gomez
-12
/
+90
2025-04-25
Merge commit '4f83a4258deb99f3288a7122c0d5a78200931c61' into subtree-update_c...
Antoni Boucher
-6
/
+5
2025-03-07
Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco
Matthias Krüger
-2
/
+2
2025-03-04
Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr
bors
-5
/
+0
2025-03-02
Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin"
Michael Goulet
-5
/
+0
2025-02-27
Stop using `hash_raw_entry` in `CodegenCx::const_str`
Josh Stone
-7
/
+6
2025-02-24
Remove an unnecessary lifetime
Oli Scherer
-2
/
+2
2025-01-30
Do not treat vtable supertraits as distinct when bound with different bound vars
Michael Goulet
-1
/
+6
2025-01-21
Treat undef bytes as equal to any other byte
Oli Scherer
-0
/
+5
2025-01-13
Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...
Antoni Boucher
-3
/
+3
2024-10-08
cg_gcc: Factor out rustc_target::abi
Jubilee Young
-1
/
+3
2024-09-23
Check vtable projections for validity in miri
Michael Goulet
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-19
Reorder `ConstMethods`.
Nicholas Nethercote
-16
/
+16
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-2
/
+4
2024-08-08
const vector passed to codegen
James Barford-Evans
-0
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-17
Format cg_gcc with same formatting parameters
Guillaume Gomez
-5
/
+1
2024-07-10
Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master
Guillaume Gomez
-5
/
+6
2024-07-02
Miri function identity hack: account for possible inlining
Ralf Jung
-1
/
+1
2024-06-21
Remove const_bitcast from ConstMethods
bjorn3
-13
/
+13
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-1
/
+1
2024-03-23
Add+Use `mir::BinOp::Cmp`
Scott McMurray
-0
/
+4
2024-03-05
Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...
Guillaume Gomez
-99
/
+69
2023-12-11
Remove dead codes
r0cky
-11
/
+0
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-1
/
+2
2023-10-26
Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c...
Antoni Boucher
-8
/
+8
2023-07-29
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-4
/
+4
2023-06-10
Support 128-bit enum variant in debuginfo codegen
DonoughLiu
-1
/
+5
2023-05-26
Stop creating intermediate places just to immediate convert them to operands
Oli Scherer
-23
/
+19
2023-03-16
Use poison instead of undef
Nikita Popov
-0
/
+5
2023-03-05
Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023...
Antoni Boucher
-8
/
+18
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-1
/
+1
2022-12-20
Add missing anonymous lifetime
Jeremy Stucki
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-09-06
Remove dead broken code from const zst handling in backends
Oli Scherer
-4
/
+0
2022-07-20
slightly cleaner, if more verbose, vtable handling in codegen backends
Ralf Jung
-8
/
+5
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-2
/
+2
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-0
/
+8
2022-07-09
fix cranelift and gcc backends
Ralf Jung
-5
/
+4
2022-06-28
Avoid unnecessary string interning for const_str
bjorn3
-7
/
+9
2022-06-06
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
Antoni Boucher
-4
/
+78
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-4
/
+4
[next]