rust/compiler/rustc_ast_lowering/src
bors 9ad5d82f82 Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisa
Avoid unnecessary monomorphization of inline asm related functions

This should reduce build time for codegen backends by avoiding duplicated monomorphization of certain inline asm related functions for each passed in closure type.
2022-01-18 14:32:52 +00:00
..
asm.rs Pass target_features set instead of has_feature closure 2022-01-17 18:06:30 +01:00
block.rs let-else: fix attribute aliasing + add test for issue 89807 2021-12-13 14:02:41 +11:00
expr.rs Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu 2022-01-17 09:40:29 +00:00
index.rs Replace NestedVisitorMap with NestedFilter 2022-01-16 16:02:36 -06:00
item.rs Link impl items to corresponding trait items in late resolver. 2022-01-08 20:45:59 +01:00
lib.rs Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk 2022-01-18 09:58:39 +00:00
pat.rs Move PatKind::Lit checking from ast_validation to ast lowering 2022-01-01 15:10:43 -05:00
path.rs Use Term in ProjectionPredicate 2022-01-17 17:44:56 +00:00