rust/compiler/rustc_middle
Kjetil Kjeka 352abbaade Fix a bug in the ptx-kernel calling convention where structs was passed indirectly
Structs being passed indirectly is suprpising and have a high chance not to work as the device and host usually do not share memory.
2022-04-19 18:03:36 +02:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Fix a bug in the ptx-kernel calling convention where structs was passed indirectly 2022-04-19 18:03:36 +02:00
Cargo.toml ⬆ chalk to 0.76.0 2022-01-19 13:44:43 -06:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.