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

Merge new LLVM patches #6367

Closed
brson opened this issue May 9, 2013 · 5 comments
Closed

Merge new LLVM patches #6367

brson opened this issue May 9, 2013 · 5 comments
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.

Comments

@crabtw
Copy link
Contributor

crabtw commented May 22, 2013

Add a command line option for setting the size of fixed-size stack segments
http://people.cs.nctu.edu.tw/%7Ejyyou/rust/fixed-stkseg.patch

@brson
Copy link
Contributor Author

brson commented May 24, 2013

Testing these on my wip branch now.

@alexcrichton
Copy link
Member

Also, with threadsafe-llvm being enabled soon, this patch should probably be included in the bunch.

@alexcrichton
Copy link
Member

These are all included in #7115

@alexcrichton
Copy link
Member

Closed in #7115

flip1995 pushed a commit to flip1995/rust that referenced this issue Dec 20, 2020
Add lint print_stderr

Resolves rust-lang#6348
Almost identical to print_stdout, this lint applies to the `eprintln!` and `eprint!` macros rather than `println!` and `print!`.

changelog: Add new lint [`print_stderr`]. [`println_empty_string`] and [`print_with_newline`] now apply to `eprint!()` and `eprintln!()` respectively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Projects
None yet
Development

No branches or pull requests

3 participants