rust/compiler
Matthias Krüger 8e3b9bca65
Rollup merge of #102112 - cuviper:powerpc64-full-relro, r=eholk
Allow full relro on powerpc64-unknown-linux-gnu

This was previously limited to partial relro, citing issues on RHEL6,
but that's no longer a supported platform since #95026. We have long
been enabling full relro in RHEL7's own Rust builds for ppc64, without
trouble, so it should be fine to drop this workaround.
2022-09-23 04:29:20 +02:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering Split out async_fn_in_trait into a separate feature 2022-09-21 19:26:23 -07:00
rustc_ast_passes UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic 2022-09-21 11:39:53 -04:00
rustc_ast_pretty
rustc_attr FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_borrowck Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=oli-obk 2022-09-22 04:22:24 +00:00
rustc_builtin_macros UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholk 2022-09-22 18:25:51 +05:30
rustc_const_eval Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=oli-obk 2022-09-22 04:22:24 +00:00
rustc_data_structures Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr 2022-09-22 18:25:53 +05:30
rustc_driver UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_error_codes
rustc_error_messages Rollup merge of #101815 - diegooliveira:master, r=davidtwco 2022-09-23 04:29:16 +02:00
rustc_errors FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_expand FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_feature Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors 2022-09-23 04:29:15 +02:00
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Rollup merge of #101664 - mejrs:similarity, r=fee1-dead 2022-09-23 04:29:16 +02:00
rustc_interface UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_lexer
rustc_lint FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_metadata Auto merge of #101558 - JhonnyBillM:session-diagnostic-to-diagnostic-handler-refactor, r=davidtwco 2022-09-21 19:58:39 +00:00
rustc_middle Rollup merge of #101664 - mejrs:similarity, r=fee1-dead 2022-09-23 04:29:16 +02:00
rustc_mir_build
rustc_mir_dataflow UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_mir_transform
rustc_monomorphize FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_parse FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_parse_format
rustc_passes Rollup merge of #101815 - diegooliveira:master, r=davidtwco 2022-09-23 04:29:16 +02:00
rustc_plugin_impl UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_privacy UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic 2022-09-21 11:39:53 -04:00
rustc_query_impl
rustc_query_system FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_resolve Fix a typo in error message 2022-09-22 01:28:45 +02:00
rustc_save_analysis UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_serialize
rustc_session FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_smir
rustc_span Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors 2022-09-23 04:29:15 +02:00
rustc_symbol_mangling
rustc_target Rollup merge of #102112 - cuviper:powerpc64-full-relro, r=eholk 2022-09-23 04:29:20 +02:00
rustc_trait_selection Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPC 2022-09-22 15:18:35 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic 2022-09-21 11:39:53 -04:00
rustc_type_ir
rustc_typeck Rollup merge of #102095 - oli-obk:simplify, r=TaKO8Ki 2022-09-23 04:29:19 +02:00