aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test/ruby/test_io.rb (test_write_no_garbage): Add detailed messagemame2017-11-041-1/+1
* test/ruby/test_eval.rb: use orphan procsnobu2017-11-031-3/+10
* skip/fix wrong testsnobu2017-11-022-1/+9
* compile.c: kw splat after splatnobu2017-11-021-0/+6
* test_syntax.rb: all assertionsnobu2017-11-011-6/+7
* file.c: infect from argumentsnobu2017-11-011-0/+20
* revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko12017-11-011-17/+0
* file.c: infect from argumentsnobu2017-11-011-0/+17