Files
rust/compiler/rustc_span/src
Trevor Gross 7f5f29b663 Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4
Split `autodiff` into `autodiff_forward` and `autodiff_reverse`

This PR splits `#[autodiff]` macro so `#[autodiff(df, Reverse, args)]` would become `#[autodiff_reverse(df, args)]` and `#[autodiff(df, Forward, args)]` would become `#[autodiff_forwad(df, args)]`.
2025-05-28 10:28:08 -04:00
..
2025-01-08 21:26:39 +01:00
2025-03-27 18:29:06 +00:00
2025-04-24 12:54:40 +08:00
2025-05-20 21:16:23 +00:00
2024-07-29 08:26:52 +10:00