summaryrefslogtreecommitdiff
path: root/compiler/ExtractBuiltin.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update a builtin nameSon Ho2024-03-111-1/+1
|
* Update the builtin name patternsSon Ho2024-03-101-23/+66
|
* Make progress on propagating the changesSon Ho2024-03-081-6/+5
|
* Remove the option to split fwd/back functions and update SymbolicToPureSon Ho2024-03-081-87/+44
|
* Update the library for F*Son Ho2023-12-221-0/+8
|
* Add the alloc::string::String type in the builtinsSon Ho2023-11-241-3/+12
|
* Make a minor modificationSon Ho2023-11-221-2/+3
|
* Use NameMatcher.NameMatcherMap instead of associative listsSon Ho2023-11-221-5/+14
|
* Reorganize the "Extract" filesSon Ho2023-11-211-15/+10
|
* Update more namesSon Ho2023-11-211-6/+7
|
* Fix issues with the builtin namesSon Ho2023-11-211-48/+83
|
* Fix minor issuesSon Ho2023-11-201-3/+5
|
* Fix minor issuesSon Ho2023-11-201-2/+0
|
* Use the name matcher implemented in CharonSon Ho2023-11-201-260/+134
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-3/+10
|
* Make the traits work for CoqSon Ho2023-11-091-1/+11
|
* Make minor modifications and update the array test for F*Son Ho2023-10-261-1/+4
|
* Fix some issues and regenerate the HashmapMain example for LeanSon Ho2023-10-261-1/+10
|
* Improve the handling of saved function effects in ExtractBuiltin.mlSon Ho2023-10-261-13/+27
|
* Make progress on fixing the extractionSon Ho2023-10-261-8/+24
|
* Improve ExtractBuiltin.mlSon Ho2023-10-261-37/+49
|
* Fix more issues at extraction and factor out defs in ExtractBuiltinSon Ho2023-10-261-260/+143
|
* Make the hashmap files typecheck again in LeanSon Ho2023-10-251-347/+162
|
* Fix some issues at extraction and add builtinsSon Ho2023-10-251-5/+299
|
* Handle properly the builtin, non fallible functionsSon Ho2023-10-241-1/+33
|
* Start taking into account non-fallible functions like core::mem::replaceSon Ho2023-10-241-0/+8
|
* Fix minor issuesSon Ho2023-10-241-4/+4
|
* Filter some type arguments for the builtin types/functionsSon Ho2023-10-241-8/+7
|
* Add support for builtin trait implementationsSon Ho2023-10-241-0/+34
|
* Fix various issues with the builtinsSon Ho2023-10-241-20/+62
|
* Make progress on handling the builtinsSon Ho2023-10-231-42/+51
|
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-0/+468