aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/procs_windows_amd64.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix cyclic check in `is_type_polymorphic`gingerBill2020-11-081-6/+5
* Begin work on windows 386gingerBill2020-06-291-1/+1
* Add `raw_data` to replace cases in which `&x[0]` was usedgingerBill2020-06-291-0/+10
* Use windows specific exception trapsgingerBill2020-06-151-0/+17
* Remove `mem_zero` from `make`; Implement custom `memset` for windows amd64gingerBill2020-05-271-3/+7
* Basic work on obj generationgingerBill2020-02-231-9/+9
* Add `_tls_index` and `_fltused` for windows `-no-crt`gingerBill2019-12-291-0/+8
* Add `bit_set` typegingerBill2018-08-141-0/+50