]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2024-07-06 Bennet Bleßmannclippy: use clone_from rather than clone
2024-07-06 Bennet Bleßmannclippy: ignore unused fields on PrologBenchmark struct
2024-07-06 Bennet Bleßmannrun rustfmt
2024-07-06 Bennet Bleßmannupdate ignore reason
2024-07-06 Bennet Bleßmannadjust the generation of the LIBRARIES map
2024-07-06 Bennet Bleßmanndon't use env::current_dir() in miri
2024-07-06 Bennet Bleßmannfix some more miri errors
2024-07-06 Bennet Bleßmannsome test pass miri
2024-07-06 Bennet Bleßmannremove rust_beta_channel feature
2024-07-05 Bennet Bleßmannunify pointer width
2024-07-05 Bennet Bleßmannreplace transmut with pointer cast calls
2024-07-05 Bennet Bleßmannresolve miri error for pstr_iter_tests in atom_table
2024-07-05 Bennet Bleßmannadjust alignment calculation
2024-07-05 Bennet Bleßmannrework some unsafe parts
2024-07-05 Bennet Bleßmannremove remains of num feature
2024-07-04 Mark ThomMerge pull request #2436 from triska/arxivlink
2024-07-03 Markus Triskalink to newly available paper about Grants4Companies
2024-06-07 Mark ThomMerge pull request #2417 from aarroyoc/fix-2416
2024-06-06 Adrián Arroyo... Manage Float and Double FFI types in structs
2024-05-29 Mark ThomMerge pull request #2413 from Skgland/master
2024-05-29 Bennet Bleßmanncreate swap file for wasm32 build
2024-05-28 Bennet Bleßmannfix two clippy lints
2024-05-28 Bennet Bleßmannre-add CI job to test Cargo.toml rust-version
2024-05-27 Mark ThomMerge pull request #2410 from aarroyoc/fix-warn-dead...
2024-05-27 Adrián Arroyo... Fix warnings of dead code
2024-05-13 Mark Thommore generally consider NEGATIVE_SIGN a non-op term...
2024-04-29 Mark ThomMerge pull request #2393 from mthom/unsafe_improvements
2024-04-29 Mark Thomremove 1.70 version CI job unsafe_improvements origin/unsafe_improvements
2024-04-29 Mark Thomdelay instantiation errors on lists in phrase/3 until...
2024-04-29 Mark Thomdetect External indices more generally in internalize_c...
2024-04-26 Mark Thomfix failing clippy checks, remove unnecessary code
2024-04-25 Mark Thomfix wasm tests in unsafe_improvements branch
2024-04-25 Mark Thombump required rust version for use of newly introduced...
2024-04-25 Mark Thomimprove use of unsafe Rust in arena.rs (#2391)
2024-04-10 Mark Thomadd nth_partial_strings_tests for bugs raised in #1827...
2024-04-10 Mark Thomuse common test_framework module for several test suites
2024-04-10 Mark Thomfix char_offset values in add_pstr_offset_chars (#2381)
2024-04-10 Mark Thomfix skip_max_list crash on bigint max_steps (#2382)
2024-04-10 Mark Thomadd max_steps to PStr offset (#2381)
2024-04-09 Mark Thomcorrect offsets around max_steps in skip_max_list ...
2024-04-08 Mark ThomMerge pull request #2379 from aarroyoc/scryer-prolog...
2024-04-07 Adrián Arroyo... website: add Scryer Prolog Meetup 2024 banner
2024-04-05 Mark Thomadd Scryer Prolog Meetup 2024 to README
2024-04-05 Mark ThomMerge pull request #2376 from mthom/dependabot/cargo...
2024-04-05 dependabot... Bump h2 from 0.3.24 to 0.3.26
2024-04-03 Mark Thomtreat Utf8Error::valid_up_to as an offset form self...
2024-03-26 Mark ThomMerge pull request #2367 from triska/dcg_meta_predicates
2024-03-25 Markcorrect offset retrieval in add_pstr_chars_and_step...
2024-03-21 Markus TriskaADDED: meta_predicate/1 declarations for (',')//2 and...
2024-03-21 Mark ThomMerge pull request #2363 from triska/compile_format
2024-03-20 Markus TriskaENHANCED: further partial evaluation for the common...
2024-03-20 Markus Triskaextend partial evaluation to computing lengths when...
2024-03-20 Markus Triskagoal expansion for format/2 and format/3
2024-03-20 Markus Triskastrengthen type check
2024-03-20 Markus TriskaENHANCED: Partial evaluation of format_//2.
2024-03-19 Markexpand_call_goals/3 should expand meta-predicate subgoa...
2024-03-17 Mark ThomMerge pull request #2358 from triska/octet_documentation
2024-03-16 Markus Triskaindicate deprecated functionality
2024-03-16 Markus TriskaDOC: Un-document the ability to use bytes with encoding...
2024-03-16 Markus TriskaDOC: Improve descriptions to make clear what encoding...
2024-03-13 Markdon't skip to end of pstr in CommaSeparatedCharList...
2024-03-12 Mark ThomMerge pull request #2357 from aarroyoc/update-website...
2024-03-12 Adrián Arroyo... Website: link release v0.9.4
2024-03-02 Markrecompile original terms from compile_clause for term...
2024-03-01 Mark ThomMerge pull request #2354 from triska/side_channel
2024-03-01 Markus Triskaexplain potential side-channel attacks due to compact...
2024-03-01 Mark ThomMerge pull request #2353 from triska/hmac_verification
2024-03-01 Markus TriskaENHANCED: Safe HMAC verification, using constant time...
2024-03-01 Mark ThomMerge pull request #2351 from infogulch/install-current-iai
2024-02-29 infogulchInstall version of iai-callgrind set in Cargo.toml
2024-02-29 Markmake indexer downcast Integers to Fixnums when possible...
2024-02-29 Markadd #2341 test to lib_machine.rs
2024-02-29 Markuse scryer-modular-bitfield on github, version bump v0.9.4
2024-02-29 Markfix misuse of TypeError trait while fixing #2345
2024-02-29 Markissue callable type error from dynamic_module_resolutio...
2024-02-28 Mark ThomMerge pull request #2309 from coasys/library-use-case
2024-02-24 Mark ThomMerge pull request #2342 from triska/curve_doc
2024-02-24 Markus TriskaDOC: Add DocLog comments for reasoning about elliptic...
2024-02-22 Mark ThomMerge pull request #2338 from triska/hmac
2024-02-22 Markus TriskaADDED: Hash-based message authentication code (HMAC...
2024-02-18 Mark ThomMerge pull request #2337 from triska/master
2024-02-18 Markus Triskalink to newly available paper on analysis of dose-escal...
2024-02-16 Bennet Bleßmannfix build of run_iai bench for wasm32
2024-02-16 Bennet Bleßmannfix benchmarks being broken for every target except...
2024-02-16 Bennet Bleßmanncfg out benches for wasm32
2024-02-16 Bennet Bleßmannfix compilation of wasm32 test and skip to run wasm32...
2024-02-16 Bennet Bleßmannundo `continue-on-error`
2024-02-16 Bennet Bleßmannbump ahash lock to 0.8.7
2024-02-12 Mark ThomMerge pull request #2327 from triska/char_type
2024-02-11 Markus TriskaFIXED: char_type/2 for unbound first argument.
2024-02-09 Nicolas Luckcontinue-on-error if target=wasm32 or rust=nightly
2024-02-09 Nicolas LuckReactivate nightly test job with continue-on-error set
2024-02-09 Nicolas LuckUse stable Rust for style/report and deactivate nightly...
2024-02-09 Nicolas LuckMerge branch 'master' into library-use-case
2024-02-09 Mark ThomUpdate src/machine/parsed_results.rs
2024-02-08 Markfix tests broken by singleton
2024-02-08 Mark ThomMerge pull request #2322 from triska/char_code
2024-02-07 Markus TriskaENHANCED: Bidirectional char_type/2, addressing #2321.
2024-02-07 Mark ThomMerge pull request #2319 from triska/clpz_t
2024-02-06 Markus TriskaADDED: clpz_t/2, generalizing support for use with...
next