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
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-05-25
Fix Mac Catalyst linking by adding build version
Brian M
-0
/
+32
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
2022-02-18
Put crate metadata first in the rlib when possible
bjorn3
-3
/
+8
2022-02-16
Adopt let_else in even more places
est31
-6
/
+2
2022-01-07
rustc_codegen_ssa: set static lifetime for object::write::Object
Lain Yang
-1
/
+1
2022-01-07
Make rlib metadata strip works with MIPSr6 architecture
Lain Yang
-2
/
+14
2022-01-04
Rollup merge of #92107 - nikic:rmeta-lnk-remove, r=nagisa
Matthias Krüger
-6
/
+5
2021-12-19
Actually set IMAGE_SCN_LNK_REMOVE for .rmeta
Nikita Popov
-6
/
+5
2021-12-18
Explicitly set no ELF flags for .rustc section
Nikita Popov
-1
/
+8
2021-12-07
Use object crate for .rustc metadata generation
Nikita Popov
-1
/
+196
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-06-04
rustc: Store metadata-in-rlibs in object files
Alex Crichton
-13
/
+27
2021-05-10
Better error messages
bjorn3
-8
/
+14
2021-05-07
Use the object crate for metadata reading
bjorn3
-0
/
+65