-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Linking error in rustc_llvm when using rustc_interface
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#87733
opened Aug 3, 2021 by
gheoan
Rust compiler creating huge files on tmp directory
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#64276
opened Sep 8, 2019 by
spastorino
Improve error when compiling a derive macro with -Z sanitizer
A-diagnostics
Area: Messages for errors, warnings, and lints
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-sanitizers
Area: Sanitizers for correctness and code quality
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#63986
opened Aug 28, 2019 by
software-opal
--print=native-static-libs should behave as the other --print commands and not create output
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#61089
opened May 23, 2019 by
lu-zero
Adding --emit=asm speeds up generated code because of codegen units
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#57235
opened Dec 31, 2018 by
jrmuizel
Rustc_driver cann't correctly find codegen dirs with multiple subfolders in libdir.
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#57014
opened Dec 20, 2018 by
o01eg
Enable rlib-only libstd build (no dylib)
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#56443
opened Dec 2, 2018 by
RalfJung
rustc --print file-names wrongly prints .rlib for --emit=metadata
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#54852
opened Oct 5, 2018 by
Marwes
Add a feature to print actual static libs linked in, --print=native-static-libs seems not to work
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-linkage
Area: linking into static, shared libraries and binaries
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#53281
opened Aug 12, 2018 by
infinity0
Add Area: rustc_driver that ties everything together into the `rustc` compiler
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
--emit=nothing
to tell rustc not to emit any files (even if --crate-type=lib
)
A-driver
#52661
opened Jul 24, 2018 by
LukasKalbertodt
Conditional compilation based on crate_type
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#20267
opened Dec 28, 2014 by
BenTheElder
ProTip!
Adding no:label will show everything without a label.