summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement TypesAnalysis.analyze_tySon Ho2022-01-181-4/+31
* Finish implementing TypesAnalysis.analyze_full_tySon Ho2022-01-181-47/+65
* Start working on TypesAnalysisSon Ho2022-01-182-0/+225
* Derive ord for the typesSon Ho2022-01-182-10/+15
* Make a minor modificationSon Ho2022-01-181-0/+2
* Update the types and deserialization following charon's updatesSon Ho2022-01-189-152/+146
* Introduce abs_kind, to keep track of abstractions' originsSon Ho2022-01-153-4/+15
* Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho2022-01-157-30/+65
* Use the new collectionsSon Ho2022-01-1511-138/+65
* Start working on Collections.mlSon Ho2022-01-156-26/+6
* Improve printing of symbolic values in abstractionsSon Ho2022-01-142-21/+19
* Make minor modificationsSon Ho2022-01-141-1/+2
* Fix give_back_symbolic_valueSon Ho2022-01-142-24/+86
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-1414-98/+259
* Update the TODOsSon Ho2022-01-141-2/+0
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-1411-62/+313
* Implement loop detection when ending borrows/abstractionsSon Ho2022-01-142-39/+70
* Fix compilation errorsSon Ho2022-01-142-6/+6
* Implement give_back_symbolic_valueSon Ho2022-01-143-60/+26
* Make a minor modificationSon Ho2022-01-141-6/+5
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-1410-118/+226
* Make good progress on end_proj_loans_symbolicSon Ho2022-01-142-64/+257
* Make good progress on end_proj_loans_symbolicSon Ho2022-01-133-5/+173
* Add a small check in the invariantsSon Ho2022-01-131-2/+8
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-138-189/+232
* Introduce "AIgnore" for the avaluesSon Ho2022-01-135-8/+11
* Introduce ended borrow/loan projectors over symbolic valuesSon Ho2022-01-135-38/+57
* Start working on checking proj_loans over symbolic values when endingSon Ho2022-01-132-13/+45
* Make more updates to assignment and update ctx_pop_frameSon Ho2022-01-133-9/+67
* Start updating the assignment semanticsSon Ho2022-01-133-20/+39
* Fix a small bug in projections_intersect and add more debugging outputSon Ho2022-01-134-47/+75
* Remove the inner_outer parameter from end_borrow, etc.Son Ho2022-01-123-56/+33
* Update ctx_pop_frame to not drop the local variablesSon Ho2022-01-121-33/+7
* Update end_borrow to check if there are loans in borrowed valuesSon Ho2022-01-129-191/+288
* Update some commentsSon Ho2022-01-121-4/+7
* Introduce dummy variables and update assign_to_placeSon Ho2022-01-125-14/+56
* Merge branch 'main' of github.com:Kachoc/aeneas into mainSon Ho2022-01-122-1/+3
|\
| * remove another warningJonathan Protzenko2022-01-101-1/+0
| * Merge remote-tracking branch 'refs/remotes/origin/main'Jonathan Protzenko2022-01-1014-142/+495
| |\
| * \ Merge remote-tracking branch 'refs/remotes/origin/main'Jonathan Protzenko2022-01-0625-4518/+5986
| |\ \
| * | | one remarkJonathan Protzenko2022-01-041-1/+2
| * | | More compiler warningsJonathan Protzenko2022-01-042-4/+0
* | | | Make minor modificationsSon Ho2022-01-123-1/+7
| |_|/ |/| |
* | | Update the invariant checks to take into account ignored borrows/loansSon Ho2022-01-071-6/+33
* | | Factorize initialize_symbolic_context_for_fun andSon Ho2022-01-073-58/+69
* | | Add a high-level commentSon Ho2022-01-071-0/+8
* | | Make more modifications to loggingSon Ho2022-01-076-19/+35
* | | Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-079-51/+220
* | | Add logging information for borrowsSon Ho2022-01-075-7/+40
* | | Make more improvements to loggingSon Ho2022-01-073-24/+32