-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
avr-none
target fails to build from source on nightly-2025-05-06
O-AVR
#140743
opened May 7, 2025 by
joshlf
[AVR] undefined reference to 'abort' on static mutable variable
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#139737
opened Apr 13, 2025 by
EvansJahja
ICE should be a request to set Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-Ctarget-cpu
A-diagnostics
#139223
opened Apr 1, 2025 by
coolCucumber-cat
Compile Error on AVR atmega328p with global_asm! in lib.rs
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
C-external-bug
Category: issue that is caused by bugs in software beyond our control
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134758
opened Dec 25, 2024 by
xjnxjnxjn
[AVR] Large const lookup table is placed in data section
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134731
opened Dec 24, 2024 by
imihajlow
avr-rjmp-offset
is flaky on x86_64-mingw
A-linkers
#133480
opened Nov 25, 2024 by
jieyouxu
Most Area: Concerning the application binary interface (ABI)
A-hardware-interrupts
Area: Code for handling the "interrupt ABI" of various processors
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
O-msp430
O-riscv
Target: RISC-V architecture
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
extern "*-interrupt-*" fn
should enforce 0-sized signatures
A-ABI
#132837
opened Nov 10, 2024 by
workingjubilee
Directly calling Area: Concerning the application binary interface (ABI)
A-hardware-interrupts
Area: Code for handling the "interrupt ABI" of various processors
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
O-riscv
Target: RISC-V architecture
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
extern "riscv-interrupt-{m,s}" fn
... compiles?
A-ABI
#132836
opened Nov 10, 2024 by
workingjubilee
SIGILL compiler crash when using AVR inline assembly
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132158
opened Oct 25, 2024 by
meclondrej
AVR: miscompilation, or stack overflow, when running cryptographic code
A-codegen
Area: Code generation
A-LTO
Area: Link-time optimization (LTO)
C-bug
Category: This is a bug.
I-miscompile
Issue: Correct Rust code lowers to incorrect machine code
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#109000
opened Mar 10, 2023 by
xphoniex
emit-stack-sizes
not reporting correct stack size
A-CLI
#108741
opened Mar 4, 2023 by
xphoniex
Consider simulation testing for math on 16-bit targets
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-discussion
Category: Discussion or questions that doesn't represent real issues.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
O-msp430
#107612
opened Feb 2, 2023 by
workingjubilee
ICE + other errors when trying to run Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
cargo test
on Arduino project, involving vcell
C-bug
#104301
opened Nov 11, 2022 by
linclelinkpart5
rustc segfaults when targeting AVR and compiling core in debug mode
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#101965
opened Sep 18, 2022 by
faithanalog
[strict provenance] Rationalize "Oxford Casts"
A-strict-provenance
Area: Strict provenance for raw pointers
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#95489
opened Mar 30, 2022 by
Gankra
Tracking Issue for the Area: Code for handling the "interrupt ABI" of various processors
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
S-tracking-needs-summary
Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
WG-embedded
Working group: Embedded systems
avr-interrupt
/avr-non-blocking-interrupt
calling convention/ABI
A-hardware-interrupts
#69664
opened Mar 3, 2020 by
dylanmckay
1 of 3 tasks
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.