-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 35323f684e6a
head repository: jruby/jruby
compare: d7089435c941
Commits on Nov 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 14ba348 - Browse repository at this point
Copy the full SHA 14ba348View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8eab95 - Browse repository at this point
Copy the full SHA a8eab95View commit details -
implement Coverage.peek_result
This patch implements `Coverage.peek_result` that was implemented in MRI here: https://bugs.ruby-lang.org/issues/10816
Configuration menu - View commit details
-
Copy full SHA for ced60e8 - Browse repository at this point
Copy the full SHA ced60e8View commit details -
Merge branch 'peek_result' of https://github.com/tenderlove/jruby int…
…o tenderlove-peek_result
Configuration menu - View commit details
-
Copy full SHA for 0717e88 - Browse repository at this point
Copy the full SHA 0717e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad378d - Browse repository at this point
Copy the full SHA 4ad378dView commit details
Commits on Nov 21, 2015
-
implement {Array|Hash}#dig feature ... available since MRI 2.3.0 prev…
…iew1 details: ruby/ruby@2986268
Configuration menu - View commit details
-
Copy full SHA for 62b4dbc - Browse repository at this point
Copy the full SHA 62b4dbcView commit details -
mirror MRI's rb_obj_dig behaviour - if there's args left nil should b…
…e returned not obj
Configuration menu - View commit details
-
Copy full SHA for d43ad7a - Browse repository at this point
Copy the full SHA d43ad7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc4742 - Browse repository at this point
Copy the full SHA 5fc4742View commit details
Commits on Nov 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 81d2e14 - Browse repository at this point
Copy the full SHA 81d2e14View commit details
Commits on Nov 23, 2015
-
Enumerable#chunk and Enumerable#slice_before no longer takes the init…
…ial_state argument [Feature #10958]
Configuration menu - View commit details
-
Copy full SHA for 0c93f88 - Browse repository at this point
Copy the full SHA 0c93f88View commit details -
Merge pull request #3490 from MSNexploder/feature_10958
remove "initial_state" argument of Enumerable#{slice_before,chunk}
Configuration menu - View commit details
-
Copy full SHA for bb8807f - Browse repository at this point
Copy the full SHA bb8807fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23f4d15 - Browse repository at this point
Copy the full SHA 23f4d15View commit details
Commits on Nov 25, 2015
-
Merge branch 'master' into ruby-2.3
* master: (29 commits) [travis-ci] revert jdk 9 testing from 2fa04aa Eliminate Block.Type arg in BlockBody yield/call signatures Pass Block instead of Binding in BlockBody.yield/call Minor: fix typo in name of runtime helper instr method name Update to jnr-unixsocket 0.10. Improve CamelCase package splitting. Fixes #3493. Update to jnr-unixsocket 0.10-SNAPSHOT for forFD. [Truffle] j+tr: support for passing any extra ruby options each_object(cls.singleton_class) should not walk special classes. This test has been moved to RubySpec. [Truffle] Typo. [Truffle] Tag failing regex specs. [Truffle] Tag failing Time.at spec. The bin200 distribution has grown in size. [Truffle] Fixed two typos of the same word on the same line of code. [Truffle] Simplified the fix in 5446cc2. [Truffle] Fixed an NPE when a SharedMethodInfo has a null argumentsDescriptors. [Truffle] Fixed the interpreter_path when the root JRuby distribution directory is not named "jruby." Fixes #3483. define_method with empty body throws RuntimeError in interpreter Test main on Java 9 ...
Configuration menu - View commit details
-
Copy full SHA for f7f0818 - Browse repository at this point
Copy the full SHA f7f0818View commit details -
Merge pull request #3486 from lucasallan/ruby-2.3-fetch_values
[Ruby-2.3] - Implements Hash#fetch_values
Configuration menu - View commit details
-
Copy full SHA for c57a47e - Browse repository at this point
Copy the full SHA c57a47eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de0dd50 - Browse repository at this point
Copy the full SHA de0dd50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5efdd34 - Browse repository at this point
Copy the full SHA 5efdd34View commit details -
Configuration menu - View commit details
-
Copy full SHA for e056236 - Browse repository at this point
Copy the full SHA e056236View commit details
Commits on Nov 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7d48171 - Browse repository at this point
Copy the full SHA 7d48171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55fdd00 - Browse repository at this point
Copy the full SHA 55fdd00View commit details -
Merge branch 'master' into ruby-2.3
* master: PushBindingInstr -> PushMethodBindingInstr Push/PopFrameInstr --> Push/PopMethodFrameInstr Change interpret sigs to distinguish between executing block and blockArg Rename block to blockArg in interpreter for clarity Remove one more line of code left behind that broke the build Remove changes to Block.java accidentally committed in 5e13527 Next step in refactoring block body signature for improved clarity Rename arguments in blockBody signatures for easier understanding [Truffle] findbugs: fix missing locale in toUpperCase [Truffle] code style [Truffle] fix Time#localtime
Configuration menu - View commit details
-
Copy full SHA for 43d80c3 - Browse repository at this point
Copy the full SHA 43d80c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5096fee - Browse repository at this point
Copy the full SHA 5096feeView commit details -
Merge pull request #3498 from lucasallan/grep_v
[Ruby-2.3] - Implements Enumerable#grep_v
Configuration menu - View commit details
-
Copy full SHA for 516792f - Browse repository at this point
Copy the full SHA 516792fView commit details
Commits on Nov 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 70a6497 - Browse repository at this point
Copy the full SHA 70a6497View commit details
Commits on Dec 1, 2015
-
Merge pull request #3497 from lucasallan/negative-positive-numeric
[Ruby-2.3] - Implements Numeric#positive? and Numeric#negative?
Configuration menu - View commit details
-
Copy full SHA for c051b56 - Browse repository at this point
Copy the full SHA c051b56View commit details -
Merge pull request #3506 from lucasallan/thread-name
[Ruby-2.3] - Implements Thread#name and Thread#name=
Configuration menu - View commit details
-
Copy full SHA for 65630e7 - Browse repository at this point
Copy the full SHA 65630e7View commit details
Commits on Dec 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1702f89 - Browse repository at this point
Copy the full SHA 1702f89View commit details -
avoid BlockBody in Hash#to_proc impl - instead do all logic in RubyPr…
…oc sub-class also revert the protected block field in RubyProc introduced due previous hack as advised in #2499
Configuration menu - View commit details
-
Copy full SHA for 3c8048b - Browse repository at this point
Copy the full SHA 3c8048bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7e43a - Browse repository at this point
Copy the full SHA 8b7e43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9af4e2 - Browse repository at this point
Copy the full SHA b9af4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d8f753 - Browse repository at this point
Copy the full SHA 5d8f753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a46bfb - Browse repository at this point
Copy the full SHA 5a46bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cac04 - Browse repository at this point
Copy the full SHA b2cac04View commit details -
NullBlockBody should return null on getFile - gets Proc's formatted a…
…ccording to MRI prev: #<Proc:0x25a664f6@(null):0> after: #<Proc:0x1d549387> on Hash#to_proc
Configuration menu - View commit details
-
Copy full SHA for a4ab413 - Browse repository at this point
Copy the full SHA a4ab413View commit details -
Merge branch 'master' into ruby-2.3
* master: (23 commits) Fix build Add tags for new failing specs. do not raise when precision is passed to BigDecimal#round [Truffle] BigDecimal#round do not raise FloatDomainError when precision is used [Truffle] Float#to_s slow compatibility implementation [Truffle] code style [Truffle] Fix rand spec filename. [Truffle] Let InternalMethod visit itself. [Truffle] Remember the Proc for a define_method, as it may access the block declaration frame. [Truffle] Tag new failing specs. [Truffle] Add Method#[] as an alias to #call. [Truffle] Fix style. Squashed 'spec/ruby/' changes from 92311a8..cfdf72f Plug in Push/Pop Frame/Binding instructions into the interpreter Fix buggy updates from previous commit. Add Block variants of push/pop frame/binding instructions More tweaks to interpreter signatures Rename some IRVisitor methods sprintf: test infinite and nan float values [Truffle] fix formating of infinite and nan floats ...
Configuration menu - View commit details
-
Copy full SHA for adbdeab - Browse repository at this point
Copy the full SHA adbdeabView commit details -
Merge pull request #3510 from lucasallan/pathname-enumerator
[Ruby-2.3] - Pathname#descend and Pathname#ascend supported blockless…
Configuration menu - View commit details
-
Copy full SHA for 739df89 - Browse repository at this point
Copy the full SHA 739df89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7bbc0 - Browse repository at this point
Copy the full SHA 8e7bbc0View commit details
Commits on Dec 3, 2015
-
do not pass context around for get/setName - so it looks like a regul…
…ar Java accessor
Configuration menu - View commit details
-
Copy full SHA for c1f7c66 - Browse repository at this point
Copy the full SHA c1f7c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2377b3c - Browse repository at this point
Copy the full SHA 2377b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a25977 - Browse repository at this point
Copy the full SHA 8a25977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 881aa99 - Browse repository at this point
Copy the full SHA 881aa99View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf23935 - Browse repository at this point
Copy the full SHA cf23935View commit details
Commits on Dec 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ac1456d - Browse repository at this point
Copy the full SHA ac1456dView commit details -
include a per-runtime thread counter in Ruby thread names reported on…
… the Java side ... instead of using the previous "Thread-" + counter++ global JVM thread counter
Configuration menu - View commit details
-
Copy full SHA for d468d2a - Browse repository at this point
Copy the full SHA d468d2aView commit details -
handle thread name failure when running JIT-ed ... file is coming bac…
…k as "" and line as 0
Configuration menu - View commit details
-
Copy full SHA for 4329052 - Browse repository at this point
Copy the full SHA 4329052View commit details -
keep file/line in RubyThread to match MRI's inspect (currently not ac…
…curate in JRuby)
Configuration menu - View commit details
-
Copy full SHA for b0e998c - Browse repository at this point
Copy the full SHA b0e998cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a21e8 - Browse repository at this point
Copy the full SHA 50a21e8View commit details -
fix Thread#inspect .rb:line + 1 to match Java thread name reported lo…
…cation file:line
Configuration menu - View commit details
-
Copy full SHA for 5cdc065 - Browse repository at this point
Copy the full SHA 5cdc065View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89f25f - Browse repository at this point
Copy the full SHA c89f25fView commit details
Commits on Dec 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1ebd549 - Browse repository at this point
Copy the full SHA 1ebd549View commit details -
do not include empty file location on Thread#inspect - currently retu…
…rned when JIT-ed
Configuration menu - View commit details
-
Copy full SHA for 2cb70d2 - Browse repository at this point
Copy the full SHA 2cb70d2View commit details
There are no files selected for viewing