summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the TODO listSon Ho2022-01-131-4/+4
* Make more updates to assignment and update ctx_pop_frameSon Ho2022-01-133-9/+67
* Start updating the assignment semanticsSon Ho2022-01-134-36/+63
* Update the TODOsSon Ho2022-01-131-6/+46
* Fix a small bug in projections_intersect and add more debugging outputSon Ho2022-01-135-48/+75
* Remove the inner_outer parameter from end_borrow, etc.Son Ho2022-01-123-56/+33
* Regenerate the traceSon Ho2022-01-121-14723/+0
* Regenerate the traceSon Ho2022-01-121-39168/+114636
* 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-1210-192/+291
* Remove an item from TODO.mdSon Ho2022-01-121-6/+0
* Update some commentsSon Ho2022-01-121-4/+7
* Introduce dummy variables and update assign_to_placeSon Ho2022-01-126-14/+61
* Add more TODOsSon Ho2022-01-121-0/+3
* 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-1015-9428/+48203
| |\
| * \ Merge remote-tracking branch 'refs/remotes/origin/main'Jonathan Protzenko2022-01-0627-6535/+27675
| |\ \
| * | | one remarkJonathan Protzenko2022-01-041-1/+2
| * | | More compiler warningsJonathan Protzenko2022-01-042-4/+0
* | | | Add a TODO.md fileSon Ho2022-01-121-0/+24
* | | | 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
* | | Regenerate the traceSon Ho2022-01-071-9286/+47708
* | | 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
* | | Improve logging and introduce eval_operands_prepareSon Ho2022-01-076-15/+96
| |/ |/|
* | Add debugging infoSon Ho2022-01-061-3/+27
* | Update the Makefile to always regenerate the cfim fileSon Ho2022-01-061-2/+6
* | CleanupSon Ho2022-01-068-17/+8
* | Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-0611-104/+104
* | Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-0613-1171/+2194
* | Implement a small improvement for apply_reborrowsSon Ho2022-01-061-3/+10
* | Update the traceSon Ho2022-01-062-2016/+20522
* | Fix another bugSon Ho2022-01-061-5/+5
* | Fix more bugsSon Ho2022-01-062-7/+14
* | Fix some bugsSon Ho2022-01-067-15/+42
* | Make minor improvements to printingSon Ho2022-01-063-8/+20
* | Fix some printing issuesSon Ho2022-01-061-2/+2
* | Make a minor modificationSon Ho2022-01-061-1/+3
* | Fix some issues when evaluating assertionsSon Ho2022-01-063-6/+56
* | Make minor modificationsSon Ho2022-01-064-13/+23
* | Fix minor bugsSon Ho2022-01-061-6/+3
* | Implement tests for the symbolic interpreterSon Ho2022-01-063-21/+14