rust/compiler
Matthias Krüger ecbd110c7e
Rollup merge of #125302 - workingjubilee:prefer-my-stack-neat, r=compiler-errors
defrost `RUST_MIN_STACK=ice rustc hello.rs`

I didn't think too hard about testing my previous PR rust-lang/rust#122847 which makes our stack overflow handler assist people in discovering the `RUST_MIN_STACK` variable (which apparently is surprisingly useful for Really Big codebases). After it was merged, some useful comments left in a drive-by review led me to discover I had added an ICE. This reworks the code a bit to explain the rationale, remove the ICE that I introduced, and properly test one of the diagnostics.
2024-05-20 08:31:42 +02:00
..
rustc
rustc_abi Temporarily revert to NonZeroUsize in rustc-abi to fix building on stable 2024-05-18 11:27:29 +03:00
rustc_arena
rustc_ast document what the span of UseTreeKind::Nested is 2024-05-19 10:22:19 +02:00
rustc_ast_ir
rustc_ast_lowering Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_ast_passes Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_ast_pretty Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck fix suggestion in E0373 for !Unpin coroutines 2024-05-19 19:13:52 -05:00
rustc_builtin_macros Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 2024-05-18 19:35:24 +00:00
rustc_codegen_cranelift Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_codegen_gcc Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_codegen_llvm Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_codegen_ssa Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 2024-05-18 19:35:24 +00:00
rustc_const_eval Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors Uplift FnSig 2024-05-16 09:52:01 -04:00
rustc_expand Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-dead 2024-05-18 13:02:48 +00:00
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_hir_analysis Add and use generics.is_empty() and generics.is_own_empty, rather than using generics' attributes 2024-05-19 11:10:56 -03:00
rustc_hir_pretty Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_hir_typeck Rollup merge of #125282 - WaffleLapkin:never-type-unsafe-improvements, r=compiler-errors 2024-05-20 08:31:41 +02:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr 2024-05-19 00:03:48 +00:00
rustc_interface note value of RUST_MIN_STACK and explain unsetting 2024-05-19 20:09:03 -07:00
rustc_lexer
rustc_lint Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors 2024-05-19 22:50:55 +02:00
rustc_lint_defs Make NEVER_TYPE_FALLBACK_FLOWING_INTO_UNSAFE into an FCW and report it ext macros 2024-05-18 00:08:52 +02:00
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgr 2024-05-19 21:30:43 +00:00
rustc_mir_build Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_mir_dataflow
rustc_mir_transform Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_monomorphize Add and use generics.is_empty() and generics.is_own_empty, rather than using generics' attributes 2024-05-19 11:10:56 -03:00
rustc_next_trait_solver Uplift GenericArgKind, CanonicalVarValues, QueryInput 2024-05-18 16:21:43 -04:00
rustc_parse Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 2024-05-18 19:35:24 +00:00
rustc_parse_format
rustc_passes Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_pattern_analysis
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve fix typo 2024-05-19 10:23:31 +02:00
rustc_sanitizers Fix typos (taking into account review comments) 2024-05-18 18:12:18 +02:00
rustc_serialize
rustc_session Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez 2024-05-18 10:53:47 +00:00
rustc_smir Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_span
rustc_symbol_mangling Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
rustc_target enable rust-lld on x86_64-unknown-linux-gnu when requested 2024-05-16 16:08:06 +00:00
rustc_trait_selection Auto merge of #125006 - spastorino:generics-is-empty, r=compiler-errors 2024-05-19 19:22:57 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 2024-05-18 19:35:24 +00:00
rustc_type_ir Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr 2024-05-19 00:03:48 +00:00
rustc_type_ir_macros
stable_mir Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00