rust/compiler
Matthias Krüger 871cf2bc9e
Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiser
Print a suggestion when comparing references to primitive types in `const fn`

Fixes #90870.
2021-12-08 11:08:57 +01:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Add initial AST and MIR support for unwinding from inline assembly 2021-12-03 23:51:46 +01:00
rustc_ast_lowering Use IntoIterator for array impl everywhere. 2021-12-04 19:40:33 +01:00
rustc_ast_passes
rustc_ast_pretty Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum 2021-12-07 11:05:06 +01:00
rustc_attr
rustc_borrowck Auto merge of #88439 - cynecx:unwind_asm, r=Amanieu 2021-12-04 05:59:16 +00:00
rustc_builtin_macros Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov 2021-12-04 10:42:20 +01:00
rustc_codegen_cranelift Use IntoIterator for array impl everywhere. 2021-12-04 19:40:33 +01:00
rustc_codegen_gcc Implement inline asm! for AVR platform 2021-12-06 01:02:49 -05:00
rustc_codegen_llvm Implement inline asm! for AVR platform 2021-12-06 01:02:49 -05:00
rustc_codegen_ssa LLVM codgen support for unwinding inline assembly 2021-12-03 23:51:49 +01:00
rustc_const_eval Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiser 2021-12-08 11:08:57 +01:00
rustc_data_structures Annotate comments onto the LT algorithm 2021-12-06 20:30:15 -05:00
rustc_driver
rustc_error_codes
rustc_errors
rustc_expand Future compatibility warning on cfg_attr on crate_type and crate_name 2021-12-07 11:47:21 -05:00
rustc_feature add unwind_asm feature gate for may_unwind option 2021-12-03 23:51:49 +01:00
rustc_fs_util
rustc_graphviz
rustc_hir Use IntoIterator for array impl everywhere. 2021-12-04 19:40:33 +01:00
rustc_hir_pretty Delete duplicated helpers from HIR printer 2021-12-05 12:45:51 -08:00
rustc_incremental
rustc_index
rustc_infer Rollup merge of #91493 - oli-obk:cleanup, r=michaelwoerister 2021-12-07 11:05:00 +01:00
rustc_interface Stabilize -Z emit-future-incompat as --json future-incompat 2021-12-04 14:34:20 -05:00
rustc_lexer
rustc_lint
rustc_lint_defs Future compatibility warning on cfg_attr on crate_type and crate_name 2021-12-07 11:47:21 -05:00
rustc_llvm Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu 2021-12-06 03:51:05 +00:00
rustc_macros
rustc_metadata
rustc_middle Auto merge of #91279 - scottmcm:small-refactor, r=nagisa 2021-12-06 13:04:18 +00:00
rustc_mir_build Add initial AST and MIR support for unwinding from inline assembly 2021-12-03 23:51:46 +01:00
rustc_mir_dataflow Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk 2021-12-05 03:41:18 +00:00
rustc_mir_transform Auto merge of #91279 - scottmcm:small-refactor, r=nagisa 2021-12-06 13:04:18 +00:00
rustc_monomorphize
rustc_parse Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726 2021-12-05 00:37:56 +01:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Annotate derived spans and move span suggestion code 2021-12-03 18:41:40 +00:00
rustc_save_analysis
rustc_serialize avoid string validation in rustc_serialize, check a marker byte instead 2021-12-06 18:43:01 +01:00
rustc_session Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr 2021-12-05 15:33:44 +00:00
rustc_span Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu 2021-12-07 14:23:01 +00:00
rustc_symbol_mangling
rustc_target Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu 2021-12-07 14:23:01 +00:00
rustc_trait_selection Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr 2021-12-05 15:33:44 +00:00
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoerister 2021-12-07 11:05:03 +01:00