aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Use the dedicated assertionNobuyoshi Nakada2021-01-171-2/+2
* Warn Struct#initialize with only keyword args (#4070)Takashi Kokubun2021-01-171-0/+12
* Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada2021-01-151-0/+2
* Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans2021-01-141-1/+36
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-139-27/+27
* Guard callinfoAaron Patterson2021-01-131-0/+10
* Capture to reserved name variables if already defined [Bug #17533]Nobuyoshi Nakada2021-01-131-0/+11
* Positional and keyword arguments for timezone are exclusiveNobuyoshi Nakada2021-01-131-0/+1
* Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada2021-01-131-0/+1
* Make warning values consistent [Bug #17523]Nobuyoshi Nakada2021-01-131-0/+9
* Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada2021-01-131-33/+0
* Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada2021-01-131-0/+6
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-121-1/+4
* Convert time component strings to integers more strictlyNobuyoshi Nakada2021-01-121-0/+1
* Show seconds of utc_offset if not zeroNobuyoshi Nakada2021-01-121-0/+4
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-112-0/+6
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-092-23/+23
* Fix broken JIT of getinlinecacheTakashi Kokubun2021-01-041-0/+12
* enable constant cache on ractorsKoichi Sasada2021-01-051-9/+13
* Fixed error message when % at EOFNobuyoshi Nakada2021-01-041-0/+1
* Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada2021-01-031-0/+8
* Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun2021-01-031-0/+8
* Add Enumerable#compact and Enumerator::Lazy#compactzverok2021-01-022-0/+20
* Added AST assertions for method definition arguments [Bug #17495]Nobuyoshi Nakada2021-01-011-0/+8
* Added AST tests for endless method definitionsNobuyoshi Nakada2021-01-011-0/+19
* Make any hash values fixable [Bug #17488]Nobuyoshi Nakada2020-12-311-0/+26
* Dup kwrest hash when merging other keyword arguments [Bug #17481]Nobuyoshi Nakada2020-12-281-1/+24
* Store errno in struct rb_process_statusNobuyoshi Nakada2020-12-241-1/+16
* Remove unneeded codeMarc-Andre Lafortune2020-12-241-5/+0
* dir.c: chdir conflict should raise only when called in different threadYusuke Endoh2020-12-241-3/+16
* shareable_constant_value: experimental_copyKoichi Sasada2020-12-241-0/+13
* Fix class of method in Method#inspect for singleton classes of classesJeremy Evans2020-12-231-0/+14
* test/ruby/test_module.rb: not depend on the order of method definitionsYusuke Endoh2020-12-241-5/+5
* Reset paren_nest at tAREF and tASET [Bug #17431]Nobuyoshi Nakada2020-12-241-0/+18
* Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh2020-12-241-1/+23
* Ensure non-literal expressions shareable if `leteral`Nobuyoshi Nakada2020-12-231-4/+6
* Update rb_ractor_ensure_shareableNobuyoshi Nakada2020-12-231-4/+6
* Split the testNobuyoshi Nakada2020-12-231-1/+15
* Added assertionsNobuyoshi Nakada2020-12-231-1/+21
* Added dedicated helper methodsNobuyoshi Nakada2020-12-231-16/+33
* Changed shareable literal semantics [Feature #17397]Nobuyoshi Nakada2020-12-231-5/+7
* [memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata2020-12-231-1/+1
* Make NoMatchingPatternError a subclass of StandardErrorKazuki Tsujimoto2020-12-231-0/+4
* Enumerator.new: raise unless block given卜部昌平2020-12-221-10/+4
* reset cache before iteratingKoichi Sasada2020-12-221-6/+26
* win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada2020-12-201-37/+16
* test/ruby/test_module.rb: Avoid "warning: method redefined"Yusuke Endoh2020-12-191-2/+2
* Recommit 34f06062174882a98ebef998c50ad8d4f7fc0f2eYusuke Endoh2020-12-191-0/+17
* Partially reintroduce e042e8460bb9a63c05f938d51e8c7c5345a6f3a4 and ...Yusuke Endoh2020-12-191-1/+2
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-191-0/+73