rust/compiler
bors 7908a1d654 Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstrieb
Tagged pointers, now with strict provenance!

This is a big refactor of tagged pointers in rustc, with three main goals:
1. Porting the code to the strict provenance
2. Cleanup the code
3. Document the code (and safety invariants) better

This PR has grown quite a bit (almost a complete rewrite at this point...), so I'm not sure what's the best way to review this, but reviewing commit-by-commit should be fine.

r? `@Nilstrieb`
2023-04-17 21:50:13 +00:00
..
rustc
rustc_abi Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin 2023-04-17 18:13:35 +02:00
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin 2023-04-17 18:13:35 +02:00
rustc_ast_lowering Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors 2023-04-17 05:12:12 +00:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin 2023-04-17 18:13:35 +02:00
rustc_builtin_macros fix clippy::toplevel_ref_arg and ::manual_map 2023-04-16 13:28:13 +02:00
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa Various minor Idx-related tweaks 2023-04-16 02:42:50 -07:00
rustc_const_eval Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin 2023-04-17 18:13:35 +02:00
rustc_data_structures Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstrieb 2023-04-17 21:50:13 +00:00
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors 2023-04-17 05:12:12 +00:00
rustc_hir_analysis Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead 2023-04-16 13:12:53 +00:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin 2023-04-17 18:13:35 +02:00
rustc_incremental
rustc_index
rustc_infer Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin 2023-04-17 18:13:35 +02:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-anyway, r=oli-obk 2023-04-17 18:13:33 +02:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk 2023-04-16 18:55:38 +08:00
rustc_metadata Encode def span for ConstParam 2023-04-17 02:57:23 +00:00
rustc_middle Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstrieb 2023-04-17 21:50:13 +00:00
rustc_mir_build use matches! macro in more places 2023-04-16 12:08:30 +02:00
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obk 2023-04-17 18:13:36 +02:00
rustc_monomorphize
rustc_parse Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb 2023-04-17 08:09:40 +02:00
rustc_parse_format
rustc_passes Allow all associated functions and add test 2023-04-16 06:31:08 +00:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin 2023-04-17 18:13:35 +02:00
rustc_resolve Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb 2023-04-17 08:09:40 +02:00
rustc_serialize
rustc_session
rustc_smir
rustc_span Auto merge of #110367 - saethlin:no-truncations, r=oli-obk 2023-04-17 09:38:31 +00:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin 2023-04-17 18:13:35 +02:00
rustc_traits Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-errors 2023-04-16 18:55:38 +08:00
rustc_transmute Erase regions when confirming transmutability candidate 2023-04-16 19:12:34 +00:00
rustc_ty_utils fix clippy::toplevel_ref_arg and ::manual_map 2023-04-16 13:28:13 +02:00
rustc_type_ir Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnr 2023-04-17 18:13:35 +02:00