summaryrefslogtreecommitdiff
path: root/src/TypesAnalysis.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize a bit the projectSon Ho2022-10-271-328/+0
* Update the code documentation to fix links and syntax issuesSon Ho2022-10-261-10/+10
* Rename Modules to CratesSon Ho2022-10-131-1/+1
* Add an Opaque variant to type_decl_kind and start updating the codeSon Ho2022-03-031-23/+33
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-25/+25
* Start adding more assumed types and functionsSon Ho2022-02-081-1/+1
* Implement ty_has_borrow_under_mutSon Ho2022-01-191-59/+100
* Remove ty_has_regions and use ty_has_borrows insteadSon Ho2022-01-181-8/+13
* Update type_context to have to have a type info field, use maps insteadSon Ho2022-01-181-8/+11
* Implement TypesAnalysis.analyze_tySon Ho2022-01-181-4/+31
* Finish implementing TypesAnalysis.analyze_full_tySon Ho2022-01-181-47/+65
* Start working on TypesAnalysisSon Ho2022-01-181-0/+224