rust/compiler
Florian Warzecha ac2c599f23
fix validation for rustc_allow_const_fn_unstable targets
The validation was introduced in 3a63bf0299
without strict validation of functions, e. g. all function types were
allowed.
Now the validation only allows `const fn`s.
2020-10-23 17:54:48 +02:00
..
rustc
rustc_apfloat
rustc_arena Make sure arenas don't allocate bigger than HUGE_PAGE 2020-10-17 23:33:53 +02:00
rustc_ast Avoid cloning the contents of a TokenStream in a few places 2020-10-19 12:30:41 -04:00
rustc_ast_lowering Auto merge of #78066 - bugadani:wat, r=jonas-schievink 2020-10-18 13:50:31 +00:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable 2020-10-21 20:54:20 +02:00
rustc_builtin_macros
rustc_codegen_llvm Auto merge of #78047 - khyperia:set_span_mut, r=bjorn3 2020-10-18 05:36:23 +00:00
rustc_codegen_ssa Make set_span take mut self 2020-10-17 13:28:58 +02:00
rustc_data_structures Auto merge of #77908 - bugadani:obl-forest, r=nnethercote 2020-10-19 15:14:15 +00:00
rustc_driver
rustc_error_codes
rustc_errors
rustc_expand ignore #[rustc_allow_const_fn_unstable] for macro expansion 2020-10-23 16:54:25 +02:00
rustc_feature add rustc_allow_const_fn_unstable attribute 2020-10-21 18:04:18 +02:00
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer revert workaround #73027 2020-10-19 21:11:40 +01:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov 2020-10-20 12:11:06 +09:00
rustc_llvm
rustc_macros
rustc_metadata
rustc_middle Auto merge of #77278 - camelid:use-correct-article, r=estebank 2020-10-19 02:19:21 +00:00
rustc_mir rename allow_internal_unstable() to rustc_allow_const_fn_unstable() in rustc_mir 2020-10-23 17:14:57 +02:00
rustc_mir_build Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk 2020-10-17 14:44:51 +00:00
rustc_parse Avoid cloning the contents of a TokenStream in a few places 2020-10-19 12:30:41 -04:00
rustc_parse_format
rustc_passes fix validation for rustc_allow_const_fn_unstable targets 2020-10-23 17:54:48 +02:00
rustc_plugin_impl
rustc_privacy
rustc_query_system
rustc_resolve Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnr 2020-10-18 04:11:11 +09:00
rustc_save_analysis
rustc_serialize
rustc_session
rustc_span add rustc_allow_const_fn_unstable attribute 2020-10-21 18:04:18 +02:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #78111 - SNCPlay42:not-always-self, r=lcnr 2020-10-20 12:11:11 +09:00
rustc_traits
rustc_ty
rustc_typeck Do not ICE on pattern that uses a binding multiple times in generator 2020-10-19 23:34:47 +02:00