issues
search
rust-js
/
rjs
Rust JavaScript interpreter
98
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this project dead?
#97
mhkeller
opened
4 years ago
1
Side node
#96
Hywan
opened
8 years ago
5
Optimized memory
#95
pvginkel
closed
9 years ago
0
Optimized memory usage
#94
pvginkel
closed
9 years ago
0
Fix unrooted GC pointers
#93
pvginkel
opened
9 years ago
0
Finalizers should run when destroying the GC heap
#92
pvginkel
opened
9 years ago
0
Local should have a lifetime
#91
pvginkel
opened
9 years ago
1
The GcWalker should not have to be a box
#90
pvginkel
opened
9 years ago
0
Documentation
#89
pvginkel
closed
9 years ago
0
General cleanup
#88
pvginkel
closed
9 years ago
0
Test262 conformance
#87
pvginkel
closed
9 years ago
0
Callback functions are not checked for strict mode
#86
pvginkel
opened
9 years ago
0
Create reusable immutable objects
#85
pvginkel
opened
9 years ago
0
JsString.from_u16 creates an unnecessary copy of its input
#84
pvginkel
opened
9 years ago
0
String.split has a suppressed test case because of an integer coercion
#83
pvginkel
opened
9 years ago
0
RegExp exec should not match when lastIndex is negative
#82
pvginkel
opened
9 years ago
0
Verify that the RegExp constructor fails when providing flags and a RegExp instance pattern without flags
#81
pvginkel
opened
9 years ago
0
Verify that RegExp properties are not supposed to be on the prototype
#80
pvginkel
opened
9 years ago
0
Create a proper regular expression engine
#79
pvginkel
opened
9 years ago
0
Issue cleanup
#78
pvginkel
closed
9 years ago
0
Improve index detection of the string interner
#77
pvginkel
opened
9 years ago
0
Identifier parser checks for a number of special characters
#76
pvginkel
opened
9 years ago
0
Validate performance of local management in the parser
#75
pvginkel
opened
9 years ago
0
Validate implementation of ToInt... functions
#74
pvginkel
opened
9 years ago
0
Improve JsError to_string implementation
#73
pvginkel
opened
9 years ago
0
Move data out of JsFunction
#72
pvginkel
opened
9 years ago
0
[[Put]] allows for setter only accessors
#71
pvginkel
opened
9 years ago
0
Don't create empty chunks when transferring a dense array to a sparse array
#70
pvginkel
opened
9 years ago
0
Removing array entries when changing the length can be optimized
#69
pvginkel
opened
9 years ago
1
Length of a function should not be configurable
#68
pvginkel
opened
9 years ago
0
toNumber constructor and parseInt should use DecimalMatcher
#67
pvginkel
opened
9 years ago
0
Implement retrieving source code using Function.toString
#66
pvginkel
opened
9 years ago
0
console has not been fully implemented
#65
pvginkel
opened
9 years ago
0
Array.isArray is not conform the ECMA specs
#64
pvginkel
opened
9 years ago
0
Array.sort does not correctly implement the specs
#63
pvginkel
opened
9 years ago
0
Array.concat violates the ECMA specs
#62
pvginkel
opened
9 years ago
0
JSON number printing is incorrec
#61
pvginkel
opened
9 years ago
0
Improve Unicode handling
#60
pvginkel
opened
9 years ago
0
Introduce more opcodes for conditional jumping
#59
pvginkel
opened
9 years ago
1
Introduce arguments to print internal state
#58
pvginkel
opened
9 years ago
0
Local scopes walker has a pointer because of lifetime issue
#57
pvginkel
opened
9 years ago
0
Root handles field on GcHeap throws a segmentation fault if not Rc
#56
pvginkel
opened
9 years ago
0
Resolve spec violation concerning Function.bind
#55
pvginkel
opened
9 years ago
0
With bindings are not preserved after modifying the with object
#54
pvginkel
opened
9 years ago
0
Invalid strict declaration throws a syntax error instead of a specific error
#53
pvginkel
opened
9 years ago
0
Create new bindings for arguments
#52
pvginkel
opened
9 years ago
0
The ECMA 262 test suite depend on object key ordering
#51
pvginkel
opened
9 years ago
0
Math.pow results differ from what the ECMA 262 tests state it should be
#50
pvginkel
opened
9 years ago
0
Test fails because of incorrect ISO date parsing
#49
pvginkel
opened
9 years ago
0
Some test-262 tests fail seemingly because of a spec violation
#48
pvginkel
opened
9 years ago
0
Next