-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: ea238d9d2d8e
head repository: jruby/jruby
compare: 96ee1d8017c9
Commits on Mar 12, 2015
-
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 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 -
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 -
Configuration menu - View commit details
-
Copy full SHA for b997129 - Browse repository at this point
Copy the full SHA b997129View 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 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
Commits on Mar 19, 2015
-
Merge branch 'jruby-1_7' into master
* jruby-1_7: (24 commits) calculate 'sofisticated' type preference when ambiguous callables found (fixes #2595) in case there's an exact parameter match - do not proceed with argument matching do not do equals on Class objects (just compare by identity) + remove unused imports re-factored candidate matching loops - for more readability and less implicit iterator use cleanup the constructor search - keeping redundant ~ 'intended' code as comments a slight Java integration (mostly bootstrap internals) cleanup update CallableSelector's (Map) cache internals - so we can easily refactor further move Java.method_missing into native loadPaths list generics - easier to guess for JavaEmbedUtils consumers add a factory onto ClassValue since we're be instantiating the same (based on opt) one JRubyMethod with 2 names is enough to have more base-class sharing between JavaCallable method/constructor impl + minor tweaks move getArity/getParameterTypes into base class as finals + help used methods to JIT guess name-class hash-map size without internal resizing (currently <= 48 elements) after several concurrency fixes in Java integration - un-comment a multi-threaded test non need to cast intValue to (int) move (and tune) error logic from CallableSelector into the invoker impl where it's used align JavaField's value/static_value conversions and return values + test functionality correct (Java) equals/hashCode semantics for JavaAccessibleObject + minor tweaks Try turning off sudo:false to fix build issues. ... Conflicts: .travis.yml core/src/main/java/org/jruby/RubyObject.java core/src/main/java/org/jruby/java/proxies/MapJavaProxy.java core/src/main/java/org/jruby/javasupport/JavaCallable.java core/src/main/java/org/jruby/javasupport/JavaEmbedUtils.java core/src/main/java/org/jruby/javasupport/JavaSupport.java core/src/main/java/org/jruby/runtime/Helpers.java core/src/main/java/org/jruby/util/CodegenUtils.java core/src/main/ruby/jruby/java.rb core/src/test/java/org/jruby/test/TestCodeCache.java test/test_higher_javasupport.rb
Configuration menu - View commit details
-
Copy full SHA for f2b9bf7 - Browse repository at this point
Copy the full SHA f2b9bf7View commit details -
Merge branch 'master' of github.com:jruby/jruby
* 'master' of github.com:jruby/jruby: (56 commits) [Truffle] Renamed some classes to generate smaller filenames. [Truffle] Moving Array#join to array.rb. [Truffle] FindBugs: remove unused fields. [Truffle] JT: Remove useless enumerator. [Truffle] JT: Move paths inside the methods using them. [Truffle] JT: Find appropriate Graal based on Truffle version. [Truffle] JT: Do not specify full path. Re-tag exposed failures in m17n_comb while we fix on a branch. [Truffle] JT: Rename Utilities.branch to git_branch. [Truffle] Refactoring ReturnEnumeratorIfNoBlockNode arguments unshift into RubyArguments method. [Truffle] Fix hardcoded path and grammar. [Truffle] Allow GRAAL_BIN to be set per branch by an environment variable. [Truffle] jt run --igv option. [Truffle] No such thing as a FrozenError. implements strict base64 encoding [build] regenerate pom.xml [skip ci] [Truffle] Fix SourceSection identifier for def* nodes. [build] remove warning on duplicate plugin definitions [skip ci] [Truffle] Implementing more of Array#concat [Truffle] Display non-aliased (called) name in backtrace of core methods. ...
Configuration menu - View commit details
-
Copy full SHA for 96ee1d8 - Browse repository at this point
Copy the full SHA 96ee1d8View commit details
There are no files selected for viewing