issues
search
jyn514
/
saltwater
A C compiler written in Rust, with a focus on good error messages.
BSD 3-Clause "New" or "Revised" License
294
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixed warnings for last nightly
#518
xTachyon
opened
3 years ago
0
ArgumentExtension is not set for AbiParam
#517
bjorn3
opened
4 years ago
0
Run clippy on non-default features, too
#516
jyn514
closed
4 years ago
1
Implement proper REPL
#515
Stupremee
opened
4 years ago
7
Convert code from shared_string to arcstr
#514
thomcc
closed
4 years ago
10
The order of preprocessor stringifying is wrong.
#513
hdamron17
opened
4 years ago
1
Don't emit error in binary promote if left type error
#512
ryankeleti
closed
4 years ago
2
Replce shared_str with arcstr
#511
Stupremee
closed
4 years ago
3
Close #506: Implement preprocessor concatenation
#510
hdamron17
opened
4 years ago
2
Switch from shared_str to arcstr
#509
jyn514
closed
4 years ago
0
[WIP] Parse qualifiers correctly
#508
jyn514
opened
4 years ago
0
Get rid of peek_next_token in declarator()
#507
jyn514
opened
4 years ago
0
## is not implemented
#506
jyn514
opened
4 years ago
10
Change binary name to swcc in --help
#505
ryankeleti
closed
4 years ago
0
Generate man pages using help2man
#504
jyn514
opened
4 years ago
4
Have {-h, --help} flags return 0
#503
ryankeleti
closed
4 years ago
0
Don't emit further type errors if already encountered type error
#502
ryankeleti
closed
4 years ago
5
Close #449. Allow replacement of function macros in `#if`
#501
hdamron17
closed
4 years ago
0
Pre-increment on pointer to struct causes error
#500
ryankeleti
opened
4 years ago
0
Link object files when passed in instead of source files
#499
hdamron17
opened
4 years ago
0
Add tests for command line arguments
#498
hdamron17
opened
4 years ago
4
Close #494. Update pico-args with short-space-opt feature and use str for paths
#497
hdamron17
closed
4 years ago
2
[ICE] Macro expansion assertion failed
#496
pythongirl325
opened
4 years ago
3
[ICE] Newline in string
#495
pythongirl325
opened
4 years ago
0
Optional whitespace between command line argument key and value
#494
hdamron17
closed
4 years ago
1
Start on splitting saltwater into crates
#493
jyn514
closed
4 years ago
0
Close #453. Builtin macros such as `__LINE__` (not function macros like `__has_header()`)
#492
hdamron17
closed
4 years ago
11
Remove RecoverableResult and Recover
#491
jyn514
closed
4 years ago
0
0.11.0
#490
jyn514
closed
4 years ago
0
Fix spurious proptest failures
#489
jyn514
closed
4 years ago
0
[WIP] Add proper Repl
#488
Stupremee
closed
4 years ago
1
Add stddef.h
#487
jyn514
closed
4 years ago
0
Fix clippy warnings
#486
jyn514
closed
4 years ago
1
Add Homebrew install to readme
#485
SeekingMeaning
closed
4 years ago
1
Document that exponents aren't required for hex floats
#484
jyn514
closed
4 years ago
2
Hexadecimal floating constant requires an exponent
#483
hdamron17
closed
4 years ago
3
Path-based includes
#482
pythongirl325
closed
4 years ago
0
Don't run tarpaulin on travis
#481
jyn514
closed
4 years ago
0
Bump dependency versions
#480
jyn514
closed
4 years ago
0
Fix fuzz runners
#479
jyn514
closed
4 years ago
0
Get rid of unput in the lexer
#478
jyn514
closed
4 years ago
1
Get rid of `first` argument to Parser::new
#477
jyn514
closed
4 years ago
0
Get rid of seen_line_token
#476
jyn514
opened
4 years ago
0
Get rid of unput in lexer
#475
jyn514
closed
4 years ago
1
Close #384: Return only span and type from lexer
#474
hdamron17
closed
4 years ago
10
[ICE] bug in parser: loaded a variable that was not declared
#473
Byter09
opened
4 years ago
1
Incomplete function macro call should be an error
#472
jyn514
opened
4 years ago
0
0.10 release
#471
jyn514
closed
4 years ago
2
Fix macro redefinition semantics
#470
pythongirl325
closed
4 years ago
0
Cross-check rcc against other compilers
#469
jyn514
opened
4 years ago
3
Next