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
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
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
[next]