0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Add > >= < <= to OptimizeArithOps * Fix /usr/bin/time time parsing More... over 18 years ago
* Implement --opt OptimizeArithOps * rubyjs_gen: generated main() takes arguments and passed them to the class' main method. * Add some benchmarks More... over 18 years ago
rename More... over 18 years ago
* More... over 18 years ago
* Fix RhinoJS test runner and run it by default * Wrap each test case inside it's own module More... over 18 years ago
minor cleanup More... over 18 years ago
Slightly cleanup More... over 18 years ago
remove CompactCode option as it doesn't work reliably More... over 18 years ago
* More... over 18 years ago
* Implement method_missing * Fix Array#to_s More... over 18 years ago
slighlty refactor test situation More... over 18 years ago
Implement Proc.new/proc. More... over 18 years ago
* Separate generated .js from .html * Add YUI javascript compressor More... over 18 years ago
Include full ruby script of tests inside browser.test.html More... over 18 years ago
* Implement return inside of blocks (method { return }) which requires the introduction of a unique method scope. * Fix browser.test.html for IE6 (line breaks were incorrect) * Implement return as expression More... over 18 years ago
* More... over 18 years ago
* More... over 18 years ago
* Fix argument arity checks More... over 18 years ago
* Implement Exceptions * Fix === for Classes * Greatly improve browser test performance by only calling innerHTML once. More... over 18 years ago
* Move __invoke, __send, send and respond_to? into Kernel * Implement respond_to? More... over 18 years ago
* Implement zsuper (super without arguments) * Implement send functionality (add method map to javascript code) * Cleanup process_lit More... over 18 years ago
* Fix "case" (case a when x => x === a instead of a === x) * Native Javascript objects should have _class attribute as well. * Class#inspect * extend Object#=== for kind_of? checks * Add Fixnum, Bignum and Float classes for compatiblity with Ruby (mostly useful in tests) * Add more cases into test/test_case.rb and test/test_class.rb More... over 18 years ago
* add todo More... over 18 years ago
By default run generate browser_test More... over 18 years ago
* Implement #kind_of?, #is_a?, #instance_of? and add test case * NilClass#to_i, #to_f, #to_a, #to_splat More... over 18 years ago
* Add implementation of class Range (+ test cases) * Don't compact code by default. --opt CompactCode will do. * Fix bug in process_dstr (forget to resultify) * Implement Boolean#== * Implement String#rjust and #ljust * Correct String#inspect * Implement String#match, #gsub, #sub * Implement Number#to_s(base=10), #succ * Add further test cases for String methods More... over 18 years ago
Implement string interpolation More... over 18 years ago
* More... over 18 years ago
Implement "break" in iterators More... over 18 years ago
Implement next inside blocks More... over 18 years ago