aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* thread.c: report then abortnobu2017-09-191-1/+15
* parse.y: lex by lvarnobu2017-09-191-0/+11
* vm.c: fix `cfp consistency error' which occursktsj2017-09-181-0/+21
* error.c: KeyError#receiver and KeyError#keynobu2017-09-183-3/+12
* refinements in string interpolationnobu2017-09-181-0/+13
* literal symbol by internnobu2017-09-171-0/+15
* Remove needless splat arraykazu2017-09-151-1/+1
* object.c: fix conversion failure messagenobu2017-09-151-0/+1
* Measure branch and method coverage for `make test-all`mame2017-09-141-1/+1
* added workaround for APFS file format.hsbt2017-09-141-1/+10
* test_rubyoptions.rb: keep paths if necessarynobu2017-09-131-5/+7
* fiber: fix machine stack marking when FIBER_USE_NATIVE is 0normal2017-09-081-0/+11
* string.c: fix false coderangenobu2017-09-061-7/+20
* string.c: grapheme clusters on frozen stringnobu2017-09-041-0/+2
* string.c: enumerator_wantarraynobu2017-09-031-4/+35
* string.c: fix for non-Unicode encodingsnobu2017-09-031-0/+2
* test_io.rb: suppress a warningnobu2017-09-031-1/+1
* cont.c: fix root fiber to_snobu2017-09-021-0/+1
* skip unless PLATFORM is darwin.ko12017-09-011-4/+5
* Fix C level backtrace on Darwinnaruse2017-09-011-0/+20
* compile.c: ensure after toplevel returnnobu2017-09-011-1/+1
* Skip test_open_tempfile_path on EINVALsorah2017-08-311-5/+11
* File#path: Raise IOError when a file is O_TMPFILEsorah2017-08-311-0/+12
* test_syntax.rb: suppress warningsnobu2017-08-311-1/+1
* String#each_grapheme_cluster and String#grapheme_clustersnaruse2017-08-311-0/+40
* test_syntax.rb: assert outputnobu2017-08-311-7/+4
* array.c: integer calculationsnobu2017-08-301-6/+43
* array.c: join encodingnobu2017-08-291-0/+1
* test/ruby: tweaked heredocsnobu2017-08-296-32/+53
* gc.c: restore cfp at finalizernobu2017-08-231-0/+23
* skip unless finalizers runnobu2017-08-231-1/+2
* gc.c: run all finalizersnobu2017-08-231-0/+22
* parse.y: primary should not be 0nobu2017-08-221-0/+4
* vm_method.c: alias warning at refined methodnobu2017-08-171-0/+17
* parse.y: unexpected tINTEGER messagenobu2017-08-171-0/+3
* High Sierra's APFS cannot use invalid filenames [Bug #13816]naruse2017-08-151-1/+9
* parse.y: set used flag in gettablenobu2017-08-131-0/+3
* Suppress warning: shadowing outer local variable - klassnaruse2017-08-121-6/+6
* re.c: options for sub-regexpnobu2017-08-111-0/+6
* ruby.c: ignore non-option in shebang linenobu2017-08-101-0/+2
* Fiber#to_s (#inspect) return richer information.ko12017-08-101-0/+12
* compile.c: fix KW_SPLAT flag conditionnobu2017-08-101-0/+2
* vm_args.c: prefer optarg to keyword splatnobu2017-08-101-0/+4
* add some more assertions to test_ill_formed_utf_8_replace duerst2017-08-061-0/+9
* splat keyword hashnobu2017-08-051-0/+11
* Use the same variable name as in dir.ckazu2017-08-031-2/+2
* dir.c: relative path Dir basenobu2017-08-031-0/+2
* dir.c: relax base optionnobu2017-08-031-0/+3
* should not copy promoted flags.ko12017-08-011-0/+10
* Improve error messagekazu2017-07-311-2/+2