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
/
gdb.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
port `#[debugger_visualizer]` to the new attribute system
Jana Dönszelmann
-1
/
+1
2025-08-24
Rename `llvm::Bool` aliases to standard const case
Zalathar
-1
/
+1
2025-08-06
Revert "Preserve the .debug_gdb_scripts section"
bjorn3
-16
/
+14
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
-14
/
+16
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-16
Rollup merge of #143920 - oli-obk:cg-llvm-safety, r=jieyouxu
Samuel Tardieu
-1
/
+1
2025-07-14
Avoid a bunch of unnecessary `unsafe` blocks in cg_llvm
Oli Scherer
-1
/
+1
2025-07-12
Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing infras...
Jonathan Brouwer
-3
/
+2
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-1
/
+5
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-1
/
+1
2025-02-11
Document some safety constraints and use more safe wrappers
Oli Scherer
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-10-30
Consistently use safe wrapper function `set_section`
Zalathar
-1
/
+1
2024-10-26
Use safe wrappers `get_linkage` and `set_linkage`
Zalathar
-1
/
+1
2024-09-19
Reformat some comments.
Nicholas Nethercote
-1
/
+2
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-3
/
+5
2024-08-20
Avoid extra `cast()`s after `CStr::as_ptr()`
Josh Stone
-3
/
+2
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-3
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+7
2023-12-03
compiler: replace cstr macro with c str literals in compiler and few other c ...
klensy
-4
/
+3
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-08-01
Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3
bors
-2
/
+1
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-1
/
+1
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-2
/
+1
2023-07-05
Revert "use new c literals instead of cstr! macro"
León Orell Valerian Liehr
-1
/
+2
2023-05-31
use new c literals instead of cstr! macro
klensy
-2
/
+1
2023-05-16
Move DebuggerVisualizerFile types from rustc_span to rustc_middle
Michael Woerister
-2
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-2
/
+2
2022-07-18
avoid `Symbol` to `&str` conversions
Takayuki Maeda
-1
/
+1
2022-05-24
Update documentation.
ridwanabdillahi
-2
/
+2
2022-05-24
Add support for embedding pretty printers via the `#[debugger_visualizer]` at...
ridwanabdillahi
-2
/
+54
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-1
/
+1
2021-10-01
Fix clippy lints
Guillaume Gomez
-4
/
+2
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-4
/
+3
2021-07-09
Pass type when creating load
Nikita Popov
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+71