summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP Beginning working on better errors: began replacing raise (Failure) and ↵Escherichia2024-03-2815-1032/+1076
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* Improve the generation of pretty name and the micro passesSon Ho2024-03-208-30/+144
|
* Improve the pure micro passesSon Ho2024-03-192-8/+64
|
* Update extract_trait_implSon Ho2024-03-181-7/+23
|
* Fix the extraction of trait constantsSon Ho2024-03-182-35/+22
|
* Make good progress on adding generics to global constantsSon Ho2024-03-188-47/+172
|
* Fix a minor issueSon Ho2024-03-171-1/+1
|
* Make minor updatesSon Ho2024-03-173-7/+14
|
* Fix a small issue ollowing updates in CharonSon Ho2024-03-171-3/+8
|
* Update following changes in CharonSon Ho2024-03-1711-72/+34
|
* Simplify the generated namesSon Ho2024-03-111-14/+25
|
* Update the generation of namesSon Ho2024-03-117-39/+57
|
* Update a builtin nameSon Ho2024-03-111-1/+1
|
* Update the builtin name patternsSon Ho2024-03-101-23/+66
|
* Update the name generation and add CLI to print external pat namesSon Ho2024-03-107-48/+106
|
* Fix some issuesSon Ho2024-03-082-9/+10
|
* Add some commentsSon Ho2024-03-082-9/+12
|
* Fix an issue in PureMicroPasses.filter_loop_inputsSon Ho2024-03-081-13/+43
|
* Simplify the contexts before symbolically evaluating loopsSon Ho2024-03-084-2/+137
|
* Fix a last issueSon Ho2024-03-082-51/+110
|
* Fix an issue with the loopsSon Ho2024-03-081-1/+7
|
* Make progress on fixing the loopsSon Ho2024-03-088-31/+70
|
* Fix a small issue with the loopsSon Ho2024-03-082-7/+19
|
* Fix some issues with the loopsSon Ho2024-03-083-140/+206
|
* Do not fail in end_abstraction_aux if the abs disappearedSon Ho2024-03-082-64/+80
|
* Add logging informationSon Ho2024-03-083-0/+24
|
* Update Print.mlSon Ho2024-03-081-8/+8
|
* Make progress on propagating the changesSon Ho2024-03-0814-949/+259
|
* Remove the option to split fwd/back functions and update SymbolicToPureSon Ho2024-03-085-776/+439
|
* Update the code generated for tuple projectorsSon Ho2024-03-083-18/+47
|
* Fix tuple indexing for Lean backendZyad Hassan2024-03-081-4/+33
|
* Update the generation of constant bodies for LeanSon Ho2024-03-081-2/+1
|
* Update the code generationSon Ho2024-03-082-7/+6
|
* Start fixing the testsSon Ho2024-02-021-1/+1
|
* Make a minor modificationSon Ho2024-01-251-2/+2
|
* Fix a minor issue when values are moved in the loopsSon Ho2024-01-256-188/+478
|
* Fix an issue when deconstructing tuples in CoqSon Ho2023-12-232-5/+8
|
* Update the micro-passesSon Ho2023-12-231-77/+94
|
* Improve the micro passes to eliminate pattern `let f := fun x => g x`Son Ho2023-12-231-2/+43
|
* Fix minor issuesSon Ho2023-12-223-37/+103
|
* Update the computation of the effect info for the loopsSon Ho2023-12-221-46/+95
|
* Fix the output type of the loops backward functionsSon Ho2023-12-225-46/+65
|
* Fix a minor issue with the extraction of loops when merging the fwd/back ↵Son Ho2023-12-221-11/+19
| | | | functions
* Annotate the bound vars in the lambdas for CoqSon Ho2023-12-221-20/+36
|
* Fix a minor extraction issueSon Ho2023-12-221-1/+1
|
* Add an option to split the fwd/back functions and fix a minor issueSon Ho2023-12-222-7/+15
|
* Update the library for F*Son Ho2023-12-222-1/+15
|
* Slightly update the formatting of the do blocksSon Ho2023-12-221-24/+26
|
* Fix an issue when merging the fwd/back functions of trait methodsSon Ho2023-12-224-19/+57
|
* Improve the pure micro passesSon Ho2023-12-212-3/+46
|