Commit Graph

  • 4571f3a578 Update aggregation operator documentation Sebastian Schmidt 2019-08-30 09:16:08 +0300
  • 03a30205e2 Update changelog Sebastian Schmidt 2019-08-29 18:43:14 +0300
  • 7c8d845d12 (cargo-release) version 5.0.0-rc.1 Sebastian Schmidt 2019-08-29 18:39:48 +0300
  • 463bd77e57 Add evaluation benches Sebastian Schmidt 2019-08-29 18:19:05 +0300
  • a36d4d3815 Use mutable contexts in eval methods of Node Sebastian Schmidt 2019-08-29 18:06:39 +0300
  • 2b92cbbbec Implement benchmarks for parsing Sebastian Schmidt 2019-08-29 17:33:08 +0300
  • 18e789f952 Update dependencies Sebastian Schmidt 2019-08-29 17:14:40 +0300
  • 8bc0ba6ef5 (cargo-release) version 5.0.0-beta.1 Sebastian Schmidt 2019-08-29 16:38:17 +0300
  • 2d1704b9a3 Implement better error messages for addition with incompatible types Sebastian Schmidt 2019-08-29 16:36:35 +0300
  • 2ec3dc74c1 Make operator enum public Sebastian Schmidt 2019-08-29 16:27:44 +0300
  • 88719317a5 Fix documentation of error constructors Sebastian Schmidt 2019-08-29 16:10:16 +0300
  • 0e2ca4a489 Add but not use WrongTypeCombinationError Sebastian Schmidt 2019-08-29 13:49:56 +0300
  • a3faefb893 Fix panic when adding number to string Sebastian Schmidt 2019-08-29 13:35:26 +0300
  • d8eed924cc Add documentation about operator assignments Sebastian Schmidt 2019-08-29 13:21:43 +0300
  • b7233a3337 Implement operator assignments Sebastian Schmidt 2019-08-29 13:09:58 +0300
  • b9c4b34a2f Make builtin len support tuples Sebastian Schmidt 2019-08-29 11:10:54 +0300
  • 15cdb3eb50 Refactor regex tests into own module Sebastian Schmidt 2019-08-29 10:58:01 +0300
  • e1ef617eaa Update changelog Sebastian Schmidt 2019-08-29 10:53:38 +0300
  • 95ba26a2cd Fix doctest for context creation macro Sebastian Schmidt 2019-08-29 10:50:18 +0300
  • 60b6cdf180 Add documentation about context creation macro Sebastian Schmidt 2019-08-29 10:47:58 +0300
  • 3670bcaf63 Add comments to code in docs Sebastian Schmidt 2019-08-29 10:33:12 +0300
  • 88559d5493 Add some information about contexts to docs Sebastian Schmidt 2019-08-29 10:30:55 +0300
  • c995cf37e6 Update changelog Sebastian Schmidt 2019-08-29 10:02:13 +0300
  • 2399df16a1 Run rustfmt Sebastian Schmidt 2019-08-29 10:02:05 +0300
  • 6ace829117 Create mutable context when using eval functions without context Sebastian Schmidt 2019-08-29 09:44:14 +0300
  • 596d4d37b1 Refactor serde tests into own module Sebastian Schmidt 2019-08-29 09:21:34 +0300
  • 8c6228c3d9 Update readme Sebastian Schmidt 2019-08-29 09:12:42 +0300
  • 6b1706f68f Run rustfix Sebastian Schmidt 2019-08-29 09:03:31 +0300
  • fa0a021d71 Update use statements to Rust 2018 Sebastian Schmidt 2019-08-29 09:02:15 +0300
  • 0c5d032b37 Merge remote-tracking branch 'origin/master' Sebastian Schmidt 2019-08-29 08:57:07 +0300
  • 2ee1f8f62c Deny missing docs Sebastian Schmidt 2019-08-29 08:56:58 +0300
  • e6c19077b6 Implement value decomposition API Sebastian Schmidt 2019-08-29 08:56:49 +0300
  • 962a99e5c7
    Merge pull request #54 from Atul9/rust-2018 ISibboI 2019-06-14 19:10:59 +0200
  • 311c70a823
    Update crate for Rust 2018 using 'cargo fix --edition' Atul Bhosale 2019-06-06 23:23:30 +0530
  • 502ec0adce Format code Sebastian Schmidt 2019-05-04 13:54:19 +0200
  • 6f533ca925 Merge branch '52_remove_automatic_function_argument_decomposition' Sebastian Schmidt 2019-05-04 13:53:47 +0200
  • f6c2ef2fb6 Remove automatic function argument decomposition Sebastian Schmidt 2019-05-04 13:43:29 +0200
  • 2ca7209d22 Remove debug output Sebastian Schmidt 2019-05-04 13:43:05 +0200
  • 21b308f3ae Format code Sebastian Schmidt 2019-04-26 17:37:59 +0200
  • b85e8e1b75
    Merge pull request #49 from lovasoa/master ISibboI 2019-04-26 17:36:15 +0200
  • bc826e5bf2 Use context_map macro in lib.rs documentation as well Sebastian Schmidt 2019-04-26 17:33:59 +0200
  • 448320d72d (cargo-release) version 5.0.0-alpha.1 Sebastian Schmidt 2019-04-24 18:43:12 +0200
  • 3fba9fea76 Update readme Sebastian Schmidt 2019-04-24 18:38:52 +0200
  • 8432058052 Execute serde doctest only if serde_support is enabled Sebastian Schmidt 2019-04-24 18:36:30 +0200
  • 6a9d6b97df Merge remote-tracking branch 'origin/44_fix_aggregation_operator' into 44_fix_aggregation_operator Sebastian Schmidt 2019-04-22 19:14:53 +0200
  • 6f77471354 Fixed aggregation operator Sebastian Schmidt 2019-04-22 19:08:55 +0200
  • 2e929ae0fe Replace manual type_id with builtin function of trait Any Sebastian Schmidt 2019-04-13 20:31:47 +0200
  • d576cec9b9 Add flattening of operator chains when building operator tree Sebastian Schmidt 2019-04-13 20:04:36 +0200
  • 531b7b72a0 Make Operator::max_argument_amount optional Sebastian Schmidt 2019-04-13 19:11:09 +0200
  • 9989ec98e8 Add contributor note about cargo-sync-readme Sebastian Schmidt 2019-04-20 18:09:59 +0200
  • 3d1b0696cb Use the new context macro in the README examples Ophir LOJKINE 2019-04-17 17:24:07 +0200
  • 0eaeb3f6ab Improve context_map macro docs Sebastian Schmidt 2019-04-16 20:52:18 +0200
  • ea2c0bd31d Merge remote-tracking branch 'origin/master' Sebastian Schmidt 2019-04-16 20:44:46 +0200
  • 50a761aa1b Update change log Sebastian Schmidt 2019-04-16 20:41:40 +0200
  • d861bbcccd
    Merge pull request #47 from lovasoa/master ISibboI 2019-04-16 20:39:18 +0200
  • bb827c55ce Add a macro for easy context definition Ophir LOJKINE 2019-04-15 00:07:07 +0200
  • 6c078c49e5 Refactor operators into an enum Sebastian Schmidt 2019-04-14 16:54:35 +0200
  • 2af40309f6 Replace manual type_id with builtin function of trait Any Sebastian Schmidt 2019-04-13 20:31:47 +0200
  • 697fbb5d45 Implement iterators over variable and function identifiers Sebastian Schmidt 2019-04-13 20:15:26 +0200
  • eb5c6e99bd Add flattening of operator chains when building operator tree Sebastian Schmidt 2019-04-13 20:04:36 +0200
  • 1721e163b0 Make Operator::max_argument_amount optional Sebastian Schmidt 2019-04-13 19:11:09 +0200
  • 1c68866777 Sync readme Sebastian Schmidt 2019-04-13 18:27:59 +0200
  • 0af5e3ed32 Update changelog Sebastian Schmidt 2019-04-13 18:27:53 +0200
  • 83386c03d3 Improve documentation of builtin functions Sebastian Schmidt 2019-04-13 18:12:33 +0200
  • 2f7d1c2dfe
    Merge pull request #38 from bittrance/string-operators ISibboI 2019-04-13 18:02:24 +0200
  • dbf3949af6 Namespace string builtins into "str::". Quest 2019-04-12 23:13:37 +0200
  • d72334c246 Rename builtin upcase,downcase -> to_uppercase, to_lowercase. Quest 2019-04-12 23:04:40 +0200
  • 7c6b6d4319 Rename matches,replace -> regex_{matches,replace}. Also simplify their error handling. Quest 2019-04-12 23:03:13 +0200
  • f6c8689303 fixup! Builtin string functions - downcase, len, match(regex), replace(regex), trim, upcase. New dependency regex. Quest 2019-04-12 23:45:07 +0200
  • be54931f76 Builtin string functions - downcase, len, match(regex), replace(regex), trim, upcase. New dependency regex. Quest 2019-04-07 08:10:36 +0200
  • e328adb97b Implement Node::iter_identifiers() Sebastian Schmidt 2019-04-12 19:27:34 +0200
  • 7545d1f31e Fix ExpectedNumber error message Sebastian Schmidt 2019-04-12 18:48:27 +0200
  • c2cbc0b941 Add Cargo.lock to repository Sebastian Schmidt 2019-04-12 18:47:05 +0200
  • 15313f7341 Update target release Sebastian Schmidt 2019-04-12 18:45:46 +0200
  • a9c45307dd Support addition and comparison of strings. Quest 2019-04-05 23:07:54 +0200
  • 725472ef96 (cargo-release) start next development iteration 4.1.0 Sebastian Schmidt 2019-03-31 15:47:23 +0200
  • 62cd548f3c (cargo-release) version 4.1.0 Sebastian Schmidt 2019-03-31 15:47:10 +0200
  • 3dd6892a80 Prepare 4.1.0 release Sebastian Schmidt 2019-03-31 15:46:58 +0200
  • 2caf000584 Export expect_function_argument_amount Sebastian Schmidt 2019-03-31 15:46:22 +0200
  • 05c032fcba (cargo-release) start next development iteration 4.0.0 Sebastian Schmidt 2019-03-30 11:58:22 +0100
  • 16aecd0925 (cargo-release) version 4.0.0 Sebastian Schmidt 2019-03-30 11:55:27 +0100
  • 1bcbe8cede Set next release goal to 4.0.0 Sebastian Schmidt 2019-03-30 11:54:56 +0100
  • 67d68cd974 Add string constants Sebastian Schmidt 2019-03-30 11:54:19 +0100
  • e19770b517 (cargo-release) start next development iteration 3.1.0 Sebastian Schmidt 2019-03-28 16:30:46 +0100
  • b4b53d0af0 (cargo-release) version 3.1.0 Sebastian Schmidt 2019-03-28 16:30:41 +0100
  • c0906bbf2d (cargo-release) version 3.1.0-rc.2 Sebastian Schmidt 2019-03-28 15:44:45 +0100
  • c63206fa17 Add derive(Default) to HashMapContext Sebastian Schmidt 2019-03-28 15:44:25 +0100
  • e8578bf175 (cargo-release) version 3.1.0-rc.1 Sebastian Schmidt 2019-03-28 15:42:18 +0100
  • 862963d447 Prepare 3.1.0 release Sebastian Schmidt 2019-03-28 15:42:11 +0100
  • 17bedddb11 Add serde support for HashMapContext Sebastian Schmidt 2019-03-28 15:39:50 +0100
  • 0cd6acfeb6 (cargo-release) start next development iteration 3.0.0 Sebastian Schmidt 2019-03-28 15:04:01 +0100
  • c77629bfac (cargo-release) version 3.0.0 Sebastian Schmidt 2019-03-28 15:03:56 +0100
  • 606c358cc9 Make operator table one-columned Sebastian Schmidt 2019-03-28 15:01:20 +0100
  • 6f384d6a6b (cargo-release) version 3.0.0-rc.2 Sebastian Schmidt 2019-03-28 14:51:39 +0100
  • e56afad25f Add release name to change log and prepare for next release Sebastian Schmidt 2019-03-28 12:12:00 +0100
  • dd19870c44 (cargo-release) version 3.0.0-rc.1 Sebastian Schmidt 2019-03-28 12:10:19 +0100
  • aeb584edca Add quickstart documentation with chain and assign features Sebastian Schmidt 2019-03-28 12:09:06 +0100
  • 9faf781623 Update change log Sebastian Schmidt 2019-03-28 11:55:27 +0100
  • 44152533c3 Set release target to major Sebastian Schmidt 2019-03-28 11:48:54 +0100
  • ab49531306 Document chain operator Sebastian Schmidt 2019-03-28 11:46:40 +0100