| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move some definitions to Contexts.ml and reactivate the warnings | Son Ho | 2021-11-23 | 3 | -45/+52 |
* | Define evaluation contexts | Son Ho | 2021-11-23 | 2 | -1/+28 |
* | Fix drop_borrows_at_place | Son Ho | 2021-11-23 | 1 | -48/+120 |
* | Start implementing drop_borrows_at_place | Son Ho | 2021-11-23 | 1 | -0/+66 |
* | Rename update_env_at_place to collect_borrows_at_place | Son Ho | 2021-11-23 | 1 | -4/+5 |
* | Implement update_env_at_place | Son Ho | 2021-11-23 | 2 | -4/+79 |
* | Implement update_env_along_write_place | Son Ho | 2021-11-23 | 1 | -0/+26 |
* | Implement expand_bottom_value | Son Ho | 2021-11-23 | 4 | -3/+105 |
* | Merge some functions together | Son Ho | 2021-11-23 | 1 | -17/+16 |
* | Cleanup a bit | Son Ho | 2021-11-23 | 2 | -70/+80 |
* | Start implementing update_env_along_read_place | Son Ho | 2021-11-23 | 1 | -0/+29 |
* | Change the way exceptions are used | Son Ho | 2021-11-23 | 4 | -40/+34 |
* | Activate exception backtrace | Son Ho | 2021-11-23 | 2 | -1/+20 |
* | Implement write_place | Son Ho | 2021-11-23 | 1 | -43/+6 |
* | Add a comment | Son Ho | 2021-11-22 | 1 | -0/+1 |
* | Make progress on write_projection | Son Ho | 2021-11-22 | 2 | -1/+92 |
* | Make minor modifications | Son Ho | 2021-11-22 | 1 | -4/+6 |
* | Uncomment read_place | Son Ho | 2021-11-22 | 1 | -1/+1 |
* | Make progress on {read,write}_path | Son Ho | 2021-11-22 | 5 | -35/+148 |
* | Implement read_path | Son Ho | 2021-11-22 | 1 | -12/+108 |
* | Implement activate_inactivated_mut_borrow | Son Ho | 2021-11-22 | 1 | -2/+184 |
* | Make a minor modification in Interpreter.ml | Son Ho | 2021-11-22 | 1 | -5/+2 |
* | Make good progress on end_borrow | Son Ho | 2021-11-22 | 1 | -12/+164 |
* | Implement end_borrow_get_borrow_in_env | Son Ho | 2021-11-22 | 3 | -10/+23 |
* | Implement abs_to_string | Son Ho | 2021-11-22 | 2 | -2/+16 |
* | Implement typed_avalue_to_string_ | Son Ho | 2021-11-22 | 2 | -11/+110 |
* | Start working on printing for avalues | Son Ho | 2021-11-22 | 3 | -32/+54 |
* | Finish the function typed_value_to_string | Son Ho | 2021-11-22 | 1 | -2/+26 |
* | Make good progress on pretty-printing for values | Son Ho | 2021-11-19 | 2 | -127/+249 |
* | Start working on pretty-printing | Son Ho | 2021-11-19 | 4 | -6/+144 |
* | Start working on end_borrow | Son Ho | 2021-11-18 | 5 | -18/+145 |
* | Add an Errors.ml file | Son Ho | 2021-11-18 | 2 | -3/+6 |
* | Start working on symbolic values and abstractions | Son Ho | 2021-11-18 | 1 | -7/+83 |
* | Start working on the values for the interpreter | Son Ho | 2021-11-18 | 2 | -2/+57 |
* | Cleanup more | Son Ho | 2021-11-18 | 1 | -14/+0 |
* | Cleanup a bit | Son Ho | 2021-11-18 | 1 | -28/+0 |
* | Implement char deserialization and commit forgotten changes | Son Ho | 2021-11-18 | 2 | -65/+75 |
* | Factorize the deserialization code a bit | Son Ho | 2021-11-18 | 2 | -22/+3 |
* | Cleanup a bit | Son Ho | 2021-11-18 | 1 | -27/+0 |
* | Remove the automatic derivation of Yojson (de)serializers | Son Ho | 2021-11-18 | 8 | -59/+20 |
* | Make various modifications to the deserializer | Son Ho | 2021-11-18 | 1 | -6/+6 |
* | Make a minor fix to the deserializer | Son Ho | 2021-11-18 | 1 | -6/+6 |
* | Make the json deserializer work | Son Ho | 2021-11-18 | 3 | -486/+555 |
* | Implement module deserialization | Son Ho | 2021-11-17 | 1 | -0/+66 |
* | Implement deserializing for CfimAst | Son Ho | 2021-11-17 | 1 | -2/+144 |
* | Implement deserialization for Expressions | Son Ho | 2021-11-17 | 2 | -7/+150 |
* | Implement values deserialization | Son Ho | 2021-11-17 | 1 | -1/+82 |
* | Make more progress on CfimOfJson | Son Ho | 2021-11-17 | 2 | -2/+56 |
* | Start implementing by hand the json deserializers | Son Ho | 2021-11-17 | 4 | -5/+186 |
* | Also generate to_yojson functions | Son Ho | 2021-11-17 | 6 | -42/+53 |