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

Experiment: Const iterrator range with #[rustc_do_not_const_check] #107647

Closed

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    375241c View commit details
    Browse the repository at this point in the history
  2. add and bless tests

    fee1-dead authored and onestacked committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9dccf4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4481b60 View commit details
    Browse the repository at this point in the history
  4. Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c…

    …heck, implement const Iterator and DoubleEndedIterator for Range.
    onestacked committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ae0212e View commit details
    Browse the repository at this point in the history
  5. Bless test

    onestacked committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c9c9876 View commit details
    Browse the repository at this point in the history