rust/compiler/rustc_hir/src
Samuel Tardieu 3823f0bc07
Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=jieyouxu
Remove the omit_gdb_pretty_printer_section attribute

Disabling loading of pretty printers in the debugger itself is more reliable. Before this commit the .gdb_debug_scripts section couldn't be included in dylibs or rlibs as otherwise there is no way to disable the section anymore without recompiling the entire standard library.
2025-08-03 21:56:56 +02:00
..
attrs Remove the omit_gdb_pretty_printer_section attribute 2025-08-01 20:04:59 +00:00
hir Remove support for dyn* 2025-07-01 19:00:21 +00:00
arena.rs Introduce ByteSymbol. 2025-06-30 20:42:27 +10:00
def.rs Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu 2025-08-02 11:24:24 +02:00
def_path_hash_map.rs Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
definitions.rs Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errors 2025-07-17 08:36:42 +00:00
diagnostic_items.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
hir.rs Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercote 2025-08-03 21:56:54 +02:00
hir_id.rs impl !PartialOrd for HirId 2025-04-03 09:22:21 +00:00
intravisit.rs Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercote 2025-08-03 21:56:54 +02:00
lang_items.rs Remove the ptr_unique lang item 2025-07-20 09:50:58 +00:00
lib.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
lints.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
pat_util.rs Eliminate PatKind::Path 2025-01-29 15:45:13 +00:00
stability.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
stable_hash_impls.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
target.rs Warn useless deprecation in check_attr. 2025-07-17 22:28:49 +00:00
tests.rs Update test. 2025-06-24 04:05:27 +00:00
version.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
weak_lang_items.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00