-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rolling up PRs in the queue #14955
Merged
Merged
Rolling up PRs in the queue #14955
Conversation
This file contains 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
libsyntax: ExprField now contains a SpannedIdent rather than Ident. [breaking-change]
So far handling some indirectly recursive types, such as pointer types, has relied on LLVM metadata uniquing in a very implicit way. This could cause some inconsistencies in the debuginfo, and sometimes to hard to trace LLVM assertions. With this commit unique type IDs and the TypeMap are used to explicitly make sure that no inconsistencies exist, and, if in the future some regression re-introduces one, give a better error message instead of the hard-to-interpret LLVM error.
It's a benign failure that no one needs to know about. Closes rust-lang#14892
This ends up causing the privacy pass to get all confused, and there's nothing inherently exported about them anyway. Closes rust-lang#14933
Package switched maintainer from dbp to jhasse as stated in the README.md at the old link.
This involved a few changes to the local build system: * Makefiles now prefer our own LD_LIBRARY_PATH over the user's LD_LIBRARY_PATH in order to support building rust with rust already installed. * The compiletest program was taught to correctly pass through the aux dir as a component of LD_LIBRARY_PATH in more situations. This change was spliced out of rust-lang#14832 to consist of just the fixes to running tests without an rpath setting embedded in executables.
Closes rust-lang#14888 (Allow disabling jemalloc as the memory allocator) Closes rust-lang#14905 (rustc: Improve span for error about using a method as a field.) Closes rust-lang#14920 (Fix rust-lang#14915) Closes rust-lang#14924 (Add a Syntastic plugin for Rust.) Closes rust-lang#14935 (debuginfo: Correctly handle indirectly recursive types) Closes rust-lang#14938 (Reexport `num_cpus` in `std::os`. Closes rust-lang#14707) Closes rust-lang#14941 (std: Don't fail the task when a Future is dropped) Closes rust-lang#14942 (rustc: Don't mark type parameters as exported) Closes rust-lang#14943 (doc: Fix a link in the FAQ) Closes rust-lang#14944 (Update "use" to "uses" on ln186) Closes rust-lang#14949 (Update repo location) Closes rust-lang#14950 (fix typo in the libc crate) Closes rust-lang#14951 (Update Sublime Rust github link) Closes rust-lang#14953 (Fix --disable-rpath and tests)
bors
added a commit
that referenced
this pull request
Jun 17, 2014
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 5, 2023
Remove unnecessary `StorageDead` I hope this reduces MIR memory usage.
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 5, 2023
Fix drop scopes problems in mir Fix false positives of `need-mut` emerged from rust-lang#14955 There are still 5 `need-mut` false positives on self, all related to `izip!` macro hygenic issue. I will try to do something about that before monday release.
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.
No description provided.