summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a minor issueSon Ho2023-12-211-2/+5
* Make good progress on merging the fwd/back functionsSon Ho2023-12-218-87/+274
* Reset Config.return_back_funs to falseSon Ho2023-12-191-1/+1
* Remove SymbolicToPure.bs_ctx.loop_backward_outputsSon Ho2023-12-192-33/+15
* Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs}Son Ho2023-12-192-100/+70
* Remove the backwards field from SymbolicToPure.call_infoSon Ho2023-12-181-15/+5
* Fix a minor mistake in SymbolicToPureSon Ho2023-12-183-11/+15
* Add some commentsSon Ho2023-12-181-16/+31
* Rename some definitionsSon Ho2023-12-1815-140/+139
* Do not register the names of the back funs if they are merged with the fwd funsSon Ho2023-12-181-3/+8
* Make progress on updating the codeSon Ho2023-12-153-200/+134
* Make progress on propagating the changesSon Ho2023-12-156-97/+72
* Minor fixSon Ho2023-12-151-2/+2
* Make good progress on updating SymbolicToPureSon Ho2023-12-155-42/+226
* Make progress on updating SymbolicToPureSon Ho2023-12-151-57/+112
* Make progress on generalizing the signature informationSon Ho2023-12-155-218/+253
* Make minor modificationsSon Ho2023-12-152-79/+38
* Make progress on generated merged fwd/back functionsSon Ho2023-12-142-28/+32
* Merge remote-tracking branch 'origin/main' into son/merge_backSon Ho2023-12-146-27/+95
|\
| * Update the extraction to handle casts between integers/boolsSon Ho2023-12-136-27/+95
* | Start updating Pure.fun_sig_info to handle merged forward and backward functionsSon Ho2023-12-144-27/+128
* | Make a minor modification in a commentSon Ho2023-12-131-1/+1
* | Update Pure.fun_sig_infoSon Ho2023-12-137-68/+129
* | Merge branch 'son/matches' into son/merge_backSon Ho2023-12-131-1/+4
|\|
| * Update the interpreter to handle optional otherwise branchesSon Ho2023-12-131-1/+4
* | Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sigSon Ho2023-12-133-5/+13
|/
* Move most of the substitution functions to CharonSon Ho2023-12-121-315/+1
* Fix the extraction of the empty typeSon Ho2023-12-071-12/+18
* Update the micro passes to inline deconstruction of tuples with one fieldSon Ho2023-12-071-6/+34
* Fix minor issues when extracting a structure with one field as a tupleSon Ho2023-12-072-21/+45
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-0710-199/+347
* Remove the type sv_kind ("symbolic value kind")Son Ho2023-12-058-158/+63
* Print error messages when the command line arguments are invalidSon Ho2023-12-051-10/+40
* Fix a minor issue with the use of const genericsSon Ho2023-12-056-13/+40
* Update following changes in CharonSon Ho2023-12-0522-522/+700
* Update the code following changes in the NameMatcherSon Ho2023-11-294-6/+23
* Fix a minor issue with the extractionSon Ho2023-11-291-4/+5
* Add support for more bitwise operations and update the extractionSon Ho2023-11-292-9/+17
* Merge branch 'main' into afromher_shiftsSon Ho2023-11-2965-10366/+14029
|\
| * Fix the issues with the cross-references for OCaml docSon Ho2023-11-2716-35/+35
| * Update a commentSon Ho2023-11-271-1/+2
| * Update the way the Primitives file is copiedSon Ho2023-11-271-13/+20
| * Do not activate the sanity (invariant) checks by defaultSon Ho2023-11-277-14/+14
| * Generate a dedicated file for the external typesSon Ho2023-11-271-12/+102
| * Update the generation of files for external definitions and regenerate the testsSon Ho2023-11-271-9/+14
| * Add the alloc::string::String type in the builtinsSon Ho2023-11-243-5/+16
| * Update a commentSon Ho2023-11-241-2/+3
| * Make a minor fixSon Ho2023-11-241-1/+1
| * Update some assumed type names/variantsSon Ho2023-11-242-34/+41
| * Improve the error messages for some name collisionsSon Ho2023-11-241-2/+4