Commit History

Author SHA1 Message Date
  gingerBill b2cf0755f2 Add `vendor` to nightly.yml 4 years ago
  gingerBill d399d2256b Change to `[^][N]` to just `[^]` 4 years ago
  Jeroen van Rijn 27fd702692 Merge pull request #1111 from Kelimion/libtommath 4 years ago
  gingerBill 5f29288254 Remove `Syscall` type 4 years ago
  gingerBill 7c108dbf48 Update usage of `syscall` to use the intrinsics 4 years ago
  Jeroen van Rijn 5c7cb393dc Slim down LibTomMath compile. 4 years ago
  gingerBill 54b37573c9 Add `intrinsics.syscall` (for Linux and Darwin only) 4 years ago
  gingerBill c3a64c2a59 Merge branch 'master' of https://github.com/odin-lang/Odin 4 years ago
  gingerBill a5c31bbee0 Add `map_insert` which returns the pointer to inserted value 4 years ago
  Jeroen van Rijn d6bd56da2c Merge pull request #1109 from Kelimion/makefile 4 years ago
  Jeroen van Rijn 17d31bfad6 Fix Makefile. 4 years ago
  Jeroen van Rijn 89ffd40d70 Merge pull request #1108 from Kelimion/bigint 4 years ago
  Jeroen van Rijn 737b4fde1c big: Add `_private_int_mul_balance`. 4 years ago
  Jeroen van Rijn 2cfd6b7024 big: Add `_private_int_mul_high`. 4 years ago
  gingerBill 713cd728ba Merge pull request #1107 from odin-lang/mv/libc-errors 4 years ago
  vassvik f9bea5b791 Updated comment for Windows version of setjmp. 4 years ago
  Jeroen van Rijn 586641d77f Merge pull request #1106 from Kelimion/bigint 4 years ago
  vassvik 8ca4286624 Add core:c/libc tests 4 years ago
  vassvik 165118c641 Fix runtime crash for setjmp in Windows related to an hidden second argument not normally accessible needing to be set to 0. 4 years ago
  Jeroen van Rijn 852643e6ba Add tests for `internal_int_is_square'. 4 years ago
  vassvik 102d080a31 Fix core:c/libc Windows compilation errors by linking to the right libraries. 4 years ago
  Jeroen van Rijn ec4cae4f04 big: Add `int_is_square`. 4 years ago
  Jeroen van Rijn 4153898c55 big: Add Montgomery Reduction. 4 years ago
  Jeroen van Rijn 33df335ec9 big: Add `internal_int_montgomery_calc_normalization`. 4 years ago
  Jeroen van Rijn 893cc013b5 big: Add Montgomery reduction. 4 years ago
  gingerBill b88e945268 `ERROR_BLOCK()` any usages of "Did you mean?" like behaviour whilst iterating across a scope entry map 4 years ago
  gingerBill bf56e3ea8d Improve `strings.index_any` and `strings.last_index_any` 4 years ago
  gingerBill 284acc37f9 Update SDL scancodes to have the same C enums equivalent global values 4 years ago
  gingerBill 582559f7ac Correct did you mean logic and make thread-safe-er 4 years ago
  gingerBill 53556d9bd2 Disable local mutex for the time being. 4 years ago