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

Rollup of 3 pull requests #91338

Merged
merged 8 commits into from
Nov 29, 2021
Merged

Rollup of 3 pull requests #91338

merged 8 commits into from
Nov 29, 2021

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    4cfb7ad View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    b16ac4c View commit details
    Browse the repository at this point in the history
  2. Emit LLVM optimization remarks when enabled with -Cremark

    The default diagnostic handler considers all remarks to be disabled by
    default unless configured otherwise through LLVM internal flags:
    `-pass-remarks`, `-pass-remarks-missed`, and `-pass-remarks-analysis`.
    This behaviour makes `-Cremark` ineffective on its own.
    
    Fix this by configuring a custom diagnostic handler that enables
    optimization remarks based on the value of `-Cremark` option. With
    `-Cremark=all` enabling all remarks.
    tmiasko committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6846674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fa4529 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Add 1.57.0 release notes

    cuviper authored and Mark-Simulacrum committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    4c3699f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Rollup merge of rust-lang#90131 - camsteffen:fmt-args-span-fix, r=cjg…

    …illot
    
    Fix a format_args span to be expansion
    
    I found this while exploring solutions for rust-lang/rust-clippy#7843.
    
    r? `@m-ou-se`
    matthiaskrgr authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    9715724 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#90832 - cuviper:relnotes-1.57.0, r=Mark-Sim…

    …ulacrum
    
    Add 1.57.0 release notes
    matthiaskrgr authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    9ef0bcf View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#90833 - tmiasko:optimization-remarks, r=nikic

    Emit LLVM optimization remarks when enabled with `-Cremark`
    
    The default diagnostic handler considers all remarks to be disabled by
    default unless configured otherwise through LLVM internal flags:
    `-pass-remarks`, `-pass-remarks-missed`, and `-pass-remarks-analysis`.
    This behaviour makes `-Cremark` ineffective on its own.
    
    Fix this by configuring a custom diagnostic handler that enables
    optimization remarks based on the value of `-Cremark` option. With
    `-Cremark=all` enabling all remarks.
    
    Fixes rust-lang#90924.
    
    r? `@nikic`
    matthiaskrgr authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    67762ff View commit details
    Browse the repository at this point in the history