Merged
Conversation
Collaborator
Member
|
r? Urgau |
Urgau
reviewed
Oct 31, 2025
Member
|
@rustbot author |
ce22bdc to
0bd6a03
Compare
Member
Author
|
@rustbot ready |
Urgau
reviewed
Nov 1, 2025
Member
Author
|
@Urgau I don't know when I'll get to |
Urgau
approved these changes
Nov 1, 2025
Member
|
@bors r+ |
Collaborator
jhpratt
added a commit
to jhpratt/rust
that referenced
this pull request
Nov 2, 2025
dangling ptr lint cleanup This cleans up the dangling_pointers_from_locals lint.
bors
added a commit
that referenced
this pull request
Nov 2, 2025
Rollup of 12 pull requests Successful merges: - #147137 (Mention crate being analyzed in query description) - #147642 (Miscellaneous const-generics-related fixes) - #147806 (Ignore test-dashboard related files) - #147947 (Implement `strip_circumfix` lib feature) - #148194 (compiletest: Remove `cleanup_debug_info_options`) - #148199 (compiletest: Don't modify `testpaths` when creating aux contexts) - #148247 (Remove two special cases from reachable_non_generics) - #148348 (dangling ptr lint cleanup) - #148357 (temporary-lifetime-extension.rs test works in all editions) - #148362 (docs: makes a note about possible building `rustc 1.91.0 + host tools` for win7) - #148367 (Use --print host-tuple to get the host) - #148374 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Zalathar
added a commit
to Zalathar/rust
that referenced
this pull request
Nov 2, 2025
dangling ptr lint cleanup This cleans up the dangling_pointers_from_locals lint.
Collaborator
bors
added a commit
that referenced
this pull request
Nov 2, 2025
dangling ptr lint cleanup This cleans up the dangling_pointers_from_locals lint.
bors
added a commit
that referenced
this pull request
Nov 2, 2025
Rollup of 9 pull requests Successful merges: - #147137 (Mention crate being analyzed in query description) - #147155 (arm-linux.md: various fixes/improvements) - #147642 (Miscellaneous const-generics-related fixes) - #147806 (Ignore test-dashboard related files) - #147947 (Implement `strip_circumfix` lib feature) - #148346 (Change cfg_trace, cfg_attr_trace symbol values) - #148348 (dangling ptr lint cleanup) - #148393 (Remove `tests/run-make/fmt-write-bloat/`) - #148400 (Better warning message for crate type unsupported by codegen backend) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
that referenced
this pull request
Nov 2, 2025
Rollup merge of #148348 - hkBst:dangling-ptr-lint-1, r=Urgau dangling ptr lint cleanup This cleans up the dangling_pointers_from_locals lint.
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Nov 3, 2025
Rollup of 9 pull requests Successful merges: - rust-lang/rust#147137 (Mention crate being analyzed in query description) - rust-lang/rust#147155 (arm-linux.md: various fixes/improvements) - rust-lang/rust#147642 (Miscellaneous const-generics-related fixes) - rust-lang/rust#147806 (Ignore test-dashboard related files) - rust-lang/rust#147947 (Implement `strip_circumfix` lib feature) - rust-lang/rust#148346 (Change cfg_trace, cfg_attr_trace symbol values) - rust-lang/rust#148348 (dangling ptr lint cleanup) - rust-lang/rust#148393 (Remove `tests/run-make/fmt-write-bloat/`) - rust-lang/rust#148400 (Better warning message for crate type unsupported by codegen backend) r? `@ghost` `@rustbot` modify labels: rollup
github-actions bot
pushed a commit
to model-checking/verify-rust-std
that referenced
this pull request
Nov 30, 2025
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#147137 (Mention crate being analyzed in query description) - rust-lang#147155 (arm-linux.md: various fixes/improvements) - rust-lang#147642 (Miscellaneous const-generics-related fixes) - rust-lang#147806 (Ignore test-dashboard related files) - rust-lang#147947 (Implement `strip_circumfix` lib feature) - rust-lang#148346 (Change cfg_trace, cfg_attr_trace symbol values) - rust-lang#148348 (dangling ptr lint cleanup) - rust-lang#148393 (Remove `tests/run-make/fmt-write-bloat/`) - rust-lang#148400 (Better warning message for crate type unsupported by codegen backend) r? `@ghost` `@rustbot` modify labels: rollup
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Dec 14, 2025
dangling pointer from temp cleanup Continuation of rust-lang#148348 r? `@Urgau`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Dec 14, 2025
dangling pointer from temp cleanup Continuation of rust-lang#148348 r? ``@Urgau``
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Dec 14, 2025
dangling pointer from temp cleanup Continuation of rust-lang#148348 r? `@Urgau`
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Dec 18, 2025
dangling pointer from temp cleanup Continuation of rust-lang/rust#148348 r? `@Urgau`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This cleans up the dangling_pointers_from_locals lint.