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

Fix unique pointers occuring in unreachable blocks #3824

Closed
wants to merge 95 commits into from

Conversation

jdm
Copy link
Contributor

@jdm jdm commented Oct 21, 2012

Fixes #3822.

erickt and others added 30 commits October 9, 2012 08:52
It didn't take alignment into account.

Fixes rust-lang#3656.
DebugFlag is conditionally exported by LLVM in llvm/Support/Debug.h
in-between an #ifndef NDEBUG block; RustWrapper should not
unconditionally use it. This closes rust-lang#3701.

Signed-off-by: Luca Bruno <[email protected]>
Parsing gpg output for signature verification is not recommended,
as it can break easily (and doesn't work with i18n).
This patch makes use of gpgv, as suggested by gpg authors:
http://lists.gnupg.org/pipermail/gnupg-users/2004-August/023141.html
This closes rust-lang#3762.

Signed-off-by: Luca Bruno <[email protected]>
Along the way, convert from dvec-of-dvec representation to track loans in scope
to just a single flattened list.  It's more convenient.

Fixes rust-lang#3765. r  pcwalton.
Previous commits fix the issue.

Closes rust-lang#3668
Instead, replace with re_static. This was causing ty::subst to
fail when called from trans::type_of::type_of.

Already discussed with nmatsakis and it's a small change, so
no review.

Closes rust-lang#3447
rustc: fix size computation of structs for the FFI
libcore: add a str::with_capacity to match the fn in vec
Use gpgv for signature verification in cargo
This also involves removing references to the old long-form closure
syntax, which pcwalton alleges is deprecated and which was never updated
for the new forms, e.g. `@fn() {}` is illegal.
catamorphism and others added 29 commits October 18, 2012 19:15
configure: check for pandoc version properly.
This reenables valgrinding of the compiler and prints a message
when the user _is_ valgrinding
@jdm jdm closed this Oct 21, 2012
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.

ICE with multiple fails