Commit History

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