summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added file and line arg to craise and cassertEscherichia2024-03-291-2/+2
|
* changes after git rebase mainEscherichia2024-03-281-3/+2
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-7/+7
|
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-24/+24
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-25/+25
| | | | we need to see how translate_crate can give meta to the functions it calls
* WIP: does not compile yet because we need to propagate the meta variable.Escherichia2024-03-281-3/+3
|
* WIP Beginning working on better errors: began replacing raise (Failure) and ↵Escherichia2024-03-281-40/+42
| | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant
* Make good progress on adding generics to global constantsSon Ho2024-03-181-0/+1
|
* Fix a minor issueSon Ho2024-03-171-1/+1
|
* Update the generation of namesSon Ho2024-03-111-1/+1
|
* Make progress on propagating the changesSon Ho2024-03-081-118/+27
|
* 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
|