-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #111671
Rollup of 6 pull requests #111671
Conversation
It's just a short wrapper used by `tcx.require_lang_item`. Deleting it gives us a negative diff.
This makes it easier to implement it for a type, just like `Copy`.
… r=Nilstrieb Share slice of bytes r? `@Nilstrieb` cc `@noamtashma`
Stabilize feature `cstr_is_empty` Fixes rust-lang#102444 ACP: rust-lang/libs-team#106
…Lapkin Remove `LangItems::require` It's just a short wrapper used by `tcx.require_lang_item`. Deleting it gives us a negative diff.
…=BoxyUwU Add derive for `core::marker::ConstParamTy` This makes it easier to implement it for a type, just like `Copy`. `@BoxyUwU` half asked me to add it
…r=joshtriplett Add a conversion from `&mut T` to `&mut UnsafeCell<T>` Provides a safe way of downgrading an exclusive reference into an alias-able `&UnsafeCell<T>` reference. ACP: rust-lang/libs-team#198.
… r=compiler-errors Erase regions of type in `offset_of!` Fixes rust-lang#111657
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 6c64870fa6 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (c2ccc85): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. 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: 643.359s -> 643.044s (-0.05%) |
Successful merges:
cstr_is_empty
#111043 (Stabilize featurecstr_is_empty
)LangItems::require
#111648 (RemoveLangItems::require
)core::marker::ConstParamTy
#111649 (Add derive forcore::marker::ConstParamTy
)&mut T
to&mut UnsafeCell<T>
#111654 (Add a conversion from&mut T
to&mut UnsafeCell<T>
)offset_of!
#111661 (Erase regions of type inoffset_of!
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup