summaryrefslogtreecommitdiff
path: root/compiler/ExtractBuiltin.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-24Handle properly the builtin, non fallible functionsSon Ho1-1/+33
2023-10-24Start taking into account non-fallible functions like core::mem::replaceSon Ho1-0/+8
2023-10-24Fix minor issuesSon Ho1-4/+4
2023-10-24Filter some type arguments for the builtin types/functionsSon Ho1-8/+7
2023-10-24Add support for builtin trait implementationsSon Ho1-0/+34
2023-10-24Fix various issues with the builtinsSon Ho1-20/+62
2023-10-23Make progress on handling the builtinsSon Ho1-42/+51
2023-10-23Remove some assumed types and add more support for builtin definitionsSon Ho1-0/+468