-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 19371178dff4
head repository: jruby/jruby
compare: 926c67699651
Commits on Aug 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2093679 - Browse repository at this point
Copy the full SHA 2093679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498e850 - Browse repository at this point
Copy the full SHA 498e850View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce1844 - Browse repository at this point
Copy the full SHA dce1844View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd26e8d - Browse repository at this point
Copy the full SHA bd26e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5162ea5 - Browse repository at this point
Copy the full SHA 5162ea5View commit details
Commits on Aug 19, 2015
-
Fix #3237: Deal with overzealous $! restore from #2910 fixes
Configuration menu - View commit details
-
Copy full SHA for 80f6a36 - Browse repository at this point
Copy the full SHA 80f6a36View commit details -
Additional cleanup and bug fix in $! save/restore
* Remove special cases and handle all $! restore in the ensure block cloning code.
Configuration menu - View commit details
-
Copy full SHA for 60564ba - Browse repository at this point
Copy the full SHA 60564baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 944aaa3 - Browse repository at this point
Copy the full SHA 944aaa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 142671f - Browse repository at this point
Copy the full SHA 142671fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f080e - Browse repository at this point
Copy the full SHA d2f080eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6992f8e - Browse repository at this point
Copy the full SHA 6992f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for caa5904 - Browse repository at this point
Copy the full SHA caa5904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d77ac - Browse repository at this point
Copy the full SHA 99d77acView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf77585 - Browse repository at this point
Copy the full SHA bf77585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c9f5d - Browse repository at this point
Copy the full SHA 36c9f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b55cf - Browse repository at this point
Copy the full SHA c8b55cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92129e9 - Browse repository at this point
Copy the full SHA 92129e9View commit details -
[Truffle] Remove unused BehaveAsProcNode.
* Blocks and procs behave identically now.
Configuration menu - View commit details
-
Copy full SHA for a51620e - Browse repository at this point
Copy the full SHA a51620eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c15e34c - Browse repository at this point
Copy the full SHA c15e34cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c8fee - Browse repository at this point
Copy the full SHA e9c8feeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93e2add - Browse repository at this point
Copy the full SHA 93e2addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51af4f8 - Browse repository at this point
Copy the full SHA 51af4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc88e5 - Browse repository at this point
Copy the full SHA bbc88e5View commit details -
[Truffle] Use ProcNodes.getCallTargetForType().
* One should not assume the type of a Proc. * Fixes a bunch of MRI tests.
Configuration menu - View commit details
-
Copy full SHA for 3e3e5ee - Browse repository at this point
Copy the full SHA 3e3e5eeView commit details -
* It does not change the type of the given block.
Configuration menu - View commit details
-
Copy full SHA for 0679dd0 - Browse repository at this point
Copy the full SHA 0679dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6410c72 - Browse repository at this point
Copy the full SHA 6410c72View commit details -
[Truffle] Refactor block compilation logic.
* Much simpler and no need for node replacement.
Configuration menu - View commit details
-
Copy full SHA for 26fe58b - Browse repository at this point
Copy the full SHA 26fe58bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 072a236 - Browse repository at this point
Copy the full SHA 072a236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a80fc - Browse repository at this point
Copy the full SHA 36a80fcView commit details -
[Truffle] Create layout as a static variable
This is necessary for ahead of time compilation since createLayout uses reflection. If we create the layout in a static variable, the static initialization will take place during image generation.
Configuration menu - View commit details
-
Copy full SHA for 75b50d5 - Browse repository at this point
Copy the full SHA 75b50d5View commit details -
Merge pull request #3268 from bbelleville/static-layout
[Truffle] Create layout as a static variable
Configuration menu - View commit details
-
Copy full SHA for 4110f1f - Browse repository at this point
Copy the full SHA 4110f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ca7db - Browse repository at this point
Copy the full SHA 29ca7dbView commit details
Commits on Aug 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 691cee9 - Browse repository at this point
Copy the full SHA 691cee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d90994 - Browse repository at this point
Copy the full SHA 2d90994View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f8357 - Browse repository at this point
Copy the full SHA a6f8357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 555f300 - Browse repository at this point
Copy the full SHA 555f300View commit details -
[Truffle] Save the right CallTarget for a Proc in a field for faster …
…access. * Proc can only migrate from proc-semantics to lambda-semantics, so we can discard the proc-semantics CallTarget when creating a lambda.
Configuration menu - View commit details
-
Copy full SHA for afabf34 - Browse repository at this point
Copy the full SHA afabf34View commit details -
[Truffle] Share logic between Proc.new and Kernel#proc.
* No need for Proc#allocate and #initialize anymore.
Configuration menu - View commit details
-
Copy full SHA for ddd1a5e - Browse repository at this point
Copy the full SHA ddd1a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for feca81e - Browse repository at this point
Copy the full SHA feca81eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc5d0b - Browse repository at this point
Copy the full SHA 9fc5d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f06d9 - Browse repository at this point
Copy the full SHA 44f06d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539e83a - Browse repository at this point
Copy the full SHA 539e83aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4283346 - Browse repository at this point
Copy the full SHA 4283346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946cef5 - Browse repository at this point
Copy the full SHA 946cef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 635b2a4 - Browse repository at this point
Copy the full SHA 635b2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a67414 - Browse repository at this point
Copy the full SHA 1a67414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8a9e0 - Browse repository at this point
Copy the full SHA 6e8a9e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a30a5d4 - Browse repository at this point
Copy the full SHA a30a5d4View commit details
Commits on Aug 21, 2015
-
[Truffle] Be more aggressive about hiding the core library in backtra…
…ces and add option to disable.
Configuration menu - View commit details
-
Copy full SHA for 3d475dc - Browse repository at this point
Copy the full SHA 3d475dcView commit details -
Revert "[Truffle] Try the default formatter for specs on Travis."
* This reverts commit a8b4016. * It seems core specs hang time to time with the default formatter.
Configuration menu - View commit details
-
Copy full SHA for ef557b6 - Browse repository at this point
Copy the full SHA ef557b6View 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 19371178dff4...926c67699651