]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2024-10-04 Bennet BleßmannMerge remote-tracking branch 'upstream/master' into...
2024-10-04 Bennet Bleßmannadd test for load_html
2024-09-26 Mark ThomMerge pull request #2573 from srenatus/sr/readme-link...
2024-09-26 Stephan RenatusREADME: link to latest release
2024-09-25 Mark ThomMerge pull request #2523 from bakaq/visibility
2024-09-19 Mark ThomMerge pull request #2533 from hurufu/fix-warnings
2024-09-16 Mark ThomMerge pull request #2534 from hurufu/document_non_count...
2024-09-16 Mark ThomMerge pull request #2558 from bakaq/error_to_doclog
2024-09-16 bakaqConvert library(error) docs to Doclog format
2024-09-07 Aleksy GrabowskiChange wording for non_counted_backtracking comment
2024-09-07 Aleksy GrabowskiExplain non_counted_backtracking a little bit more
2024-09-07 Aleksy GrabowskiRevert "Explain non_counted_backtracking a little bit...
2024-09-07 bakaqFix Clippy
2024-09-06 bakaqFix warnings
2024-09-06 bakaqMake macros private
2024-09-06 Aleksy GrabowskiRevert "Remove unnecessary "unsafe" block to fix compil...
2024-09-06 Aleksy GrabowskiRevert "Fix rustc warning"
2024-09-06 Aleksy GrabowskiRemove unnecessary "unsafe" block to fix compiler warning
2024-09-06 Aleksy GrabowskiExplain non_counted_backtracking a little bit more
2024-09-06 Aleksy GrabowskiFix mistake in predicate indicator
2024-09-06 Aleksy GrabowskiRemove executable bit for files that don't need it
2024-09-06 Aleksy GrabowskiFix rustc warning
2024-09-03 bakaqBe conservative with visibility
2024-08-29 Mark ThomMerge pull request #2491 from coasys/reqwest-version...
2024-08-22 Nicolas LuckFix spelling of reqWest
2024-08-20 Nicolas LuckClean-up comment
2024-08-20 Nicolas LuckMore precise comment mentioning Deno
2024-08-19 Mark ThomMerge pull request #2475 from bakaq/value_heap_walk
2024-08-19 bakaqFix order of variables in bindings
2024-08-18 Mark ThomMerge pull request #2474 from Skgland/fix-looping-memor...
2024-08-18 Mark ThomMerge pull request #2495 from Skgland/fix2467
2024-08-17 Bennet Bleßmannfix looping from issue 2467
2024-08-16 Nicolas LuckExplanatory comment for the wildcard patch version
2024-08-16 Nicolas LuckExplanatory comment for the wildcard patch version
2024-08-16 bakaqFix partial strings ending in lists
2024-08-16 bakaqFix lists of chars as strings
2024-08-16 bakaqRepresent atom [] as empty list
2024-08-15 bakaqDifferentiate anonymous variables
2024-08-15 Nicolas Lucktypo
2024-08-15 Nicolas LuckRelax constraint on version of reqwest dependency ...
2024-08-15 bakaqValue::from_heapcell() implemented with heap walk
2024-08-15 bakaqValue::from_heapcell()
2024-08-15 Mark ThomMerge pull request #2472 from bakaq/query_iterator
2024-08-14 bakaqTests for run_query_iter()
2024-08-14 bakaqImplement run_query() in terms of run_query_iter()
2024-08-14 bakaqAdd run_query_iter()
2024-08-14 Mark ThomMerge pull request #2482 from bakaq/flake
2024-08-14 Mark ThomMerge pull request #2485 from aarroyoc/learn-pages...
2024-08-14 Adrián Arroyo... Upgrade docs to DocLog 2.0. Includes a test learning...
2024-08-14 bakaqflake.nix
2024-08-11 Bennet Bleßmanninclude the type name for better pin-pointing of the...
2024-08-11 Bennet Bleßmanncheck whether (re-)allocation succeeded
2024-08-11 Bennet Bleßmannadd detail to comment
2024-08-05 Mark ThomMerge pull request #2463 from Skgland/split-up-inconsit...
2024-08-05 Bennet Bleßmannswitch invalid term from type to domain error
2024-08-05 Bennet Bleßmannfix remaining use of declaration instead of directive
2024-08-05 Bennet Bleßmannremove obsolete ExistenceError::Declaration
2024-08-05 Bennet Bleßmannchange declaration to directive
2024-08-05 Bennet Bleßmannajust/add devlaration errors to be more standard compliant
2024-08-05 Bennet Bleßmannimpl PartialEq<str> and PartialEq<&str> for Atom
2024-08-05 Bennet Bleßmannadjust errors to be more standard compliant
2024-08-05 Bennet Bleßmannfix compilation for 1.77
2024-08-05 Bennet Bleßmannsplit up CompilationError::InconsistentEntry
2024-08-05 Bennet Bleßmannadd test for declaration errors
2024-08-05 Bennet Bleßmannuse an enum for OpDesc spec
2024-08-05 Mark ThomMerge pull request #2466 from Skgland/upgrade-deps
2024-08-04 Bennet Bleßmannreplace derive_deref with derive_more
2024-08-04 Bennet Bleßmannreplace select by scrape
2024-08-03 Bennet Bleßmannresolve problems from deps upgrade
2024-08-03 Bennet Bleßmannupdate/upgrade dependencies
2024-08-03 Mark ThomMerge pull request #2462 from Skgland/fix-segfault
2024-08-03 Bennet Bleßmannprevent accidental double free by checking tag before...
2024-08-03 Bennet Bleßmanndrop payload after resetting machine
2024-07-26 Mark ThomMerge pull request #2457 from Skgland/library
2024-07-25 Adrián Arroyo... Fix build on WASM after #2442
2024-07-25 Bennet Bleßmannfix copy-past error
2024-07-25 Bennet Bleßmannadd a features for gating things we can use once 1...
2024-07-25 Bennet Bleßmannuse a OnceLock static for LIBRARIES instead of thread_l...
2024-07-25 Bennet Bleßmannmove the creation of the LIBRARIES IndexMap out of...
2024-07-22 Bennet Bleßmannrun rustfmt
2024-07-22 Bennet Bleßmannuse include_str! for the build in libraries
2024-07-22 Mark ThomMerge pull request #2439 from Skgland/miri
2024-07-07 Mark ThomMerge pull request #2442 from aarroyoc/fix-http-at...
2024-07-07 Mark ThomMerge pull request #2440 from triska/statistics
2024-07-07 Bennet Bleßmannfix leak of slaps with dropped payload
2024-07-07 Bennet Bleßmanncleanup the slab types
2024-07-07 Bennet Bleßmannwrap Payloads that are dropped eraly in ManuallyDrop
2024-07-07 Bennet Bleßmanncheck that we don't attempt to un-drop while evacuating
2024-07-07 Bennet Bleßmannadd `AllocateInArena` as a Pivot for `arena_alloc!`
2024-07-07 Bennet Bleßmannremove unsafe `impl From<UntypedArenaPtr> for CodeIndex`
2024-07-07 Skglandignore `pstr_iter_tests` test in miri as it takes too...
2024-07-07 Bennet Bleßmannfix clippy again
2024-07-07 Bennet Bleßmannfix leak of ArenaAllocated IndexPtr
2024-07-07 Bennet Bleßmannreplace static Once and two mut statics with one static...
2024-07-07 Bennet Bleßmannreduce span of unsafe block
2024-07-06 Bennet Bleßmannswitch macos to latest as macos-11 has been removed
2024-07-06 Bennet Bleßmannfix clippy
2024-07-06 Bennet Bleßmannadjust ignore reason
2024-07-06 Bennet Bleßmannif UB un IndexPtr ArenaAllocated impl
2024-07-06 Bennet Bleßmannreplace `ref_thread_local::ref_thread_local!` with...
next