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
Don't check GC types that don't have pointers
#47
pvginkel
opened
9 years ago
0
Review function creation bootstrapping
#46
pvginkel
opened
9 years ago
0
Change pointers to Unique
#45
pvginkel
opened
9 years ago
1
Change code indentation to spaces
#44
pvginkel
closed
9 years ago
0
Remove f64 postfix
#43
pvginkel
closed
9 years ago
0
Implement custom floating point parsing and printing functions
#42
pvginkel
closed
9 years ago
0
Nested local scopes may not be rooted
#41
pvginkel
opened
9 years ago
1
Refactor the Date implementation
#40
pvginkel
opened
9 years ago
1
The arg method on JsArgs should be returning an Option
#39
pvginkel
opened
9 years ago
0
Use is_finite where possible
#38
pvginkel
opened
9 years ago
0
Limit usage of isize and usize
#37
pvginkel
opened
9 years ago
0
Delay resolving the function scope
#36
pvginkel
opened
9 years ago
0
Remove unnecessary local scopes
#35
pvginkel
opened
9 years ago
0
Review function calling
#34
pvginkel
opened
9 years ago
0
Review strict, call mode and build flags
#33
pvginkel
opened
9 years ago
0
Create specialized instructions for typeof
#32
pvginkel
opened
9 years ago
0
Optimize data structures
#31
pvginkel
opened
9 years ago
0
All GC structs should be made repr
#30
pvginkel
opened
9 years ago
0
Consider removing Load/StoreGlobal
#29
pvginkel
opened
9 years ago
0
Improve leaving a result from statements
#28
pvginkel
opened
9 years ago
0
Optimize JsDescriptor
#27
pvginkel
opened
9 years ago
0
Have AstVisitor methods return JsResult
#26
pvginkel
opened
9 years ago
0
Make JsFn 'static
#25
pvginkel
opened
9 years ago
1
Prevent conversion of root handles
#24
pvginkel
opened
9 years ago
0
With object property shadowing argument in deopt and arguments mode matches argument, not with object property
#23
pvginkel
closed
9 years ago
0
Make string and scope objects inline objects
#22
pvginkel
opened
9 years ago
0
Load arguments from the stack
#21
pvginkel
opened
9 years ago
0
Remove empty scope
#20
pvginkel
opened
9 years ago
0
Allow tests to be run in deopt mode
#19
pvginkel
opened
9 years ago
0
Fix problem with [[Put]] for array elements
#18
pvginkel
closed
9 years ago
1
Implement support for schema based object storage
#17
pvginkel
opened
9 years ago
0
Implement support for Linux for memory allocation
#16
pvginkel
opened
9 years ago
0
Improve LocalScope
#15
pvginkel
opened
9 years ago
0
Remove get_value
#14
pvginkel
closed
9 years ago
0
Rename JsValue cast methods
#13
pvginkel
closed
9 years ago
1
Replace *const c_void with *const ()
#12
pvginkel
closed
9 years ago
0
-1 is parsed as neg 1
#11
pvginkel
closed
9 years ago
0
Implement register allocator for the JIT
#10
pvginkel
opened
9 years ago
0
Clear debug output before the real test starts
#9
pvginkel
closed
9 years ago
0
Rewrite use super-s
#8
pvginkel
closed
9 years ago
0
Reworking match on reference
#7
pvginkel
closed
9 years ago
0
Improve function constructor
#6
pvginkel
opened
9 years ago
0
Optimize backing storage for hash and array store
#5
pvginkel
opened
9 years ago
0
Implement a proper garbage collector
#4
pvginkel
opened
9 years ago
2
Optimize GC locals
#3
pvginkel
opened
9 years ago
0
Change assert! to debug_assert! where possible
#2
pvginkel
opened
9 years ago
0
Validate design decision on names representing indexes
#1
pvginkel
opened
9 years ago
0
Previous