| Commit message (Expand) | Author | Files | Lines |
2024-04-04 | Make minor modifications | Son Ho | 1 | -15/+21 |
2024-04-03 | rebased branch | Escherichia | 1 | -13/+19 |
2024-04-03 | Added meta information to names_map_id field in names_map type | Escherichia | 1 | -22/+23 |
2024-03-29 | Cleanup and fix a mistake | Son Ho | 13 | -194/+172 |
2024-03-29 | Add an error message | Son Ho | 1 | -3/+1 |
2024-03-29 | Add some error messages | Son Ho | 8 | -25/+29 |
2024-03-29 | Add some missing error messages | Son Ho | 3 | -9/+6 |
2024-03-29 | Improve the error messages | Son Ho | 3 | -6/+18 |
2024-03-29 | Cleanup a bit | Son Ho | 4 | -55/+31 |
2024-03-29 | formatting and changed save_error condition for failing from b to not b | Escherichia | 30 | -181/+468 |
2024-03-29 | added file and line arg to craise, cassert and all related functions | Escherichia | 1 | -3/+3 |
2024-03-29 | added file and line arg to craise and cassert | Escherichia | 36 | -928/+929 |
2024-03-29 | Make a minor modification | Son Ho | 1 | -1/+4 |
2024-03-29 | Improve the error messages | Son Ho | 3 | -17/+35 |
2024-03-28 | Fix an issue | Son Ho | 1 | -1/+1 |
2024-03-28 | Revert some changes which shouldn't be here | Son Ho | 1 | -6/+5 |
2024-03-28 | formatting | Escherichia | 43 | -1435/+2155 |
2024-03-28 | changes after git rebase main | Escherichia | 11 | -41/+50 |
2024-03-28 | Should answer all comments, there are still some TODO: error message left | Escherichia | 37 | -877/+882 |
2024-03-28 | Added sanity_check and sanity_check_opt_meta helpers and changed sanity check... | Escherichia | 23 | -108/+113 |
2024-03-28 | changes to extract_ty and related functions to use the right meta | Escherichia | 4 | -60/+52 |
2024-03-28 | added a meta option field to norm_ctx and changed the meta used by some asser... | Escherichia | 8 | -38/+35 |
2024-03-28 | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 20 | -303/+303 |
2024-03-28 | Replaced some unclear TODOs error message placeholder by clearer TODOs, they ... | Escherichia | 4 | -36/+36 |
2024-03-28 | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 10 | -178/+186 |
2024-03-28 | WIP: translate.ml and extract.ml do not compile. Some assert left to do and w... | Escherichia | 45 | -1885/+1947 |
2024-03-28 | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 11 | -223/+226 |
2024-03-28 | WIP Beginning working on better errors: began replacing raise (Failure) and a... | Escherichia | 15 | -1032/+1076 |
2024-03-20 | Improve the generation of pretty name and the micro passes | Son Ho | 8 | -30/+144 |
2024-03-19 | Improve the pure micro passes | Son Ho | 2 | -8/+64 |
2024-03-18 | Update extract_trait_impl | Son Ho | 1 | -7/+23 |
2024-03-18 | Fix the extraction of trait constants | Son Ho | 2 | -35/+22 |
2024-03-18 | Make good progress on adding generics to global constants | Son Ho | 8 | -47/+172 |
2024-03-17 | Fix a minor issue | Son Ho | 1 | -1/+1 |
2024-03-17 | Make minor updates | Son Ho | 3 | -7/+14 |
2024-03-17 | Fix a small issue ollowing updates in Charon | Son Ho | 1 | -3/+8 |
2024-03-17 | Update following changes in Charon | Son Ho | 11 | -72/+34 |
2024-03-11 | Simplify the generated names | Son Ho | 1 | -14/+25 |
2024-03-11 | Update the generation of names | Son Ho | 7 | -39/+57 |
2024-03-11 | Update a builtin name | Son Ho | 1 | -1/+1 |
2024-03-10 | Update the builtin name patterns | Son Ho | 1 | -23/+66 |
2024-03-10 | Update the name generation and add CLI to print external pat names | Son Ho | 7 | -48/+106 |
2024-03-08 | Fix some issues | Son Ho | 2 | -9/+10 |
2024-03-08 | Add some comments | Son Ho | 2 | -9/+12 |
2024-03-08 | Fix an issue in PureMicroPasses.filter_loop_inputs | Son Ho | 1 | -13/+43 |
2024-03-08 | Simplify the contexts before symbolically evaluating loops | Son Ho | 4 | -2/+137 |
2024-03-08 | Fix a last issue | Son Ho | 2 | -51/+110 |
2024-03-08 | Fix an issue with the loops | Son Ho | 1 | -1/+7 |
2024-03-08 | Make progress on fixing the loops | Son Ho | 8 | -31/+70 |
2024-03-08 | Fix a small issue with the loops | Son Ho | 2 | -7/+19 |