]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2024-11-15 Mark ThomMerge pull request #2653 from srenatus/sr/issue-2650
2024-11-03 Stephan Renatustoplevel: add more Stop=continue, remove nesting
2024-11-02 Stephan Renatustoplevel.pl: attempt to fix continue/stop logic
2024-11-01 Stephan Renatustoplevel.pl: fix arity mismatch in read_input/2
2024-10-29 Mark ThomMerge pull request #2647 from panasenco/master
2024-10-28 Aram PanasencoUpdated and tested Dockerfile
2024-10-13 Mark ThomMerge pull request #2527 from bakaq/leaf_answers_callbacks
2024-10-13 bakaqFix priority in op/3
2024-10-06 Mark ThomMerge pull request #2596 from Skgland/issue-2588
2024-10-04 Bennet Bleßmannfix miri
2024-10-04 Bennet Bleßmannfix issue #2588
2024-10-04 Bennet BleßmannMerge remote-tracking branch 'upstream/master' into...
2024-10-04 Bennet Bleßmannadd test for load_html
2024-10-02 bakaqRemove trailing whitespace in toplevel.pl
2024-09-30 Mark ThomMerge pull request #2581 from bakaq/fix_hostname_feature
2024-09-29 bakaqFix not compiling without hostname feature
2024-09-26 Mark ThomMerge pull request #2573 from srenatus/sr/readme-link...
2024-09-26 Stephan RenatusREADME: link to latest release
2024-09-25 Mark ThomMerge pull request #2523 from bakaq/visibility
2024-09-19 Mark ThomMerge pull request #2533 from hurufu/fix-warnings
2024-09-16 Mark ThomMerge pull request #2534 from hurufu/document_non_count...
2024-09-16 Mark ThomMerge pull request #2558 from bakaq/error_to_doclog
2024-09-16 bakaqConvert library(error) docs to Doclog format
2024-09-07 Aleksy GrabowskiChange wording for non_counted_backtracking comment
2024-09-07 Aleksy GrabowskiExplain non_counted_backtracking a little bit more
2024-09-07 Aleksy GrabowskiRevert "Explain non_counted_backtracking a little bit...
2024-09-07 bakaqAdd mechanism to stop query
2024-09-07 bakaqFix Clippy
2024-09-06 bakaqFix warnings
2024-09-06 bakaqMake macros private
2024-09-06 bakaqAdd argument with extra info to callback
2024-09-06 bakaqDocumentation for run_query/3 and run_query_goal/4
2024-09-06 bakaqAddress review comments and remove old toplevel
2024-09-06 Aleksy GrabowskiRevert "Remove unnecessary "unsafe" block to fix compil...
2024-09-06 Aleksy GrabowskiRevert "Fix rustc warning"
2024-09-06 Aleksy GrabowskiRemove unnecessary "unsafe" block to fix compiler warning
2024-09-06 Aleksy GrabowskiExplain non_counted_backtracking a little bit more
2024-09-06 Aleksy GrabowskiFix mistake in predicate indicator
2024-09-06 Aleksy GrabowskiRemove executable bit for files that don't need it
2024-09-06 Aleksy GrabowskiFix rustc warning
2024-09-03 bakaqToplevel reimplementation with leaf answer callbacks
2024-09-03 bakaqBe conservative with visibility
2024-08-29 Mark ThomMerge pull request #2491 from coasys/reqwest-version...
2024-08-22 Nicolas LuckFix spelling of reqWest
2024-08-20 Nicolas LuckClean-up comment
2024-08-20 Nicolas LuckMore precise comment mentioning Deno
2024-08-19 Mark ThomMerge pull request #2475 from bakaq/value_heap_walk
2024-08-19 bakaqFix order of variables in bindings
2024-08-18 Mark ThomMerge pull request #2474 from Skgland/fix-looping-memor...
2024-08-18 Mark ThomMerge pull request #2495 from Skgland/fix2467
2024-08-17 Bennet Bleßmannfix looping from issue 2467
2024-08-16 Nicolas LuckExplanatory comment for the wildcard patch version
2024-08-16 Nicolas LuckExplanatory comment for the wildcard patch version
2024-08-16 bakaqFix partial strings ending in lists
2024-08-16 bakaqFix lists of chars as strings
2024-08-16 bakaqRepresent atom [] as empty list
2024-08-15 bakaqDifferentiate anonymous variables
2024-08-15 Nicolas Lucktypo
2024-08-15 Nicolas LuckRelax constraint on version of reqwest dependency ...
2024-08-15 bakaqValue::from_heapcell() implemented with heap walk
2024-08-15 bakaqValue::from_heapcell()
2024-08-15 Mark ThomMerge pull request #2472 from bakaq/query_iterator
2024-08-14 bakaqTests for run_query_iter()
2024-08-14 bakaqImplement run_query() in terms of run_query_iter()
2024-08-14 bakaqAdd run_query_iter()
2024-08-14 Mark ThomMerge pull request #2482 from bakaq/flake
2024-08-14 Mark ThomMerge pull request #2485 from aarroyoc/learn-pages...
2024-08-14 Adrián Arroyo... Upgrade docs to DocLog 2.0. Includes a test learning...
2024-08-14 bakaqflake.nix
2024-08-11 Bennet Bleßmanninclude the type name for better pin-pointing of the...
2024-08-11 Bennet Bleßmanncheck whether (re-)allocation succeeded
2024-08-11 Bennet Bleßmannadd detail to comment
2024-08-05 Mark ThomMerge pull request #2463 from Skgland/split-up-inconsit...
2024-08-05 Bennet Bleßmannswitch invalid term from type to domain error
2024-08-05 Bennet Bleßmannfix remaining use of declaration instead of directive
2024-08-05 Bennet Bleßmannremove obsolete ExistenceError::Declaration
2024-08-05 Bennet Bleßmannchange declaration to directive
2024-08-05 Bennet Bleßmannajust/add devlaration errors to be more standard compliant
2024-08-05 Bennet Bleßmannimpl PartialEq<str> and PartialEq<&str> for Atom
2024-08-05 Bennet Bleßmannadjust errors to be more standard compliant
2024-08-05 Bennet Bleßmannfix compilation for 1.77
2024-08-05 Bennet Bleßmannsplit up CompilationError::InconsistentEntry
2024-08-05 Bennet Bleßmannadd test for declaration errors
2024-08-05 Bennet Bleßmannuse an enum for OpDesc spec
2024-08-05 Mark ThomMerge pull request #2466 from Skgland/upgrade-deps
2024-08-04 Bennet Bleßmannreplace derive_deref with derive_more
2024-08-04 Bennet Bleßmannreplace select by scrape
2024-08-03 Bennet Bleßmannresolve problems from deps upgrade
2024-08-03 Bennet Bleßmannupdate/upgrade dependencies
2024-08-03 Mark ThomMerge pull request #2462 from Skgland/fix-segfault
2024-08-03 Bennet Bleßmannprevent accidental double free by checking tag before...
2024-08-03 Bennet Bleßmanndrop payload after resetting machine
2024-07-26 Mark ThomMerge pull request #2457 from Skgland/library
2024-07-25 Adrián Arroyo... Fix build on WASM after #2442
2024-07-25 Bennet Bleßmannfix copy-past error
2024-07-25 Bennet Bleßmannadd a features for gating things we can use once 1...
2024-07-25 Bennet Bleßmannuse a OnceLock static for LIBRARIES instead of thread_l...
2024-07-25 Bennet Bleßmannmove the creation of the LIBRARIES IndexMap out of...
2024-07-22 Bennet Bleßmannrun rustfmt
2024-07-22 Bennet Bleßmannuse include_str! for the build in libraries
next