]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2023-10-01 bakaqAdd tests for #2056
2023-09-30 Markcorrect depth calculation for lists that are their...
2023-09-30 Marksubstitute names for cyclic variables permitted by...
2023-09-30 Markimplement ListElisionPolicy to restore previous printer...
2023-09-30 Markcorrect skipping of not fully visited lists in stackful...
2023-09-30 Markcorrect max_depth marking for lists
2023-09-29 Markfurther max_depth improvements
2023-09-29 Markimprove max_depth write option (#1876, #2053)
2023-09-28 Markdo not deref AttrVar binding in redo_attr_var_binding...
2023-09-28 Markrevert throwing domain errors for unexpected forms...
2023-09-28 Markcheck for ChildCloseList in print_struct on [] (#2039)
2023-09-27 Markfix add_predicate_declaration bug not correctly identif...
2023-09-27 Markremove debug symbols from release builds (#2054)
2023-09-27 Mark ThomMerge pull request #1998 from aarroyoc/warp-http-server
2023-09-27 Markfix max_depth settings for partial strings on lists...
2023-09-27 Adrián Arroyo... Replace Hyper with Warp for HTTP server
2023-09-27 Mark ThomMerge pull request #2048 from infogulch/master
2023-09-27 infogulchTidy ci.yaml
2023-09-27 infogulchBuild windows with msvc
2023-09-27 infogulchAdd ubuntu 22.04
2023-09-26 Markremove module_resolution_error (#2035)
2023-09-26 Markfilter our builtins from current_predicate/1 (#153)
2023-09-26 Markcheck for predicate_indicator list and sequence types...
2023-09-26 Markthrow instantiation_error when appropriate from parse_w...
2023-09-26 Markcorrect OutOfFiles resource error (#1375)
2023-09-26 Markadd predicate indicator sequences to loader:add_predica...
2023-09-26 Markthrow an error instead of allowing builtin modules...
2023-09-25 MarkMerge branch 'master' of ssh://github.com/mthom/scryer...
2023-09-25 Markfix off-by-1 bug in '$skip_max_list'/4 (#2037)
2023-09-25 Mark ThomMerge pull request #2032 from bakaq/phrase_from_stream
2023-09-25 bakaqRemove reposition option from phrase_from_file/2
2023-09-24 bakaqInline string_get_n_chars_/3
2023-09-24 bakaqBetter string_get_n_chars_/3
2023-09-24 bakaqFixed bug with '$skip_max_list'/4
2023-09-24 bakaqUse '$skip_max_list'/4 in string_get_n_chars/4
2023-09-24 bakaqAdd phrase_from_stream/2 to library(pio)
2023-09-24 Mark ThomMerge pull request #2040 from rujialiu/allow-cr
2023-09-24 Rujia LiuSolves CRLF/CR issue by considering'\r' a `layout_char...
2023-09-24 Mark ThomMerge pull request #2038 from infogulch/patch-1
2023-09-24 Joe TaberAllow all jobs to run to completion even if one fails
2023-09-24 Markfix off-by-1 bug in ''/4 (#2037)
2023-09-23 Markdon't parse bracketed non-operators as functor terms...
2023-09-23 Markrecord compaction depth after reduce_op if '|' an opera...
2023-09-21 Markadd (now failing) test 317 to iso_conformity_tests.pl
2023-09-21 Markgeneralize multifile/dynamic/discontiguous declarations...
2023-09-21 Markthrow resource error if OpenOptions raises an error...
2023-09-21 Mark ThomMerge pull request #2027 from bakaq/dif
2023-09-21 Mark ThomMerge pull request #2026 from infogulch/master
2023-09-21 bakaqAvoid dif/1 attribute with empty list
2023-09-21 bakaqRun dif tests on cargo test
2023-09-20 bakaqTests for dif/2
2023-09-20 bakaqImproved dif/2
2023-09-20 infogulchSimplify maybe
2023-09-20 Mark ThomMerge pull request #2025 from aarroyoc/random-seed
2023-09-20 Adrián Arroyo... Use a SeedableRng to generate random numbers
2023-09-15 Markremove unnecessary Result return type from read_term_fr...
2023-09-13 Mark ThomMerge pull request #2018 from triska/libffi
2023-09-13 Markus Triskause version from crates.io
2023-09-13 Mark ThomMerge pull request #2017 from cmpute/master
2023-09-13 JacobUpgrade dashu and some changes
2023-09-12 Markupdate syn crates
2023-09-11 Markget rid of OssifiedOpDir, DBRef, simplify current_op/3
2023-09-11 Mark ThomMerge pull request #1993 from coasys/dashu-fixes
2023-09-11 Mark ThomMerge pull request #2013 from gruhn/fix-docker-debian...
2023-09-10 Niklas Gruhnfix Docker image
2023-09-10 Mark ThomMerge pull request #2010 from aarroyoc/update-website...
2023-09-10 Adrián Arroyo... Update website to mention 0.9.2 and playground
2023-09-10 Fayeed PawaskarMerge branch 'master' into dashu-fixes
2023-09-10 Fayeed PawaskarRemoved value method and use deref to get type
2023-09-09 Mark ThomMerge pull request #2008 from triska/clpb_improvements
2023-09-09 Markus Triskaremove code that is not needed in Scryer Prolog
2023-09-09 Markus Triskaremove more attributes so that they do not appear in...
2023-09-09 Markus Triskamove compatibility predicates and meta_predicate/1...
2023-09-09 Mark ThomMerge pull request #2006 from infogulch/wasm-ci
2023-09-09 Mark ThomMerge pull request #2007 from triska/rust_1_70
2023-09-09 Markus Triskashorter partition/5, relying on first instantiated...
2023-09-09 Markus Triskaadd meta_predicate/1 declaration for include/3 and...
2023-09-09 Markus Triskashorter include/3 and exclude/3, relying on improved...
2023-09-09 Markus Triskaadd licensing information, addressing part of #1798
2023-09-09 Markus Triskaupdate required Rust version
2023-09-09 Joe TaberAdd wasm build steps
2023-09-08 Mark ThomMerge pull request #2004 from triska/generalize_description
2023-09-08 Mark ThomMerge pull request #2003 from triska/clpz_comment
2023-09-08 Markus Triskathis holds for all architectures (also 32-bit systems)
2023-09-08 Markus Triskaupdate comment
2023-09-08 Mark ThomMerge pull request #1986 from rujialiu/wasm32-support
2023-09-08 Rujia LiuBasic WebAssembly support with minimal Javascript API...
2023-09-05 Markcheck atom == ',' in ambiguity_check mirroring logic...
2023-09-05 Markremove error printing redundancy and inconsistent state...
2023-09-05 Mark ThomMerge pull request #1980 from Skgland/atomtable
2023-09-05 Mark ThomMerge pull request #1997 from triska/countall
2023-09-05 Markcall_with_inference_limit/3 should fail if inference...
2023-09-05 Markus TriskaFIXED: documentation of countall/2 (#1976)
2023-09-05 Bennet Bleßmannmake F64Table concurency safe
2023-09-05 Bennet Bleßmannremove locks from AtomTable
2023-09-05 Bennet Bleßmann[WIP] move towards lockless AtomTable
2023-09-05 Markus TriskaFIXED: countall/2 for zero solutions (#1996)
2023-09-05 Skglandfix `rust_beta_channel` feature
2023-09-05 Skglandfix accidentally left in println!()
2023-09-05 Skglandraise msrv for OnceLock support
next