-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 457a84a8edb8
head repository: jruby/jruby
compare: 7addc754609a
Commits on Jul 6, 2015
-
adds rmvn command since it comes with ruby-maven and make regular bin…
…/mvn inside the gem executable
Configuration menu - View commit details
-
Copy full SHA for d0a2955 - Browse repository at this point
Copy the full SHA d0a2955View commit details -
use user.dir as CWD when code is inside a jar on backquote execution
when inside a jar the CWD is uri:classloader:/ and executing a system command can not change into this CWD. use java system property user.dir in such a case Sponsored by Lookout Inc.
Configuration menu - View commit details
-
Copy full SHA for 1fd27e6 - Browse repository at this point
Copy the full SHA 1fd27e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ecc3c - Browse repository at this point
Copy the full SHA 08ecc3cView commit details
Commits on Jul 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e5955c8 - Browse repository at this point
Copy the full SHA e5955c8View commit details -
Off by one error in proc to interface optimization for 2 and 3 arity …
…paths (still missing test)
1Configuration menu - View commit details
-
Copy full SHA for a741a82 - Browse repository at this point
Copy the full SHA a741a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424661f - Browse repository at this point
Copy the full SHA 424661fView commit details
Commits on Jul 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d51c9bf - Browse repository at this point
Copy the full SHA d51c9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc9b29 - Browse repository at this point
Copy the full SHA bcc9b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4b0bd - Browse repository at this point
Copy the full SHA 8e4b0bdView commit details
Commits on Jul 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6182486 - Browse repository at this point
Copy the full SHA 6182486View commit details
Commits on Jul 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 207b8be - Browse repository at this point
Copy the full SHA 207b8beView commit details
Commits on Jul 13, 2015
-
[Truffle] Allow RubyBasicObject to go through FixnumLowerNode.
* The missing specialization error will catch it anyway. * Fixes issue in the string_pattern primitive.
Configuration menu - View commit details
-
Copy full SHA for 2d142da - Browse repository at this point
Copy the full SHA 2d142daView commit details -
[Truffle] Refactor RangeLiteralNode.
* Create lowered ranges (IntegerFixnumRange) directly.
Configuration menu - View commit details
-
Copy full SHA for a347363 - Browse repository at this point
Copy the full SHA a347363View commit details -
[Truffle] Remove the lowering of ranges from FixnumLowerNode.
* It is done eagerly at creation time now.
Configuration menu - View commit details
-
Copy full SHA for 68a1d95 - Browse repository at this point
Copy the full SHA 68a1d95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9888ee5 - Browse repository at this point
Copy the full SHA 9888ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a309e - Browse repository at this point
Copy the full SHA d9a309eView commit details -
[Truffle] Replace the legacy FixnumLowerNode with NewFixnumLowerNode.
* Also let any other object pass through, the specializations will deal with it.
Configuration menu - View commit details
-
Copy full SHA for 5c8c448 - Browse repository at this point
Copy the full SHA 5c8c448View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91c9ed - Browse repository at this point
Copy the full SHA b91c9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for de7597b - Browse repository at this point
Copy the full SHA de7597bView commit details
Commits on Jul 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3b68bdb - Browse repository at this point
Copy the full SHA 3b68bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6a6f5 - Browse repository at this point
Copy the full SHA 2a6a6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef1af3 - Browse repository at this point
Copy the full SHA cef1af3View commit details -
make sure -Dorg.jruby.embed.compat.version=1.8 works
with (JSR223) scripting-container (fixes #1365)
Configuration menu - View commit details
-
Copy full SHA for 05531ea - Browse repository at this point
Copy the full SHA 05531eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe236a6 - Browse repository at this point
Copy the full SHA fe236a6View commit details -
[Truffle] Make ThreadManager.runOnce() private.
* This is just an internal helper, there is no valid use case for stopping a blocking action based on any interrupt() or guest safepoint.
Configuration menu - View commit details
-
Copy full SHA for 79e2bd4 - Browse repository at this point
Copy the full SHA 79e2bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e89610 - Browse repository at this point
Copy the full SHA 7e89610View commit details -
[Truffle] Use a separate flag for waking up a thread.
* Thread#{wakeup,run} only interrupts #sleep and Thread.stop. * Simplifies a lot interactions between the status and blocking actions. * Fixes #3131.
Configuration menu - View commit details
-
Copy full SHA for dfc5f8a - Browse repository at this point
Copy the full SHA dfc5f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eca2cb - Browse repository at this point
Copy the full SHA 2eca2cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d7722 - Browse repository at this point
Copy the full SHA 27d7722View commit details -
Configuration menu - View commit details
-
Copy full SHA for b994c1c - Browse repository at this point
Copy the full SHA b994c1cView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 35153eb - Browse repository at this point
Copy the full SHA 35153ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d8234 - Browse repository at this point
Copy the full SHA 08d8234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76be367 - Browse repository at this point
Copy the full SHA 76be367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e3f93 - Browse repository at this point
Copy the full SHA 33e3f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb8f1e - Browse repository at this point
Copy the full SHA acb8f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e7d19b - Browse repository at this point
Copy the full SHA 0e7d19bView commit details -
Remaining variable specs passing by matching up splat logic to fix he…
…adius made a few commits ago
Configuration menu - View commit details
-
Copy full SHA for c5e6f78 - Browse repository at this point
Copy the full SHA c5e6f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5c20b - Browse repository at this point
Copy the full SHA eb5c20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c2bed - Browse repository at this point
Copy the full SHA f4c2bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16dce38 - Browse repository at this point
Copy the full SHA 16dce38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cfff8 - Browse repository at this point
Copy the full SHA 30cfff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935553d - Browse repository at this point
Copy the full SHA 935553dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4afaa6c - Browse repository at this point
Copy the full SHA 4afaa6cView commit details
Commits on Jul 15, 2015
-
spec for regression in proc to iface optimization
complements commit a741a82
Configuration menu - View commit details
-
Copy full SHA for c79610c - Browse repository at this point
Copy the full SHA c79610cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d90f9f - Browse repository at this point
Copy the full SHA 1d90f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a2051 - Browse repository at this point
Copy the full SHA 84a2051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27dc383 - Browse repository at this point
Copy the full SHA 27dc383View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7c111 - Browse repository at this point
Copy the full SHA db7c111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9f22e - Browse repository at this point
Copy the full SHA 6a9f22eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d98bd7 - Browse repository at this point
Copy the full SHA 4d98bd7View commit details
There are no files selected for viewing