]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2020-01-14 Mark Thomadd simple gensym library
2020-01-14 Mark Thomadd listing sources to modules
2020-01-03 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-12-23 Mark Thomimplement less defaulty interface in cont.pl
2019-12-23 Mark Thomremove l* languages
2019-12-21 Mark Thompush of preliminary delimited continuations library...
2019-12-20 Mark Thommerge with master
2019-12-20 Mark Thompreliminary cont work
2019-12-13 Mark Thomuse Addr::StackCell(0,0) to indicate non-live local...
2019-12-12 Mark Thomexpand goals inside (\+)/1
2019-12-11 Mark Thomchange goal and term expansions, change call/N to use...
2019-12-08 Mark Thomcorrect odd accidental change to clpb.pl
2019-12-08 Mark Thomremove zeroing out from Stack::truncate
2019-12-08 Mark Thomrevert arithmetic code
2019-12-08 Mark Thomupdate tests
2019-12-08 Mark Thomreconcile latest changes against stack changes
2019-12-07 Mark Thomadd backtracking of attributed variable data
2019-12-06 Mark Thomresolve panic caused by lingering attribute goals ...
2019-12-06 Mark Thomprint equations between variables (#228, #252)
2019-12-05 Mark Thombinding attributed variables more eagerly after each...
2019-12-04 Mark Thompop AND stack frames after unwinding the trail (#250)
2019-12-04 Mark Thomcorrect attributed variables bugs
2019-12-04 Mark Thomfix copy_term/3 infinite looping on cyclic terms
2019-12-03 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-12-02 Mark ThomMerge branch 'master' of https://github.com/mthom/scrye...
2019-12-02 Mark Thomcorrect copying of cyclic lists in copier.rs
2019-12-02 Mark Thomcorrect misprinting of attributed variables done by...
2019-12-02 Mark Thomadd predicates to lists.pl
2019-12-01 Mark Thomfix list copying
2019-12-01 Mark Thomdelete freeze attribute in freeze::attribute_goals//1
2019-12-01 Mark Thomproperly copy attributed variables (#247)"
2019-12-01 Mark Thomclear ball before setting it (#246)
2019-11-30 Mark Thomadd sumlist/2 to lists.pl
2019-11-30 Mark Thomadd sumlist/2 to lists.pl
2019-11-30 Mark Thomcompress the definition of freeze:attribute_goals//1
2019-11-30 Mark Thompop AND frames when safe to do so, suspend resizing...
2019-11-29 Mark Thombacktrack attributed variable bindings after failure...
2019-11-29 Mark Thomcreate a list of module-prefixed goals in copy_term/3
2019-11-29 Mark Thomclone attribute goals from copy_term/3, fetch attribute...
2019-11-29 Mark Thomadd copy_term/3 (#232)
2019-11-29 Mark Thomreset attributed variable state between toplevel querie...
2019-11-29 Mark Thommerge latest commit
2019-11-29 Mark Thomunsafe stack transition
2019-11-28 Mark Thompreserve heap contents in between goal expansions ...
2019-11-27 Mark Thomterms containing attributed variables are not ground...
2019-11-27 Mark Thomuse in situ code directory from metacall if conventiona...
2019-11-27 Mark Thomadd (:)/{3..12} to enable metacalls on module-prefixed...
2019-11-27 Mark Thomadd ambiguity check for period printing, remove extrane...
2019-11-26 Mark Thomadd operator exports to module declarations, treat...
2019-11-24 Mark Thomgenerate module-level expansion code along with rest...
2019-11-24 Mark Thomrecord module-level term_expansion and goal_expansion...
2019-11-23 Mark Thomcorrect bug, dead code in toplevel.pl
2019-11-22 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-11-21 Mark ThomMerge branch 'master' of https://github.com/mthom/scrye...
2019-11-21 Mark Thomadd conditional bracketing to equations printed by...
2019-11-21 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-11-21 Mark Thomsmall test updates
2019-11-21 Mark ThomMerge pull request #226 from malbarbo/num
2019-11-20 Marco A L BarbosaAdd feature num to use num crate in place of rug.
2019-11-20 Mark Thomavoid overwriting IndexPtr's for clauses already declar...
2019-11-20 Mark ThomMerge pull request #234 from XVilka/patch-2
2019-11-20 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-11-20 Mark Thombump prolog_parser to version 0.8.35
2019-11-20 Mark Thomcommit Cargo.lock
2019-11-19 Mark Thomremove tests.rs module from main.rs
2019-11-19 Anton KochkovFix README formatting
2019-11-19 Mark Thomadd setup_call_cleanup tests, expand builtins tests
2019-11-18 Mark Thomrollback changes in snapshot handling
2019-11-18 Mark Thomcorrect failure to observe last call position in queries'
2019-11-17 Mark Thomupdate version number v0.8.116
2019-11-17 Mark Thombegin migrating tests to pure prolog, correct bug in...
2019-11-17 Mark Thomquote values and goals in equations, eliminate dead...
2019-11-16 Mark ThomMerge branch 'master' of https://github.com/mthom/scrye...
2019-11-16 Mark Thomtransition to unsafe and/or stack
2019-11-16 Mark Thommove more of the toplevel from rust into prolog
2019-10-30 Mark Thomadd warnings when initialization goals fail (#168)
2019-10-30 Mark Thomhandle asserts in modules a little better (#223, #224)
2019-10-29 Mark Thominstall asserted predicates into modules from initializ...
2019-10-28 Mark Thomreplace \n\r and \r\n by \n (#221)
2019-10-28 Mark Thomfinish #214, add needed ambiguity checks if 0 is the...
2019-10-27 Mark Thomcorrect sign/1 (#216)
2019-10-27 Mark Thomupdate to prolog_parser v0.8.34 with increased MAX_ARIT...
2019-10-27 Mark Thomadd sign/1 (#216) and gcd/2 (#217) as evaluable functor...
2019-10-27 Mark Thomcorrect #215 by fixing bug in ambiguity_check
2019-10-27 Mark Thomadd consult/1 and shorthand for consult/1 (#214)
2019-10-26 Mark Thomremove module from toplevel in unqualified use_module
2019-10-26 Mark Thomremove all mention of [clear] from the README
2019-10-26 Mark Thomreload files properly (re: #213)
2019-10-23 Mark Thomremove scratch comments from clpb.pl
2019-10-20 Mark Thomfix attributed variables bug causing weighted_maximum... v0.8.115
2019-10-19 Mark Thomadd order preserving tidy_trail, fix random_labeling/2 v0.8.114
2019-10-17 Mark Thomadd randomness predicates, small but consequential... v0.8.113
2019-10-16 Mark ThomMerge pull request #206 from triska/master
2019-10-16 Markus Triskaweighted_maximum/3 now works
2019-10-16 Markus Triskasupport must_be(var, ...)
2019-10-16 Mark Thomeliminate lingering attribute goals v0.8.112
2019-10-16 Mark Thombump toml version number to package clpb on crates v0.8.111
2019-10-16 Mark ThomMerge pull request #204 from triska/master
2019-10-16 Markus TriskaADDED: CLP(B), Constraint Logic Programming over Boolea...
2019-10-16 Mark Thomdeallocate old stack frames (#201), start using tags... v0.8.110
next