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

Implement gen blocks in the 2024 edition #116447

Merged
merged 13 commits into from
Oct 29, 2023
Merged

Implement gen blocks in the 2024 edition #116447

merged 13 commits into from
Oct 29, 2023

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    a61cf67 View commit details
    Browse the repository at this point in the history
  2. Add hir::GeneratorKind::Gen

    oli-obk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1442308 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    6214943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998a816 View commit details
    Browse the repository at this point in the history
  3. Basic generators work

    oli-obk committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c892b28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    638d2d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e5b367 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cece90c View commit details
    Browse the repository at this point in the history
  7. Handle move generators

    oli-obk committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4ac25fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6223744 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb90c4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b8bfd08 View commit details
    Browse the repository at this point in the history
  11. Fuse gen blocks

    oli-obk committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    eb66d10 View commit details
    Browse the repository at this point in the history