rust/compiler/rustc_typeck/src
bors 41b315a470 Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieu
Add simd_neg platform intrinsic

Stdarch needs to add simd_neg to support the implementation of vneg neon instructions. Look [here](https://github.com/rust-lang/stdarch/pull/1087)
2021-03-20 09:01:35 +00:00
..
astconv Report missing cases of `bare_trait_objects` 2021-03-18 03:02:44 +03:00
check Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieu 2021-03-20 09:01:35 +00:00
coherence Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
collect Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
impl_wf_check Review changes 2021-01-16 18:56:37 -05:00
outlives Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
structured_errors Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
variance Only store a LocalDefId in hir::ForeignItem. 2021-02-15 19:32:29 +01:00
bounds.rs More rebinds 2020-12-19 04:26:35 -05:00
check_unused.rs Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
collect.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
constrained_generic_params.rs Remove some unnecessary `trait_ref` calls 2021-02-13 19:30:07 +00:00
errors.rs Add feature gate for inherent associate types. 2021-02-25 14:10:25 +01:00
expr_use_visitor.rs Auto merge of #83188 - petrochenkov:field, r=lcnr 2021-03-17 16:49:46 +00:00
impl_wf_check.rs Index Modules using their LocalDefId. 2021-02-15 19:32:30 +01:00
lib.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
mem_categorization.rs Rename HIR UnOp variants 2021-02-09 11:39:20 +03:00
structured_errors.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00