Commit Graph

  • 5f1aa344ab Fix unnecessary format lints. Sebastian Schmidt 2022-07-04 14:44:34 +0300
  • d9c5d5dbbb Test new TryFrom<Value> impls. Sebastian Schmidt 2022-07-04 14:39:27 +0300
  • a75685b624 Fix lints in bench. Sebastian Schmidt 2022-07-04 14:27:24 +0300
  • 4927de7ac6 Implement TryFrom<Value> for all types a value can store. Sebastian Schmidt 2022-07-04 14:19:41 +0300
  • e35a7e556a
    Update CHANGELOG.md ISibboI 2022-07-04 14:08:33 +0300
  • c55a9517ba
    Merge pull request #102 from lovasoa/random ISibboI 2022-07-04 14:07:43 +0300
  • 3358ba3c4a
    Refuse versions of rand before 0.8.5 lovasoa 2022-04-20 20:55:17 +0200
  • 7227d02a9c
    Add a comment for the random() != random() test lovasoa 2022-04-20 20:53:08 +0200
  • 687f762115
    Merge branch 'main' into random ISibboI 2022-04-07 16:20:41 +0300
  • 2275bb5442
    Update CHANGELOG.md ISibboI 2022-04-07 15:20:26 +0200
  • c4b39deee4
    Merge pull request #101 from lovasoa/main ISibboI 2022-04-07 16:19:16 +0300
  • 7c90768afb add newline at the end of the file to make cargo fmt happy Ophir LOJKINE 2022-03-30 14:46:23 +0200
  • 27bd1a32d7 add comment Ophir LOJKINE 2022-03-30 14:44:19 +0200
  • bce31e24ae new function: random() Ophir LOJKINE 2022-03-30 14:39:26 +0200
  • 9d5ef651ae cargo fmt Ophir LOJKINE 2022-03-23 18:09:23 +0100
  • 8eedf720e7 Implement changes requested in PR Ophir LOJKINE 2022-03-23 16:33:53 +0100
  • 678c881377 fix test Ophir LOJKINE 2022-03-23 13:55:51 +0100
  • 553f3323d2
    Merge branch 'main' into main Ophir LOJKINE 2022-03-23 13:15:30 +0100
  • 10528d198c sync README.md Ophir LOJKINE 2022-03-23 13:13:22 +0100
  • 3c4a429e8d Remove is_sumbnormal Ophir LOJKINE 2022-03-23 13:11:41 +0100
  • 2e0ef6ea4c add new functions to the readme Ophir LOJKINE 2022-03-23 13:08:21 +0100
  • ea42cf6355 Add support for is_nan, is_finite, and other floating-point testing functions Ophir LOJKINE 2022-03-23 13:04:09 +0100
  • d2ee6cd3ad Release 7.2.0 Sebastian Schmidt 2022-03-16 16:30:12 +0200
  • 117405e226 Try fixing sync-readme in CI. Sebastian Schmidt 2022-03-16 16:26:11 +0200
  • e3b7e3c63c Add sync-readme check to CI. Sebastian Schmidt 2022-03-16 16:22:14 +0200
  • c86dbcd74c Prepare changelog for 7.2.0 release. Sebastian Schmidt 2022-03-16 16:18:32 +0200
  • 13004867ce Sync README. Sebastian Schmidt 2022-03-16 16:13:37 +0200
  • c514410323 Release 7.2.0 Sebastian Schmidt 2022-03-16 16:30:12 +0200
  • ddd088a1ee Try fixing sync-readme in CI. Sebastian Schmidt 2022-03-16 16:26:11 +0200
  • e9ebb211e0 Add sync-readme check to CI. Sebastian Schmidt 2022-03-16 16:22:14 +0200
  • d321fa9363 Prepare changelog for 7.2.0 release. Sebastian Schmidt 2022-03-16 16:18:32 +0200
  • 32a88b1e07 Sync README. Sebastian Schmidt 2022-03-16 16:13:37 +0200
  • 642289588d
    Merge pull request #100 from lovasoa/main ISibboI 2022-03-16 16:10:53 +0200
  • d96ab3abf4 fix typo Ophir LOJKINE 2022-03-14 16:09:41 +0100
  • 65bf8adc9c remove duplicated code Ophir LOJKINE 2022-03-14 16:08:08 +0100
  • af77f1703e remove unnecessary clone Ophir LOJKINE 2022-03-14 15:58:42 +0100
  • 7522df14b7 remove dead code Ophir LOJKINE 2022-03-14 15:50:08 +0100
  • 004c2c9f03 more tests Ophir LOJKINE 2022-03-14 15:30:52 +0100
  • 9eedc8e93b cargo fmt Ophir LOJKINE 2022-03-14 15:07:38 +0100
  • a219f0b66f Add an "if" function Ophir LOJKINE 2022-03-14 14:59:48 +0100
  • a1bfe7c0b6 Release 7.1.1 Sebastian Schmidt 2022-03-14 13:25:57 +0200
  • 6ded87ff10 Prepare changelog for 7.1.1 release. Sebastian Schmidt 2022-03-14 13:25:37 +0200
  • 19b4ac2e83 Update regex crate to 1.5.5 to fix security vulnerability. Sebastian Schmidt 2022-03-14 13:19:35 +0200
  • 9d58d16a9b Release 7.1.0 Sebastian Schmidt 2022-03-13 12:38:29 +0200
  • 2b5ed30428 Update changelog for 7.1.0 release. Sebastian Schmidt 2022-03-13 12:30:08 +0200
  • 6de3a0a925
    Merge pull request #98 from FractalDiane/main ISibboI 2022-03-13 12:23:31 +0200
  • 680ff4ca98
    Sync readme Diane Sparks 2022-03-06 10:28:44 -0800
  • 284ddfd567
    Add comment separator for bitwise tests Diane Sparks 2022-03-06 10:20:40 -0800
  • d6fafc171d
    Add bitwise shift functions Diane Sparks 2022-03-06 10:17:37 -0800
  • 85d28063ca Release 7.0.1 Sebastian Schmidt 2022-02-20 09:58:44 +0200
  • 4e91a63a6f Update changelog for 7.0.1 release. Sebastian Schmidt 2022-02-20 09:57:39 +0200
  • da5036b5ea Fix dependency version numbers and update dev dependencies. Sebastian Schmidt 2022-02-20 09:54:24 +0200
  • 44875d5860 Add MSRV to Cargo.toml. Sebastian Schmidt 2022-02-20 09:43:47 +0200
  • 00a00ada55 Merge branch 'sebschmi/i94_parenthese_parsing_bug' into main Sebastian Schmidt 2022-02-20 09:33:11 +0200
  • 8bb00c3919 Sync README. Sebastian Schmidt 2022-02-20 09:31:17 +0200
  • 53f2b6979b
    Update README.md ISibboI 2022-01-18 13:41:21 +0100
  • b5c85b367f
    Merge pull request #95 from ISibboI/sebschmi/i94_parenthese_parsing_bug ISibboI 2022-01-13 18:09:24 +0200
  • 98a7ba23c3 Exclude benches from coverage. Sebastian Schmidt 2022-01-13 16:38:19 +0200
  • 79cb25bc9d Increase test coverage. Sebastian Schmidt 2022-01-13 15:18:06 +0200
  • fcbf284d18 Release 7.0.0 Sebastian Schmidt 2022-01-13 15:02:02 +0200
  • 7af8da5cdb Prepare 7.0.0 release. Sebastian Schmidt 2022-01-13 14:54:34 +0200
  • 4e5e218d3e Fix #94. Sebastian Schmidt 2022-01-13 14:50:38 +0200
  • 2ffc88a22e Add failing examples from issue. Sebastian Schmidt 2022-01-13 13:52:51 +0200
  • 0e6e3daa4c Release 6.6.0 Sebastian Schmidt 2021-10-13 14:43:17 +0300
  • ea278893ac Prepare for 6.6.0 release. Sebastian Schmidt 2021-10-13 14:31:02 +0300
  • 55092ce793 Merge branch '88_bitwise_operators' into main Sebastian Schmidt 2021-10-12 15:11:56 +0300
  • d2f3d415df Make functions to access operator and children of a Node public. Sebastian Schmidt 2021-10-12 15:10:04 +0300
  • b3be7f600c Implement bitwise operators as builtin functions. Sebastian Schmidt 2021-07-30 17:06:23 +0300
  • e0d4ef24e5 Increase test coverage. Sebastian Schmidt 2021-08-16 14:23:02 +0300
  • 7550cfe18b Change code coverage link branch to main. Sebastian Schmidt 2021-08-16 13:51:36 +0300
  • 53166c7091 (cargo-release) start next development iteration 6.5.1-alpha.0 Sebastian Schmidt 2021-08-16 13:40:19 +0300
  • e56e5e8033 (cargo-release) version 6.5.0 Sebastian Schmidt 2021-08-16 13:39:26 +0300
  • fee65ebc03 Prepare changelog for 6.5.0. Sebastian Schmidt 2021-08-16 13:37:34 +0300
  • efd7ef5dcf Format code. Sebastian Schmidt 2021-08-16 13:33:56 +0300
  • 3aef19e71b
    Merge pull request #91 from jakubdabek/90_function_fn_clone ISibboI 2021-08-16 13:30:22 +0300
  • 6be3b7d80e Make Function able to hold capturing closures. Jakub Dąbek 2021-08-15 19:42:20 +0200
  • 053f3cf877 Add further documentation about float VS int behavior. Sebastian Schmidt 2021-08-01 15:22:10 +0300
  • fc2f5ac50d Add test case for potential error. Sebastian Schmidt 2021-08-01 15:13:58 +0300
  • f6bcd0bb07 (cargo-release) start next development iteration 6.4.1-alpha.0 Sebastian Schmidt 2021-07-21 13:46:56 +0300
  • 7407b9c22e (cargo-release) version 6.4.0 Sebastian Schmidt 2021-07-21 13:46:56 +0300
  • 62b0c2616c Prepare changelog for 6.4.0. Sebastian Schmidt 2021-07-21 13:45:35 +0300
  • 42771468a1 Update docs and changelog. Sebastian Schmidt 2021-07-21 13:42:50 +0300
  • 094c2d59dc Format code. Sebastian Schmidt 2021-07-21 13:39:19 +0300
  • 0cd55da484
    Merge pull request #87 from racklet/scientific-notation ISibboI 2021-07-21 13:35:23 +0300
  • fbbecc766f
    Add support for scientific notation of the form <coefficient>e{+,-,}<exponent> Dennis Marttinen 2021-07-20 16:30:45 +0300
  • 0e139e6d4d Update MSRV also in readme. Sebastian Schmidt 2021-07-13 15:08:09 +0300
  • 77659b8181 Add more string comparison test cases. Sebastian Schmidt 2021-07-13 15:06:43 +0300
  • 5b9ff855a3 Increase MSRV in integration tests. Sebastian Schmidt 2021-07-13 14:56:15 +0300
  • 97c5fc1c21 Add tests for evaluating operator tree and fix correct error for eval_number functions. Sebastian Schmidt 2021-07-13 14:55:23 +0300
  • 56a5f7b0e8 Update changelog and readme for 7.0 release. Sebastian Schmidt 2021-07-13 14:43:59 +0300
  • e80fd20804 Increase test coverage and fix wrong error in shortcut method. Sebastian Schmidt 2021-07-13 14:28:25 +0300
  • 9103aa7a26 Make more functions const. Sebastian Schmidt 2021-07-13 13:55:22 +0300
  • 20e6e12e7c Remove regex and serde tests from test coverage. Sebastian Schmidt 2021-07-13 13:48:08 +0300
  • 8b493be1dd Increase test coverage. Sebastian Schmidt 2021-07-13 13:39:47 +0300
  • 7ebf7e61d5 Increase test coverage. Sebastian Schmidt 2021-07-13 13:39:47 +0300
  • b1db9a28bb (cargo-release) start next development iteration 6.3.1-alpha.0 Sebastian Schmidt 2021-07-06 16:01:24 +0300
  • d6fac8c9e3 (cargo-release) version 6.3.0 Sebastian Schmidt 2021-07-06 15:59:43 +0300
  • 2a906e2b5f Update changelog Sebastian Schmidt 2021-07-06 15:57:22 +0300
  • 08bc44183e Fix missing argument type for atan2. Sebastian Schmidt 2021-07-06 15:50:05 +0300
  • 6a74ba8f94
    Merge pull request #85 from mulimoen/feature/math_builtins ISibboI 2021-07-06 15:46:47 +0300