rust/compiler
Joshua Nelson 0b3ffcbb0b Allow building std with cranelift
- Don't pass llvm-specific args when using cranelift
- Don't use `asm` in compiler_builtins when using cranelift
2022-12-22 11:50:19 -06:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast more clippy::complexity fixes 2022-12-15 00:09:10 +01:00
rustc_ast_lowering Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors 2022-12-13 19:57:10 +01:00
rustc_ast_passes Allow impl ~const Trait opaque types 2022-12-15 11:26:15 +00:00
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnr 2022-12-15 04:21:25 +00:00
rustc_builtin_macros
rustc_codegen_cranelift Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-2022-12-14 2022-12-14 19:30:46 +01:00
rustc_codegen_gcc
rustc_codegen_llvm Allow building std with cranelift 2022-12-22 11:50:19 -06:00
rustc_codegen_ssa don't copy symbols from dylibs with -Zdylib-lto 2022-12-16 20:39:23 +00:00
rustc_const_eval simplify alignment_check_failed a bit 2022-12-15 16:48:30 +00:00
rustc_data_structures more clippy::complexity fixes 2022-12-15 00:09:10 +01:00
rustc_driver
rustc_error_codes docs: rewrite E0158 error-code docs for clarity 2022-12-16 08:36:40 +13:00
rustc_error_messages Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa 2022-12-17 12:10:27 +00:00
rustc_errors more clippy::complexity fixes 2022-12-15 00:09:10 +01:00
rustc_expand
rustc_feature Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk 2022-12-16 21:08:45 +00:00
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholk 2022-12-17 00:45:52 +01:00
rustc_hir_pretty more clippy::complexity fixes 2022-12-15 00:09:10 +01:00
rustc_hir_typeck Rollup merge of #105710 - compiler-errors:dyn-star-rigid-cast, r=eholk 2022-12-17 00:45:51 +01:00
rustc_incremental
rustc_index
rustc_infer Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnr 2022-12-15 04:21:25 +00:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #105768 - fee1-dead-contrib:iat-style, r=eholk 2022-12-17 00:45:52 +01:00
rustc_lint_defs Make the test actually emit the future incompat lint 2022-12-15 16:54:00 +00:00
rustc_llvm
rustc_log
rustc_macros more clippy::complexity fixes 2022-12-15 00:09:10 +01:00
rustc_metadata Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk 2022-12-16 21:08:45 +00:00
rustc_middle Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errors 2022-12-17 09:25:53 +01:00
rustc_mir_build Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr 2022-12-16 12:47:49 +00:00
rustc_mir_dataflow Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr 2022-12-16 12:47:49 +00:00
rustc_mir_transform Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk 2022-12-15 19:59:48 +00:00
rustc_monomorphize wrap output in BufWriter 2022-12-14 20:17:52 +00:00
rustc_parse Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank 2022-12-14 10:31:06 +01:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy Prevent the creation of TraitRef without dedicated methods 2022-12-14 15:36:39 +00:00
rustc_query_impl
rustc_query_system Auto merge of #105233 - mejrs:always_eager, r=estebank 2022-12-14 16:16:50 +00:00
rustc_resolve
rustc_save_analysis
rustc_serialize
rustc_session Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa 2022-12-17 12:10:27 +00:00
rustc_smir
rustc_span Shorten trimmed display of closures 2022-12-15 11:13:44 -08:00
rustc_symbol_mangling Ensure no one constructs AliasTys themselves 2022-12-14 15:36:39 +00:00
rustc_target more clippy::complexity fixes 2022-12-15 00:09:10 +01:00
rustc_trait_selection Auto merge of #105717 - compiler-errors:anonymize, r=jackh726 2022-12-16 06:45:08 +00:00
rustc_traits Ensure no one constructs AliasTys themselves 2022-12-14 15:36:39 +00:00
rustc_transmute
rustc_ty_utils Rollup merge of #105623 - compiler-errors:generator-type-size-fix, r=Nilstrieb 2022-12-15 12:46:00 +01:00
rustc_type_ir more clippy::complexity fixes 2022-12-15 00:09:10 +01:00