Commit History

Author SHA1 Message Date
  gingerBill 8642d719f0 Imply `#no_capture` to all variadic parameters 1 year ago
  gingerBill c7bd954752 Add more uses of `#no_capture` 1 year ago
  gingerBill 149ecafdef Remove the need for `rand` in `core:math/big` 1 year ago
  Laytan d7fdccb08c fix a couple of -vet-style failures after f54977336b27c32eab52b77d94e7b1610f4350cf 1 year ago
  Jeroen van Rijn 4c35633e01 math.big constants were no longer initialized 1 year ago
  gingerBill 3e7e779abf Replace `core:*` to `base:*` where appropriate 1 year ago
  gingerBill 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
  gingerBill c85ac955f7 Simplify docs to hide the copyright 3 years ago
  gingerBill 87952fdb8e `big.Rat` (Experimental) 3 years ago
  gingerBill 5006674a9b Correct math/big 4 years ago
  gingerBill ca33cb990b Strip semicolons in core which were missing 4 years ago
  Jeroen van Rijn 5619b349be big: Remove `core:fmt` usage + Add a little demo to examples/demo. 4 years ago
  gingerBill 2800d4b8d0 Merge branch 'master' into optional-semicolons 4 years ago
  Jeroen van Rijn de5d897b5c Add `internal_int_(pack, unpack)`. 4 years ago
  Jeroen van Rijn 1f5ce91ae2 big: Add `internal_random_prime`. 4 years ago
  Jeroen van Rijn 65a15e9c06 big: Add `internal_int_exponent_mod`. 4 years ago
  gingerBill 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line 4 years ago
  gingerBill f57201bbd1 Remove unneeded semicolons from the core library 4 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  Jeroen van Rijn 23d29be4d8 big: Update license to BSD-3. 4 years ago
  Jeroen van Rijn 8b49bbb0fc big: Add `_private_mul_karatsuba`. 4 years ago
  gingerBill e3fef2dade Improve parsing for `or_return`; allow `#force_inline foo() or_return;` 4 years ago
  gingerBill c27b8a71fd Replace `err != nil` with `or_return` where appropriate 4 years ago
  Jeroen van Rijn eb22a49b02 big: Add `int_from_bytes_*`. 4 years ago
  Jeroen van Rijn ee24f2dd37 big: Improve `int_to_bytes_*`. 4 years ago
  Jeroen van Rijn 12f9b6db63 big: Add `int_to_bytes_{big, little}` + Python compatible variants. 4 years ago
  Jeroen van Rijn 851780b8f4 big: Add arguments and usage to test.py. 4 years ago
  Jeroen van Rijn 6c681b258c big: Add `_private_int_sqr_comba`. 4 years ago
  Jeroen van Rijn 1f91a2fe65 big: Finish refactor. 4 years ago
  Jeroen van Rijn 19ff27788c big: Refactoring. 4 years ago