-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 12 pull requests #137959
Rollup of 12 pull requests #137959
Conversation
Also fix the `needs_drop()` intrinsic. Unions also need this information (to err if they have a drop-needing field), but this will come in a follow-up PR.
Don't filter out private items when completing paths in the same crate. Instead respect the `privateEditable` setting. Fixes rust-lang#9850
…wn-linux-gnueabihf builds
internal: Downgrade to ubuntu-22.04 for aarch64 and arm builds
Fix `event_name` check is workflows
Disable incremental on release builds
feat: update insta inline snapshot when clicking 'Update Test' runnable
Include private items in completions for local crates
Vendor `always-assert` into `stdx`
feat: Calculate drop glue and show it on hover
…n-assist internal: Migrate `apply_demorgan` to `SyntaxEditor`
…pl-tabstop minor: Add tabstop to impl body in `generate_trait_impl` assist
We vendor the list of implications, which isn't nice, but t-compiler doesn't want to make rustc_target available to us.
…t-feature fix: Support target features implications in target_feature 1.1
… r=aDotInTheVoid,jieyouxu Always allow rustdoc-json tests to contain long lines The rustdoc-json test syntax often requires very long lines, so the checks for long lines aren't really useful. `@aDotInTheVoid` told me she'd like this and r? jieyouxu you're gonna tell me that the implementation is terrible. at least the performance seems reasonable: 2.5s after and 2.5s before.
…2, r=jieyouxu triagebot.toml: Don't label `test/rustdoc-json` as A-rustdoc-search This happened because `test/rustdoc-js` is a prefix of `test/rustdoc-json`, and triagebot works on prefixes. Maybe this should be fixed in triagebot, but this works now. This happened on rust-lang#137956 and rust-lang#137955.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 2010bba886 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (fd17dea): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (secondary -0.2%)This 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.
CyclesResults (primary 0.9%, secondary 8.7%)This 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 sizeResults (primary 0.1%, secondary 0.1%)This 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.
Bootstrap: missing data |
Successful merges:
unsupported_fn_ptr_calling_conventions
: Also warn in dependencies #135767 (Future incompatibility warningunsupported_fn_ptr_calling_conventions
: Also warn in dependencies)ast::TokenKind
more likelexer::TokenKind
#137902 (Makeast::TokenKind
more likelexer::TokenKind
)rust-analyzer
#137921 (Subtree update ofrust-analyzer
)cfg(not(parallel))
#137922 (A few cleanups after the removal ofcfg(not(parallel))
)test/rustdoc-json
as A-rustdoc-search #137958 (triagebot.toml: Don't labeltest/rustdoc-json
as A-rustdoc-search)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup