aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Fix typoskazu2016-12-064-5/+5
* EPERM by symlinknobu2016-12-061-1/+1
* EPERM by symlinknobu2016-12-061-1/+1
* re.c: check that MatchData is initializedrhe2016-12-061-0/+1
* test/ruby/test_hash.rb: suppress syntax warningrhe2016-12-061-1/+1
* switching hash removalnobu2016-12-062-13/+40
* Don't insert an entry to loading_tbl if another thread succeed to load.shugo2016-12-051-2/+2
* random.c: private randnobu2016-12-051-0/+11
* Increase timeout of TestRequire#test_require_with_loaded_features_popnaruse2016-12-041-1/+1
* class.c: missing unknown_keyword_errornobu2016-12-041-0/+7
* string.c: chomp optionnobu2016-12-031-0/+29
* add tests againts regressions for upcoming codepoint reordering in unfolding ...duerst2016-12-031-0/+25
* change test class name because it is not only about foldingduerst2016-12-031-3/+3
* test/ruby/test_string.rb: ensure restoring $/nobu2016-12-021-0/+7
* parse.y: relax spacesnobu2016-12-021-3/+3
* String#unpack1 [Feature #12752]naruse2016-12-011-0/+7
* Remove `offset:` from `Array#pack`usa2016-12-011-11/+2
* Supports `buffer` and `offset` in `Array#pack`usa2016-12-011-0/+34
* parse.y: reject invalid codepointnobu2016-12-011-7/+4
* Wait until excpetion handling is ready.shugo2016-12-011-0/+3
* Regexp supports Unicoe 9.0.0's \Xnaruse2016-11-301-0/+21
* parse.y: refine error messagenobu2016-11-301-0/+4
* fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst2016-11-301-2/+0
* get rid of ambiguous parentheses warningsnobu2016-11-295-20/+20
* object.c: no TypeError at special constnobu2016-11-291-0/+4
* object.c: no TypeError at special const clonenobu2016-11-291-0/+11
* Fix erroneous test of target against targetduerst2016-11-291-1/+3
* test_keyword.rb: more assertionsnobu2016-11-291-0/+9
* test_keyword.rb: assert_raise_with_message valuenobu2016-11-291-6/+2
* implement String/Symbol#casecmp? including Unicode case foldingduerst2016-11-282-0/+15
* object.c: no TypeError at special const dupnobu2016-11-271-3/+3
* file.c: home directory from systemnobu2016-11-262-3/+0
* round-downnobu2016-11-253-6/+44
* marshal.c: fix infinite recursionnobu2016-11-241-0/+12
* Don't encode to UTF-8 if it's unnecessary.shugo2016-11-231-1/+3
* Revert r56856nobu2016-11-211-0/+3
* numeric.c: refine error messagenobu2016-11-211-0/+6
* test_flip.rb: r56316nobu2016-11-161-0/+21
* * test/ruby/test_module.rb: Method tables are not guaranteed to beheadius2016-11-143-3/+3
* vm_eval.c: fstring instance_evalnobu2016-11-141-0/+8
* error.c: redefined backtracenobu2016-11-131-0/+34
* error.c: rb_get_backtracenobu2016-11-131-0/+13
* range.c: check loadingnobu2016-11-111-0/+10
* rational.c: check loadnobu2016-11-111-0/+8
* vm_eval.c: fix refined method when prependednobu2016-11-101-0/+14
* range.c: check if range modifiablenobu2016-11-101-0/+6
* test_process.rb: fix pgroup testnobu2016-11-101-1/+5
* test_optimization.rb: for r56208nobu2016-11-071-2/+31
* Just check that interruption doesn't cause SEGV.shugo2016-11-071-3/+1
* * test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):usa2016-11-061-1/+1