-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 58bd0ecd8706
head repository: jruby/jruby
compare: d023658775ac
Commits on Oct 30, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 18bb4db - Browse repository at this point
Copy the full SHA 18bb4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for eed2a9e - Browse repository at this point
Copy the full SHA eed2a9eView commit details
Commits on Oct 31, 2014
-
[Truffle] Remove some abstractions that don't seem to compile well, a…
…nd fix some other compilation problems.
Configuration menu - View commit details
-
Copy full SHA for 6793854 - Browse repository at this point
Copy the full SHA 6793854View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd3d29 - Browse repository at this point
Copy the full SHA bbd3d29View commit details -
Revert "[Truffle] Remove now useless (and incorrect!) AddNode special…
…ization." This reverts commit 27712b7.
Configuration menu - View commit details
-
Copy full SHA for 57f049f - Browse repository at this point
Copy the full SHA 57f049fView commit details -
Configuration menu - View commit details
-
Copy full SHA for abb749d - Browse repository at this point
Copy the full SHA abb749dView commit details -
Revert "[Truffle] Introduce ImplicitCast from int to long."
This reverts commit 032326d.
Configuration menu - View commit details
-
Copy full SHA for 7fcb6a3 - Browse repository at this point
Copy the full SHA 7fcb6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bb382 - Browse repository at this point
Copy the full SHA 62bb382View commit details -
[Truffle] Fix a couple specializations which cannot overflow.
* Also rename specializations which deal with the overflow just [op]negWithOverflow so we have a compile-time check for this potential issue.
Configuration menu - View commit details
-
Copy full SHA for ae9a341 - Browse repository at this point
Copy the full SHA ae9a341View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52f6bf - Browse repository at this point
Copy the full SHA e52f6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bce91f - Browse repository at this point
Copy the full SHA 7bce91fView commit details -
[Truffle] Implement Regexp#source.
* RubyRegexp.source should obviously be a String.
Configuration menu - View commit details
-
Copy full SHA for 4256190 - Browse repository at this point
Copy the full SHA 4256190View commit details -
[Truffle] Implement Fixnum#<<(int) correctly.
* Mostly, there was no case to return an int.
Configuration menu - View commit details
-
Copy full SHA for 403f65f - Browse repository at this point
Copy the full SHA 403f65fView commit details -
[Truffle] FixnumLowerNode should throw a TypeError if it fails.
* Add an helper method for typeErrorCantConvertInto.
Configuration menu - View commit details
-
Copy full SHA for b605cb5 - Browse repository at this point
Copy the full SHA b605cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4de3991 - Browse repository at this point
Copy the full SHA 4de3991View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff101b8 - Browse repository at this point
Copy the full SHA ff101b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f3ae3 - Browse repository at this point
Copy the full SHA 50f3ae3View commit details -
[Truffle] RUBY_ENGINE should be jrubytruffle!
* Fix the new failures due to deviates_on.
Configuration menu - View commit details
-
Copy full SHA for a7b51d9 - Browse repository at this point
Copy the full SHA a7b51d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0852a31 - Browse repository at this point
Copy the full SHA 0852a31View commit details -
Merge branch 'master' into truffle-head
Conflicts: core/src/main/java/org/jruby/truffle/nodes/core/FixnumNodes.java core/src/main/java/org/jruby/truffle/runtime/core/RubyRegexp.java
Configuration menu - View commit details
-
Copy full SHA for a284586 - Browse repository at this point
Copy the full SHA a284586View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ba52e - Browse repository at this point
Copy the full SHA b1ba52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1896640 - Browse repository at this point
Copy the full SHA 1896640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba6b5a - Browse repository at this point
Copy the full SHA 9ba6b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da3e8b - Browse repository at this point
Copy the full SHA 3da3e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7397d - Browse repository at this point
Copy the full SHA 3a7397dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5e719 - Browse repository at this point
Copy the full SHA cc5e719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 733cf82 - Browse repository at this point
Copy the full SHA 733cf82View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38c8f0 - Browse repository at this point
Copy the full SHA b38c8f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea9eb5 - Browse repository at this point
Copy the full SHA 5ea9eb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f8c1a7 - Browse repository at this point
Copy the full SHA 3f8c1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09821f7 - Browse repository at this point
Copy the full SHA 09821f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26fb642 - Browse repository at this point
Copy the full SHA 26fb642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46092f4 - Browse repository at this point
Copy the full SHA 46092f4View commit details -
[Truffle] Get rid of superfluous #=== and #eql? definitions.
* So we match MRI and avoid code duplication. * MRI still defines #=== uselessly on a couple classes like Fixnum, Symbol and String. * No more reference to the confusing "three equal".
Configuration menu - View commit details
-
Copy full SHA for 5a8ee14 - Browse repository at this point
Copy the full SHA 5a8ee14View commit details -
Configuration menu - View commit details
-
Copy full SHA for d023658 - Browse repository at this point
Copy the full SHA d023658View commit details
There are no files selected for viewing