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_ssa
/
src
/
back
/
metadata.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-16
indicate ppc64 elf abi in e_flags
ostylk
-0
/
+18
2025-06-06
Add new Tier-3 targets: `loongarch32-unknown-none*`
WANG Rui
-1
/
+1
2025-05-05
Apply suggestions from code review
smrobtzz
-1
/
+12
2025-05-05
Use more accurate ELF flags on MIPS
Sam Roberts
-25
/
+30
2025-04-04
refactor: Move env parsing of deployment target to rustc_session
Mads Marquart
-1
/
+1
2025-04-04
refactor: Move Apple OSVersion (back) to rustc_target
Mads Marquart
-1
/
+1
2025-04-04
Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkin
Matthias Krüger
-1
/
+1
2025-03-31
Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no`
Jakub Beránek
-2
/
+2
2025-03-25
Rename `is_like_osx` to `is_like_darwin`
Mads Marquart
-1
/
+1
2025-03-04
Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3
bors
-60
/
+26
2025-02-28
Fix link failure on AVR (incompatible ISA error)
Luigi Sartor Piucco
-1
/
+5
2025-02-26
Support raw-dylib link kind on ELF
Noratrieb
-60
/
+26
2025-02-17
Adds binary_format to rustc target specs
Pyrode
-9
/
+1
2025-02-08
Rustfmt
bjorn3
-7
/
+11
2024-11-21
aix: fix archive format
Henry Jiang
-1
/
+22
2024-11-09
Add v8plus target feature to sparc and use it in create_object_file
Taiki Endo
-1
/
+1
2024-11-03
Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubilee
Jubilee
-1
/
+9
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-11-02
Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkov
Matthias Krüger
-5
/
+6
2024-11-01
Move Mach-O platform information to rustc_codegen_ssa::back::apple
Mads Marquart
-2
/
+1
2024-11-01
Move versioned LLVM target creation to rustc_codegen_ssa
Mads Marquart
-4
/
+6
2024-10-31
Remove `""` case from RISC-V `llvm_abiname` match statement
beetrees
-1
/
+1
2024-10-31
Add a comment about `lp64e` still being unstable
Jan Bujak
-0
/
+1
2024-10-30
Add `lp64e` RISC-V ABI
Jan Bujak
-1
/
+1
2024-10-03
Generate correct symbols.o for sparc-unknown-none-elf
Jonathan 'theJPster' Pallant
-1
/
+9
2024-09-29
Do not specify an SDK version in object files
Mads Marquart
-3
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-16
/
+13
2024-09-17
Minimize visibilities.
Nicholas Nethercote
-3
/
+3
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-4
/
+4
2024-09-05
Apple: Refactor deployment target version parsing
Mads Marquart
-9
/
+24
2024-08-07
rustc_codegen_ssa: Set architecture for object crate for 32-bit SPARC
John Paul Adrian Glaubitz
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+0
2024-07-28
adopt object changes
klensy
-1
/
+7
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-08
rustc: Fix typo
WANG Rui
-1
/
+1
2024-03-06
Add arm64ec-pc-windows-msvc target
Daniel Paoliello
-24
/
+28
2024-02-23
rustc: Fix wasm64 metadata object files
Alex Crichton
-47
/
+40
2024-02-23
remove repetitive words
cui fliter
-1
/
+1
2024-02-20
wasm: Store rlib metadata in wasm object files
Alex Crichton
-20
/
+68
2023-12-18
Address comment
Kai Luo
-1
/
+1
2023-12-14
Address comment
Kai Luo
-2
/
+5
2023-12-13
Fix XCOFF metadata
Kai Luo
-10
/
+11
2023-12-11
Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin
bors
-9
/
+9
2023-12-10
Apply suggestions from code review
Ben Kimock
-1
/
+1
2023-11-30
Move `MetadataLoader{,Dyn}` to `rustc_metadata`.
Nicholas Nethercote
-1
/
+1
2023-11-28
Use a u64 for the rmeta root position
Ben Kimock
-8
/
+8
2023-11-15
Add arm64e-apple-ios target
Artyom Tetyukhin
-0
/
+9
2023-10-24
Mark .rmeta files as /SAFESEH on x86 Windows.
Daniel Cheng
-0
/
+29
2023-08-21
Always add LC_BUILD_VERSION for metadata object files
Keith Smiley
-17
/
+12
[next]