-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e979337eac0f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7789a89d8fab
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
11
contributors
Commits on May 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 16f9389 - Browse repository at this point
Copy the full SHA 16f9389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12fa3c9 - Browse repository at this point
Copy the full SHA 12fa3c9View commit details
Commits on May 16, 2016
-
Merge branch 'master' into truffle-head
# Conflicts: # .travis.yml
Configuration menu - View commit details
-
Copy full SHA for 4ceccbd - Browse repository at this point
Copy the full SHA 4ceccbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 634a6a6 - Browse repository at this point
Copy the full SHA 634a6a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f18ec2d - Browse repository at this point
Copy the full SHA f18ec2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90eabde - Browse repository at this point
Copy the full SHA 90eabdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d805a - Browse repository at this point
Copy the full SHA f7d805aView commit details -
Configuration menu - View commit details
-
Copy full SHA for edbd334 - Browse repository at this point
Copy the full SHA edbd334View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a062e - Browse repository at this point
Copy the full SHA c6a062eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8597c4e - Browse repository at this point
Copy the full SHA 8597c4eView commit details
Commits on May 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for edba9cc - Browse repository at this point
Copy the full SHA edba9ccView commit details
Commits on May 18, 2016
-
Revert "[Truffle] Debugging failed integration test on Travis."
This reverts commit 15da921.
Configuration menu - View commit details
-
Copy full SHA for a9ea20c - Browse repository at this point
Copy the full SHA a9ea20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9145b8 - Browse repository at this point
Copy the full SHA c9145b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee1b4b - Browse repository at this point
Copy the full SHA 7ee1b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f0e734 - Browse repository at this point
Copy the full SHA 7f0e734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd2ccc - Browse repository at this point
Copy the full SHA 9cd2cccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a53e82f - Browse repository at this point
Copy the full SHA a53e82fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8c7e7 - Browse repository at this point
Copy the full SHA 2f8c7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2826c73 - Browse repository at this point
Copy the full SHA 2826c73View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for ea3b122 - Browse repository at this point
Copy the full SHA ea3b122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 629cbd3 - Browse repository at this point
Copy the full SHA 629cbd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d22b02 - Browse repository at this point
Copy the full SHA 5d22b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5078c40 - Browse repository at this point
Copy the full SHA 5078c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for db39ee7 - Browse repository at this point
Copy the full SHA db39ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed1988d - Browse repository at this point
Copy the full SHA ed1988dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa637cc - Browse repository at this point
Copy the full SHA aa637ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ceff1c - Browse repository at this point
Copy the full SHA 6ceff1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b88148 - Browse repository at this point
Copy the full SHA 0b88148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc21ee - Browse repository at this point
Copy the full SHA 0fc21eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 899bc6f - Browse repository at this point
Copy the full SHA 899bc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dfee5f - Browse repository at this point
Copy the full SHA 0dfee5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4fe3e - Browse repository at this point
Copy the full SHA 3b4fe3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 143b725 - Browse repository at this point
Copy the full SHA 143b725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d92fc - Browse repository at this point
Copy the full SHA 98d92fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10aa949 - Browse repository at this point
Copy the full SHA 10aa949View commit details -
[Truffle] Use cached value instead of argument value in guards
when referential equality of the argument value and its cached value is guarded
Configuration menu - View commit details
-
Copy full SHA for 6a663c1 - Browse repository at this point
Copy the full SHA 6a663c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 455fce1 - Browse repository at this point
Copy the full SHA 455fce1View commit details -
Rewrite recursive guard and wire it up.
The old recursion guard (ported from MRI years ago) had a number of flaws: * It forced an object ID for every object encountered. * It created transient objects for every recursive stack. * It was not using identity hashing (#3887). * It used a RubyHash internally, which has much more overhead than a typical JDK Map. The new implementation largely follows the pattern of the original but fixes all the above items. It passes all untagged specs. See also #3884, which started this whole thing.
Configuration menu - View commit details
-
Copy full SHA for dc7c489 - Browse repository at this point
Copy the full SHA dc7c489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 279e0bd - Browse repository at this point
Copy the full SHA 279e0bdView commit details
Commits on May 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 15b34cc - Browse repository at this point
Copy the full SHA 15b34ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d706786 - Browse repository at this point
Copy the full SHA d706786View commit details -
[Truffle] Normalize transfer before insert() to not invalidate.
* insert() will invalidate.
Configuration menu - View commit details
-
Copy full SHA for 534cb71 - Browse repository at this point
Copy the full SHA 534cb71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7e030 - Browse repository at this point
Copy the full SHA 1a7e030View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe84e89 - Browse repository at this point
Copy the full SHA fe84e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d4d3a - Browse repository at this point
Copy the full SHA 70d4d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6302e6b - Browse repository at this point
Copy the full SHA 6302e6bView commit details -
7
Configuration menu - View commit details
-
Copy full SHA for cc08c24 - Browse repository at this point
Copy the full SHA cc08c24View commit details -
[Truffle] Store the .ll files in the output rather than source direct…
…ory. This is a bit subjective, but generally we version control the source directory and not the output directory. This just keeps the source directory a bit cleaner.
Configuration menu - View commit details
-
Copy full SHA for cebd56a - Browse repository at this point
Copy the full SHA cebd56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b37801d - Browse repository at this point
Copy the full SHA b37801dView commit details -
4
Configuration menu - View commit details
-
Copy full SHA for e097322 - Browse repository at this point
Copy the full SHA e097322View commit details
There are no files selected for viewing