Skip to content

Issues: immunant/c2rust

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
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

bindgen-style enums? enhancement New feature or request
#19 opened Aug 24, 2018 by anp
Correctly handle AlignOf before LLVM 8 bug Something isn't working
#50 opened Apr 9, 2019 by thedataking
Update demo website enhancement New feature or request
#100 opened May 25, 2019 by rinon
Incorrect global variable compilation error in nginx bug Something isn't working refactorer This issue relates to the refactoring tool
#111 opened Jun 14, 2019 by TheDan64
Missing extern "C" block in newlib bug Something isn't working
#124 opened Jun 27, 2019 by TheDan64
Enum comparisons receive superflous and verbose casts enhancement New feature or request readability Generated code is hard to read and can be simplified
#128 opened Jul 12, 2019 by TheDan64
Ownership analysis doesn't mark params if return is move bug Something isn't working refactorer This issue relates to the refactoring tool
#145 opened Aug 23, 2019 by TheDan64
Comments placed after braced blocks are misplaced readability Generated code is hard to read and can be simplified
#171 opened Oct 3, 2019 by rinon
Handle hidden visibility symbols enhancement New feature or request
#173 opened Oct 9, 2019 by ahomescu
Finish the implementation of link commands enhancement New feature or request
#178 opened Oct 18, 2019 by ahomescu
Dynamic atomic memory ordering values
#193 opened Nov 1, 2019 by rinon
NULL transmutes could be None enhancement New feature or request readability Generated code is hard to read and can be simplified
#230 opened Jan 16, 2020 by TheDan64
Conflict module name with --reorganize-definitions bug Something isn't working translate project Tracks the status of translating an external project
#239 opened Feb 18, 2020 by kvinwang
*_PADDING const is private error with --reorganize-definitions bug Something isn't working translate project Tracks the status of translating an external project
#240 opened Feb 18, 2020 by kvinwang
Inner type not imported with --reorganize-definitions bug Something isn't working translate project Tracks the status of translating an external project
#241 opened Feb 18, 2020 by kvinwang
Mis-imported aliased type with --reorganize-definitions bug Something isn't working translate project Tracks the status of translating an external project
#242 opened Feb 18, 2020 by kvinwang
Support unaligned vector types blocked Cannot be supported without external support first enhancement New feature or request
#256 opened May 13, 2020 by thedataking
Recognize and translate built-in functions enhancement New feature or request
#258 opened May 22, 2020 by thedataking
Improve translation of C99 fixed-width integer types bug Something isn't working
#259 opened May 23, 2020 by thedataking
Display warnings on c2rust.com enhancement New feature or request website C2Rust demo website issue
#270 opened Jun 27, 2020 by dbdr
ProTip! Exclude everything labeled bug with -label:bug.