-
-
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: 197a30c6adb7
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: bf91bcabdd19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
8
contributors
Commits on Jun 9, 2016
-
Java's Arrays.sort more robust and is faster is certain cases. See #3919 and https://github.com/sri/jruby-sort-benchmark.
Configuration menu - View commit details
-
Copy full SHA for 5502160 - Browse repository at this point
Copy the full SHA 5502160View commit details
Commits on Jun 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 55cef79 - Browse repository at this point
Copy the full SHA 55cef79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 141c3ab - Browse repository at this point
Copy the full SHA 141c3abView commit details
Commits on Jun 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ddf6701 - Browse repository at this point
Copy the full SHA ddf6701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e4f7a - Browse repository at this point
Copy the full SHA 03e4f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9846105 - Browse repository at this point
Copy the full SHA 9846105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07cdf83 - Browse repository at this point
Copy the full SHA 07cdf83View commit details -
Configuration menu - View commit details
-
Copy full SHA for e06fb98 - Browse repository at this point
Copy the full SHA e06fb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4c8d3 - Browse repository at this point
Copy the full SHA fd4c8d3View commit details -
Fix #3969: AddMissingInts: Rescue bbs shd. receive state from pred.in
* This (conservatively) ensures that even if the very first instruction of the BB might raise an exception, the rescue block sees state from entry of the BB, rather than (optimistically) from the end of the BB which control might never reach. * The conservative assumption also matches the JVM verifier's assumption and should ensure that generated bytecode passes the verifier * Verified that the generated IR is correct on the following snippet. -------- def foo saved = bar() ensure bar(saved) end --------
Configuration menu - View commit details
-
Copy full SHA for f3f5776 - Browse repository at this point
Copy the full SHA f3f5776View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 192f7a3 - Browse repository at this point
Copy the full SHA 192f7a3View commit details -
Merge pull request #3961 from sri/use-java-native-sort
Use Java's Arrays.sort
Configuration menu - View commit details
-
Copy full SHA for f434a33 - Browse repository at this point
Copy the full SHA f434a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f47ce - Browse repository at this point
Copy the full SHA 16f47ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e415c8 - Browse repository at this point
Copy the full SHA 3e415c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dfd839 - Browse repository at this point
Copy the full SHA 9dfd839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0a335 - Browse repository at this point
Copy the full SHA 5e0a335View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 99e11a9 - Browse repository at this point
Copy the full SHA 99e11a9View commit details -
EQQInstr has added a splattedValue field. This new field is used
to differentiate between a single object which happens to be an array vs an array which happens to represent a set of values we want to call eqq on. The discriminator in IRBuilder is whether we see Args{Cat,Push}Node or SplatNode (at least for when statements...it is possible we need this for rescue_eqq too?).
Configuration menu - View commit details
-
Copy full SHA for 3a37205 - Browse repository at this point
Copy the full SHA 3a37205View commit details -
[Truffle] Split test gems and ecosystem, and allow gems to be used fr…
…om somewhere else rather than installing.
1Configuration menu - View commit details
-
Copy full SHA for 3acdc1d - Browse repository at this point
Copy the full SHA 3acdc1dView commit details
Commits on Jun 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4c3a88b - Browse repository at this point
Copy the full SHA 4c3a88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef0858 - Browse repository at this point
Copy the full SHA 2ef0858View commit details -
fix Socket's #recv_nonblock and UDPSocket#recvfrom_nonblock
returning :wait_readable instead of raising when op would block
Configuration menu - View commit details
-
Copy full SHA for 239e1de - Browse repository at this point
Copy the full SHA 239e1deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 388030b - Browse repository at this point
Copy the full SHA 388030bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1a9e4 - Browse repository at this point
Copy the full SHA 3a1a9e4View commit details -
avoid copy-ing byte[] from buffer to byte-list
+ hide method (receiving a buffer param) used internaly
Configuration menu - View commit details
-
Copy full SHA for 5ddb20a - Browse repository at this point
Copy the full SHA 5ddb20aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae51596 - Browse repository at this point
Copy the full SHA ae51596View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c6f1c - Browse repository at this point
Copy the full SHA f4c6f1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c5b01 - Browse repository at this point
Copy the full SHA d6c5b01View commit details -
Merge branch 'master' into truffle-head
# Conflicts: # .travis.yml
Configuration menu - View commit details
-
Copy full SHA for c73342d - Browse repository at this point
Copy the full SHA c73342dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf91bca - Browse repository at this point
Copy the full SHA bf91bcaView commit details
There are no files selected for viewing