Issues
- 1
- 0
reinstate class syntax
#293 opened by soc - 0
replace `fn` keyword with `fun` keyword
#294 opened by soc - 0
reinstate `=` for function definition
#295 opened by soc - 0
implement named parameters
#296 opened by soc - 0
implement string hash caching
#297 opened by soc - 0
implement definitional enums
#298 opened by soc - 0
- 0
remove unary operators
#300 opened by soc - 0
remove bitshift operators
#301 opened by soc - 0
implement unified condition expressions
#302 opened by soc - 1
- 2
`--emit-ast` doesn't do anything
#288 opened by soc - 3
panic: enum value and `is`
#270 opened by soc - 0
Add mechanism to inherit method without implementation
#149 opened by soc - 0
Packages and imports
#183 opened by soc - 3
Module initialization proposal
#136 opened by soc - 1
- 2
Allow ==/!= for generic types if type implements Equals
#214 opened by soc - 8
struct syntax consolidation
#239 opened by soc - 4
- 0
Discuss making @pub default
#262 opened by soc - 2
Stringification and the design of debug string facilities
#268 opened by soc - 0
- 1
- 1
Unified Condition Expressions
#269 opened by soc - 1
Extending the reach of enums
#271 opened by soc - 0
- 0
Allow defining and calling methods without parentheses
#284 opened by soc - 1
The JIT implementation of dora is very cool
#289 opened by pedrogao - 1
Implement rounding of floating point numbers
#140 opened by soc - 23
0.0/0.0 produces different results on x86 and Arm/RiscV
#256 opened by soc - 6
Implement additional bit twiddling intrinsics
#117 opened by soc - 0
Check whether raw-cpuid can be replaced by std macro
#257 opened by soc - 2
Missing `toString` call leads to compiler panic
#253 opened by soc - 1
- 0
incorrect enum variant with missing arg crashes dorac
#248 opened by soc - 6
Precedence of &
#240 opened by soc - 8
- 2
FloatCmp/DoubleCmp intrinsic not handled
#118 opened by soc - 1
- 2
Missing generic parameter in method return type is not rejected, invoking method crashes compiler
#203 opened by soc - 0
Crash in typeck when calling method on Unit
#180 opened by soc - 0
- 0
impl method return type not checked against trait
#164 opened by soc - 5
Handle Int::minValue() / -1
#142 opened by soc - 4
Reproduce initialization issue in Throwable
#156 opened by soc - 2
"not-a-number".{parseInt,parseLong} returns 0
#125 opened by soc - 0
Stack overflow for "string".toString()
#122 opened by soc - 1
Implement Sortable for Float/Double
#115 opened by soc