]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2026-03-18 Mark ThomMerge pull request #3257 from triska/include
2026-03-16 Markus Triskaretain error context (load/1) when using :- D.
2026-03-15 Mark ThomMerge pull request #3258 from no382001/fix_load_xml/3
2026-03-10 no382001load_xml was returning a single term instead of a list...
2026-03-10 Mark ThomMerge pull request #3234 from fusiongyro/patch-1
2026-03-10 Mark ThomMerge pull request #3232 from triska/not_si
2026-03-10 Mark ThomMerge pull request #3252 from Skgland/towards-a-crate...
2026-03-10 Mark ThomMerge pull request #3241 from Skgland/parse-error-impro...
2026-03-10 Mark ThomMerge pull request #3189 from Skgland/fix-function_cast...
2026-03-10 Mark ThomMerge pull request #3260 from thierrymarianne/dealing...
2026-03-07 Markus TriskaENHANCED: support quads in included files
2026-03-05 Thierry Marianneadd documentation
2026-03-04 Thierry Mariannerevise indentation of raw string
2026-03-04 Thierry M.use C-string literal
2026-03-04 Thierry Mariannecargo fmt fixes
2026-03-04 Thierry Marianneapply suggestion
2026-03-04 Thierry Mariannemove test to tests/scryer/ffi.rs
2026-03-04 Thierry M.use CStr .to_str() method
2026-03-04 Thierry M.use C-string literal
2026-03-04 Thierry Mariannefix utf-8 panic
2026-03-04 Thierry Marianneadd failing test highlighting panic on invalid UTF...
2026-02-28 Markus TriskaISO: Implement the include/1 directive
2026-02-20 Skglandrun apt update before apt install
2026-02-20 Skglandfix warning in CI about using apt in a script
2026-02-20 Skglandrun cargo fmt
2026-02-20 Skglandfix clippy lint warning
2026-02-20 Skglandremove no longer necessary allows
2026-02-20 Skglandreplace custom modular_bitfields fork with update upstream
2026-01-24 Skglandreduce visibility to pub(crate) to prevent accidentally...
2026-01-24 Skglandfix some lint warnings
2026-01-24 Skglanddon't expose lexical error and provide location
2026-01-24 Skglandmake ParserError a struct with an enum kind field
2026-01-24 Skglandadd location to InvalidSingleQuotedCharacter
2026-01-24 Skglandmake match exhaustive
2026-01-24 Skglandreplace pairs of usize with location struct
2026-01-20 Daniel K LyonsFixed a typo in the documentation for atom_codes/2
2026-01-18 Markus TriskaADDED: not_si/1
2026-01-15 Mark ThomMerge pull request #3211 from mthom/setof_correction_an...
2026-01-15 Mark Thomremove unnecessary extra work in findall_with_existential/5 setof_correction_and_opt origin/setof_correction_and_opt
2026-01-15 Mark Thomremove hashbrown crate
2026-01-15 Mark Thomreplace sort_without_dedup/2 with keysort/2
2026-01-15 Mark Thomcargo fmt fixes
2026-01-15 Mark Thomremove variant_hashing.rs and related instructions
2026-01-15 Mark Thomfind variant terms using just sort/2 and (==)/2
2026-01-15 Mark Thomdo not retain attributes in solutions of findall (...
2026-01-15 Mark Thomfix cargo fmt
2026-01-15 Mark Thomadd variant_hash and is_non_variant to fix setof/3...
2026-01-15 Mark Thomreplace compare_term_test with parallel iterator, add...
2026-01-15 Mark Thomuse branch numbers to detect branch subsumption
2026-01-15 Mark Thomassert rational(3) as true in tests/builtins.pl
2026-01-13 Mark ThomMerge pull request #3222 from Skgland/reduce-instructio...
2026-01-10 Skglandrun rustfmt to fix formatting
2026-01-10 Bennet Bleßmannrestore accidentally removed comment
2026-01-10 Skglandfix spelling
2026-01-10 Skglandfix clippy lints
2026-01-10 Skglandextaract the static part of the instructions template...
2025-12-17 Mark ThomMerge pull request #3207 from Skgland/quote-fix-unquote...
2025-12-09 Skglandthrow `error(resource_error(memory), [])` when the...
2025-12-09 Mark ThomMerge pull request #3177 from triska/use_phrase_to_file
2025-12-08 Skglandremove overengineered RecursionGuard
2025-12-08 Skglandfix another integer overflow
2025-12-07 Skglanddon't calculate panic message eagerly
2025-12-07 Skglandhandle overflown in Heap::with_cell_capacity
2025-12-07 Skglandhandle oob heap index calculation
2025-12-07 Skglanduse checked multiplication in heap_index! macro
2025-12-07 Skglandprevent multiply with overflow resulting in odd errors...
2025-12-07 Skglanddetect recursive throw_resource_error and panic instead...
2025-12-04 Skglanddeny `function_casts_as_integer` warnings
2025-12-04 Skglandfix `function_casts_as_integer` warning
2025-12-04 Mark Thomfix backtrack_on_resource_error around choice instructions
2025-12-04 Mark ThomMerge pull request #3185 from mthom/install_verify_attr_opt
2025-12-04 Mark ThomMerge pull request #3164 from Skgland/alloc_errors2
2025-12-02 Mark ThomMerge pull request #3147 from jjtolton/error-terminatio...
2025-12-02 Mark ThomMerge pull request #3179 from triska/meetups
2025-12-02 Mark ThomMerge pull request #3180 from triska/foldl_6
2025-11-28 Mark Thomcorrections to arithmetic expression compilation install_verify_attr_opt origin/install_verify_attr_opt
2025-11-28 Mark Thomcorrections to dispatch loop
2025-11-26 Mark Thomrevise InstallVerifyAttrs to remove need for predicate...
2025-11-25 Mark Thomremove interms field from MachineState
2025-11-23 Markus TriskaADDED: foldl/6, addressing #2973
2025-11-23 Markus Triskaupdate meetups
2025-11-23 Markus Triskause more recently available phrase_[to|from]_file/3...
2025-11-20 Skglandfix pstr_iter_tests test
2025-11-20 Skglandremove RESOURCE_ERROR_OFFSET_INIT
2025-11-20 Skglandfix unecessary parens in macro
2025-11-20 Skglandreturn an AllocError instead of panicing in Heap::with_...
2025-11-20 Skglandwrap resource_error into an error/2 functor and don...
2025-11-19 Skglandpropagate AllocErrro instead of unwrapping
2025-11-19 Skglandhandle machine heap/stack allocation error
2025-11-19 Skglandstub a clippy config
2025-11-19 Skglanduse as_bytes().to_vec() instead of bytes().collect()
2025-11-19 Skglandremove some uncessary allocations/copies
2025-11-19 Skglandignore incompatible msrv in compat module
2025-11-19 Skglandimprove count_to_letter_code
2025-11-18 Skglandignore unused_parens warning
2025-11-18 Skglandremove two unecessary clones
2025-11-14 J.J. ToltonFix -t flag help text to reflect it accepts any goal
2025-11-09 J.J. ToltonMove -t and -g flags before filenames in tests
2025-11-09 J.J. ToltonRemove redundant unit test file
2025-11-09 J.J. ToltonMove g_caused_exception/2 dynamic directive to toplevel.pl
next