]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
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
2022-03-12 Skglandadd min rust version
2022-03-12 Mark ThomMerge pull request #1342 from wkral/no-add-history
2022-03-11 William KralAdd --no-add-history flag
2022-03-10 Mark Thomprint rationals that are integers as integers (#663)
2022-03-09 Mark Thomprint variables instead of offsets in setup_call_cleanu...
2022-03-09 Mark Thomcorrect loading of variable name strings in write_term/3
2022-03-09 Mark Thomfix parser bounds check bug (#1333, #1301)
2022-03-09 Mark Thomunify empty list to '' in atom_chars/2 (#1334, #1336)
2022-03-08 Mark Thomwrap meta-predicate specifications in functors (#1330)
2022-03-08 Mark Thomfix float formatting (#1331)
2022-03-07 Mark ThomMerge pull request #1332 from triska/call_nth_0
2022-03-07 Markus TriskaENHANCED: call_nth(Goal, 0) now fails, correct error...
2022-03-07 Mark Thomfix number/1 (#1329)
2022-03-07 Mark ThomMerge pull request #1328 from pmoura/fix_bounded_and_ma...
2022-03-07 Paulo MouraFix querying the values of the bounded and max_arity...
2022-03-06 Mark Thomcompare functor arity first (#1327)
2022-03-06 Mark Thomfix compare/3 (#1327)
2022-03-06 Mark ThomMerge pull request #1326 from pmoura/fix_halt_1_predica...
2022-03-06 Paulo MouraFix halt/1 built-in predicate for ISO Prolog Core stand...
2022-03-06 Mark ThomMerge pull request #1323 from triska/simplex
2022-03-06 Markus TriskaADDED: library(simplex), for solving linear programming...
2022-03-06 Mark Thomonly recommend git cloning to get the latest scryer...
2022-03-06 Mark ThomMerge pull request #1322 from triska/explain_strings_better
2022-03-06 Mark ThomMerge branch 'rebis-dev' into 0.9.0 release v0.9.0
2022-03-06 Markus TriskaDOC: Better explanation of strings and partial strings.
2022-03-06 Mark Thommark variables in ArithmeticEvaluator (#690)
2022-03-06 Mark Thomuse must_be(chars) in read_from_chars/2 (#1305)
2022-03-06 Mark Thomreset ReadlineStream from read_query_line (#1317, ...
2022-03-06 Mark Thomchange domain_error(integer, ..) to type_error(integer...
2022-03-06 Mark Thomdereference list link in delete_attribute (#1148)
2022-03-02 Markus TriskaADDED: "f" to enumerate the next 5 solutions, similar...
2022-03-02 Mark Thomsave arguments to delayed goal before calling verify_at...
2022-03-01 Mark ThomMerge pull request #1313 from triska/all_solutions
2022-03-01 Markus TriskaADDED: "a" to enumerate all solutions
2022-03-01 Mark ThomMerge pull request #1312 from triska/str_loc_as_cell
2022-03-01 Markus TriskaFIXED: load_html/3: use str_loc_as_cell! to store attri...
2022-03-01 Mark Thomrefer to structures using str_loc_as_cell! (#1311)
2022-02-27 Mark Thomfix unexpected error in length/2 (#1303)
2022-02-27 Mark Thomadd proper error throwing for call_with_inference_limit...
2022-02-26 Mark Thomcompare '[]' in pstr_comparator of compare_term_test...
2022-02-26 Mark Thompop pstr offsets from iterator stack in printer (#1290)
2022-02-26 Mark Thomunify '' to [] in unify_complete_string (#1292, #1288)
2022-02-23 Mark Thomrecognize [] as equivalent to "" in unify_atom (#1288)
2022-02-22 Mark ThomMerge pull request #1287 from triska/rebis-dev-sgml
next