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

refactoring and yak shaving. #13687

Closed
wants to merge 45 commits into from

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    712cb76 View commit details
    Browse the repository at this point in the history
  2. toSeq without compiles

    krux02 committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    94d4f79 View commit details
    Browse the repository at this point in the history
  3. add workaround nim-lang#13417

    krux02 committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    7cede93 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. added temporary debug stuff

    krux02 committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    70a75ad View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. experimental fix

    krux02 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    2d3f84b View commit details
    Browse the repository at this point in the history
  2. fix another bug

    krux02 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    0b82257 View commit details
    Browse the repository at this point in the history
  3. minor removal of

    krux02 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    eaed2e3 View commit details
    Browse the repository at this point in the history
  4. minor cleanup

    krux02 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    d1b53da View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. cleanup in tests

    krux02 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6296db1 View commit details
    Browse the repository at this point in the history
  2. WIP

    krux02 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    05f7fee View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. fix test toString

    krux02 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    abf3f1a View commit details
    Browse the repository at this point in the history
  2. finish cleanup test tostring

    krux02 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    08e8b80 View commit details
    Browse the repository at this point in the history
  3. fix for tconcepts_issues

    krux02 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    20515e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. WIP

    krux02 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    15a0c2e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'remove-compiles-from-compiler' of github.com:krux02/Nim…

    … into remove-compiles-from-compiler
    krux02 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    f6f5ded View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. magic typeIsRecursive

    krux02 committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    61d3807 View commit details
    Browse the repository at this point in the history
  2. add two tests

    krux02 committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    8e2d6c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. cycle detection works

    krux02 committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    5c2954f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. fix in for loop inlining

    krux02 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    c93544c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    150b9d6 View commit details
    Browse the repository at this point in the history
  2. some more adoptions and fixes

    krux02 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    da70460 View commit details
    Browse the repository at this point in the history
  3. last test fixes

    krux02 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    8a71755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e0369a View commit details
    Browse the repository at this point in the history
  5. small cleanup

    krux02 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    6ae9f9c View commit details
    Browse the repository at this point in the history
  6. simplify cycle detection

    krux02 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f4ab177 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. implement as typetrait

    krux02 committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5c5bbfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0726d1f View commit details
    Browse the repository at this point in the history
  3. fix for last regression

    krux02 committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    675f4b2 View commit details
    Browse the repository at this point in the history
  4. add dollar for proc values

    krux02 committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    ae73bb4 View commit details
    Browse the repository at this point in the history
  5. fix for cstrig

    krux02 committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    267cd65 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. add test for unchecked array

    krux02 committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    6ddb8e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    d71bb0c View commit details
    Browse the repository at this point in the history
  2. apply feedback

    krux02 committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    9b3ede6 View commit details
    Browse the repository at this point in the history
  3. apply feedback

    krux02 committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    bd9694e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. hadle openarray explicitly

    krux02 committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b83dea3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

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

Commits on Mar 25, 2020

  1. print pointer as hex

    krux02 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    5586a09 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. apply requested changes

    krux02 committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    e8e3c2c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. stuff

    krux02 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    590e225 View commit details
    Browse the repository at this point in the history
  2. fixes in tests

    krux02 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    99fd44d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. fix regression

    krux02 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a9fb475 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'remove-compiles-from-compiler' of github.com:krux02/Nim…

    … into remove-compiles-from-compiler
    krux02 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    dc4b8a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. undeprecate initSharedTable

    krux02 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    59c15eb View commit details
    Browse the repository at this point in the history
  2. add assert

    krux02 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    15e449e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

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