-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: aed863adfd95
head repository: jruby/jruby
compare: fcc8afc9e817
Commits on Jan 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5fc0fd5 - Browse repository at this point
Copy the full SHA 5fc0fd5View commit details -
[Truffle] Some updates to RbConfig::CONFIG.
The keys must be Strings, not Symbols. I've also added some common keys used by other implementations. Finally, the OS will identify as Win32 on Windows, which activates a bunch of Windows-specific logic in RubySpec.
Configuration menu - View commit details
-
Copy full SHA for c73f8e2 - Browse repository at this point
Copy the full SHA c73f8e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c5247 - Browse repository at this point
Copy the full SHA 62c5247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7f688 - Browse repository at this point
Copy the full SHA 1a7f688View commit details -
[Truffle] Refactor and fix SafepointManager.
* New design so assumptionInvalidated() drives all barrier synchronizations. * The global lock is now better separated from barrier synchronization. * Support interrupts of the barrier by re-creating it (should be relatively rare).
Configuration menu - View commit details
-
Copy full SHA for 973a03f - Browse repository at this point
Copy the full SHA 973a03fView commit details -
[Truffle] Tag ARGF specs failing on windows
* Done with: $ ruby spec/mspec/bin/mspec tag --unguarded --all --add fails -B spec/truffle/truffle.mspec spec/ruby/core/argf -Z
Configuration menu - View commit details
-
Copy full SHA for c06d6f5 - Browse repository at this point
Copy the full SHA c06d6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15b6e9 - Browse repository at this point
Copy the full SHA c15b6e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2184b5 - Browse repository at this point
Copy the full SHA c2184b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 519fd75 - Browse repository at this point
Copy the full SHA 519fd75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce0215 - Browse repository at this point
Copy the full SHA 0ce0215View commit details -
[Truffle] Fix null FrameSlot when kwarg is not used
When a keyword argument is not used in the method body there is no frame slot for the argument resulting a NullPointerException when writing the argument to the frame. This fix changes the AST translator to create the frame slot if it cannot be found by using `findOrAddFrameSlot` instead of `findFrameSlot`.
Configuration menu - View commit details
-
Copy full SHA for f362d70 - Browse repository at this point
Copy the full SHA f362d70View commit details -
Merge pull request #2535 from jgraichen/unused-kwarg
[Truffle] Fix null FrameSlot when kwarg is not used
Configuration menu - View commit details
-
Copy full SHA for 47f9a70 - Browse repository at this point
Copy the full SHA 47f9a70View commit details -
Merge pull request #2520 from sferik/move_methods_to_object
Move methods from BasicObject to Object
Configuration menu - View commit details
-
Copy full SHA for a003621 - Browse repository at this point
Copy the full SHA a003621View commit details -
[Truffle] Flatten the AST at new lines [pass, trace, child], not [pas…
…s, (trace child)]
Configuration menu - View commit details
-
Copy full SHA for effa2bc - Browse repository at this point
Copy the full SHA effa2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331bae6 - Browse repository at this point
Copy the full SHA 331bae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5040d48 - Browse repository at this point
Copy the full SHA 5040d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ccac8b - Browse repository at this point
Copy the full SHA 9ccac8bView commit details -
Merge pull request #2536 from sferik/move_object_methods_to_kernel
Move #itself and #object_id from Object to Kernel
Configuration menu - View commit details
-
Copy full SHA for 8e86650 - Browse repository at this point
Copy the full SHA 8e86650View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a63b3 - Browse repository at this point
Copy the full SHA c8a63b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01944cc - Browse repository at this point
Copy the full SHA 01944ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f804129 - Browse repository at this point
Copy the full SHA f804129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 376f155 - Browse repository at this point
Copy the full SHA 376f155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb2a4d - Browse repository at this point
Copy the full SHA 9fb2a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54efaca - Browse repository at this point
Copy the full SHA 54efacaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af5002 - Browse repository at this point
Copy the full SHA 8af5002View commit details -
Merge branch 'master' into truffle-head
Conflicts: truffle/src/main/java/org/jruby/truffle/translator/BodyTranslator.java
Configuration menu - View commit details
-
Copy full SHA for b020190 - Browse repository at this point
Copy the full SHA b020190View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc8afc - Browse repository at this point
Copy the full SHA fcc8afcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff aed863adfd95...fcc8afc9e817