-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 3 pull requests #91338
Commits on Oct 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4cfb7ad - Browse repository at this point
Copy the full SHA 4cfb7adView commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b16ac4c - Browse repository at this point
Copy the full SHA b16ac4cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6846674 - Browse repository at this point
Copy the full SHA 6846674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa4529 - Browse repository at this point
Copy the full SHA 8fa4529View commit details
Commits on Nov 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4c3699f - Browse repository at this point
Copy the full SHA 4c3699fView commit details
Commits on Nov 28, 2021
-
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`
Configuration menu - View commit details
-
Copy full SHA for 9715724 - Browse repository at this point
Copy the full SHA 9715724View commit details -
Rollup merge of rust-lang#90832 - cuviper:relnotes-1.57.0, r=Mark-Sim…
…ulacrum Add 1.57.0 release notes
Configuration menu - View commit details
-
Copy full SHA for 9ef0bcf - Browse repository at this point
Copy the full SHA 9ef0bcfView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 67762ff - Browse repository at this point
Copy the full SHA 67762ffView commit details