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

Optimize typeof(T).IsValueType #1157

Merged
merged 27 commits into from
Dec 27, 2019
Merged

Commits on Dec 26, 2019

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

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    ff69f86 View commit details
    Browse the repository at this point in the history
  3. Improve tests, fix copy-paste

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    ffbacad View commit details
    Browse the repository at this point in the history
  4. Improve tests, add Enum

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    5868336 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bf4a12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76a0312 View commit details
    Browse the repository at this point in the history
  7. fix formatting issues

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    86e7842 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b71f1be View commit details
    Browse the repository at this point in the history
  9. Add more test cases

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    5c8ff26 View commit details
    Browse the repository at this point in the history
  10. implement isEnum

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    631a9ca View commit details
    Browse the repository at this point in the history
  11. re-implement isEnum check

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    ac03c32 View commit details
    Browse the repository at this point in the history
  12. formatting issues

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    3b37a90 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0926bbf View commit details
    Browse the repository at this point in the history
  14. Simplify IL tests

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    b24213f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e36adb3 View commit details
    Browse the repository at this point in the history
  16. Use gtGetHelperArgClassHandle

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    627e7a0 View commit details
    Browse the repository at this point in the history
  17. Add tests for __Canon

    EgorBo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    1fc0b71 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    6b37368 View commit details
    Browse the repository at this point in the history
  2. fix formatting issues

    EgorBo committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    3a53e71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    363d683 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    EgorBo committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    fc0d723 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    EgorBo committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    22a064a View commit details
    Browse the repository at this point in the history
  6. Cleanup

    EgorBo committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    75d5c84 View commit details
    Browse the repository at this point in the history
  7. Remove IsClass and IsPrimitive

    EgorBo committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    a6f6f13 View commit details
    Browse the repository at this point in the history
  8. Formatting

    EgorBo committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    b7e054f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5837874 View commit details
    Browse the repository at this point in the history
  10. formatting

    EgorBo committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    5bfe840 View commit details
    Browse the repository at this point in the history