summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some error messagesSon Ho2024-03-298-25/+29
* Add some missing error messagesSon Ho2024-03-293-9/+6
* Improve the error messagesSon Ho2024-03-293-6/+18
* Cleanup a bitSon Ho2024-03-294-55/+31
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-2930-181/+468
* added file and line arg to craise, cassert and all related functionsEscherichia2024-03-291-3/+3
* added file and line arg to craise and cassertEscherichia2024-03-2936-928/+929
* Make a minor modificationSon Ho2024-03-291-1/+4
* Improve the error messagesSon Ho2024-03-293-17/+35
* Fix an issueSon Ho2024-03-281-1/+1
* Revert some changes which shouldn't be hereSon Ho2024-03-281-6/+5
* formattingEscherichia2024-03-2843-1435/+2155
* changes after git rebase mainEscherichia2024-03-2811-41/+50
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-2837-877/+882
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-2823-108/+113
* changes to extract_ty and related functions to use the right metaEscherichia2024-03-284-60/+52
* added a meta option field to norm_ctx and changed the meta used by some asser...Escherichia2024-03-288-38/+35
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-2820-303/+303
* Replaced some unclear TODOs error message placeholder by clearer TODOs, they ...Escherichia2024-03-284-36/+36
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-2810-178/+186
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-2845-1885/+1947
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-2811-223/+226
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-2815-1032/+1076
* 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