Historial de Commits

Autor SHA1 Mensaje Fecha
  gingerBill 8642d719f0 Imply `#no_capture` to all variadic parameters hace 1 año
  gingerBill c7bd954752 Add more uses of `#no_capture` hace 1 año
  gingerBill 149ecafdef Remove the need for `rand` in `core:math/big` hace 1 año
  Jeroen van Rijn 908a6ff2d4 Elide unnecessary condition hace 1 año
  Josh Jones 759139089f Fix big.shrink not actually shrinking hace 1 año
  Laytan d7fdccb08c fix a couple of -vet-style failures after f54977336b27c32eab52b77d94e7b1610f4350cf hace 1 año
  Ed Yu dd74a57c44 Expose internal invmod and int_exponent_mod with more consistent naming hace 1 año
  Jeroen van Rijn db03c86544 Fix typo in big.internal_invmod hace 1 año
  Ed Yu de41c2256d For invmod, b has to be > 1, fix a logic typo hace 1 año
  gingerBill 3e7e779abf Replace `core:*` to `base:*` where appropriate hace 1 año
  Jeroen van Rijn f79efd43e4 Fix missing clamp in core:math/big random. hace 1 año
  gingerBill 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements hace 2 años
  FancyKillerPanda 62ff8daa78 Changed //+ignore to //+build ignore. hace 3 años
  gingerBill fb01dfe048 Improve docs_writer.cpp hace 3 años
  gingerBill c85ac955f7 Simplify docs to hide the copyright hace 3 años
  Jeroen van Rijn 938744b276 [math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`. hace 3 años
  Jeroen van Rijn c771ea9794 Merge pull request #1358 from Kelimion/big_math_fix hace 3 años
  gingerBill 94bad4d786 Merge branch 'master' of https://github.com/odin-lang/Odin hace 3 años
  gingerBill 1e17d5d86f Add utility procedures to get low values hace 3 años
  Jeroen van Rijn b2b79b86f0 [math/big] Return 0, .Integer_Underflow if trying to get a negative number to an unsigned int. hace 3 años
  Jeroen van Rijn c94098c2ab [math/big] Fix int_set and int_get. hace 3 años
  gingerBill 87952fdb8e `big.Rat` (Experimental) hace 4 años
  gingerBill 5006674a9b Correct math/big hace 4 años
  gingerBill ca33cb990b Strip semicolons in core which were missing hace 4 años
  gingerBill 2800d4b8d0 Merge branch 'master' into optional-semicolons hace 4 años
  Jeroen van Rijn 1f5ce91ae2 big: Add `internal_random_prime`. hace 4 años
  Jeroen van Rijn f2c5c26f2c big: Add `internal_int_prime_next_prime`. hace 4 años
  Jeroen van Rijn b1ed7fc6b9 big: Add Lucas-Selfridge. hace 4 años
  Jeroen van Rijn 70e12f7a1c big: Fix internal_int_mod for inputs with opposite signs. hace 4 años
  Jeroen van Rijn eecc786bd2 big: Add Frobenius-Underwood. hace 4 años