gingerBill
|
c18fc2da9f
Remove some dead code
|
5 年 前 |
gingerBill
|
c4067372dd
Fix double declaration
|
5 年 前 |
gingerBill
|
b4e976364a
Add path_unix.odin
|
5 年 前 |
gingerBill
|
642afa4f88
Fix new `package path`
|
5 年 前 |
gingerBill
|
f65fa0e4a6
Merge pull request #339 from dotbmp/master
|
5 年 前 |
gingerBill
|
65b9dbe13f
Clean-up OS constants; Clean-up procs_wasm32.odin
|
5 年 前 |
gingerBill
|
cb52f6986a
Fix Addressing_OptionalOk selector expression rules for struct field variables
|
5 年 前 |
gingerBill
|
94ba182691
Add `sync.Benaphore`
|
5 年 前 |
gingerBill
|
5b7c83d871
Add `strings.pop_byte` `strings.pop_rune`
|
5 年 前 |
gingerBill
|
4059542afb
Merge pull request #673 from kevinw/patch-2
|
5 年 前 |
gingerBill
|
9da1347c21
Fix Source_Code_Location error for *_insert_dynamic_map_key_and_value procedures
|
5 年 前 |
gingerBill
|
a8c10c58b4
Fix negation of complex and quaternion numbers for ir.cpp backend
|
5 年 前 |
Mikkel Hjortshøj
|
6d9b2ec5b4
Merge pull request #685 from ThisDrunkDane/master
|
5 年 前 |
Mikkel Hjortshoej
|
d749f5c704
Fix typo
|
5 年 前 |
Mikkel Hjortshoej
|
83f553cd89
Revert to old format and fix : when no file opt specified
|
5 年 前 |
Mikkel Hjortshoej
|
730f9ee0b3
Fix misplaced line number (was wrongly formatted and before procedure)
|
5 年 前 |
gingerBill
|
51e50d3e31
Add `intrinsics.type_proc_parameter_type`; Add `intrinsics.type_proc_return_type`
|
5 年 前 |
gingerBill
|
1b2cc739a9
Handle `llvm` package name edge case for IR mangling
|
5 年 前 |
gingerBill
|
7bdd8094d6
Fix `signature_parameter_similar_enough` logic
|
5 年 前 |
gingerBill
|
323fc7a6a9
Fix system calls for compiler
|
5 年 前 |
gingerBill
|
92363da58e
Add `-show-system-calls`; Update runtime for windows_386; Fix some minor bugs
|
5 年 前 |
gingerBill
|
0ea64182f1
Begin work on windows 386
|
5 年 前 |
gingerBill
|
8478b887a5
Add `mem.check_zero` and `mem.check_zero_ptr`
|
5 年 前 |
gingerBill
|
86448ee044
Add `raw_data` to replace cases in which `&x[0]` was used
|
5 年 前 |
gingerBill
|
56a52a1d06
Add `sync.condition_wait_for_timeout` for unix
|
5 年 前 |
gingerBill
|
858c5f8fd8
Update thread_unix logic
|
5 年 前 |
gingerBill
|
f92b4c7849
Update `sys/unix`; Rename `thread.create_and_start`
|
5 年 前 |
gingerBill
|
9fdebebd28
Add `sync.Barrier`; Add `sync.Blocking_Mutex` for unix
|
5 年 前 |
gingerBill
|
2b18f43b65
Update sys/windows; Add sync.Blocking_Mutex (windows only at the moment)
|
5 年 前 |
gingerBill
|
53e1512978
Add more exception handling stuff to sys/windows
|
5 年 前 |