summaryrefslogtreecommitdiff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/gdb.rs
Commit message (Expand)AuthorAgeFilesLines
* Spelling - compilerJosh Soref2023-04-171-2/+2
* rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov2023-03-221-2/+2
* avoid `Symbol` to `&str` conversionsTakayuki Maeda2022-07-181-1/+1
* Update documentation.ridwanabdillahi2022-05-241-2/+2
* Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi2022-05-241-2/+54
* Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal9782021-12-161-1/+1
* Fix clippy lintsGuillaume Gomez2021-10-011-4/+2
* Prepare inbounds_gep for opaque pointersTomasz Miąsko2021-08-041-4/+3
* Pass type when creating loadNikita Popov2021-07-091-1/+1
* Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov2020-11-081-1/+1
* Replace target.target with target and target.ptr_width with target.pointer_widthest312020-10-151-1/+1
* mv compiler to compiler/mark2020-08-301-0/+71