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
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
2023-08-18
Fix ELF flag for RISC-V targets without explicit ABI
Gary Guo
-1
/
+1
2023-08-18
Add comment explanining unstable_target_features
Gary Guo
-0
/
+1
2023-08-18
Fix ABI flags in RISC-V/LoongArch ELF file generated by rustc
Gary Guo
-17
/
+20
2023-08-14
add `rustc_codegen_ssa` support for csky and correct some code
Dirreke
-0
/
+8
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-4
/
+3
2023-07-19
Fix review comments
bjorn3
-7
/
+7
2023-07-19
Don't compress dylib metadata
bjorn3
-8
/
+2
2023-07-18
support for mips32r6 as a target_arch value
chenx97
-1
/
+1
2023-07-18
merge patterns
chenx97
-2
/
+1
2023-07-18
support for mips64r6 as a target_arch value
chenx97
-0
/
+1
2023-07-11
Use constants from object crate
Charisee
-4
/
+3
2023-07-09
Support explicit 32-bit MIPS ABI for the synthetic object
Seth Junot
-2
/
+10
2023-07-01
Auto merge of #112550 - loongarch-rs:fix-eflags, r=cjgillot
bors
-2
/
+13
2023-06-30
Auto merge of #106619 - agausmann:avr-object-file, r=nagisa
bors
-1
/
+6
2023-06-12
loongarch: Fix ELF header flags
WANG Rui
-2
/
+13
2023-06-05
Auto merge of #107583 - EsmeYi:aix_xcoff_metadata, r=bjorn3
bors
-11
/
+140
2023-06-05
Address @bjorn3's comments.
Esme Yi
-1
/
+3
2023-05-25
Fix Mac Catalyst linking by adding build version
Brian M
-0
/
+32
2023-05-23
Support rust metadata for AIX.
Esme Yi
-11
/
+138
2023-05-21
rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPU
Adam Gausmann
-1
/
+6
2023-05-16
Remove `MetadataRef` type alias
Maybe Waffle
-5
/
+4
2023-05-05
rewriting match on endianness
Charisee
-9
/
+6
2023-05-05
rewriting match on endianness
Charisee
-1
/
+8
2023-05-05
Add GNU Property Note
Charisee
-11
/
+15
2023-04-22
Add GNU Property Note
Charisee
-0
/
+42
2023-04-11
Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser
Michael Goulet
-0
/
+5
2023-04-06
Use `FnOnce` for `slice_owned` instead of `Fn`
Maybe Waffle
-1
/
+1
2023-04-05
Use `OwnedSlice` instead of `owning_ref`
Maybe Waffle
-7
/
+6
2023-04-04
loongarch64: calculate the ELF header flags
zhaixiaojuan
-0
/
+4
2023-04-04
Add loongarch64 to fn create_object_file
zhaixiaojuan
-0
/
+1
2023-03-05
Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiser
bors
-0
/
+6
2023-02-20
Fix metadata encoding and decoding to use the right length
Rune Tynan
-1
/
+6
2023-02-20
Try adding metadata length prefix, and obey it while decoding
Rune Tynan
-0
/
+1
2023-02-20
Move the resolver into a query
Oli Scherer
-0
/
+1
2023-01-14
Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum
bors
-1
/
+7
2023-01-12
riscv: Fix ELF header flags
Fawaz
-5
/
+17
2023-01-09
Fix aarch64-unknown-linux-gnu_ilp32 target
Amanieu d'Antras
-1
/
+7
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-32
/
+32
2022-11-14
Wrap bundlen static libraries into object files
Daniil Belov
-7
/
+11
2022-10-19
Add architectures to fn create_object_file
Daniil Belov
-0
/
+4
2022-07-31
linker: Update some outdated comments
Vadim Petrochenkov
-6
/
+6
2022-07-02
move emit_metadata to rustc_metadata::fs
Yoshiki Matsuda
-2
/
+1
2022-06-23
Session object: Set OS/ABI
Martin Kröning
-1
/
+9
2022-06-01
Session object: Decouple e_flags from FileFlags
Martin Kröning
-5
/
+6
2022-05-10
Fix e_flags for 32-bit MIPS targets in generated object file
Ayrton
-10
/
+18
2022-04-18
Synthesis object file for `#[used]` and exported symbols
Gary Guo
-1
/
+1
2022-02-20
Auto merge of #93816 - bjorn3:rlib_metadata_first, r=nagisa
bors
-3
/
+8
2022-02-19
Adopt let else in more places
est31
-3
/
+2
[prev]
[next]