]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2025-08-01 Bennet Bleßmannuse functor/3 for must_be_known_options
2025-08-01 Bennet Bleßmannreformat ;
2025-08-01 Bennet Bleßmannadd another test and remove unecessary module qualification
2025-08-01 Bennet Bleßmannreplace filter by tfiltert and fix Pipe{Reader,Writer...
2025-08-01 Bennet Bleßmannadjust error kind
2025-08-01 Bennet Bleßmannget process_create working and add tests
2025-08-01 Bennet Bleßmannadd documentation
2025-08-01 Bennet Bleßmannchange behaviour in supposedly unreachable cases
2025-08-01 Bennet Bleßmannadjust error for duplicate options
2025-08-01 Bennet Bleßmannfix rename pid to process
2025-08-01 Bennet Bleßmanndon't remove the child on wait/kill
2025-08-01 Bennet Bleßmannfix timeout default value in process_wait/3
2025-08-01 Bennet Bleßmannincorporate suggestion by triska
2025-08-01 Bennet Bleßmannmake atom!() with a new value less annoying
2025-08-01 Bennet Bleßmannimplement process_release/1, process_wait/2, process_wa...
2025-08-01 Bennet Bleßmannstore child process in machine state
2025-08-01 Bennet Bleßmannhandle some error cases and replace unwrap with expect
2025-08-01 Bennet Bleßmannadjust errors
2025-08-01 Bennet Bleßmannrename pid to process
2025-08-01 Bennet Bleßmannundo changes to error.pl
2025-08-01 Bennet Bleßmannadjust default cwd
2025-08-01 Bennet Bleßmannrestructure option parsing
2025-08-01 Bennet Bleßmannadd comments and try to fix binding the child process pid
2025-08-01 Bennet Bleßmannfix more things
2025-08-01 Bennet Bleßmannget it working
2025-08-01 Bennet Bleßmannfix indices
2025-08-01 Bennet Bleßmann[WIP] add support to spawn new processes
2025-08-01 Mark ThomMerge pull request #3019 from Skgland/rebis-dev_fix...
2025-07-31 Bennet Bleßmannreplace .skip(n).next() with .nth(n)
2025-07-31 Bennet Bleßmannremove unecessary cast
2025-07-31 Bennet Bleßmannremove unecessary into_iter
2025-07-31 Bennet Bleßmannprefere for loop
2025-07-31 Bennet Bleßmannreplace always erroring of_else with map_err
2025-07-31 Bennet Bleßmannreplace single non-wildcard pattern match with if let
2025-07-31 Bennet Bleßmannremove already implied must_use
2025-07-31 Bennet Bleßmanncollaps els-if / if-if
2025-07-31 Bennet Bleßmanningore nerver looping loop, but add a todo
2025-07-31 Bennet Bleßmannfix clippy::unit_arg
2025-07-31 Bennet Bleßmanncheck not empty instead of len > 0
2025-07-31 Bennet Bleßmannimpl From rather than Into
2025-07-31 Bennet Bleßmannfix unecessary mut
2025-07-31 Bennet Bleßmannignore clippy::unbuffered_bytes in test helper functions
2025-07-31 Bennet Bleßmannfix legacy int constants
2025-07-31 Bennet Bleßmannignore wrong self convention
2025-07-31 Bennet Bleßmannfix match/if-let can be simplified to ?
2025-07-31 Bennet Bleßmannfix unecessary return
2025-07-31 Bennet Bleßmannfix unecessary reference/dereference
2025-07-31 Bennet Bleßmannfix clone on copy values
2025-07-31 Bennet Bleßmannfix clippy::uninlined_format_args
2025-07-31 Bennet Bleßmannremove outdated comment
2025-07-31 Bennet Bleßmannalso run CI on rebis-dev
2025-07-23 Mark Thomdetect end_of_file before end_of_stream in get_char...
2025-07-20 Mark Thomallow abolish_clause to abolish empty dynamic clauses...
2025-07-17 Mark Thomfix variadic_functor
2025-07-15 Mark Thomfix parsing partial number tokens in other radixes...
2025-07-08 Mark Thomfmt improvements
2025-07-08 Mark Thomcorrect number_chars (#2976)
2025-07-08 Mark Thomuse granular hierarchical locks in offset_table.rs
2025-07-08 Mark Thomsynchronize offset table growth with the borrowing...
2025-07-08 Mark Thomuse OffsetTableImpl without synchronization by default
2025-07-08 Bennet Bleßmannfix crash when loading html
2025-07-08 Bennet Bleßmannmake Fixnum::build_with harder to accidentally misuse
2025-07-08 bakaqAlign the heap to the size of heap cells
2025-07-08 bakaqAdd scan_slice_to_str_from_start
2025-07-08 Mark Thomcorrect threshold marking in copy_structure (#2920)
2025-07-08 Markus TriskaFIXED: correct partial string tail calculation in arg/3
2025-07-08 Markus TriskaFIXED: arg/3 for partial strings
2025-07-08 Mark Thomfix cont function crashes (#2920)
2025-07-08 Mark Thomreplace deprecated unify_complete_string call with...
2025-07-08 bakaqMigrate to strict and exposed provenance
2025-07-08 Mark Thomallow unused_parens around let statement in functor...
2025-07-08 Markus TriskaFIXED: invoke correct predicate
2025-07-08 Markus TriskaENHANCED: partial_string/3 no longer creates atoms
2025-07-08 Markus TriskaENHANCED: use a fast test for the expected case of...
2025-07-08 Mark Thomcorrect heap-to-cell-index comparison in copy_slice_to_...
2025-07-08 Mark Thomfix functor! size calculations around indexing_code_ptr
2025-07-08 Mark Thomrestore tab completion to REPL (#2575)
2025-07-08 Mark Thommake self.s_offset use bytes in case of HeapPtr::PStr...
2025-07-08 Mark Thomcorrect heap_print.rs for null characters being exclude...
2025-07-08 Mark Thomcorrectly increment s_offset for partial strings (...
2025-07-08 Mark Thomfix typo in try_from_partial_string
2025-07-08 Mark Thomfix read_s logic around HeapPtr::PStrLoc (#2894)
2025-07-08 Mark Thomrepair cyclic PStrLoc handling in heap_print.rs
2025-07-08 Mark Thomremove compare_pstr_to_string and related result type
2025-07-08 Markus TriskaENHANCED: dedicated faster branches for repositionable...
2025-07-08 Mark Thomcorrect GetPartialString (#2887)
2025-07-08 Mark Thomgeneralize compare_pstr_segments
2025-07-08 Mark Thomensure '\0' atom is static & never inlined (#2880)
2025-07-08 Mark Thomfix root reading of complete strings (#2882)
2025-07-08 Mark Thomsome cosmetic tweaks
2025-07-08 Markus Triskamark done item
2025-07-08 Mark Thomcorrect and simplify compute_pstr_size
2025-07-08 Mark Thomcorrect create_partial_string (#2593)
2025-07-08 Mark Thomrestore more tabu_list use to compare_term_tests (...
2025-07-08 Mark Thomrestore tabu_list insertions to PStr-Lis comparisons...
2025-07-08 Mark Thomdo not allow strings containing null characters to...
2025-07-08 Mark Thommove CodeIndex to F64Table-like table
2025-07-08 Mark ThomRevert "remove Term"
2025-07-08 Mark Thommake write_with forward return values, use it to correc...
2025-07-08 Mark Thomread Str focus properly in build_meta_predicate_clause
next