summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2021-06-24Remove shift of ep when computing Proc#hashJeremy Evans
2021-06-24Actually ignore FNM_CASEFOLD flag in Dir.globJeremy Evans
2021-06-22Rework `sysread` to use blocking `read_internal_locktmp`.Samuel Williams
2021-06-18ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh
2021-06-15Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada
2021-06-14[Bug #17880] Set leaf false on opt_setinlinecache (#4565)Eileen M. Uchitelle
2021-06-08Make ENV.clone warn and ENV.dup raiseJeremy Evans
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-03Assertions for duplicate literal hash key warningsNobuyoshi Nakada
2021-06-01Make `Thread#native_thread_id` not-implemented if unsupportedNobuyoshi Nakada
2021-05-29Attempt to fix floating point test failureJeremy Evans
2021-05-29Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans
2021-05-28compile.c: Emit send for === calls in when statementsAlan Wu
2021-05-27Fix lazy enumerator with index sizeJeremy Evans
2021-05-26Rescue NotImplementedError for a test of Thread#native_thread_idYusuke Endoh
2021-05-26Add Thread#native_thread_id [Feature #17853]NARUSE, Yui
2021-05-26RSS library is the bundled gems nowHiroshi SHIBATA
2021-05-26Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was r...Hiroshi SHIBATA
2021-05-25Disable compaction on platforms that can't support itAaron Patterson
2021-05-22Refined portability of test for [Bug #17739]Nobuyoshi Nakada
2021-05-21Do not allow array modifications after freeze inside sort!Jeremy Evans
2021-05-21Build CDHASH properly when loading iseq from binaryAlan Wu
2021-05-21Avoid setting the visibility of refinement method entriesAlan Wu
2021-05-21simple rescue+while+break should not use `throw`Koichi Sasada
2021-05-20compile.c: stop the jump-jump optimization if the second has any eventYusuke Endoh
2021-05-17[Win32] long path name support [Bug #12551]Gabriel Nagy
2021-05-14test/ruby/test_refinement.rb: prevent "assigned but unused variable"Yusuke Endoh
2021-05-13Also `\U` after control/meta is invalid [Bug #17861]Nobuyoshi Nakada
2021-05-12Avoid improper optimization of case statements mixed integer/rational/complexJeremy Evans
2021-05-12Fix handling of control/meta escapes in literal regexpsJeremy Evans
2021-05-13parse.y: Allow "command" syntax in endless method definitionYusuke Endoh
2021-05-12suppress warnings on repeat tests.Koichi Sasada
2021-05-12test_cdhash: refactor change class卜部昌平
2021-05-12cdhash_cmp: can also take complex卜部昌平
2021-05-12cdhash_cmp: rational literals with fractions卜部昌平
2021-05-12cdhash_cmp: can take rational literals卜部昌平
2021-05-11Run nmake check on Actions (#4487)Takashi Kokubun
2021-05-11Method cache: fix refinement entry handlingAlan Wu
2021-05-08Fix Math.cbrt(0.0) on glibcJeremy Evans
2021-04-28test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh
2021-04-27test/ruby/test_exception.rb: suppress "warning: statement not reached"Yusuke Endoh
2021-04-26node.c (rb_ast_new): imemo_ast is WB-unprotectedYusuke Endoh
2021-04-26Remove test of removed reverse VM instructionKazuhiro NISHIYAMA
2021-04-26Fix some typos by spell checkerRyuta Kamizono
2021-04-23Add back checks for empty kw splat with tests (#4405)Alan Wu
2021-04-23Fix setting method visibility for a refinement without an origin classJeremy Evans
2021-04-23test/ruby/test_assignment.rb: Avoid "assigned but unused variable"Yusuke Endoh
2021-04-23Suppress warnings for unsued variableHiroshi SHIBATA
2021-04-22fix raise in exception with jumpKoichi Sasada