]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-10-17 Nicolas LuckCleanup Cargo.toml
2023-10-17 Nicolas LuckFix wasm warnings
2023-10-16 Nicolas LuckUse std::sync::RwLock instead of tokio::sync::RwLock...
2023-10-16 Nicolas LuckFix signalling of success/failure (by @mthom)
2023-10-16 Nicolas LuckRevert "Remove unuse import"
2023-10-16 Nicolas LuckRemove unuse import
2023-10-16 Nicolas LuckMerge branch 'master' into library-use-case
2023-10-15 Markmore eagerly check for cyclicity of variables in cycle...
2023-10-15 Markadd backward looking cyclicity check for variables...
2023-10-15 Markcorrect is_cyclic again for non-variable ref cells...
2023-10-15 Markimprove cycle detection in detect_list_cycles (#2111)
2023-10-15 Marksimplify stackless iterator is_cyclic (#2111)
2023-10-15 Markcorrect more acyclic_term/1 issues (#2111, #2114),...
2023-10-14 Markcorrect cyclic variable check in cycle detecting stackl...
2023-10-14 Markfix bugs & incompleteness of cycle-detecting stackless...
2023-10-14 notoriaReify (^)/2
2023-10-14 notoriaTrigger propagator for popcount/1
2023-10-14 notoriaTrigger propagator for sign/1
2023-10-14 notoriaTrigger propagator for (xor)/2
2023-10-14 Markadd bounds checks for stackless iterator (#2110)
2023-10-14 Markdetect all cycles in roughly linear time and constant...
2023-10-13 Markfix bugs in marker algorithm iterator
2023-10-13 Markcorrect (mod)/2 (#2103, #2107)
2023-10-13 Mark ThomMerge pull request #2105 from triska/morphing_propagators
2023-10-12 Markus Triskashift morphing to the more general p/2 case
2023-10-12 Markus TriskaENHANCED: Omit unnecessary residual constraints in...
2023-10-11 Markfix control construct bugs, iter indentation (#947)
2023-10-11 MarkMerge branch 'master' of ssh://github.com/mthom/scryer...
2023-10-11 Markfollow marked variables to end in eager_stackful_iter...
2023-10-10 Markfollow marked variables to end in eager_stackful_iter...
2023-10-10 Mark ThomMerge pull request #2098 from triska/morphing_propagators
2023-10-10 Markus Triskause round brackets around operators to form valid Prolo...
2023-10-10 Markus Triskaupdate comment to reflect the used propagators
2023-10-10 Markus Triskaremove definition and calls of do_queue/0, which has...
2023-10-10 Markus TriskaENHANCED: Queue morphed propagators to give them a...
2023-10-10 Markreport pre-marked values from eager stackful iterator...
2023-10-09 Mark ThomMerge pull request #2094 from triska/unary_minus
2023-10-09 Markus TriskaZ --> Y
2023-10-09 Mark ThomMerge pull request #2092 from triska/morphing_pexp
2023-10-09 Markus TriskaENHANCED: use (+)/2 to express unary minus
2023-10-09 Markus Triskaattach the propagator to Y
2023-10-09 Mark ThomMerge pull request #2091 from triska/morphing_pexp
2023-10-09 Markus TriskaENHANCED: Omit projection of morphed (^)/2 in disentail...
2023-10-09 Mark ThomMerge pull request #2090 from triska/morphing_propagators
2023-10-09 Markus TriskaFIXED: Queue triggered propagators to be processed...
2023-10-09 Markdo not push stack variables to the heap in term_variabl...
2023-10-08 Mark ThomMerge pull request #2088 from triska/morphing_propagators
2023-10-08 Markus TriskaENHANCED: Remove no longer needed morphed propagators.
2023-10-08 Mark ThomMerge pull request #2085 from triska/reification_same_queue
2023-10-08 Markus Triskaremove no longer needed goal projection for pdiv
2023-10-08 Markus TriskaENHANCED: avoid pending residual constraints in disenta...
2023-10-08 Markus Triskareplace list//1 by seq//1 from library(dcgs)
2023-10-08 Markus Triskainstead of prdiv, use ptimes directly
2023-10-08 Markus TriskaFIXED: variables in reified propagators must share...
2023-10-08 Markus Triskaadapt query to Scryer Prolog
2023-10-08 Markmark both components of a PStrLoc (#2082)
2023-10-06 Mark ThomMerge pull request #2080 from triska/reified_slash
2023-10-06 Markus Triskareorder and realign entries to form a contiguous group...
2023-10-06 Markus TriskaFIXED: reification of (/)/2 for undefined subexpressions
2023-10-06 Markreplace eager_stackful_iter's mark stack with a second...
2023-10-05 Nicolas LuckDeactivate tokio runtime respawning on interrupt
2023-10-05 Nicolas LuckMerge branch 'master' into library-use-case
2023-10-04 Markuse eager_stackful_preorder_iter in variable_set, add...
2023-10-04 Markrewrite ground_test, add tests for ground/1 (#2075)
2023-10-04 MarkRevert "consider Str, PStrLoc in ElideLists of Stackful...
2023-10-04 Markconsider Str, PStrLoc in ElideLists of StackfulHeapIter...
2023-10-04 Mark ThomMerge pull request #2076 from infogulch/master
2023-10-04 infogulchPin logtalk to version before scryer support was removed
2023-10-03 Markcheck for free variables in locations removed from...
2023-10-03 Nicolas LuckFix nested List parsing
2023-10-03 Nicolas LuckHandle stub_b = b as false
2023-10-03 Markcorrect cycle detection in ground/1 (#2073)
2023-10-03 Mark ThomMerge pull request #2074 from triska/expansion_simpler
2023-10-03 Markus TriskaRevert "FIXED: corrections to expansion_simpler/2"
2023-10-02 Mark ThomMerge pull request #2072 from aarroyoc/fix-urldecode
2023-10-02 Mark ThomMerge pull request #2070 from triska/expansion_simpler
2023-10-02 Adrián Arroyo... Improved version of url_decode
2023-10-02 Markus TriskaFIXED: corrections to expansion_simpler/2
2023-10-02 Markadd registers to inlined instruction functors
2023-10-02 Markconsider an '$aux' a relation of the unexpanded goal...
2023-10-01 Markthrow instantiation_error from error/2 if Error_term...
2023-10-01 Markget rid of inference_limit_exceeded(B) as an error...
2023-10-01 Mark ThomMerge pull request #2066 from bakaq/dif_tests
2023-10-01 bakaqAdd tests for #2056
2023-09-30 Markcorrect depth calculation for lists that are their...
2023-09-30 Marksubstitute names for cyclic variables permitted by...
2023-09-30 Markimplement ListElisionPolicy to restore previous printer...
2023-09-30 Markcorrect skipping of not fully visited lists in stackful...
2023-09-30 Markcorrect max_depth marking for lists
2023-09-29 Markfurther max_depth improvements
2023-09-29 Markimprove max_depth write option (#1876, #2053)
2023-09-28 Markdo not deref AttrVar binding in redo_attr_var_binding...
2023-09-28 Markrevert throwing domain errors for unexpected forms...
2023-09-28 Markcheck for ChildCloseList in print_struct on [] (#2039)
2023-09-27 Markfix add_predicate_declaration bug not correctly identif...
2023-09-27 Markremove debug symbols from release builds (#2054)
2023-09-27 Mark ThomMerge pull request #1998 from aarroyoc/warp-http-server
2023-09-27 Markfix max_depth settings for partial strings on lists...
2023-09-27 Adrián Arroyo... Replace Hyper with Warp for HTTP server
2023-09-27 Mark ThomMerge pull request #2048 from infogulch/master
next