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_llvm
/
src
/
debuginfo
/
metadata.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-15
Revert "Deduplicate template parameter creation"
Vadim Petrochenkov
-23
/
+13
2025-04-07
Prepend temp files with a string per invocation of rustc
Michael Goulet
-0
/
+1
2025-04-07
Simplify temp path creation a bit
Michael Goulet
-1
/
+1
2025-03-18
Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`
Oli Scherer
-0
/
+24
2025-03-18
Avoid splitting up a layout
Oli Scherer
-12
/
+14
2025-03-17
Create a safe wrapper around `LLVMRustDIBuilderCreateBasicType`
Oli Scherer
-31
/
+36
2025-03-17
Create a safe wrapper function around `LLVMRustDIBuilderCreateFile`
Oli Scherer
-33
/
+26
2025-03-17
Create a safe wrapper around `LLVMRustDIBuilderCreateSubroutineType`
Oli Scherer
-8
/
+10
2025-03-17
Deduplicate template parameter creation
Oli Scherer
-13
/
+23
2025-03-17
Immediately create an `Option` instead of reallocating for it later
Oli Scherer
-3
/
+4
2025-03-17
Create a safe wrapper around LLVMRustDIBuilderCreateTemplateTypeParameter
Oli Scherer
-10
/
+1
2025-02-18
compiler: Stop reexporting stuff in cg_llvm::abi
Jubilee Young
-8
/
+10
2025-02-06
Debuginfo for function ZSTs should have alignment of 8 bits, not 1 bit
Zalathar
-7
/
+4
2025-02-01
Use `LLVMDIBuilderCreateLexicalBlockFile`
Zalathar
-1
/
+8
2025-02-01
Introduce `DIBuilderBox`, an owning pointer to `DIBuilder`
Zalathar
-2
/
+2
2025-01-31
Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr
bors
-5
/
+5
2025-01-30
Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgr
bors
-0
/
+25
2025-01-30
Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlin
Matthias Krüger
-0
/
+25
2025-01-30
Use ExistentialTraitRef throughout codegen
Michael Goulet
-6
/
+6
2025-01-30
Do not treat vtable supertraits as distinct when bound with different bound vars
Michael Goulet
-1
/
+1
2025-01-29
Clean up uses of the unstable `dwarf_version` option
Wesley Wiser
-2
/
+1
2025-01-24
Add comments about address spaces
Flakebi
-0
/
+10
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-05
Use gimli to get the values of DWARF constants needed by codegen
Zalathar
-21
/
+6
2025-01-02
Cast global variables to default address space
Flakebi
-0
/
+15
2024-12-30
force enum `DISCR_*` to `const u64` to allow for inspection via LLDB's `SBTyp...
Walnut
-0
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-06
Remove polymorphization
Ben Kimock
-22
/
+0
2024-12-03
Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser
bors
-10
/
+86
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-12
/
+7
2024-11-06
Add location info for f16
Matt Weber
-0
/
+18
2024-11-06
Rename option and add doc
Matt Weber
-13
/
+11
2024-11-06
Add additional option checks
Matt Weber
-1
/
+7
2024-11-06
Move additional source location info behind -Z option
Matt Weber
-5
/
+32
2024-11-06
Refactor `type_stub` from `DefId` to tuple
Matt Weber
-4
/
+6
2024-11-06
Add file and line metadata for struct/union members
Matt Weber
-10
/
+27
2024-11-06
Refactor `type_map::stub` parameters
Matt Weber
-33
/
+8
2024-11-06
Add file and line metadata for closures
Matt Weber
-2
/
+10
2024-11-06
Require `type_map::stub` callers to supply file information
Matt Weber
-0
/
+25
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-10-31
Remove support for `-Zprofile` (gcov-style coverage instrumentation)
Zalathar
-26
/
+0
2024-10-28
Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char`
Zalathar
-24
/
+24
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-15
/
+15
2024-10-01
add unstable support for outputting file checksums for use in cargo
Jacob Kiesel
-0
/
+1
2024-09-24
Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic
bors
-8
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-09-20
Do not unnecessarily eval consts in codegen
Michael Goulet
-1
/
+3
2024-09-19
Reformat some comments.
Nicholas Nethercote
-12
/
+12
2024-09-19
replace some deprecated functions
Luv-Ray
-8
/
+4
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-1
/
+1
[next]