-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 7956a28161b0
head repository: jruby/jruby
compare: 3742bdef3026
Commits on Mar 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e66cbd5 - Browse repository at this point
Copy the full SHA e66cbd5View commit details
Commits on Mar 24, 2015
-
2
Configuration menu - View commit details
-
Copy full SHA for 9017d21 - Browse repository at this point
Copy the full SHA 9017d21View commit details -
Squashed 'spec/ruby/' changes from 2e07d5c..19ff319
19ff319 Dir#close no longer raises an IOError if already closed 88b128c Revert "filesystem encoding is fixed on Windows and Darwin" d3dc4c7 fix indentation 8bad4cf Fix a couple version guards to be simpler. d098f8d Removed outdated version guards in language. ee056dc Removed outdated version guards in core. 3ceb9ae Remove old rational library specs. 7454d72 Remove outdated complex library specs. 750c6f5 Removed outdated version guards. 6fd11ee Restore ruby_bug guard #8342 as it is not yet fixed. 24a9aec Restore ruby_bug guard #10894 as it is not yet fixed. 29da602 Remove outdated ruby_bug in commented code. 2ec6fc2 Remove ruby_bug guards for ruby <= 2.0. 96205bd Fix the encoding the e acute in Dir#pwd spec. 22b206d filesystem encoding is fixed on Windows and Darwin 01ec347 RuntimeError is correct d56d83a Fix references to methods not defined on Object but on Kernel. git-subtree-dir: spec/ruby git-subtree-split: 19ff31914df0f1e653c53d0909ae300382c2b60a
Configuration menu - View commit details
-
Copy full SHA for 4eaa190 - Browse repository at this point
Copy the full SHA 4eaa190View commit details -
Configuration menu - View commit details
-
Copy full SHA for 767c13b - Browse repository at this point
Copy the full SHA 767c13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f75b331 - Browse repository at this point
Copy the full SHA f75b331View commit details -
[Truffle] Make it clearer we use System.identityHashCode() in Kernel#…
…hash. * There are no more custom hashCode() methods in RubyBasicObject and subclasses.
Configuration menu - View commit details
-
Copy full SHA for 79a7d3d - Browse repository at this point
Copy the full SHA 79a7d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25966fe - Browse repository at this point
Copy the full SHA 25966feView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc696aa - Browse repository at this point
Copy the full SHA dc696aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7bfa0d - Browse repository at this point
Copy the full SHA a7bfa0dView commit details -
Fixes #2751 Conflicts: core/src/main/java/org/jruby/RubyGlobal.java core/src/main/java/org/jruby/ext/bigdecimal/RubyBigDecimal.java test/test_big_decimal.rb test/test_bignum.rb
Configuration menu - View commit details
-
Copy full SHA for 732db64 - Browse repository at this point
Copy the full SHA 732db64View commit details -
Squashed 'spec/mspec/' changes from 48dbdc3..6676cd6
6676cd6 Show tagged stats by default. 3ac8bc4 Update the extension of the README in the gemspec. 76fedea Restrict RSpec to version 2.x, excluding 2.99. 32841bb Travis: do not depend on a specific jdk. git-subtree-dir: spec/mspec git-subtree-split: 6676cd6ad6d65590fe9e92e12062fb10bdccce5e
Configuration menu - View commit details
-
Copy full SHA for 197f5eb - Browse repository at this point
Copy the full SHA 197f5ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b5c3c - Browse repository at this point
Copy the full SHA b6b5c3cView commit details -
Merge pull request #2747 from bjfish/truffle_array_zip_again
[Truffle] Updating Array#zip to handle more specs in array.rb
Configuration menu - View commit details
-
Copy full SHA for 254f3c2 - Browse repository at this point
Copy the full SHA 254f3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72536b3 - Browse repository at this point
Copy the full SHA 72536b3View commit details
Commits on Mar 25, 2015
-
Use updated enxio and unixsocket for read-selectable servers.
Fixes #2750 (probably).
Configuration menu - View commit details
-
Copy full SHA for 052e0d0 - Browse repository at this point
Copy the full SHA 052e0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7bc8f3 - Browse repository at this point
Copy the full SHA c7bc8f3View commit details -
Merge pull request #2755 from bjfish/truffle_array_insert
[Truffle] Updating Array#insert to pass additional specs.
Configuration menu - View commit details
-
Copy full SHA for 3855ace - Browse repository at this point
Copy the full SHA 3855aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e9d84 - Browse repository at this point
Copy the full SHA 37e9d84View commit details -
avoid regression in loading Java classes with upper case package names (
fixes #2742) ... caused by the internal cleanup (the regression is not part of any 1.7.x release) one can only test this with *-Xji.upper.case.package.name.allowed=true* but since there's another failure the feature introduces, this will need to be revisited
Configuration menu - View commit details
-
Copy full SHA for f4ff889 - Browse repository at this point
Copy the full SHA f4ff889View commit details -
use 'new' CallableSelector methods (with IntHashMap cache) for better…
… performance + make the internals do less casting by making private methods type generic ... also made some of the callable concrete classes final
Configuration menu - View commit details
-
Copy full SHA for 805ccb8 - Browse repository at this point
Copy the full SHA 805ccb8View commit details -
cleanup JavaUtil - use implicit primitive boxing (instead of explicit…
…) + less array[i] access
Configuration menu - View commit details
-
Copy full SHA for ce714cd - Browse repository at this point
Copy the full SHA ce714cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 765fee8 - Browse repository at this point
Copy the full SHA 765fee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b390857 - Browse repository at this point
Copy the full SHA b390857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf94dd - Browse repository at this point
Copy the full SHA 7bf94ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58487dd - Browse repository at this point
Copy the full SHA 58487ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 250976c - Browse repository at this point
Copy the full SHA 250976cView commit details -
cleanup JavaProxyConstructor - share invocation handler + no fixnums …
…on arg conversion ... also added getJavaProxyConstructor onto JavaSupport - so there's less lookup going on
Configuration menu - View commit details
-
Copy full SHA for f22aed3 - Browse repository at this point
Copy the full SHA f22aed3View commit details -
introduce alternative toRubyArray (internal) helpers - more code shar…
…ing & less looping
Configuration menu - View commit details
-
Copy full SHA for 5a7501f - Browse repository at this point
Copy the full SHA 5a7501fView commit details -
extract another (in-line) invocation handler impl into an inner stati…
…c class + better naming
Configuration menu - View commit details
-
Copy full SHA for dbc7954 - Browse repository at this point
Copy the full SHA dbc7954View commit details -
test (and fix) inspect / to_s for Java callables + share inspectParam…
…eterTypes for re-use
Configuration menu - View commit details
-
Copy full SHA for 530f72b - Browse repository at this point
Copy the full SHA 530f72bView commit details -
JavaClass - share more internals and test some of the method/construc…
…tor reflection ... also avoided ArrayIndexOutOfBoundException since we checked args.length late
Configuration menu - View commit details
-
Copy full SHA for c80f1c4 - Browse repository at this point
Copy the full SHA c80f1c4View commit details -
JavaProxyClass - use toRubyArray + delay resolving constructors + re-…
…arrange internals
Configuration menu - View commit details
-
Copy full SHA for b7dbefe - Browse repository at this point
Copy the full SHA b7dbefeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e391c - Browse repository at this point
Copy the full SHA 97e391cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84fa6b7 - Browse repository at this point
Copy the full SHA 84fa6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab9159 - Browse repository at this point
Copy the full SHA dab9159View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb8f62e - Browse repository at this point
Copy the full SHA eb8f62eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb2b3c - Browse repository at this point
Copy the full SHA 8cb2b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9318c35 - Browse repository at this point
Copy the full SHA 9318c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4585eb - Browse repository at this point
Copy the full SHA a4585ebView commit details -
[Truffle] Use a flag for detecting when we are loading core - as we d…
…on't always have access to the true node.
Configuration menu - View commit details
-
Copy full SHA for e54c5c9 - Browse repository at this point
Copy the full SHA e54c5c9View commit details -
6
Configuration menu - View commit details
-
Copy full SHA for dcd8fba - Browse repository at this point
Copy the full SHA dcd8fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc2c98 - Browse repository at this point
Copy the full SHA 7dc2c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577ffbc - Browse repository at this point
Copy the full SHA 577ffbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d507e49 - Browse repository at this point
Copy the full SHA d507e49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84054a5 - Browse repository at this point
Copy the full SHA 84054a5View commit details -
Merge pull request #2758 from bjfish/truffle_array_uniq
[Truffle] Implementing more of Array#{uniq,uniq!}
Configuration menu - View commit details
-
Copy full SHA for ab4be7b - Browse repository at this point
Copy the full SHA ab4be7bView commit details
Commits on Mar 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8361137 - Browse repository at this point
Copy the full SHA 8361137View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed54a08 - Browse repository at this point
Copy the full SHA ed54a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f91f7 - Browse repository at this point
Copy the full SHA 18f91f7View commit details -
as (most) Java invokers will not have overrides - they won't use the …
…internal cache ... for loading up JRuby's built-in JI classes this saves up allocating > 2100 maps also we shall now use "more-compact" short term garbage (array[] list) chunks
Configuration menu - View commit details
-
Copy full SHA for 8cdb5ec - Browse repository at this point
Copy the full SHA 8cdb5ecView commit details
There are no files selected for viewing