rust/compiler/rustc_hir_analysis/src
Jakub Okoński 97ae5095f5
Add simd_masked_{load,store} platform-intrinsics
This maps to the LLVM intrinsics: llvm.masked.load and llvm.masked.store
2023-12-09 12:36:08 +01:00
..
astconv Resolve assoc item bindings by namespace 2023-12-07 22:33:56 +01:00
check Add simd_masked_{load,store} platform-intrinsics 2023-12-09 12:36:08 +01:00
coherence Add more 2023-12-05 17:15:46 +00:00
collect Remove #[rustc_host], use internal desugaring 2023-12-05 01:15:21 +00:00
impl_wf_check Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
outlives rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup 2023-11-26 12:41:21 +03:00
structured_errors Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compiler-errors 2023-10-25 23:37:09 +02:00
variance finish RegionKind rename 2023-11-14 13:13:27 +00:00
autoderef.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
bounds.rs Don't compare host param by name 2023-10-18 02:38:54 +00:00
check_unused.rs inline format!() args from rustc_codegen_llvm to the end (4) 2023-07-25 23:20:28 +02:00
collect.rs Remove #[rustc_host], use internal desugaring 2023-12-05 01:15:21 +00:00
constrained_generic_params.rs finish RegionKind rename 2023-11-14 13:13:27 +00:00
errors.rs Resolve assoc item bindings by namespace 2023-12-07 22:33:56 +01:00
hir_wf_check.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
impl_wf_check.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
lib.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00