Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20220629 typed language #33

Open
wants to merge 168 commits into
base: main
Choose a base branch
from
Open

20220629 typed language #33

wants to merge 168 commits into from

Commits on Jun 30, 2022

  1. All needed code transcribed from haskell implementation ... first we'…

    …ll get it compiling and then transcribe tests
    prozacchiwawa committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5e0f6b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4580b16 View commit details
    Browse the repository at this point in the history
  3. mod

    prozacchiwawa committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    e336aa3 View commit details
    Browse the repository at this point in the history
  4. ported haskell implementation of 'Jana Dunfield and Neelakantan R. Kr…

    …ishnaswami's ICFP 2013 paper, Complete and easy bidirectional typechecking for higer-order rank polymorphism.' by Kwanghoon Choi to rust, untested
    prozacchiwawa committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    22448ba View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    385d5b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    53b64bd View commit details
    Browse the repository at this point in the history
  2. More tests

    prozacchiwawa committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4564294 View commit details
    Browse the repository at this point in the history
  3. More

    prozacchiwawa committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    7347f85 View commit details
    Browse the repository at this point in the history
  4. More

    prozacchiwawa committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    0a80f01 View commit details
    Browse the repository at this point in the history
  5. more

    prozacchiwawa committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    e802e4b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    1f6a9bb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    0a5d2aa View commit details
    Browse the repository at this point in the history
  2. Add test

    prozacchiwawa committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    dd1bd46 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    c50903d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea3d747 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    0e6f202 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. more working typings

    prozacchiwawa committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e03c883 View commit details
    Browse the repository at this point in the history
  2. enough is functioning that we can describe functions by variable name…

    … and save them in the environment
    prozacchiwawa committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c3b9e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3be61a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. All type checking

    prozacchiwawa committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    35979b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c044b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f81c367 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d6d35e View commit details
    Browse the repository at this point in the history
  5. Well formed assertions

    prozacchiwawa committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    bc9aa92 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    9b5c53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc102f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0cad78 View commit details
    Browse the repository at this point in the history
  4. WIP checkpoint

    prozacchiwawa committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3a0dd49 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. All tests passing again, i have pretty good confidence after wringing…

    … out diffs with execution path of haskell original (with necessary additions in the haskell code to support chialisp idia)
    prozacchiwawa committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    1183751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be25c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4cfd75 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. More tests

    prozacchiwawa committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7b682cb View commit details
    Browse the repository at this point in the history
  2. Enough to do basic args

    prozacchiwawa committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c6d7a7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a81ef36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f1585d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    971b49e View commit details
    Browse the repository at this point in the history
  6. sha256 yields atom32

    prozacchiwawa committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f544a32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d8ec07 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    448c37b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c37dd3c View commit details
    Browse the repository at this point in the history
  3. More checks

    prozacchiwawa committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    dd83b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    bffc77f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c3fc9 View commit details
    Browse the repository at this point in the history
  3. Fixed a bunch of things (turns out solve was something adding things …

    …at the end of the context) which led me to section 4 of the bidirectional type checking paper and proper extensionality which in turn led to fixes to a few oversights in the original code
    prozacchiwawa committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f341a40 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Abstract deftype routed

    prozacchiwawa committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2037cd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    71fc51a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37acfe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4548adb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    9ecccea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5d8f6 View commit details
    Browse the repository at this point in the history
  3. Add prims

    prozacchiwawa committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    1a6ddbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d25f43 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    5d4791f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6559b13 View commit details
    Browse the repository at this point in the history
  3. test of bless

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d9f385c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c19bfaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6335eec View commit details
    Browse the repository at this point in the history
  6. Fix some clippy traffic

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8a072b9 View commit details
    Browse the repository at this point in the history
  7. Add doc

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a222657 View commit details
    Browse the repository at this point in the history
  8. Missing

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7dce442 View commit details
    Browse the repository at this point in the history
  9. fmt

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    226cea9 View commit details
    Browse the repository at this point in the history
  10. fmt

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c79a720 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    506ae09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34b5a72 View commit details
    Browse the repository at this point in the history
  13. Loosen f and r on lists

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7ebdd26 View commit details
    Browse the repository at this point in the history
  14. fmt

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8722796 View commit details
    Browse the repository at this point in the history
  15. ensure that List and other TApps synthesize their representation for …

    …f and r and other destructuring operators
    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d04a551 View commit details
    Browse the repository at this point in the history
  16. fmt

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ad22f3c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b9ea84 View commit details
    Browse the repository at this point in the history
  18. fmt

    prozacchiwawa committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8cd9700 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    5aadc18 View commit details
    Browse the repository at this point in the history
  2. fmt

    prozacchiwawa committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    cc559a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    a4df5b1 View commit details
    Browse the repository at this point in the history
  2. Fmt

    prozacchiwawa committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1373625 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d2d23 View commit details
    Browse the repository at this point in the history
  4. fmt

    prozacchiwawa committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    a5f65ac View commit details
    Browse the repository at this point in the history
  5. Last additions

    prozacchiwawa committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    a9de3a0 View commit details
    Browse the repository at this point in the history
  6. fix

    prozacchiwawa committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d338b6d View commit details
    Browse the repository at this point in the history
  7. fix doc

    prozacchiwawa committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    73aa729 View commit details
    Browse the repository at this point in the history
  8. clean up prose

    prozacchiwawa committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c0ae901 View commit details
    Browse the repository at this point in the history
  9. Fix

    prozacchiwawa committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0e6c1ce View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. File removed

    prozacchiwawa committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    0f01621 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Add tests for examples in types.md and more tests that differing stru…

    …cts don't unify. Simplify some parts of compilation and ensure that we have sound definitions of struct types with vars included.
    prozacchiwawa committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    2583a0e View commit details
    Browse the repository at this point in the history
  2. fmt

    prozacchiwawa committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    32b9122 View commit details
    Browse the repository at this point in the history
  3. forgotten tag

    prozacchiwawa committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    83d2504 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Tweak reify, fix issues in context and other places. De-recurse apply…

    …, fix type synthesis in various spots, make solve pass on enhanced context
    prozacchiwawa committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    bc00628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b8e38f View commit details
    Browse the repository at this point in the history
  3. fmt

    prozacchiwawa committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    002330c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db25a58 View commit details
    Browse the repository at this point in the history
  5. Update cargo.lock

    prozacchiwawa committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    d643f87 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    2645846 View commit details
    Browse the repository at this point in the history
  2. fmt

    prozacchiwawa committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2b76409 View commit details
    Browse the repository at this point in the history
  3. clippy

    prozacchiwawa committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    55ffa43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a30ab View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Update to current base

    prozacchiwawa committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1ecb9b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. pull in base

    prozacchiwawa committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3d1d114 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge up base

    prozacchiwawa committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    782e6cd View commit details
    Browse the repository at this point in the history
  2. fmt + clippy

    prozacchiwawa committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6d91994 View commit details
    Browse the repository at this point in the history
  3. clippy

    prozacchiwawa committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9fcbb3b View commit details
    Browse the repository at this point in the history
  4. fmt

    prozacchiwawa committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1f44130 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Pull in base

    prozacchiwawa committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    cff4037 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Merge up

    prozacchiwawa committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e00810e View commit details
    Browse the repository at this point in the history
  2. Merge up

    prozacchiwawa committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4c9a9d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Merge up

    prozacchiwawa committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    bbcbd7a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge up

    prozacchiwawa committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2d48a83 View commit details
    Browse the repository at this point in the history
  2. fmt + clippy + merge

    prozacchiwawa committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d46bd94 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Merge up

    prozacchiwawa committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    282b65a View commit details
    Browse the repository at this point in the history
  2. fmt + clippy

    prozacchiwawa committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    b667d14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beb655a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Merge up

    prozacchiwawa committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5fd4d59 View commit details
    Browse the repository at this point in the history
  2. fmt

    prozacchiwawa committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0239d3e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge up

    prozacchiwawa committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    cca4617 View commit details
    Browse the repository at this point in the history
  2. fmt + clippy

    prozacchiwawa committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e76ce50 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    4d7874a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    f7f15e4 View commit details
    Browse the repository at this point in the history
  2. Add coverage

    prozacchiwawa committed May 15, 2023
    Configuration menu
    Copy the full SHA
    429f107 View commit details
    Browse the repository at this point in the history
  3. fmt

    prozacchiwawa committed May 15, 2023
    Configuration menu
    Copy the full SHA
    92cea6f View commit details
    Browse the repository at this point in the history
  4. More coverage

    prozacchiwawa committed May 15, 2023
    Configuration menu
    Copy the full SHA
    45e1891 View commit details
    Browse the repository at this point in the history
  5. fmt

    prozacchiwawa committed May 15, 2023
    Configuration menu
    Copy the full SHA
    08d59de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18b96df View commit details
    Browse the repository at this point in the history
  7. fmt

    prozacchiwawa committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7580f51 View commit details
    Browse the repository at this point in the history
  8. More coverage

    prozacchiwawa committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7bc1dff View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. More coverage

    prozacchiwawa committed May 16, 2023
    Configuration menu
    Copy the full SHA
    66b4b03 View commit details
    Browse the repository at this point in the history
  2. more coverage

    prozacchiwawa committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1d5f473 View commit details
    Browse the repository at this point in the history
  3. More coverage

    prozacchiwawa committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c53ed3f View commit details
    Browse the repository at this point in the history
  4. Tighten up theory a bit

    prozacchiwawa committed May 16, 2023
    Configuration menu
    Copy the full SHA
    15476b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    7f7176f View commit details
    Browse the repository at this point in the history
  2. fmt

    prozacchiwawa committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5e3cc15 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge up

    prozacchiwawa committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e98c841 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Merge up base

    prozacchiwawa committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e6a9c6f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge up

    prozacchiwawa committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4fc31c3 View commit details
    Browse the repository at this point in the history
  2. fmt + clippy

    prozacchiwawa committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9ca0d9b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge up

    prozacchiwawa committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5156b7e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge up

    prozacchiwawa committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5038f8b View commit details
    Browse the repository at this point in the history
  2. Merge up

    prozacchiwawa committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    70a4ada View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge up

    prozacchiwawa committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    50c475f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Remove unused

    prozacchiwawa committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d818611 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Almost working (WIP)

    prozacchiwawa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b68405a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4d3c0 View commit details
    Browse the repository at this point in the history
  3. fmt

    prozacchiwawa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    59cc99e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    654d11a View commit details
    Browse the repository at this point in the history
  5. Cargo lock update

    prozacchiwawa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    db74763 View commit details
    Browse the repository at this point in the history
  6. Add types tests

    prozacchiwawa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b990cea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a09c814 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18accee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1b10c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46d069c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #70 from Chia-Network/20240305-update-types

    20240305 update types
    prozacchiwawa authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    51d6f8a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ef94e4 View commit details
    Browse the repository at this point in the history
  13. Upgrade env_logger

    prozacchiwawa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7c27408 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7aec906 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed37a37 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0da8797 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a602aee View commit details
    Browse the repository at this point in the history
  18. Set env_filter version

    prozacchiwawa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    035d7a0 View commit details
    Browse the repository at this point in the history
  19. Try specifying 1.71

    prozacchiwawa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7d2577b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    18a26b4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    89ef972 View commit details
    Browse the repository at this point in the history
  22. Update lock files

    prozacchiwawa committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    552e800 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    b4a03e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13273af View commit details
    Browse the repository at this point in the history
  3. Reset to baseline

    prozacchiwawa committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1c55fdb View commit details
    Browse the repository at this point in the history
  4. Try without log

    prozacchiwawa committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    81b1b75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a73d77 View commit details
    Browse the repository at this point in the history
  6. fmt + clippy

    prozacchiwawa committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2a7d0bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7aa40d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge up

    prozacchiwawa committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a9c2806 View commit details
    Browse the repository at this point in the history
  2. Merge up

    prozacchiwawa committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    84801f1 View commit details
    Browse the repository at this point in the history