-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 56be36f60f36
head repository: jruby/jruby
compare: 871889f0b557
Commits on Mar 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 142fce8 - Browse repository at this point
Copy the full SHA 142fce8View commit details -
tune ArrayProxy - allow indexing by Java Integer wrappers (inspired by …
…#2658) avoids "ugly-sh" failures such as : TypeError: wrong argument type Java::JavaLang::Integer (expected Range) org/jruby/java/proxies/ArrayJavaProxy.java:81:in `[]'
Configuration menu - View commit details
-
Copy full SHA for 3f4bb5f - Browse repository at this point
Copy the full SHA 3f4bb5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e0a68 - Browse repository at this point
Copy the full SHA c4e0a68View commit details -
share ArrayProxy's array index conversion code (between [] and []=) +…
… review internals ... also added a test for new `[]` and `[]=` index conversion (inspired by #2658)
Configuration menu - View commit details
-
Copy full SHA for 9cb1fac - Browse repository at this point
Copy the full SHA 9cb1facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5779228 - Browse repository at this point
Copy the full SHA 5779228View commit details -
Configuration menu - View commit details
-
Copy full SHA for d45a1c8 - Browse repository at this point
Copy the full SHA d45a1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ab4a3 - Browse repository at this point
Copy the full SHA 13ab4a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2d934 - Browse repository at this point
Copy the full SHA 4c2d934View commit details
Commits on Mar 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 19510fa - Browse repository at this point
Copy the full SHA 19510faView commit details -
[Truffle] RubyTruffleError should inherit from Exception.
* So it is not rescued by empty rescue statements.
Configuration menu - View commit details
-
Copy full SHA for a3650b3 - Browse repository at this point
Copy the full SHA a3650b3View commit details -
[Truffle] Use the Assumption as a flag, less confusing than callling …
…isValid() in void context.
Configuration menu - View commit details
-
Copy full SHA for 13a6c15 - Browse repository at this point
Copy the full SHA 13a6c15View commit details -
Revert "[Truffle] Empty Kernel#raise should re-raise the last excepti…
…on." This reverts commit 19510fa.
Configuration menu - View commit details
-
Copy full SHA for 1b00142 - Browse repository at this point
Copy the full SHA 1b00142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20be989 - Browse repository at this point
Copy the full SHA 20be989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df660d - Browse repository at this point
Copy the full SHA 4df660dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d63a39 - Browse repository at this point
Copy the full SHA 2d63a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for befd757 - Browse repository at this point
Copy the full SHA befd757View commit details -
Merge pull request #2687 from bjfish/truffle_array_frozen_bulk
[Truffle] Bulk adding frozen checks to methods.
Configuration menu - View commit details
-
Copy full SHA for f8f85d0 - Browse repository at this point
Copy the full SHA f8f85d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26dda1 - Browse repository at this point
Copy the full SHA f26dda1View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 6754792 - Browse repository at this point
Copy the full SHA 6754792View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01deae8 - Browse repository at this point
Copy the full SHA 01deae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc73005 - Browse repository at this point
Copy the full SHA dc73005View commit details -
Reverse order of constructors for b* instrs to match internal orderin…
…g so decode can use in-order decoding. I have internally rearranged their order so that operands[0] would be a label for all branch types a month or two ago. This unfortunately meant if I left constructors as-is I would need to decode out of order to match our constructors... Add decode.decodeLabel to not have to cast everywhere.
Configuration menu - View commit details
-
Copy full SHA for f0f2acc - Browse repository at this point
Copy the full SHA f0f2accView commit details -
Configuration menu - View commit details
-
Copy full SHA for cffe91e - Browse repository at this point
Copy the full SHA cffe91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 487b2c8 - Browse repository at this point
Copy the full SHA 487b2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422d2b3 - Browse repository at this point
Copy the full SHA 422d2b3View commit details -
[Truffle] Be sure to give proper attribution to code taken from org.j…
…ruby.RubyString.
Configuration menu - View commit details
-
Copy full SHA for 92d2cc7 - Browse repository at this point
Copy the full SHA 92d2cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5433238 - Browse repository at this point
Copy the full SHA 5433238View commit details -
Merge remote-tracking branch 'origin/jruby-1_7'
Conflicts: core/src/main/java/org/jruby/RubyBasicObject.java core/src/main/java/org/jruby/java/proxies/ArrayJavaProxy.java
Configuration menu - View commit details
-
Copy full SHA for 3b067b7 - Browse repository at this point
Copy the full SHA 3b067b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d05b2a - Browse repository at this point
Copy the full SHA 4d05b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e66f08e - Browse repository at this point
Copy the full SHA e66f08eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74861eb - Browse repository at this point
Copy the full SHA 74861ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 763bd8e - Browse repository at this point
Copy the full SHA 763bd8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d00be24 - Browse repository at this point
Copy the full SHA d00be24View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b0705 - Browse repository at this point
Copy the full SHA f6b0705View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 3f5a605 - Browse repository at this point
Copy the full SHA 3f5a605View commit details -
Merge remote-tracking branch 'origin/jruby-1_7'
Conflicts: core/pom.xml
Configuration menu - View commit details
-
Copy full SHA for 90b5d29 - Browse repository at this point
Copy the full SHA 90b5d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 304ed3c - Browse repository at this point
Copy the full SHA 304ed3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f92ae - Browse repository at this point
Copy the full SHA 67f92aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8298c35 - Browse repository at this point
Copy the full SHA 8298c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd6513 - Browse repository at this point
Copy the full SHA 4dd6513View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61c5f1 - Browse repository at this point
Copy the full SHA b61c5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3294f - Browse repository at this point
Copy the full SHA 2e3294fView commit details -
Merge branch 'master' into truffle-head
Conflicts: tool/jt.rb truffle/src/main/java/org/jruby/truffle/nodes/core/ArrayNodes.java truffle/src/main/java/org/jruby/truffle/nodes/core/PrimitiveNodes.java truffle/src/main/java/org/jruby/truffle/nodes/debug/AssertConstantNode.java
Configuration menu - View commit details
-
Copy full SHA for 871889f - Browse repository at this point
Copy the full SHA 871889fView commit details
There are no files selected for viewing