aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Remove useless assertion in TestThread#test_handle_interrupt_blockingeregon2017-12-121-1/+1
* Handle exception explicitly in TestBignum#test_interrupt_during_to_seregon2017-12-121-3/+5
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-126-66/+83
* Fix tests which fail with extra stderr output when a Thread dieseregon2017-12-121-6/+10
* Set Thread.report_on_exception=true by default to report exceptions in Threadseregon2017-12-122-14/+30
* struct.c: show `keyword_init: true` on inspectk0kubun2017-12-121-0/+2
* test_struct.rb: rename constants to clarifyk0kubun2017-12-121-10/+10
* Unneeded assertiona_matsuda2017-12-121-1/+0
* Add Method#=== that invokes #calla_matsuda2017-12-121-0/+6
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-0/+5
* error.c(exc_full_message): Exception#full_messagesorah2017-12-121-0/+11
* Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]naruse2017-12-121-0/+24
* process.c: add Process.last_statusmrkn2017-12-121-0/+5
* struct.c: add keyword_init option to Struct.newk0kubun2017-12-121-0/+17
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-1218-66/+66
* Fix a method nameyui-knk2017-12-111-1/+1
* remove vm_opt_binop_dispatch().ko12017-12-111-0/+40
* Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre2017-12-101-0/+18
* test_process.rb (test_maxgroups): add assertionsnobu2017-12-091-1/+6
* test_file_exhaustive.rb: get rid of failuresnobu2017-12-081-3/+0
* test_file_exhaustive.rb: test_utime_symlinkfilenobu2017-12-081-0/+1
* test_file_exhaustive.rb: fix arguments ordernobu2017-12-081-5/+5
* `Integer#pow(b)` accepts numerickazu2017-12-061-0/+4
* test_syntax.rb: Add a test case for `not()`yui-knk2017-12-051-0/+4
* bignum.c, numeric.c: add Integer#pow(b, m)mrkn2017-12-041-0/+14
* Modules should not have subclasses.shugo2017-12-021-0/+19
* Make Module#{define|alias|undef|remove}_method public [#14133]marcandre2017-11-291-3/+7
* Make Module#attr{accessor|reader|writer|} public [#14132]marcandre2017-11-291-0/+12
* file.c: File.lutimenobu2017-11-291-0/+30
* * remove trailing spaces.svn2017-11-291-3/+3
* Unused module refinement shouldn't break method search.shugo2017-11-291-0/+26
* io.c: read BOM only for readingnobu2017-11-231-0/+14
* test/ruby/bug-13526.rb: should wait until all threads are stoppederegon2017-11-211-1/+1
* test/ruby/bug-13526.rb: Fix to actually refer to an existing fileeregon2017-11-191-2/+4
* parse.y: no return in classnobu2017-11-162-7/+25
* remove rb_thread_t::event_hooks.ko12017-11-151-0/+71
* fix uninitialized memory reference.ko12017-11-151-0/+15
* parse.y: zero codepointsnobu2017-11-141-0/+6
* remove `trace` instruction. [Feature #14104]ko12017-11-141-14/+12
* compile.c: fixup r60727nobu2017-11-131-0/+14
* regexec.c: invalidate previously matched positionnobu2017-11-131-0/+3
* test_regexp.rb: test_absentnobu2017-11-131-0/+8
* load.c: cwd encodingnobu2017-11-121-0/+12
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-091-0/+4
* fix backtrace on argment error.ko12017-11-091-0/+27
* fix peephole optimization.ko12017-11-091-0/+7
* disable GC.ko12017-11-071-4/+9
* enum.c: check argument firstnobu2017-11-052-1/+5
* test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]nobu2017-11-051-0/+7
* Fix size on Enumerable#cycle when the size is 0 [Bug #14082].marcandre2017-11-051-0/+7