rust/compiler
Georg Semmler 5b576665e5
Introduce the #[diagnostic] attribute namespace
Co-authored-by: est31 <est31@users.noreply.github.com>

Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>

Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
2023-07-28 13:28:02 +02:00
..
rustc
rustc_abi Rollup merge of #114060 - davidtwco:issue-113279, r=wesleywiser 2023-07-25 19:21:39 +02:00
rustc_arena
rustc_ast more clippy::style fixes: 2023-07-23 23:39:04 +02:00
rustc_ast_lowering more clippy::style fixes: 2023-07-23 23:39:04 +02:00
rustc_ast_passes Introduce the #[diagnostic] attribute namespace 2023-07-28 13:28:02 +02:00
rustc_ast_pretty more clippy::style fixes: 2023-07-23 23:39:04 +02:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr 2023-07-25 23:34:07 +02:00
rustc_builtin_macros builtin_macros: raw str in diagnostic output 2023-07-25 11:12:52 +01:00
rustc_codegen_cranelift Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-2023-07-22 2023-07-22 13:32:34 +00:00
rustc_codegen_gcc Auto merge of #113877 - JhonnyBillM:reuse-codegen-ssa-monomorphization-errors-in-gcc, r=davidtwco 2023-07-24 11:29:59 +00:00
rustc_codegen_llvm coverage: Obtain the __llvm_covfun section name outside a per-function loop 2023-07-24 21:58:00 +10:00
rustc_codegen_ssa Use a builder instead of boolean/option arguments 2023-07-25 13:51:15 +00:00
rustc_const_eval Auto merge of #113843 - wesleywiser:replace_rustc_apfloat, r=pnkfelix 2023-07-26 21:21:19 +00:00
rustc_data_structures more clippy::style fixes: 2023-07-23 23:39:04 +02:00
rustc_driver
rustc_driver_impl Use a builder instead of boolean/option arguments 2023-07-25 13:51:15 +00:00
rustc_error_codes error/E0691: include alignment in error message 2023-07-21 11:04:16 +02:00
rustc_error_messages borrowck/errors: fix i18n error in delayed bug 2023-07-24 15:47:03 +01:00
rustc_errors Auto merge of #114054 - oli-obk:cleanups, r=estebank 2023-07-26 11:17:35 +00:00
rustc_expand Squelch a noisy rustc_expand unittest 2023-07-26 08:12:08 -07:00
rustc_feature Introduce the #[diagnostic] attribute namespace 2023-07-28 13:28:02 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir more clippy::style fixes: 2023-07-23 23:39:04 +02:00
rustc_hir_analysis Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr 2023-07-25 23:34:07 +02:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #113578 - compiler-errors:uncallable-sig, r=b-naber 2023-07-25 23:34:07 +02:00
rustc_incremental
rustc_index
rustc_infer fix some clippy::style findings 2023-07-23 23:36:56 +02:00
rustc_interface Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors 2023-07-26 00:46:06 +00:00
rustc_lexer Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov 2023-07-25 12:04:34 +00:00
rustc_lint Auto merge of #113457 - davidtwco:lint-ctypes-issue-113436, r=oli-obk 2023-07-26 15:27:36 +00:00
rustc_lint_defs Introduce the #[diagnostic] attribute namespace 2023-07-28 13:28:02 +02:00
rustc_llvm Support .comment section like GCC/Clang (!llvm.ident) 2023-07-21 22:01:50 +02:00
rustc_log
rustc_macros
rustc_metadata Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov 2023-07-25 01:35:53 +00:00
rustc_middle Replace in-tree rustc_apfloat with the new version of the crate 2023-07-26 10:20:15 -04:00
rustc_mir_build Replace in-tree rustc_apfloat with the new version of the crate 2023-07-26 10:20:15 -04:00
rustc_mir_dataflow Turn copy into moves during DSE. 2023-07-19 09:59:12 +00:00
rustc_mir_transform interpret: make read functions generic over operand type 2023-07-25 22:33:59 +02:00
rustc_monomorphize more clippy::style fixes: 2023-07-23 23:39:04 +02:00
rustc_parse Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov 2023-07-25 12:04:34 +00:00
rustc_parse_format Fix unit tests 2023-07-19 16:37:09 +00:00
rustc_passes validate doc(masked) 2023-07-24 18:04:35 +02:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl fix couple of clippy findings: 2023-07-23 10:50:14 +02:00
rustc_query_system Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" 2023-07-21 22:35:57 -07:00
rustc_resolve Introduce the #[diagnostic] attribute namespace 2023-07-28 13:28:02 +02:00
rustc_serialize
rustc_session Rollup merge of #114073 - ehuss:remove-z-diagnostic-width, r=fee1-dead 2023-07-26 20:49:14 +02:00
rustc_smir Add Bound ty to SMIR 2023-07-26 09:26:39 -03:00
rustc_span Introduce the #[diagnostic] attribute namespace 2023-07-28 13:28:02 +02:00
rustc_symbol_mangling Auto merge of #113708 - rcvalle:rust-cfi-fix-100778, r=compiler-errors 2023-07-27 02:48:38 +00:00
rustc_target Auto merge of #113411 - unikraft:unikraft, r=wesleywiser 2023-07-25 03:41:56 +00:00
rustc_trait_selection Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr 2023-07-25 23:34:07 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils Make everything builtin! 2023-07-25 16:08:58 +00:00
rustc_type_ir add docs for AliasKind::Inherent 2023-07-22 15:38:41 -04:00