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

Improve assert_eq! and assert_ne! #79100

Merged
merged 6 commits into from
Feb 21, 2021
Merged

Commits on Feb 14, 2021

  1. Improve assert_eq! and assert_ne!

    It should improve compile times and reduce instruction cache use by moving the
    panic formatting to a monomorphised function
    a1phyr committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    bbad2b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52197d3 View commit details
    Browse the repository at this point in the history
  3. Apply suggestion

    a1phyr committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    f138e26 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions

    - Move `assert_failed` to core::panicking`
    - Make `assert_failed` use an enum instead of a string
    a1phyr committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    546d062 View commit details
    Browse the repository at this point in the history
  5. Hide internals items in documentation

    Co-authored-by: Joshua Nelson <joshua@yottadb.com>
    a1phyr and Joshua Nelson committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    a357d86 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Fix run-make-fulldeps test

    a1phyr committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    7333759 View commit details
    Browse the repository at this point in the history