]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-04-23 Markus Triskaremove residual goal for ground BDD
2023-04-23 Markdiscard CodeIndex literals from unfolded control operat...
2023-04-23 Markadd and document inlined_instructions/2 to/in diag...
2023-04-22 Mark ThomMerge pull request #1796 from triska/dif_si
2023-04-22 Markus TriskaADDED: dif_si/2
2023-04-22 Mark ThomMerge pull request #1795 from infogulch/fix-ci-install
2023-04-22 infogulchUse --force to install cargo2junit
2023-04-22 Mark ThomMerge pull request #1793 from infogulch/fix-action-ref
2023-04-22 infogulchChange ref for `publish-unit-test-result-action`
2023-04-20 Mark ThomMerge pull request #1789 from aarroyoc/uppercase
2023-04-18 Adrián Arroyo... library(charsio): add to_upper and to_lower
2023-04-18 Mark ThomMerge pull request #1783 from infogulch/test
2023-04-14 infogulchRefactor CI Workflow
2023-04-14 Mark ThomMerge pull request #1785 from mthom/dependabot/cargo...
2023-04-14 Mark ThomMerge pull request #1786 from triska/tuples_in
2023-04-13 Markus TriskaFIXED: propagation for ground tuples
2023-04-13 dependabot... Bump h2 from 0.3.15 to 0.3.17
2023-04-12 Mark ThomMerge pull request #1780 from triska/tuples_in
2023-04-11 Markus TriskaFIXED: enforce equality also for ground elements in...
2023-04-11 Markus Triskado not create attributed variables for ground tuples
2023-04-11 Markus Triskaactually disable and reenable the queue
2023-04-11 Markus Triskaremove no longer needed clpz_relation attributes
2023-04-11 Markus Triskado not leave an attribute when (re-)enabling a queue
2023-04-07 Mark ThomMerge pull request #1776 from infogulch/master
2023-04-06 infogulchAllow the test suite to fail without failing the build
2023-04-02 infogulchAdd logtalk test suite
2023-04-02 infogulchTest workflow cleanup; switch to macos-11
2023-04-02 Mark ThomMerge pull request #1772 from triska/number_chars
2023-04-02 Mark ThomMerge pull request #1774 from infogulch/master
2023-04-02 Markus TriskaFIXED: number_chars(N, "0' "), addressing #1580.
2023-04-02 infogulchAdd cache step to test workflow
2023-04-01 Mark ThomMerge pull request #1770 from triska/doc
2023-04-01 Markus TriskaDOC: link to "Indexing dif/2"
2023-04-01 Markus TriskaDOC: explain location of scryer-prolog after compilation
2023-04-01 Markus Triskause the release flag so that the instructions can be...
2023-04-01 Markus Triskachange "run" to "build", since "run" leads to a Scryer...
2023-03-31 Mark ThomMerge pull request #1769 from triska/show_pending_const...
2023-03-30 Markus TriskaENHANCED: use call_residue_vars/2 to show all pending...
2023-03-26 Mark Thombroaden the definition of alpha_char! (#1749, #1515...
2023-03-25 Mark ThomMerge pull request #1765 from mthom/dependabot/cargo...
2023-03-25 dependabot... Bump openssl from 0.10.42 to 0.10.48
2023-03-19 Mark Thomadd '$unattributed_var' builtin (#1758)
2023-03-16 Mark ThomMerge pull request #1759 from triska/better_queue
2023-03-15 Markus Triskaremove no longer needed queue attributes after propagation
2023-03-15 Markus Triskashow remaining queue/2 attributes as residual goals
2023-03-15 Mark ThomRevert "correct call_residue_vars/3 using new copy_term...
2023-03-15 Mark ThomRevert "use new call_residue_vars/2 in toplevel.pl...
2023-03-12 Mark Thomuse new call_residue_vars/2 in toplevel.pl (#847)
2023-03-12 Mark Thomcorrect call_residue_vars/3 using new copy_term_3 ...
2023-03-12 Mark ThomMerge pull request #1757 from aarroyoc/fix-docs-1756
2023-03-12 Adrián Arroyo... Fixes #1756
2023-03-10 Mark ThomMerge pull request #1755 from triska/doc
2023-03-08 Markus Triskause actual toplevel answers
2023-03-08 Markus Triskause string notation as discussed on #scryer IRC
2023-03-08 Markus Triskaitems --> elements
2023-03-08 Mark ThomMerge pull request #1754 from triska/dif
2023-03-08 Markus TriskaFIXED: Take all variables into account during goal...
2023-03-08 Markus TriskaENHANCED: more compact definition of dif/2
2023-03-02 Mark ThomMerge pull request #1744 from aarroyoc/ffi
2023-03-01 Adrián Arroyo... Fill more cases
2023-02-28 Adrián Arroyo... Merge branch 'master' into ffi
2023-02-28 Adrián Arroyo... FFI: Documentation
2023-02-27 Mark Thominvoke '$default_attr_list' in project_attributes.pl...
2023-02-27 Mark Thomthird argument of copy_term should be instantiated...
2023-02-26 Mark ThomMerge pull request #1746 from triska/type_over_instanti...
2023-02-26 Markus TriskaENHANCED: must_be/2: prefer type error over instantiati...
2023-02-26 Adrián Arroyo... FFI: Nested structs
2023-02-26 Mark Thomadd, implement and use the Unifier trait
2023-02-25 Adrián Arroyo... Macroization of the code
2023-02-25 Mark ThomMerge pull request #1743 from triska/rely_on_indexing
2023-02-25 Markus Triskarely on first instantiated argument indexing
2023-02-23 Mark ThomMerge pull request #1741 from triska/clpz_residuals
2023-02-22 Markus TriskaDOC: update residual goals
2023-02-22 Markus Triskain projection of residual goals, mark considered propag...
2023-02-22 Adrián Arroyo... MVP of Foreign Function Interface
2023-02-22 Mark Thomassign responsibility for emitting dif goal to the...
2023-02-21 Mark Thomcatch attribute_goals errors in copy_term/3, don't...
2023-02-20 Mark ThomMerge pull request #1737 from triska/link_to_homepage
2023-02-20 Markus Triskaadd link to newly available homepage
2023-02-20 Robert JacobsonChanged the links for the delimited continuations paper...
2023-02-20 Robert JacobsonAdded links to referenced research papers in the Phase...
2023-02-20 Mark Thomchange '$delete_all_attributes' to '$delete_all_attribu...
2023-02-20 Mark Thomadd '$delete_all_attributes', use copy_term/3 as define...
2023-02-20 Mark Thomcompile '$atts' and '$project_atts' modules using...
2023-02-17 Mark Thomkeep phrase goal qualified even if qualifier is a variable
2023-02-13 Mark Thomcorrect incremental compilation bugs
2023-02-13 Mark Thomcopy attributed variable attribute lists specially...
2023-02-11 Mark Thomretire TrailedAttrVarHeapLink TrailEntry tag
2023-02-11 Mark Thomsimplify and optimize attributed variables (#1590,...
2023-02-06 Mark Thomport '$get_from_list' to '$get_from_attr_list' in Rust
2023-02-05 Mark Thominclude wambook errata
2023-02-04 Mark Thomcorrect shl stub_gen
2023-02-04 Mark ThomMerge pull request #1734 from triska/clpz_corrections
2023-02-03 Markus TriskaDOC: teletype font for reification
2023-02-03 Mark Thomshift by usize instead of u32 in shl and shr (#1718...
2023-02-03 Mark ThomMerge pull request #1732 from aarroyoc/docs-minor-fixes
2023-02-02 Adrián Arroyo... Minor fixes to docs
2023-02-02 Mark ThomMerge pull request #1731 from triska/clpz_corrections
2023-02-02 Mark ThomMerge pull request #1729 from aarroyoc/negative-shifts
2023-02-01 Markus Triskacorrect DocLog ~/.scryerrc rendering
next