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

promote_consts: some clean-up after experimenting #125853

Merged
merged 5 commits into from
Jun 21, 2024

Commits on Jun 16, 2024

  1. use rustc-dep-of-std in panic_unwind

    Wihout it, std keeps rebuiling when unchanged.
    But we could use `--keep-stage=1` to make it not rebuild.
    tesuji committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    06aee7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2870891 View commit details
    Browse the repository at this point in the history
  3. promote_consts: eargerly return when there are no candidates

    There is no need to do it when mustn't.
    tesuji committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c036594 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    62a2875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7002a3f View commit details
    Browse the repository at this point in the history