]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2025-08-08 Skglandfix clippy lint warning
2025-08-01 Bennet Bleßmannignore test making network requests
2025-08-01 Bennet Bleßmannupdate docs
2025-08-01 Bennet Bleßmannsupport cstr as an ffi return type and do some more...
2025-08-01 Bennet Bleßmannno longer skip f32 and f64 now that they work consistently
2025-08-01 Bennet Bleßmannfurther cleanup
2025-08-01 Bennet Bleßmannfurther ffi cleanup
2025-08-01 Bennet Bleßmanndon't panic on unexpected/invalid value
2025-08-01 Bennet Bleßmannalso accept rust type name
2025-08-01 Bennet Bleßmannuse libffi::middle instead of libffi::low were possible
2025-08-01 Bennet Bleßmannadd a simple ffi test using structs
2025-08-01 Bennet Bleßmannfix UB in ffi tests
2025-08-01 Bennet Bleßmannadd new test helper
2025-08-01 Bennet Bleßmannmake ffi support full {i,u}64 range
2025-08-01 Bennet Bleßmannfix {i,u}64 in ffi
2025-08-01 Bennet Bleßmannfix all but {i,u}64
2025-08-01 Bennet Bleßmannfix crash when trying to load and ffi library with...
2025-08-01 Bennet Bleßmannadd more ffi tests
2025-08-01 Bennet Bleßmanncleanup and fix miri & cross-compile
2025-08-01 Bennet Bleßmannadd ffi tests using f64
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
2025-07-08 Mark Thomsome fixes in response to miri
2025-07-08 bakaqFix parsing of \x0\ in partial strings
2025-07-08 Mark Thomcopy partial string blocks properly in all solutions...
2025-07-08 Mark Thomrun cargo fmt
2025-07-08 Mark Thomremove pstr_vec
2025-07-08 Mark Thomglobalize ALIGN_CELL/ALIGN, fix compute_pstr_size
2025-07-08 Emilie BurgunFix allocate_pstr randomly refusing to properly allocat...
next