]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-11-05 Markfix compare_pstr_to_string (#2148)
2023-11-04 Mark ThomMerge pull request #2147 from infogulch/lint-format
2023-11-04 infogulchSplit style checks, test reports into separate job
2023-11-04 infogulchBump Cargo.lock to reflect new scryer version
2023-11-04 infogulchAdd previous commit to .git-blame-ignore-revs
2023-11-04 infogulchResolve lints and format
2023-11-02 Markupdate release version linked on website
2023-11-02 Markupdate release link
2023-11-02 Markbump version number to v0.9.3 v0.9.3
2023-11-02 Mark ThomMerge pull request #1880 from coasys/library-use-case remove
2023-11-02 Nicolas LuckCheck for target_arch = “wasm32”
2023-11-02 Nicolas LuckMerge branch 'master' into library-use-case
2023-11-01 Markcorrect (\+)/1 (#2141)
2023-10-29 Markremove non-conforming hyperbolic and log10 evaluable...
2023-10-29 Markfix signed modulus bug (#2134)
2023-10-28 Mark ThomMerge pull request #2140 from aarroyoc/rename-to-upper
2023-10-28 Adrián Arroyo... Rename `to_upper` to `upper` and `to_lower` to `lower`
2023-10-26 Mark ThomMerge pull request #2137 from infogulch/master
2023-10-26 infogulchCI: compile wasm separately; default 22.04; matrix
2023-10-25 Markqualify dif/2 call in reinforce_goal (#2135)
2023-10-24 Markcorrect char_type/2 (#2132)
2023-10-24 Markremove unnecessary macros inclusion in mock_wam.rs
2023-10-24 Markcorrect modulus bug (#2118, #2119)
2023-10-24 Markremove list remnants from stack iteration in printer...
2023-10-24 Markfix cycle detection in lists by looking backward analog...
2023-10-23 Markcorrect LIS backward bug in cycle_detection.rs
2023-10-23 Markadd STOP_AT_CYCLES const parameter for CycleDetectingIter
2023-10-22 Markuse Deutsch-Schorr-Waite to implement acyclic_term...
2023-10-18 Markuse topo_sort to correct acyclic_term (#2124, #2125)
2023-10-17 Nicolas LuckCleanup Cargo.toml
2023-10-17 Nicolas LuckFix wasm warnings
2023-10-16 Markfix cyclicity detection through variables (#2122, ...
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
next