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

reflect: stable type path v2 #7184

Merged
merged 56 commits into from
Jun 5, 2023
Merged

Commits on Jan 28, 2023

  1. a lot.

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    91cafeb View commit details
    Browse the repository at this point in the history
  2. compiles!

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    2beb8de View commit details
    Browse the repository at this point in the history
  3. type_name attributes

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    8ea850f View commit details
    Browse the repository at this point in the history
  4. better test

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    fc45a9a View commit details
    Browse the repository at this point in the history
  5. cargo fmt --all

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    190cf5c View commit details
    Browse the repository at this point in the history
  6. first pass docs

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    171d528 View commit details
    Browse the repository at this point in the history
  7. primitive fix

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    5c7e113 View commit details
    Browse the repository at this point in the history
  8. messy rebase & ci

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    0cb050a View commit details
    Browse the repository at this point in the history
  9. ci wrangling

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    6929d9c View commit details
    Browse the repository at this point in the history
  10. const generics

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    7f8f7a9 View commit details
    Browse the repository at this point in the history
  11. cargo fmt --all

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    4fe6989 View commit details
    Browse the repository at this point in the history
  12. use literals where possible

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ec4c78e View commit details
    Browse the repository at this point in the history
  13. remove TypePathStorage

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    c54b776 View commit details
    Browse the repository at this point in the history
  14. added DynamicTypePath

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    b79e3d0 View commit details
    Browse the repository at this point in the history
  15. cargo fmt --all

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    52719c1 View commit details
    Browse the repository at this point in the history
  16. fix one implementation

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    973759b View commit details
    Browse the repository at this point in the history
  17. cleanup

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    b523e91 View commit details
    Browse the repository at this point in the history
  18. fix examples

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    f867b1e View commit details
    Browse the repository at this point in the history
  19. improve docs

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    d03725f View commit details
    Browse the repository at this point in the history
  20. fix method names

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    43cecd1 View commit details
    Browse the repository at this point in the history
  21. docs for ReflectTypePath

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    0434345 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f726916 View commit details
    Browse the repository at this point in the history
  23. rebase

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    280ab6a View commit details
    Browse the repository at this point in the history
  24. cargo fmt --all

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    31fad8c View commit details
    Browse the repository at this point in the history
  25. fix extend_where_clause

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    033b7ac View commit details
    Browse the repository at this point in the history
  26. cargo fmt --all

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    974d499 View commit details
    Browse the repository at this point in the history
  27. ci fixes

    soqb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    d59c3fb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    cdb356e View commit details
    Browse the repository at this point in the history
  2. audio sink

    soqb committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a58bdb6 View commit details
    Browse the repository at this point in the history
  3. fixed issues

    soqb committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ff846ca View commit details
    Browse the repository at this point in the history
  4. revise WhereClauseOptions

    soqb committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0fa7142 View commit details
    Browse the repository at this point in the history
  5. docs

    soqb committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2a2bccf View commit details
    Browse the repository at this point in the history
  6. doc fixes

    soqb committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f25cac0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. refactor TypedProperty

    soqb committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    b600b85 View commit details
    Browse the repository at this point in the history
  2. improve (Non)GenericTypeCell

    soqb committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    d5ee8e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad224f View commit details
    Browse the repository at this point in the history
  4. better tests

    soqb committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    395f907 View commit details
    Browse the repository at this point in the history
  5. fix doc test

    soqb committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    b52deba View commit details
    Browse the repository at this point in the history
  6. document *TypeCell aliases

    soqb committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    1f173ca View commit details
    Browse the repository at this point in the history
  7. fix various ci

    soqb committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    a68ebce View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. ci tweaks

    soqb committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a42c641 View commit details
    Browse the repository at this point in the history
  2. prefix custom paths

    soqb committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a771aea View commit details
    Browse the repository at this point in the history
  3. path_to_type -> type_path

    soqb committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c12ad4b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    ee798d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0acbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b10dbd2 View commit details
    Browse the repository at this point in the history
  4. typecell in derive refactor

    soqb committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    04b395b View commit details
    Browse the repository at this point in the history
  5. introduce StringExpr

    soqb committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    fd02571 View commit details
    Browse the repository at this point in the history
  6. appease clippy

    soqb committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8003efe View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. review feedback + hashbrown fix

    soqb committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    1010ed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5caf285 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    21600e4 View commit details
    Browse the repository at this point in the history
  2. rebase part 2

    soqb committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    63b85e5 View commit details
    Browse the repository at this point in the history
  3. bless rust 1.70

    soqb committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6f807a5 View commit details
    Browse the repository at this point in the history
  4. revert compile fail changes

    soqb committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    6e22c5a View commit details
    Browse the repository at this point in the history
  5. doctest fix

    soqb committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    3fea3c6 View commit details
    Browse the repository at this point in the history