-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 8f973b7c6c1f
head repository: jruby/jruby
compare: 8aa9c0f6280d
Commits on Feb 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 37a1eda - Browse repository at this point
Copy the full SHA 37a1edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8085764 - Browse repository at this point
Copy the full SHA 8085764View commit details
Commits on Feb 20, 2015
-
Merge branch 'master' into truffle-kwargs
Conflicts: truffle/src/main/java/org/jruby/truffle/nodes/dispatch/UnresolvedDispatchNode.java truffle/src/main/java/org/jruby/truffle/runtime/core/CoreLibrary.java
Configuration menu - View commit details
-
Copy full SHA for 59f6b7b - Browse repository at this point
Copy the full SHA 59f6b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 613810f - Browse repository at this point
Copy the full SHA 613810fView commit details
Commits on Feb 27, 2015
-
Merge branch 'master' into truffle-kwargs
Conflicts: truffle/src/main/java/org/jruby/truffle/runtime/subsystems/SafepointManager.java
Configuration menu - View commit details
-
Copy full SHA for 29ff529 - Browse repository at this point
Copy the full SHA 29ff529View commit details
Commits on Mar 3, 2015
-
Merge branch 'master' into truffle-kwargs
Conflicts: truffle/src/main/java/org/jruby/truffle/nodes/core/IONodes.java truffle/src/main/java/org/jruby/truffle/nodes/dispatch/DispatchHeadNode.java truffle/src/main/java/org/jruby/truffle/nodes/dispatch/DispatchNode.java truffle/src/main/java/org/jruby/truffle/nodes/dispatch/UncachedDispatchNode.java truffle/src/main/java/org/jruby/truffle/nodes/dispatch/UnresolvedDispatchNode.java
Configuration menu - View commit details
-
Copy full SHA for 041619f - Browse repository at this point
Copy the full SHA 041619fView commit details
Commits on Mar 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 25d21b2 - Browse repository at this point
Copy the full SHA 25d21b2View commit details
Commits on Mar 8, 2015
-
Merge branch 'master' into truffle-kwargs
Conflicts: truffle/src/main/java/org/jruby/truffle/nodes/dispatch/DispatchNode.java truffle/src/main/java/org/jruby/truffle/nodes/dispatch/UnresolvedDispatchNode.java
Configuration menu - View commit details
-
Copy full SHA for fb82903 - Browse repository at this point
Copy the full SHA fb82903View commit details
Commits on Mar 10, 2015
-
Merge branch 'master' into truffle-kwargs
Conflicts: truffle/src/main/java/org/jruby/truffle/runtime/methods/Arity.java truffle/src/main/java/org/jruby/truffle/translator/BodyTranslator.java
Configuration menu - View commit details
-
Copy full SHA for a8f49a0 - Browse repository at this point
Copy the full SHA a8f49a0View commit details
Commits on Mar 12, 2015
-
Merge branch 'master' into truffle-kwargs
Conflicts: truffle/src/main/java/org/jruby/truffle/nodes/core/ArrayAllocationSite.java truffle/src/main/java/org/jruby/truffle/runtime/subsystems/SafepointManager.java
Configuration menu - View commit details
-
Copy full SHA for 0dbd174 - Browse repository at this point
Copy the full SHA 0dbd174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bda8d - Browse repository at this point
Copy the full SHA 94bda8dView commit details
Commits on Mar 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2604aee - Browse repository at this point
Copy the full SHA 2604aeeView commit details
Commits on Mar 15, 2015
-
Merge branch 'master' into truffle-kwargs
Conflicts: truffle/src/main/java/org/jruby/truffle/nodes/RubyCallNode.java
Configuration menu - View commit details
-
Copy full SHA for ae474b3 - Browse repository at this point
Copy the full SHA ae474b3View commit details
Commits on Mar 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for af940b1 - Browse repository at this point
Copy the full SHA af940b1View commit details
Commits on Mar 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 297c953 - Browse repository at this point
Copy the full SHA 297c953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44060f3 - Browse repository at this point
Copy the full SHA 44060f3View commit details -
Revert "Use JDK8 for these three...they are affected by JVM+Travis is…
…sues." This reverts commit 297c953.
Configuration menu - View commit details
-
Copy full SHA for df6bae2 - Browse repository at this point
Copy the full SHA df6bae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d1d29 - Browse repository at this point
Copy the full SHA 14d1d29View commit details
Commits on Mar 18, 2015
-
correct (Java) equals/hashCode semantics for JavaAccessibleObject + m…
…inor tweaks - return concrete types from getValue - also re-implemented (inherited) toJava conversion
Configuration menu - View commit details
-
Copy full SHA for d7217ca - Browse repository at this point
Copy the full SHA d7217caView commit details -
align JavaField's value/static_value conversions and return values + …
…test functionality
Configuration menu - View commit details
-
Copy full SHA for 1337fbe - Browse repository at this point
Copy the full SHA 1337fbeView commit details -
move (and tune) error logic from CallableSelector into the invoker im…
…pl where it's used
Configuration menu - View commit details
-
Copy full SHA for 015d9b4 - Browse repository at this point
Copy the full SHA 015d9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c5c4a3 - Browse repository at this point
Copy the full SHA 1c5c4a3View commit details -
after several concurrency fixes in Java integration - un-comment a mu…
…lti-threaded test
Configuration menu - View commit details
-
Copy full SHA for ee0113e - Browse repository at this point
Copy the full SHA ee0113eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03acf55 - Browse repository at this point
Copy the full SHA 03acf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc2422 - Browse repository at this point
Copy the full SHA ebc2422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de8bdf - Browse repository at this point
Copy the full SHA 0de8bdfView commit details -
add a factory onto ClassValue since we're be instantiating the same (…
…based on opt) - JavaSupport internals now no longer deal with ClassValue impl constructors
Configuration menu - View commit details
-
Copy full SHA for cfa0011 - Browse repository at this point
Copy the full SHA cfa0011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a4c30 - Browse repository at this point
Copy the full SHA 99a4c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for b997129 - Browse repository at this point
Copy the full SHA b997129View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf85781 - Browse repository at this point
Copy the full SHA bf85781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e87cc - Browse repository at this point
Copy the full SHA 07e87ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9902ebd - Browse repository at this point
Copy the full SHA 9902ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 411086d - Browse repository at this point
Copy the full SHA 411086dView commit details -
re-factored candidate matching loops - for more readability and less …
…implicit iterator use
Configuration menu - View commit details
-
Copy full SHA for b5c5e2b - Browse repository at this point
Copy the full SHA b5c5e2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3635300 - Browse repository at this point
Copy the full SHA 3635300View commit details -
in case there's an exact parameter match - do not proceed with argume…
…nt matching ... towards fixing #2595
Configuration menu - View commit details
-
Copy full SHA for 6521ee4 - Browse repository at this point
Copy the full SHA 6521ee4View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for adeb887 - Browse repository at this point
Copy the full SHA adeb887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c15c8c - Browse repository at this point
Copy the full SHA 2c15c8cView commit details -
implements strict base64 encoding
apparently the respective tests were excluded. Sponsored by Lookout Inc.
Configuration menu - View commit details
-
Copy full SHA for 13ff7bf - Browse repository at this point
Copy the full SHA 13ff7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e1f92 - Browse repository at this point
Copy the full SHA f6e1f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc09be9 - Browse repository at this point
Copy the full SHA dc09be9View commit details
Commits on Mar 19, 2015
-
Merge pull request #2722 from bjfish/truffle_array_map_frozen
[Truffle] Adding raiseIfFrozenSelf to Array#{map!,collect!}.
Configuration menu - View commit details
-
Copy full SHA for b03e121 - Browse repository at this point
Copy the full SHA b03e121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4336a - Browse repository at this point
Copy the full SHA 7c4336aView commit details -
create usual bin archive as well one where jar files are pack200 comp…
…ressed added bin/unpack200.sh which can be used to unpack all the jar files after extracting the archive
Configuration menu - View commit details
-
Copy full SHA for d580ce3 - Browse repository at this point
Copy the full SHA d580ce3View commit details -
added check of file size of distribtion artifacts
granularity is 1M so if things fail is either because natural growth or something happened again which let the filesize explode.
Configuration menu - View commit details
-
Copy full SHA for e366b85 - Browse repository at this point
Copy the full SHA e366b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae788d - Browse repository at this point
Copy the full SHA 8ae788dView commit details -
consolidated overall amount of artifacts
no more jruby-core:noasm and jruby-core:complete attached artifacts, they were too complicated to be used properly. the jruby-core will have the asm + jnr-jffi (which uses asm) shaded into the jar no need for maven/jruby-noasm anymore added bin/jruby200.sh which is bin/jruby in jruby-bin200.tar.gz and this script will unpack all jars and then replace itself with bin/jruby.bash. i.e. the first call of bin/jruby will first finish the installation and then execute bin/jruby.bash. any further bin/jruby execution is as usual. the patch also reduces the total amount of distributed artifacts by a couple of MB
4Configuration menu - View commit details
-
Copy full SHA for bd59418 - Browse repository at this point
Copy the full SHA bd59418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e8a0e - Browse repository at this point
Copy the full SHA 74e8a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f381ec5 - Browse repository at this point
Copy the full SHA f381ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa596f4 - Browse repository at this point
Copy the full SHA aa596f4View commit details
There are no files selected for viewing