issues
search
Sean1708
/
rusty-cheddar
A Rust crate for automatically generating C header files from Rust source file.
http://sean1708.github.io/rusty-cheddar/
191
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
macOS Could not compile syntex_syntax v0.24.0
#56
piaojin
opened
6 years ago
3
Bump syntex_syntax to 0.27.0 to fix build on nightly rustc
#55
petrochenkov
closed
7 years ago
1
Include license notice in generated headers
#54
afonso360
opened
7 years ago
1
Upgrade to clap 2.x and toml 0.2
#53
mbrubeck
opened
7 years ago
0
arrays should be supported
#52
fulara
opened
7 years ago
0
Fix missing backtick in README
#51
solidsnack
opened
7 years ago
2
Type conversions are syntactic
#50
solidsnack
opened
7 years ago
0
Fix markdown typo
#49
SimonSapin
opened
7 years ago
0
Parser error with question mark operator
#48
blochberger
opened
7 years ago
1
[WIP] Rewrite to use rusty-binder
#47
weiznich
closed
8 years ago
2
Typo
#46
solidsnack
closed
8 years ago
1
Allow the crate to be compiled without syntex
#45
nox
opened
8 years ago
1
Types & functions generated by a macro aren't converted
#44
neon64
opened
8 years ago
2
Provide more control over type names in generated headers
#43
trombonehero
opened
8 years ago
1
Update rusty-cheddar on crates.io
#42
strega-nil
closed
8 years ago
2
Fix all the issues that I need for pcb
#41
strega-nil
closed
8 years ago
2
`fn func(mut thing: T)` gets turned into `void func(T mut thing)`
#40
strega-nil
closed
8 years ago
0
Functions with no parameters should be declared `func(void)`
#39
strega-nil
closed
8 years ago
0
Push 0.3.2
#38
rillian
closed
8 years ago
3
Test cleanup
#37
rillian
closed
8 years ago
1
Support std::os::raw variants of libc types.
#36
rillian
closed
8 years ago
3
Namespace generated enum members with the name of the enum.
#35
kinetiknz
closed
2 years ago
2
examples/pointer.rs contains invalid Rust code
#34
kinetiknz
opened
8 years ago
1
Support other representations.
#33
Sean1708
opened
8 years ago
0
const pointers are handled incorrectly.
#32
Sean1708
closed
8 years ago
0
README.md: Fix a minor typo
#31
CruzBishop
closed
8 years ago
1
Dealing with NULL-able function pointers
#30
jgallagher
opened
8 years ago
4
Header ifdef guard should filter out illegal characters
#29
jgallagher
closed
8 years ago
2
Use a ParseSess instead of a vector of errors.
#28
Sean1708
opened
8 years ago
0
Support diverging functions.
#27
Sean1708
opened
8 years ago
1
An opaque struct should be a struct with all private members.
#26
Sean1708
opened
8 years ago
0
C++ headers support
#25
suhr
opened
8 years ago
1
Create interfaces to popular languages (python, ruby, etc.)
#24
Sean1708
opened
8 years ago
2
Disallow any generics.
#23
Sean1708
opened
8 years ago
1
Allow nameless function pointers.
#22
Sean1708
closed
8 years ago
0
Allow the user to add custom code.
#21
Sean1708
closed
8 years ago
3
Support stable rust
#20
Sean1708
closed
8 years ago
0
Fix a small typo: Form -> From
#19
skade
closed
8 years ago
1
Allow the C API to be in an arbitrary module.
#18
Sean1708
closed
8 years ago
4
Support generics, enums with non-unit variants, and opaque structs.
#17
Sean1708
closed
8 years ago
6
Have a way to selectively convert `pub type A = B;`.
#16
Sean1708
opened
9 years ago
0
README order is odd
#15
skade
closed
8 years ago
1
Better documentation.
#14
Sean1708
opened
9 years ago
0
Add more warnings and errors.
#13
Sean1708
opened
9 years ago
1
Handle univariant enums.
#12
Sean1708
closed
9 years ago
2
Handle more conversions between Rust types and C types.
#11
Sean1708
closed
9 years ago
4
Settings for the ItemFn.
#10
Sean1708
closed
9 years ago
1
Do spans go from the start of the keyword to the end of the block?
#9
Sean1708
closed
9 years ago
1
Remove as many calls to span_err (and friends) as possible.
#8
Sean1708
closed
9 years ago
1
Generate the include guard cleanly.
#7
Sean1708
closed
8 years ago
1
Next