1
Fork 0
rust/compiler/rustc_ast_lowering/src
Amanieu d'Antras 20e6c1d013 Fix incorrect register conflict detection in asm!
This would previously incorrectly reject two subregisters that were
distinct but part of the same larger register, for example `al` and
`ah`.
2022-02-10 18:04:09 +00:00
..
asm.rs Fix incorrect register conflict detection in asm! 2022-02-10 18:04:09 +00:00
block.rs let-else: fix attribute aliasing + add test for issue 89807 2021-12-13 14:02:41 +11:00
expr.rs Rollup merge of #93103 - estebank:await-span, r=nagisa 2022-01-23 01:09:43 +01:00
index.rs Replace NestedVisitorMap with NestedFilter 2022-01-16 16:02:36 -06:00
item.rs Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis 2022-02-09 14:12:22 +09:00
lib.rs More let_else adoptions 2022-02-02 17:11:01 +01: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