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

[beta-1.79] fix(toml): Don't warn on lints.rust.unexpected_cfgs.check-cfg #13925

Merged
merged 11 commits into from
May 22, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    9d66852 View commit details
    Browse the repository at this point in the history
  2. fix(toml): Don't warn on lints.rust.unexpected_cfgs.check-cfg

    While its unused, we thought we'd reduce warning noise for people using
    this key on nightly.
    epage committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8511aab View commit details
    Browse the repository at this point in the history
  3. style(test): Remove check-cfg warning

    This is currently breaking CI because we run effectively `RUSTDOCFLAGS=-Dwarnings cargo +nightly doc`
    epage committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1bb52ff View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. chore: Update 'time'

    epage committed May 21, 2024
    Configuration menu
    Copy the full SHA
    be111bb View commit details
    Browse the repository at this point in the history
  2. Update benchmark formatting for new nightly

    gmorenz authored and epage committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8cabfab View commit details
    Browse the repository at this point in the history
  3. Temporarily fix standard_lib tests on linux.

    ehuss authored and epage committed May 21, 2024
    Configuration menu
    Copy the full SHA
    dde2e1f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    1ebfbc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088d888 View commit details
    Browse the repository at this point in the history
  3. chore(ci): Disable link check

    It looks like its checking nightly rustc links against cargo which is
    failing because of links related to check-cfg which is stable on
    nightly.
    
    See also https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/Failures.20on.20Beta.20CI
    epage committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c99b2e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bfa91b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67aa704 View commit details
    Browse the repository at this point in the history