summaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Expand)Author
2024-01-08Trying to fix gh-pages url path issuesDougal
2024-01-05Start getting examples working againDougal
2024-01-05Get static HTML pages working with the hover-info goodnessDougal
2023-12-09Switch to typescript. Much more civilized.Dougal
2023-07-11Update SCC annotations so that compiler profiling reports costs by pass sensi...Alexey Radul
2023-06-09Responding to requested changes.Emily Fertig
2023-03-28Update instance methods tests to new syntaxDougal
2023-03-28Merge branch 'main' into nary-functions-againDougal
2023-03-24More tests passingDougal
2023-03-23Track preceding whitespace in the parser.Dougal
2023-03-13Merge branch 'main' into issue-#323-extended-classarrowsNorman Rink
2023-03-13Make the check for recursive method definitions less syntactic.Norman Rink
2023-02-26Remove isomorphismsDougal
2023-02-21Implement `struct` and type-based name spaces as described in #1242.Dougal
2023-02-16Add simple tests for the syntax of interfaces/instances.Norman Rink
2023-02-13Add pop function for stack, and some tests.David Duvenaud
2023-02-02Fix a bunch of bugs.Dougal
2023-01-05Implement more runtime printing cases and add some tests.Dougal
2022-12-14Add functional tests for inlining.Alexey Radul
2022-12-14Add a make target for running unit tests with Haskell stack traces.Alexey Radul
2022-11-11Wire up the molecular dynamics demo to CI and advertising in the README.Alexey Radul
2022-10-31Add examples/mctschenzizhao
2022-10-17Add a benchmark of calling the Dex diagonal convolution from Jax.Alexey Radul
2022-10-14Merge branch 'dynamic-vars-tls'Dougal
2022-10-13Don't execute :p and :html commands when loading libraries.Alexey Radul
2022-10-11Add a mechanism for dynamically scoped runtime variables.Dougal
2022-10-11Occurrence analysis data structures and unit testsAlexey Radul
2022-09-27Merge pull request #1086 from axch/doc-formataxch
2022-09-26Rewrite misc/build-web-index in Python and make it complain loudly if a docum...Alexey Radul
2022-09-25Add constant folding rules for casts between integral types (#1088)Adam Paszke
2022-09-16Just enough algeff typechecking to start implementing backend (#1058)Alex Reinking
2022-09-14Docfix: Add camera.ppm download to docs.yaml (#1068)Niklas Schmitz
2022-09-13Dithering example (#1060)Niklas Schmitz
2022-09-06Add the new benchmarks to the unit test suite.Alexey Radul
2022-09-06Use the opt stack build cache for `make install`, since we are passing the `d...Alexey Radul
2022-09-06Add a stats library (#1039)Darren Wilkinson
2022-09-01Add a unit test mode that runs benchmarks to check that they do not bit-rot.Alexey Radul
2022-08-31Tweak the quine script to suppress differences due to Dex timing pragmas.Alexey Radul
2022-08-26Be sure to have downloaded the example data when updating the tutorial.Alexey Radul
2022-08-25Automatically build an index of all rendered bundled Dex materials, so it can...Alexey Radul
2022-08-24Add a regression test for Issue #528.Alexey Radul
2022-08-24Move the `if` test cases from parser-tests to their own documentation noteboo...Alexey Radul
2022-08-22Reorganize the parser.Alexey Radul
2022-08-12Fix the nn example and add it to CIAdam Paszke
2022-07-29Merge pull request #995 from google-research/generalize-finDougal Maclaurin
2022-07-28Add some tests for generalized standalone functionsDougal
2022-07-28Implement dead code eliminationAdam Paszke
2022-07-06Add a Read-like interface for parsing Strings into Dex valuesAdam Paszke
2022-06-14Add a prototype vectorization pass (#957)Adam Paszke
2022-06-14Move manually written documentation to the canonical doc/ directory.Alexey Radul