index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_builtin_macros
/
src
/
autodiff.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-06
refactor: simplify function-info gathering
HaeNoe
-41
/
+26
2025-04-06
fix usage of `autodiff` macro with inner functions
HaeNoe
-32
/
+76
2025-04-05
Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk
Stuart Cook
-126
/
+213
2025-04-03
add the autodiff batch mode frontend
Manuel Drehwald
-126
/
+213
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-16
/
+12
2025-03-26
Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e...
Stuart Cook
-1
/
+0
2025-03-25
Track whether an assoc item is in a trait impl or an inherent impl
Oli Scherer
-3
/
+3
2025-03-24
Remove fields that are dead since the removal of type ascription syntax
León Orell Valerian Liehr
-1
/
+0
2025-03-21
Rollup merge of #138627 - EnzymeAD:autodiff-cleanups, r=oli-obk
Matthias Krüger
-58
/
+95
2025-03-18
addressing feedback, removing unused arg
Manuel Drehwald
-20
/
+5
2025-03-17
[NFC] use outer_normal_attr helper
Manuel Drehwald
-19
/
+13
2025-03-17
resolve repeated attribute fixme
Manuel Drehwald
-4
/
+17
2025-03-17
[NFC] split up gen_body_helper
Manuel Drehwald
-22
/
+67
2025-03-11
Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr
bors
-1
/
+16
2025-03-11
Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4
Matthias Krüger
-1
/
+16
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-0
/
+1
2025-03-11
Add individual activity span availability FIXME
Sa4dUs
-0
/
+2
2025-03-11
Fix ICE for invalid return activity and proper error handling
Marcelo Domínguez
-1
/
+14
2025-03-07
remove clones
Matthias Krüger
-19
/
+10
2025-02-27
switch #[cfg(not(llvm_enzyme))] to cfg!(llvm_enzyme)
Vayun Biyani
-22
/
+4
2025-02-25
Fix enzyme build errors
Vayun Biyani
-4
/
+4
2025-02-21
fix build regressions
Manuel Drehwald
-0
/
+1
2025-02-08
Rustfmt
bjorn3
-10
/
+15
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-3
/
+2
2024-10-11
Single commit implementing the enzyme/autodiff frontend
Manuel Drehwald
-0
/
+820