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
Age
Commit message (
Expand
)
Author
Lines
2025-09-17
Use `LLVMDIBuilderCreateTypedef`
Zalathar
-4
/
+5
2025-09-17
Use `LLVMDIBuilderCreateQualifiedType`
Zalathar
-3
/
+5
2025-09-17
Use `LLVMDIBuilderCreateStaticMemberType`
Zalathar
-21
/
+44
2025-09-17
Use `LLVMDIBuilderCreateMemberType`
Zalathar
-2
/
+2
2025-09-17
Use `LLVMDIBuilderCreateStructType`
Zalathar
-7
/
+7
2025-09-17
Use `LLVMDIBuilderCreatePointerType`
Zalathar
-33
/
+35
2025-09-17
Use `LLVMDIBuilderCreateBasicType`
Zalathar
-2
/
+3
2025-09-17
Use `LLVMDIBuilderCreateArrayType`
Zalathar
-8
/
+6
2025-09-17
Use `LLVMDIBuilderCreateUnionType`
Zalathar
-5
/
+8
2025-09-17
Use `LLVMDIBuilderCreateSubroutineType`
Zalathar
-7
/
+15
2025-09-09
Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr
bors
-2
/
+2
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-2
/
+2
2025-08-30
compiler: Include span of too huge array with `-Cdebuginfo=2`
Martin Nordholts
-3
/
+4
2025-08-28
compiler: Include span of too huge enum with -Cdebuginfo=2
Martin Nordholts
-6
/
+19
2025-08-24
Rename `llvm::Bool` aliases to standard const case
Zalathar
-2
/
+2
2025-08-21
Rollup merge of #145297 - adwinwhite:recursive-debuginfo, r=wesleywiser
Jacob Pratt
-16
/
+38
2025-08-13
Cleanup assoc parent utils
Cameron Steffen
-24
/
+19
2025-08-12
fix(debuginfo): handle false positives in overflow check
Adwin White
-16
/
+38
2025-08-06
Revert "Preserve the .debug_gdb_scripts section"
bjorn3
-38
/
+28
2025-08-06
Revert "Embed GDB pretty printers in rlibs and dylibs"
bjorn3
-11
/
+32
2025-08-06
Embed GDB pretty printers in rlibs and dylibs
Sebastian Poeplau
-32
/
+11
2025-08-05
Preserve the .debug_gdb_scripts section
Sebastian Poeplau
-28
/
+38
2025-08-01
Remove the omit_gdb_pretty_printer_section attribute
bjorn3
-7
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+2
2025-07-29
Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley...
Stuart Cook
-2
/
+2
2025-07-28
Rename impl_of_method -> impl_of_assoc
Cameron Steffen
-1
/
+1
2025-07-27
fix(debuginfo): disable overflow check for
godzie44
-2
/
+2
2025-07-16
Rollup merge of #143920 - oli-obk:cg-llvm-safety, r=jieyouxu
Samuel Tardieu
-8
/
+4
2025-07-14
Eliminate all direct uses of LLVMMDStringInContext2
Oli Scherer
-1
/
+1
2025-07-14
Use context methods instead of directly calling FFI
Oli Scherer
-6
/
+2
2025-07-14
Avoid a bunch of unnecessary `unsafe` blocks in cg_llvm
Oli Scherer
-2
/
+2
2025-07-12
Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing infras...
Jonathan Brouwer
-3
/
+2
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-5
/
+9
2025-06-03
Change `tag_field` to `FieldIdx` in `Variants::Multiple`
Scott McMurray
-8
/
+8
2025-06-03
Remove get_dbg_loc from DebugInfoBuilderMethods
bjorn3
-4
/
+6
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-1
/
+5
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-6
/
+3
2025-04-18
Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiser
Matthias Krüger
-0
/
+50
2025-04-15
Revert "Deduplicate template parameter creation"
Vadim Petrochenkov
-26
/
+45
2025-04-14
Use `newtype_index!`-generated types more idiomatically
Yotam Ofek
-3
/
+1
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
-42
/
+60
2025-03-18
Avoid splitting up a layout
Oli Scherer
-22
/
+24
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
-12
/
+13
2025-03-17
Deduplicate template parameter creation
Oli Scherer
-45
/
+26
2025-03-17
Immediately create an `Option` instead of reallocating for it later
Oli Scherer
-6
/
+6
2025-03-17
Create a safe wrapper around LLVMRustDIBuilderCreateTemplateTypeParameter
Oli Scherer
-23
/
+24
[next]