summaryrefslogtreecommitdiff
path: root/compiler (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-28Fix an issueSon Ho1-1/+1
2024-03-28Revert some changes which shouldn't be hereSon Ho1-6/+5
2024-03-28formattingEscherichia43-1435/+2155
2024-03-28changes after git rebase mainEscherichia11-41/+50
2024-03-28Should answer all comments, there are still some TODO: error message leftEscherichia37-877/+882
2024-03-28Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia23-108/+113
2024-03-28changes to extract_ty and related functions to use the right metaEscherichia4-60/+52
2024-03-28added a meta option field to norm_ctx and changed the meta used by some asser...Escherichia8-38/+35
2024-03-28Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia20-303/+303
2024-03-28Replaced some unclear TODOs error message placeholder by clearer TODOs, they ...Escherichia4-36/+36
2024-03-28Still need to fill the TODO: error message and check some meta but it buildsEscherichia10-178/+186
2024-03-28WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia45-1885/+1947
2024-03-28WIP: does not compile yet because we need to propagate the meta variable.Escherichia11-223/+226
2024-03-28WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia15-1032/+1076
2024-03-20Improve the generation of pretty name and the micro passesSon Ho8-30/+144
2024-03-19Improve the pure micro passesSon Ho2-8/+64
2024-03-18Update extract_trait_implSon Ho1-7/+23
2024-03-18Fix the extraction of trait constantsSon Ho2-35/+22
2024-03-18Make good progress on adding generics to global constantsSon Ho8-47/+172
2024-03-17Fix a minor issueSon Ho1-1/+1
2024-03-17Make minor updatesSon Ho3-7/+14
2024-03-17Fix a small issue ollowing updates in CharonSon Ho1-3/+8
2024-03-17Update following changes in CharonSon Ho11-72/+34
2024-03-11Simplify the generated namesSon Ho1-14/+25
2024-03-11Update the generation of namesSon Ho7-39/+57
2024-03-11Update a builtin nameSon Ho1-1/+1
2024-03-10Update the builtin name patternsSon Ho1-23/+66
2024-03-10Update the name generation and add CLI to print external pat namesSon Ho7-48/+106
2024-03-08Fix some issuesSon Ho2-9/+10
2024-03-08Add some commentsSon Ho2-9/+12
2024-03-08Fix an issue in PureMicroPasses.filter_loop_inputsSon Ho1-13/+43
2024-03-08Simplify the contexts before symbolically evaluating loopsSon Ho4-2/+137
2024-03-08Fix a last issueSon Ho2-51/+110
2024-03-08Fix an issue with the loopsSon Ho1-1/+7
2024-03-08Make progress on fixing the loopsSon Ho8-31/+70
2024-03-08Fix a small issue with the loopsSon Ho2-7/+19
2024-03-08Fix some issues with the loopsSon Ho3-140/+206
2024-03-08Do not fail in end_abstraction_aux if the abs disappearedSon Ho2-64/+80
2024-03-08Add logging informationSon Ho3-0/+24
2024-03-08Update Print.mlSon Ho1-8/+8
2024-03-08Make progress on propagating the changesSon Ho14-949/+259
2024-03-08Remove the option to split fwd/back functions and update SymbolicToPureSon Ho5-776/+439
2024-03-08Update the code generated for tuple projectorsSon Ho3-18/+47
2024-03-08Fix tuple indexing for Lean backendZyad Hassan1-4/+33
2024-03-08Update the generation of constant bodies for LeanSon Ho1-2/+1
2024-03-08Update the code generationSon Ho2-7/+6
2024-02-02Start fixing the testsSon Ho1-1/+1
2024-01-25Make a minor modificationSon Ho1-2/+2
2024-01-25Fix a minor issue when values are moved in the loopsSon Ho6-188/+478
2023-12-23Fix an issue when deconstructing tuples in CoqSon Ho2-5/+8