Labels
Labels
877 labels
- Nominated for discussion during an edition team meeting.
- Issue: This issue has been reviewed and triaged by the Edition team.
- Issue: A test is flaky/unreliable/spuriously fails
- Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
- Issue: Problems and improvements with respect to binary size of generated code.
- Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
- This item needs lang to commit to finishing a bikeshed.
- Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination
- Nominated for discussion during a lang team meeting.
- Items that are on lang's radar and will need eventual work or consideration.
- Nominated for discussion during a libs-api team meeting.
- Nominated for discussion during a libs team meeting.
- Impact: An error from LLVM is directly exposed by valid code
- Issue: Runtime memory leak without `mem::forget`.
- Issue: Correct Rust code lowers to incorrect machine code
- Issue: An error at monomorphization time.
- Issue: In need of a decision.
- Issue: Indicates that prioritization has been requested for this issue.
- Nominated for the release team.
- Issue: Problems and improvements with respect to performance of generated code.
- Nominated for discussion during a style team meeting.
- Nominated for discussion during a types team meeting.
- Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
- Helping to "clean up" bugs with minimal examples and bisections
- Bugs identified for the LLVM ICE-breaker group
- Lint: abi_unsupported_vector_types
- Lint: ambiguous_glob_reexports
- Lint: arithmetic_overflow
- Lint: array_into_iter
- Lint: LLVM parses labels like 0, 1, 10, 11, etc. oddly