about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/autodiff.rs
AgeCommit message (Expand)AuthorLines
2025-03-21Rollup merge of #138627 - EnzymeAD:autodiff-cleanups, r=oli-obkMatthias Krüger-58/+95
2025-03-18addressing feedback, removing unused argManuel Drehwald-20/+5
2025-03-17[NFC] use outer_normal_attr helperManuel Drehwald-19/+13
2025-03-17resolve repeated attribute fixmeManuel Drehwald-4/+17
2025-03-17[NFC] split up gen_body_helperManuel Drehwald-22/+67
2025-03-11Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgrbors-1/+16
2025-03-11Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4Matthias Krüger-1/+16
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2025-03-11Add individual activity span availability FIXMESa4dUs-0/+2
2025-03-11Fix ICE for invalid return activity and proper error handlingMarcelo Domínguez-1/+14
2025-03-07remove clonesMatthias Krüger-19/+10
2025-02-27switch #[cfg(not(llvm_enzyme))] to cfg!(llvm_enzyme)Vayun Biyani-22/+4
2025-02-25Fix enzyme build errorsVayun Biyani-4/+4
2025-02-21fix build regressionsManuel Drehwald-0/+1
2025-02-08Rustfmtbjorn3-10/+15
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-3/+2
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+820