-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 6 pull requests #119009
Rollup of 6 pull requests #119009
Conversation
Add `trim_ascii_start`, `trim_ascii_end`, and `trim_ascii` functions to `&str` for trimming ASCII whitespace under the `byte_slice_trim_ascii` feature gate. Add `inline` to `[u8]` `trim_ascii` functions
this pr is specifically for waffle because i love it <3
Add ASCII whitespace trimming functions to `&str` - Add `trim_ascii_start`, `trim_ascii_end`, and `trim_ascii` functions to `&str` for trimming ASCII whitespace - Add `#[inline]` to `[u8]` `trim_ascii` functions These functions are feature-gated by `#![feature(byte_slice_trim_ascii)]` rust-lang#94035
[std] Add xcoff in object's feature list object-0.32.0 has supported XCOFF format. And backtrace in submodule has been updated to support XCOFF and AIX. Add `xcoff` to supported feature list to make backtrace built on AIX.
…r=WaffleLapkin Simplify lint decorator derive too See last commit, since this is stacked on top of rust-lang#118727. r? WaffleLapkin
…ilstrieb use `if cfg!` instead of `#[cfg]` this pr is specifically for waffle because i love it <3 fixes rust-lang#118756 (comment) r? `@WaffleLapkin`
NFC: do not clone types that are copy
NFC don't convert types to identical types
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 5c927ab999 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (1c6a061): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 672.112s -> 672.671s (0.08%) |
The single tiny regression to exa doc full does not warrant spending time trying to tease apart this rollup, IMO. @rustbot label: +perf-regression-triaged |
Successful merges:
&str
#118523 (Add ASCII whitespace trimming functions to&str
)if cfg!
instead of#[cfg]
#118993 (useif cfg!
instead of#[cfg]
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup