mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
446cbc9db0
Various ABI refactorings This includes changes to the rust abi and various refactorings that will hopefully make it easier to use the abi handling infrastructure of rustc in cg_clif. There are several refactorings that I haven't done. I am opening this draft PR to check that I haven't broken any non x86_64 architectures. r? `@ghost`