]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2022-05-10 Euan Lacywip: basic completion of predicates
2022-05-08 Mark Thomunify partial string tail later in create_partial_strin...
2022-05-06 Mark Thomfix culprit in stream_position permission_error (#1463)
2022-05-06 Mark Thomcorrect cycle detection in unify_* (#1455)
2022-05-05 Mark ThomMerge pull request #1461 from triska/clpz_sign
2022-05-05 Markus TriskaADDED: sign/1
2022-05-05 Markus Triskaremove comment that seems no longer valid
2022-05-05 Mark Thomfix rnd_i fixnum casting bug (#1456, #1458)
2022-05-05 Mark Thomtrack f64 offsets in Literal (#1190)
2022-05-04 Mark Thomcompact lists of characters to partial strings in read_...
2022-05-01 Mark Thomfix match_partial_string, compare_pstr_to_string (...
2022-04-29 Mark Thomremove redundant register assignments in numeric compar...
2022-04-29 Mark Thomremove redundant skip_stub_try_me_else condition (...
2022-04-26 Mark ThomMerge pull request #1436 from triska/must_be_term
2022-04-26 Mark Thomreplace SliceDeque with VecDeque
2022-04-25 Mark Thomcatch existence_error exceptions from top-level calls...
2022-04-23 Mark Thomunify structures from left to right (#1396)
2022-04-22 Mark Thomupdate to crossterm 0.20.0 (#1439)
2022-04-20 Markus TriskaADDED: can_be(term, ...) and must_be(term, ...)
2022-04-18 Mark Thomvery minor optimizations
2022-04-17 Mark Thommark unsafe variables and substitute temporary variable...
2022-04-17 Mark Thomfix panic caused by jmp offset off by one error (#1429)
2022-04-17 Mark Thomavoid writing chars to the atom table in several places
2022-04-16 Mark ThomMerge pull request #1421 from gruhn/master
2022-04-15 Mark Thomfix comparisons to partial string tails (#1420)
2022-04-14 Niklas Gruhnpush Docker image on new release
2022-04-14 Mark Thominstantiate Module in definition of retract/1 (#1392)
2022-04-13 Mark Thommark cells that are about to be iterated in the stackfu...
2022-04-12 Mark Thomuse '$call' all throughout setup_call_cleanup/3
2022-04-11 Mark Thomdereference head of list in is_continuable (#1417)
2022-04-11 Mark Thomstop detecting cycles in compare_pstr_to_string
2022-04-10 Mark Thommark variable referents in stackful iterator, fix tests...
2022-04-10 Mark ThomMerge pull request #1415 from wkral/set_output-error
2022-04-10 William KralFix reported source for set_output/1 error (#1407)
2022-04-10 Mark Thomprint dot after errors, fix tests (#1408)
2022-04-10 Mark Thomfix tests, use '$first_answer' to print indentation...
2022-04-09 Mark Thomprint errors as goals (#1408)
2022-04-09 Mark Thomunmark dereferenced cells in term_variables/2 (#1412)
2022-04-09 Mark Thomdereference bindings returned by stackful iterator...
2022-04-09 Mark Thomdeduplicate variable list in term_variables/2 (#1409)
2022-04-08 Mark Thomthrow errors on cyclic terms when evaluating is/2 expre...
2022-04-08 Mark Thomfix loop in stackful iterator (#1405, #1384)
2022-04-07 Mark Thomdetect immediately cyclic lists (#1384)
2022-04-06 Mark Thomrestore correct order to term_variables/2 (#1400, ...
2022-04-06 Mark Thomlimit use of stackless iterator to test suite
2022-04-06 Mark Thomadd forwarding bit to all heap cells (#1384)
2022-04-06 Mark Thomallocate floats in dedicated buffer
2022-04-06 Mark Thommake marker into an iterators, recover post_order_iterator
2022-04-06 Mark Thomremoval of old stackless iterator, implementation of...
2022-04-05 Mark ThomMerge pull request #1395 from wkral/fix-test-indentation
2022-04-05 William KralFix indentation before false in tests (#676)
2022-04-04 Mark Thomindent plain false (#676)
2022-04-03 Mark ThomMerge pull request #1386 from triska/better_call_nth
2022-04-03 Mark Thomcompare complete strings to one another in write_litera...
2022-04-02 Markus TriskaENHANCED: more memory efficient call_nth/2 (#1264)
2022-04-02 Mark Thomdon't mark forwarded refs in stackless iterator/marker...
2022-04-01 Mark Thombe aware of temporary variables of stackless iterator...
2022-03-31 Mark ThomMerge pull request #1381 from wkral/build-fmt-error
2022-03-31 William KralImprove rustfmt missing error during build (#1379)
2022-03-30 Mark ThomMerge pull request #1380 from triska/as_is
2022-03-30 Markus Triskaas --> is
2022-03-30 Mark Thomfix dif/2 crash (#1378)
2022-03-29 Mark ThomMerge pull request #1373 from aarroyoc/http-open
2022-03-29 Mark Thomprint closed stream handle as '$dropped_value' (#1376)
2022-03-29 Mark Thomdereference numbervars terms (#1377)
2022-03-28 Adrián Arroyo... Add close handling of http stream
2022-03-28 Adrián Arroyo... http_open/3 try_or_throw
2022-03-28 Adrián Arroyo... http_open/3 with headers and data
2022-03-28 Adrián Arroyo... http_open/3 with method option
2022-03-27 Mark Thomextend small_letter_char! to include all non-uppercase...
2022-03-27 Mark ThomStream::close() should close file handles (#1374)
2022-03-27 Mark Thomuse ryu to print floats with a modification for compati...
2022-03-27 Mark Thomfix char comparison misordering (#1371)
2022-03-27 Mark Thomretrieve F64 behind Cons tags properly (#1369)
2022-03-26 Mark ThomMerge pull request #1370 from triska/files_must_be_chars
2022-03-26 Markus TriskaENHANCED: use newly available must_be(chars, ...),...
2022-03-26 Mark Thomfix functor/3 arity check (#1366)
2022-03-25 Mark Thomadvance arg in arithmetic comparison code (#1367)
2022-03-24 Mark Thomdetect float rounding overflows (#1365)
2022-03-23 Mark Thomrecognize missing syntax errors (#1354, #1361)
2022-03-22 Mark Thomcompare TypedArenaPtr<T> by value not pointer (#1362)
2022-03-19 Mark Thomuse Rust's native UTF-8 functions (#1355)
2022-03-19 Mark Thomcorrect float version of sign/1 (#1360)
2022-03-18 Mark Thomaccept remaining UTF-8 codepoints as alphabetic charact...
2022-03-18 Mark Thomprint most characters directly ((#1355)
2022-03-18 Mark Thomcheck self.ignore_ops and max_depth in print_rational...
2022-03-17 Mark Thomremove pstr offsets unconditionally from printer iterat...
2022-03-16 Mark Thomimprove length/2 (#1325)
2022-03-15 Mark Thomprepare for publishing to crates.io (#1335)
2022-03-13 Mark Thomadd (:) meta-predicate argument indicator (#1302)
2022-03-13 Mark Thomderefence target variable in check_sort_errors (#1350)
2022-03-13 Mark Thomthrow errors on cycles in sort/2 and keysort/2 (#1350...
2022-03-13 Mark Thompoint code index to switch_on_term after appending...
2022-03-12 Mark ThomMerge pull request #1349 from Skgland/min-rust-version
2022-03-12 Skglandadd a CI job to verify msrv is still correct
2022-03-12 Skglandadd min rust version
2022-03-12 Mark ThomMerge pull request #1348 from mthom/revert-1347-min...
2022-03-12 Mark ThomRevert "Set minimum rust version in Cargo.toml" revert-1347-min-rust-version origin/revert-1347-min-rust-version
2022-03-12 Mark ThomMerge pull request #1347 from Skgland/min-rust-version
2022-03-12 Skglandadd a CI job to verify msrv is still correct
next