]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2021-02-20 Mark Thommove to a local num-rug-adapter crate addressing #822
2021-02-19 Mark Thomremove nl after top-level use_module (#818)
2021-02-19 Mark Thomqualify command-line specified goals with user: (#820)
2021-02-19 Mark Thomtreat LocalCodePtr::Halt received at lookup_local_instr...
2021-02-19 Mark Thomadd qualified imports use_module library modules
2021-02-18 Mark ThomMerge pull request #829 from aarroyoc/uuidv4
2021-02-18 Adrián Arroyo... UUIDv4 generation
2021-02-18 Mark Thomuse add_dynamically_generated_module in get_or_insert_l...
2021-02-18 Mark Thomadd '$remove_module_exports' to loader.rs
2021-02-18 Mark ThomMerge pull request #828 from triska/rebis-dev
2021-02-18 Markus Triskaenable meta_predicate/1 declarations
2021-02-18 Mark ThomMerge pull request #827 from triska/rebis-dev
2021-02-18 Markus Triskaadd appropriate meta_predicate/1 declarations
2021-02-18 Mark ThomMerge pull request #826 from triska/rebis-dev
2021-02-18 Markus Triskaadd appropriate meta_predicate/1 declarations
2021-02-18 Mark Thomtry to canonicalize to absolute path in current_dir...
2021-02-17 Mark Thomrestore support for tabling and delimited continuations...
2021-02-17 Mark Thomadd second term expansion to capture the addition of...
2021-02-17 Mark Thomremove VNs variable from loader.pl
2021-02-17 Mark Thomremove unnecessary cause of failure in parser, qualify...
2021-02-17 Mark Thomadd missing variable checks in various places
2021-02-17 Mark Thomhandle user:goal_expansion, but not Target:goal_expansi...
2021-02-17 Mark Thomsupport discontiguous and multifile declarations
2021-02-14 Mark Thomcompile scoped clauses from loader.pl
2021-02-12 Mark Thomremove vestigial uses of constant_eq
2021-02-12 Mark ThomBox LoadStatePayload when storing it in the heap
2021-02-12 Mark Thomremove unused is_internal function from indexing.rs
2021-02-12 Mark Thomuse machine-generated PartialEq instance for hashing...
2021-02-11 Mark Thomupdate call/N indices in user-level code_dir in additio...
2021-02-11 Mark Thomoffset SwitchOnTerm's Internal indices only if the...
2021-02-11 Mark Thomroll back extent of heap when loads are complete in...
2021-02-11 Mark Thomuse IndexMap over HashMap in prolog_parser
2021-02-10 Mark Thombreak out of the first inner loop if constants contains...
2021-02-10 Mark ThomMerge pull request #813 from triska/rebis-dev
2021-02-10 Mark Thomreset merging_ptr offset before insertion of each overl...
2021-02-09 Mark Thomcheck for control functors (,/;/->) before jumping...
2021-02-09 Mark Thomqualify exception handling code in loader.pl (#809)
2021-02-09 Mark ThomMerge branch 'rebis-dev' of https://github.com/mthom...
2021-02-09 Markus Triska~| now incorporates the number of characters described...
2021-02-09 Mark Thomthrow exceptions when modules do not contain claimed...
2021-02-09 Mark Thomcorrect faulty removal of clauses in abolish/1
2021-02-08 Mark Thomclean up implementation of (->)/2, (;)/2, and (,)/2
2021-02-07 Mark Thomremove tidy_trail
2021-02-07 Mark Thomappend .pl to names of files that do not exist in loader.pl
2021-02-07 Mark Thomuse parent() instead of ancestors().next() in load_cont...
2021-02-07 Mark ThomMerge branch 'Skgland-clean_up' into rebis-dev
2021-02-06 Bennet Bleßmannchange reposity url
2021-02-06 Skglandrename `prolog_parser_rebis` to `prolog_parser`
2021-02-06 Skglandfix incorrect rug path
2021-02-06 Skglandmore clippy lints
2021-02-06 Skglandmore clippy lints
2021-02-06 Skglandfix clippy lint match|if let looks like matches! macro
2021-02-06 Skglandfix clippy lint `Manual RangeInclusive::contains implem...
2021-02-06 Skglandfix some clippy lint warnings
2021-02-06 Skglandfix macro hygien
2021-02-06 Skglandchange prolog_parse_rebis to use 2018 edition rust
2021-02-06 Skglandremove use statements from main.rs that temporary repla...
2021-02-06 Skglandremove extern crate declaration and fix outfall (macros...
2021-02-06 Mark Thomset rustyline to check the cursor position (#802),...
2021-02-06 Mark Thomremove dynamic clause declaration for clause internal
2021-02-06 Mark Thomshed module names from arguments of the (->)/2, (,...
2021-02-06 Mark Thomcollate paths as atoms in loader.pl (#778)
2021-02-06 Mark Thomgather initialization goals and call them once load...
2021-02-06 Mark Thomimplement abolish/1
2021-02-06 Mark ThomMerge branch 'rebis-dev' of https://github.com/mthom...
2021-02-06 Mark Thombootstrap the top-level by calling ''/1 as in master...
2021-02-06 Mark Thomdelay premature set_switch_var_offset_* calls in retrac...
2021-02-05 Mark ThomMerge pull request #798 from triska/rebis-dev
2021-02-05 Mark Thommake load_context_path/2 handle .pl file extensions...
2021-02-05 Markus TriskaENHANCED: Enable goal expansion for CLP(ℤ).
2021-02-05 Markus TriskaRevert "preliminary workaround for #788"
2021-02-05 Mark Thomimplement dynamic, multifile, and discontiguous propert...
2021-02-05 Mark Thomremove defunct reset function (#782)
2021-02-05 Mark Thommodify rightmost_power/2 to ignore module qualification...
2021-02-05 Mark Thomperform goal expansion in call/N (#788, #797)
2021-02-04 Mark ThomMerge pull request #793 from triska/rebis-dev
2021-02-04 Markus Triskapreliminary workaround for #788
2021-02-04 Mark ThomMerge branch 'rebis-dev' of https://github.com/mthom...
2021-02-03 Mark Thomrespect module context in expand_module_names (#788)
2021-02-03 Mark Thomresolve calls to tranpose_ and same_length in lists...
2021-02-03 Mark Thomintroduce cuts over indexed (:)/2 of dcgs:phrase_/3...
2021-02-03 Mark ThomMerge pull request #787 from triska/rebis-dev
2021-02-03 Markus Triskaadd meta_predicate declaration for must_succeed/1
2021-02-03 Mark Thomenable phrase_ rules for module resolved grammars ...
2021-02-03 Markus Triskaadd meta_predicate declaration for with_local_attributes/3
2021-02-03 Mark Thommanually expand module names in higher-order predicates...
2021-02-03 Markus TriskaUse term expansion for generated predicates.
2021-02-03 Mark Thomrestore cut after dcg_constr check (#784)
2021-02-03 Mark Thomadd meta-predicate declarations to reif library
2021-02-03 Mark ThomMerge branch 'master' into rebis-dev
2021-02-03 Mark Thomrestore prolog_parser test files (#782)
2021-02-03 Mark Thomdo not traverse data structures when binding to local...
2021-02-03 Mark Thomuse find_inner_choice_instr when appending an indexed...
2021-02-03 Mark ThomMerge branch 'rebis-dev' of https://github.com/mthom...
2021-02-03 Mark Thomexpand attributed variable goals
2021-02-03 Mark Thomreplace Char '!' with QueryTerm::BlockedCut
2021-02-03 Mark Thomset target_pos' clause_start correctly in append_compil...
2021-02-03 Mark ThomMerge pull request #774 from brightly-salty/re-add...
2021-02-03 Caden HausteinAdd prolog_parser
2021-02-02 Mark Thomexport loader's public predicates from builtins, handle...
next