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

Make codegen choose whether to emit overflow checks #107921

Merged
merged 19 commits into from
Feb 19, 2023

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    4bd2ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e34caaf View commit details
    Browse the repository at this point in the history
  3. Add codegen test.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    86dbcb5 View commit details
    Browse the repository at this point in the history
  4. Add comment.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d0cc00f View commit details
    Browse the repository at this point in the history
  5. Correct comment.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    1480b1c View commit details
    Browse the repository at this point in the history
  6. Adapt interpreter.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    7567f1f View commit details
    Browse the repository at this point in the history
  7. Remove outdated comment.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    4c93145 View commit details
    Browse the repository at this point in the history
  8. Fix CTFE interpreter.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    7f36a3f View commit details
    Browse the repository at this point in the history
  9. Adapt interpreter.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    085eaa7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb1f7f7 View commit details
    Browse the repository at this point in the history
  11. Update compiler/rustc_middle/src/mir/syntax.rs

    Co-authored-by: Ralf Jung <post@ralfj.de>
    cjgillot and RalfJung committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    328696c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f13aa7 View commit details
    Browse the repository at this point in the history
  13. Make name more explicit.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    e9c73ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a576919 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1a0f82 View commit details
    Browse the repository at this point in the history
  16. Fix codegen test.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    c107e0e View commit details
    Browse the repository at this point in the history
  17. Adapt cg_clif.

    cjgillot committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    f79db59 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e795bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9f6c1df View commit details
    Browse the repository at this point in the history