]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-11-22 Mark ThomMerge pull request #2173 from aarroyoc/js-eval
2023-11-22 Adrián Arroyo... Add js_eval/2 for wasm32
2023-11-22 Mark ThomMerge pull request #2177 from mthom/remove_assertx
2023-11-22 Markremove assert(a,z)/2 (#1975)
2023-11-22 Markadd CutPoint to select_switch_on_term_index (#2176)
2023-11-21 Mark ThomMerge pull request #1999 from triska/time_inferences
2023-11-21 Markfix copy_term/2 variable copying bug in lists (#923...
2023-11-21 Markus TriskaENHANCED: time/1 now shows the number of inferences
2023-11-21 Markfix error detection in int_pow (#2161)
2023-11-20 Markadd global_count inference counter that is always incre...
2023-11-20 Markfix dif:vars_remove_goal/2 (#2175), untabify forms...
2023-11-19 Markremove unnecessary spaces around (|) (#2164)
2023-11-16 Mark ThomMerge pull request #2168 from aarroyoc/update-web-2023...
2023-11-16 Mark ThomMerge pull request #2159 from mthom/dependabot/cargo...
2023-11-16 dependabot... Bump rustix from 0.38.14 to 0.38.21
2023-11-16 Mark ThomMerge pull request #2167 from infogulch/ci-checks-permi...
2023-11-15 Adrián Arroyo... Remove Scryer Prolog meetup banner :(
2023-11-15 Mark Thomfix sign/1 (#2157)
2023-11-15 infogulchAdd checks permission to ci workflow
2023-11-14 Mark Thomfix shr crash (#2158)
2023-11-14 Mark ThomMerge pull request #2165 from infogulch/bench-csv
2023-11-14 Mark ThomMerge pull request #2166 from triska/more_tests
2023-11-14 Markus Triskamention more passing tests
2023-11-13 infogulchFix lint
2023-11-13 infogulchAdd csv parsing benchmark #1403
2023-11-13 infogulchSimplify benchmark setup; support mutating machine
2023-11-12 Mark ThomMerge pull request #2153 from infogulch/benchmark
2023-11-11 Joe TaberFix formatting issues
2023-11-11 infogulchAdd benchmarks using library interface
2023-11-11 infogulchCI: Setup rust in new action; split style & report...
2023-11-11 Mark Thomcorrect style failures
2023-11-11 Mark Thomfix permanent variable handling over branches and cells...
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
next