rust/compiler/rustc_ast_passes/src
bors 2a8dbdb1e2 Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa
Add more *-unwind ABI variants

The following *-unwind ABIs are now supported:
- "C-unwind"
- "cdecl-unwind"
- "stdcall-unwind"
- "fastcall-unwind"
- "vectorcall-unwind"
- "thiscall-unwind"
- "aapcs-unwind"
- "win64-unwind"
- "sysv64-unwind"
- "system-unwind"

cc `@rust-lang/wg-ffi-unwind`
2022-02-08 03:20:05 +00:00
..
ast_validation.rs Add term 2022-01-17 17:20:57 +00:00
feature_gate.rs Add more *-unwind ABI variants 2022-02-02 22:21:24 +01:00
lib.rs add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
node_count.rs add eq constraints on associated constants 2022-01-17 17:20:57 +00:00
show_span.rs rustc_ast: Do not panic by default when visiting macro calls 2020-11-03 20:38:20 +03:00