Skip to content
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 17 commits into from
Jun 17, 2014
Merged

Rolling up PRs in the queue #14955

merged 17 commits into from
Jun 17, 2014

Conversation

alexcrichton
Copy link
Member

No description provided.

alexcrichton and others added 17 commits June 16, 2014 18:15
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 bors closed this Jun 17, 2014
@bors bors merged commit b9adb6c into rust-lang:master Jun 17, 2014
@alexcrichton alexcrichton deleted the rollup branch June 17, 2014 04:37
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants