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-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-2
/
+2
2025-06-20
Avoid some unnecessary symbol interning.
Nicholas Nethercote
-2
/
+4
2025-05-21
Update UI tests
Marcelo Domínguez
-3
/
+3
2025-05-21
Initial naive implementation using `Symbols` to represent autodiff modes (`Fo...
Marcelo Domínguez
-8
/
+20
2025-05-20
Split `autodiff` into `autodiff_forward` and `autodiff_reverse`
Marcelo Domínguez
-13
/
+28
2025-05-11
feat: add generated parameters to generated function
HaeNoe
-3
/
+52
2025-05-11
feat: propagate generics to generated function
HaeNoe
-8
/
+10
2025-04-29
Improve pretty-printing of braces.
Nicholas Nethercote
-2
/
+2
2025-04-22
Rollup merge of #140104 - Shourya742:2025-04-21-auto-diff-fails-on-impl-block...
Chris Denton
-8
/
+6
2025-04-21
support both trait and non-trail associated declaration
bit-aloo
-8
/
+6
2025-04-20
remove a couple clones
Matthias Krüger
-6
/
+4
2025-04-17
Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obk
Matthias Krüger
-6
/
+17
2025-04-16
working dupv and dupvonly for fwd mode
Manuel Drehwald
-6
/
+17
2025-04-08
emit a better error message for using the macro incorrectly
Manuel Drehwald
-1
/
+1
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