Commit History

作者 SHA1 備註 提交日期
  Tohei Ichikawa 6ed9351955 Merge remote-tracking branch 'upstream/master' 3 周之前
  gingerBill 31cafda30d Remove unused variable 1 月之前
  gingerBill be1e889abb Remove debug message 1 月之前
  gingerBill 6338e0a8a3 Allow unions with one variant to be constant 1 月之前
  gingerBill 6ce889f4eb `Entity *` to `std::atomic<Entity *>` to remove the need for a PtrMap+Mutex 1 月之前
  Tohei Ichikawa 5e71ba4456 Remove an outdated TODO 1 月之前
  Tohei Ichikawa 403ca2fb2e Improve type inferencing of literals when calling proc groups 1 月之前
  gingerBill 5ea2e1fe60 Minimize mutex usage when in single threaded mode. 1 月之前
  gingerBill 549edcc0f9 Use a `RwMutex` instead of `BlockingMutex` 1 月之前
  gingerBill 34e3d30780 More thread contention removal 1 月之前
  gingerBill bc36ea4170 Use macro instead of a C++ iterator - for speed 1 月之前
  gingerBill 1c648126c7 Move more from `heap_allocator()` to `temporary_allocator()` 1 月之前
  gingerBill a36a8722dc Minimize more thread contention 1 月之前
  gingerBill 21b1173076 Minor clean up of permanent/temporary arena usage 1 月之前
  gingerBill 9abc3f67b5 Fix constant procedure parameters when passing literals 1 月之前
  smoke-y 906eddd1d4 formatting 1 月之前
  smoke-y 5161731ce0 proc at type lvl seg fault 1 月之前
  A1029384756 3074146784 skip errors on polymorphic procs when in a proc group with other options 1 月之前
  gingerBill 409e397566 Fix bug with `$fn: proc()` when passed with a global variable 2 月之前
  gingerBill 8df69c95c3 Add `-integer-division-by-zero:all-bits` 2 月之前
  gingerBill 1524b40bc9 Merge pull request #5556 from odin-lang/bill/division-by-zero 2 月之前
  gingerBill a0ff05e633 Merge pull request #5558 from odin-lang/bill/init-fini-changes 2 月之前
  janga-perlind 5db6ea8354 Do not check for explicit allocators when determining proc in proc group 2 月之前
  gingerBill 786d454443 Merge pull request #5559 from Creativty/variable_dereference_suggestion 2 月之前
  xenobas 443dd566e3 Add a better suggestion for cases that don't need ^ operator 2 月之前
  gingerBill 06e48099ca Improve error message 2 月之前
  gingerBill ee01643229 Add `-integer-division-by-zero:self` 2 月之前
  gingerBill 991883d0e1 Add `#+feature integer-division-by-zero:<string>` 2 月之前
  gingerBill e4a0228a80 Define the behaviour of integer division by zero 2 月之前
  gingerBill eae43f1225 Merge branch 'master' into bill/utf16-strings 2 月之前