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: TypePath part 2 #8768

Merged
merged 32 commits into from
Oct 9, 2023
Merged

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    10bd53e View commit details
    Browse the repository at this point in the history
  2. regular tests

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5a9a5ff View commit details
    Browse the repository at this point in the history
  3. doctests!

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0fd5e36 View commit details
    Browse the repository at this point in the history
  4. docs and collision resistance

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6792bb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6c6e3f View commit details
    Browse the repository at this point in the history
  6. merge fixes

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    fa544af View commit details
    Browse the repository at this point in the history
  7. remove extra println

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0e94e7e View commit details
    Browse the repository at this point in the history
  8. docs and tests

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8cb80ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6768e05 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a9e902 View commit details
    Browse the repository at this point in the history
  11. various correctness fixes

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4e8dfa7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    469c927 View commit details
    Browse the repository at this point in the history
  13. merge fixes

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bd0b407 View commit details
    Browse the repository at this point in the history
  14. documentation fixes

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

    soqb committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a6b3b1c View commit details
    Browse the repository at this point in the history
  16. fix doc test

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

Commits on Jun 26, 2023

  1. fix doc slips

    soqb committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5e2ac16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074d769 View commit details
    Browse the repository at this point in the history
  3. change more docs

    soqb committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4c68253 View commit details
    Browse the repository at this point in the history
  4. fix tuple TypePath impl

    soqb committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    71ad523 View commit details
    Browse the repository at this point in the history
  5. add slices to new test

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

Commits on Aug 15, 2023

  1. merge with main

    soqb committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c2689a3 View commit details
    Browse the repository at this point in the history
  2. vtable -> table

    soqb committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6057a4f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. address feedback

    soqb committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    bce5c9d View commit details
    Browse the repository at this point in the history
  2. remove unused import

    soqb committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2a4442f View commit details
    Browse the repository at this point in the history
  3. appease clippy

    soqb committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c1bc5cc View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    a3dbbd5 View commit details
    Browse the repository at this point in the history
  2. aaagh!

    soqb committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b6b9af8 View commit details
    Browse the repository at this point in the history
  3. TypePath for &mut

    soqb committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9d49b3a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/bevyengine/bevy into reflec…

    …t-type-path-part-2
    soqb committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    eca4e38 View commit details
    Browse the repository at this point in the history
  5. add missing doc link

    soqb committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    aae3ca3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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