提交历史

作者 SHA1 备注 提交日期
  gingerBill c2cafcbe14 Fix #4819 7 月之前
  Barinzaya 266e84103e Fixed an issue with SIMD vector equality. 8 月之前
  Laytan Laats b77430bea8 -obfuscate-source-code-locations on bounds checks and type assertions 8 月之前
  gingerBill 2656ecd4e1 Fix #4773 - Change order of evaluation for slicing indices 8 月之前
  gingerBill bca08d3b85 Make `-no-dynamic-literals` the default now 9 月之前
  gingerBill 7b334d2bd9 Add `#branch_location` 9 月之前
  gingerBill 0a29d36aa3 Fix bug with comparisons with big endian types 10 月之前
  gingerBill 44124cb639 Merge pull request #4440 from 0dminnimda/support_llvm19 10 月之前
  gingerBill e38a08013e Remove `#relative` types from the compiler 11 月之前
  gingerBill 31ea10490f Fix `auto_cast` matrix bug 11 月之前
  0dminnimda dbed2c92b4 Add support for llvm version 19 11 月之前
  bobsayshilol 771d308d64 Fix invalid union access 11 月之前
  Laytan Laats da1e09c95d check packed load and set alignment on all loads, not just lb_emit_load 1 年之前
  Laytan Laats 5d4fd09ff0 fix quaternion64 arith 1 年之前
  gingerBill 225ffdec36 Fix union comparison bug 1 年之前
  Karl Zylinski 007730bfbc Fix for crash when emitting a comparison between a constant array and a non-constant value. 1 年之前
  gingerBill 9b06ea5bfd Fix #4229 for edge case `os.Error`/`os.Errno` legacy bodge 1 年之前
  gingerBill 0a08a65202 Simplify #row_major matrix and `matrix_flatten` behaviour 1 年之前
  gingerBill 9197a126fc Use XOR directly rather than `(~x) & mask` 1 年之前
  gingerBill 38ea276231 Make `~some_bit_set` work on only the possible bits by doing a mask with the full set 1 年之前
  gingerBill f49ebae956 Correct `lbAddr_SoaVariable` logic 1 年之前
  gingerBill 0e82a46047 Fix #3999 1 年之前
  gingerBill 22a82e73d6 Fix #3976 1 年之前
  Laytan Laats e3f375afd8 fix c_vararg bit_set 1 年之前
  gingerBill eeb92e2644 Allow cast between `#simd[N]rawptr` <-> `#simd[N]uintptr` 1 年之前
  gingerBill fd06be2243 Allow `swizzle` to take more arguments than the original array length 1 年之前
  gingerBill 7e0fa795e4 Just compare against `nil` directly if the comparator is known to be `nil` too 1 年之前
  gingerBill 65c91b7dde Fix code gen issue with `bit_set` 1 年之前
  gingerBill 1e37eaf54d Begin work for `bit_set[...; [N]T]` (not working) 1 年之前
  gingerBill 52aa7085e4 Use `f32` as the immediate type for addition and subtraction for `complex32`/`quaternion64` 1 年之前