| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'main' into afromher_shifts | Son Ho | 2023-11-29 | 65 | -10366/+14029 |
|\ |
|
| * | Fix the issues with the cross-references for OCaml doc | Son Ho | 2023-11-27 | 16 | -35/+35 |
| * | Update a comment | Son Ho | 2023-11-27 | 1 | -1/+2 |
| * | Update the way the Primitives file is copied | Son Ho | 2023-11-27 | 1 | -13/+20 |
| * | Do not activate the sanity (invariant) checks by default | Son Ho | 2023-11-27 | 7 | -14/+14 |
| * | Generate a dedicated file for the external types | Son Ho | 2023-11-27 | 1 | -12/+102 |
| * | Update the generation of files for external definitions and regenerate the tests | Son Ho | 2023-11-27 | 1 | -9/+14 |
| * | Add the alloc::string::String type in the builtins | Son Ho | 2023-11-24 | 3 | -5/+16 |
| * | Update a comment | Son Ho | 2023-11-24 | 1 | -2/+3 |
| * | Make a minor fix | Son Ho | 2023-11-24 | 1 | -1/+1 |
| * | Update some assumed type names/variants | Son Ho | 2023-11-24 | 2 | -34/+41 |
| * | Improve the error messages for some name collisions | Son Ho | 2023-11-24 | 1 | -2/+4 |
| * | Make a minor update in ExtractName.pattern_to_extract_name | Son Ho | 2023-11-24 | 1 | -1/+4 |
| * | Fix an issue with the nix flake and update the flake.lock | Son Ho | 2023-11-22 | 1 | -1/+1 |
| * | Cleanup a bit | Son Ho | 2023-11-22 | 1 | -87/+0 |
| * | Make a minor modification | Son Ho | 2023-11-22 | 1 | -2/+3 |
| * | Use NameMatcher.NameMatcherMap instead of associative lists | Son Ho | 2023-11-22 | 2 | -18/+22 |
| * | Improve further the generation of parent clause/trait clause names | Son Ho | 2023-11-22 | 8 | -48/+177 |
| * | Improve the generation of parent clause names | Son Ho | 2023-11-21 | 3 | -11/+45 |
| * | Update the generation of names for the parent trait clauses | Son Ho | 2023-11-21 | 1 | -4/+29 |
| * | Reorganize the "Extract" files | Son Ho | 2023-11-21 | 7 | -1439/+1299 |
| * | Make minor updates to the extraction of spans | Son Ho | 2023-11-21 | 1 | -4/+5 |
| * | Add span information to the generated code | Son Ho | 2023-11-21 | 12 | -45/+91 |
| * | Add an `is_local` field to declarations | Son Ho | 2023-11-21 | 5 | -3/+16 |
| * | Rename PrimitiveValues to Values | Son Ho | 2023-11-21 | 14 | -24/+11 |
| * | Make a minor modification | Son Ho | 2023-11-21 | 1 | -1/+11 |
| * | Update more names | Son Ho | 2023-11-21 | 1 | -6/+7 |
| * | Fix issues with the builtin names | Son Ho | 2023-11-21 | 2 | -51/+88 |
| * | Fix minor issues | Son Ho | 2023-11-20 | 3 | -3/+9 |
| * | Fix minor issues | Son Ho | 2023-11-20 | 2 | -55/+13 |
| * | Use the name matcher implemented in Charon | Son Ho | 2023-11-20 | 19 | -495/+440 |
| * | Fix a minor issue | Son Ho | 2023-11-16 | 1 | -1/+6 |
| * | Do more cleanup | Son Ho | 2023-11-16 | 2 | -16/+17 |
| * | Update SymbolicToPure.eliminate_box_functions | Son Ho | 2023-11-16 | 1 | -30/+45 |
| * | Rename Driver.ml to Main.ml | Son Ho | 2023-11-16 | 2 | -3/+3 |
| * | Finish propagating the changes to the names and cleaning | Son Ho | 2023-11-16 | 12 | -179/+244 |
| * | Do more cleanup | Son Ho | 2023-11-15 | 2 | -5/+4 |
| * | Do more cleanup | Son Ho | 2023-11-15 | 2 | -38/+34 |
| * | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 50 | -4397/+3751 |
| * | Normalize the types when computing the regions hierarchies | Son Ho | 2023-11-13 | 4 | -77/+186 |
| * | Make minor modifications | Son Ho | 2023-11-13 | 6 | -20/+53 |
| * | Add RegionsHierarchy.ml | Son Ho | 2023-11-13 | 16 | -147/+453 |
| * | Add the "V" prefix to most variants related to values | Son Ho | 2023-11-12 | 15 | -645/+629 |
| * | Prefix variants related to types with "T" | Son Ho | 2023-11-12 | 27 | -321/+320 |
| * | Rename some variants | Son Ho | 2023-11-12 | 9 | -15/+15 |
| * | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 42 | -1811/+1305 |
| * | Make the traits work for Coq | Son Ho | 2023-11-09 | 6 | -193/+353 |
| * | Extract the trait parent clauses after the types and the constants | Son Ho | 2023-11-09 | 1 | -24/+25 |
| * | Progress on making the traits work for F* | Son Ho | 2023-11-09 | 3 | -36/+115 |
| * | Modify some options and update the Makefile | Son Ho | 2023-11-09 | 2 | -9/+9 |