summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the library for F*Son Ho2023-12-221-1/+7
* Fix several issuesSon Ho2023-12-211-13/+16
* Make good progress on merging the fwd/back functionsSon Ho2023-12-211-1/+2
* Remove SymbolicToPure.bs_ctx.loop_backward_outputsSon Ho2023-12-191-1/+0
* Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs}Son Ho2023-12-191-16/+1
* Rename some definitionsSon Ho2023-12-181-7/+7
* Make progress on updating the codeSon Ho2023-12-151-114/+93
* Make progress on generated merged fwd/back functionsSon Ho2023-12-141-1/+3
* Update Pure.fun_sig_infoSon Ho2023-12-131-2/+6
* Update following changes in CharonSon Ho2023-12-051-1/+1
* Update the way the Primitives file is copiedSon Ho2023-11-271-13/+20
* 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
* Reorganize the "Extract" filesSon Ho2023-11-211-15/+4
* Use the name matcher implemented in CharonSon Ho2023-11-201-11/+14
* Finish propagating the changes to the names and cleaningSon Ho2023-11-161-81/+78
* Add RegionsHierarchy.mlSon Ho2023-11-131-2/+5
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-6/+6
* Make the traits work for CoqSon Ho2023-11-091-6/+16
* Make progress on fixing the extraction for LeanSon Ho2023-10-261-18/+3
* Make the hashmap files typecheck again in LeanSon Ho2023-10-251-0/+1
* Fix some issues at extraction and add builtinsSon Ho2023-10-251-4/+6
* Filter some type arguments for the builtin types/functionsSon Ho2023-10-241-0/+2
* Remove the possibility of generating opaque module signaturesSon Ho2023-10-241-32/+2
* Add support for builtin trait implementationsSon Ho2023-10-241-1/+16
* Fix various issues with the builtinsSon Ho2023-10-241-68/+90
* Make progress on handling the builtinsSon Ho2023-10-231-2/+7
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-42/+65
* Start updating to handle function pointersSon Ho2023-10-201-5/+5
* Make minor modificationsSon Ho2023-09-171-4/+1
* Merge trans_ctx and decls_ctxSon Ho2023-09-171-62/+17
* Fix more issues with the extractionSon Ho2023-09-171-7/+33
* Add a strict_names_map in the extraction_ctxSon Ho2023-09-161-0/+14
* Map some globals like u32::MAX to standard definitionsSon Ho2023-09-071-18/+18
* Do more cleanupSon Ho2023-09-031-3/+1
* Add the keep_fwd field in TranslateCore.pure_fun_translationSon Ho2023-09-031-18/+16
* Update TranslateCore.pure_fun_translationSon Ho2023-09-031-21/+19
* Update the type TranslateCore.fun_and_loopsSon Ho2023-09-031-23/+23
* Make progress on extracting trait decls and merge gen_ctx and extraction_ctxSon Ho2023-09-031-93/+70
* Make more progressSon Ho2023-09-031-18/+52
* Make progress on the extractionSon Ho2023-09-031-0/+1
* Make progress on the extractionSon Ho2023-09-031-16/+93
* Start adding support for traitsSon Ho2023-08-311-3/+1
* Update the code following a refactor on Charon's sideSon Ho2023-08-081-4/+7
* Add an option to not override Hashmap.leanSon Ho2023-08-041-2/+1
* Fix issues with the extraction and extend the primitive libraries for Coq and F*Son Ho2023-08-041-0/+2
* Make a minor formatting modification for LeanSon Ho2023-08-031-1/+1
* Use short names for the structure fields in LeanSon Ho2023-07-061-0/+1
* Improve the generated commentsSon Ho2023-07-061-0/+4
* Start using namespaces in the Lean backendSon Ho2023-07-051-28/+52