-
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 6 pull requests #115354
Rollup of 6 pull requests #115354
Conversation
Signed-off-by: cui fliter <[email protected]>
Signed-off-by: David Wood <[email protected]>
Don't ICE on layout computation failure Fixes rust-lang#111176 regression. r? `@oli-obk`
doc: update lld-flavor ref
…list-67992, r=wesleywiser tests: add test for rust-lang#67992 Fixes rust-lang#67992. Just adding a regression test for this issue.
Add new interface to smir Removes the boiler plate from `crate-info.rs`, and creates new interface for the smir. Addressing rust-lang/project-stable-mir#23 r? `@spastorino`
Tweaks and improvements on SMIR around generics_of and predicates_of r? `@oli-obk` This allows an API like the following ... ```rust let trait_decls = stable_mir::all_trait_decls().iter().map(|trait_def| { let trait_decl = stable_mir::trait_decl(trait_def); let generics = trait_decl.generics_of(); let predicates = trait_decl.predicates_of().predicates; ``` I didn't like that much `trait_def.trait_decl()` which is it possible but adding a method to a def_id that loads up a whole trait definition looks backwards to me.
some more is_zst that should be is_1zst Follow-up to rust-lang#115277
@bors r+ rollup=never p=6 |
@bors ping |
😪 I'm awake I'm awake |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: b2515fa741 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (83995f3): 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: 631.565s -> 630.72s (-0.13%) |
Successful merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup