summaryrefslogtreecommitdiff
path: root/docs/design/autodiff
AgeCommit message (Collapse)Author
2024-10-25Swap the term StdLib with Core-Module or Standard-Module in documents (#5414)Jay Kwak
This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context.
2024-07-17Fix latex rendering errors in auto-diff docs (#4668)Sai Praveen Bangaru
* Fix latex renderer errors in auto-diff docs Adjusted latex expressions to suit Github's quirky markdown system Fixes #4381 * Update basics.md
2024-07-09Add documentation of the type system and decorations (#4470)Sai Praveen Bangaru
2024-06-08Add initial draft auto-diff basics and IR overview documents (#4216)Sai Praveen Bangaru