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

Add support for 64-bit Windows builds #13692

Merged
merged 3 commits into from
Apr 23, 2014
Merged

Conversation

vadimcn
Copy link
Contributor

@vadimcn vadimcn commented Apr 23, 2014

Stack unwinding doesn't work yet, so this won't pass a lot of tests.

@alexcrichton
Copy link
Member

Awesome work, nice job!

Have you had much luck with backtraces?

@vadimcn
Copy link
Contributor Author

vadimcn commented Apr 23, 2014

backtrace won't work in this version, because it requires stack unwinding. Once LLVM SEH patch is added, it works, however you don't get any symbols, because dbghelp.dll doesn't know how to use DWARF debug info.

@vadimcn
Copy link
Contributor Author

vadimcn commented Apr 23, 2014

better?

bors added a commit that referenced this pull request Apr 23, 2014
Stack unwinding doesn't work yet, so this won't pass a lot of tests.
@bors bors closed this Apr 23, 2014
@bors bors merged commit f686e5e into rust-lang:master Apr 23, 2014
@kud1ing kud1ing mentioned this pull request May 1, 2014
@vadimcn vadimcn deleted the Win64-pre branch March 1, 2015 08:01
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 9, 2025
… comments (rust-lang#13911)

Fixes rust-lang#13692.

If the `vec!` macro call contains comments, we should not provide
suggestions and let users handle it however they see fit.

changelog: Only emit `useless_vec` suggestion if the macro does not
contain code comments
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.

3 participants