aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada2021-06-151-0/+10
* [Bug #17880] Set leaf false on opt_setinlinecache (#4565)Eileen M. Uchitelle2021-06-141-0/+46
* Make ENV.clone warn and ENV.dup raiseJeremy Evans2021-06-081-0/+40
* Warn more duplicate literal hash keysNobuyoshi Nakada2021-06-031-0/+1
* Warn more duplicate literal hash keysNobuyoshi Nakada2021-06-031-0/+4
* Assertions for duplicate literal hash key warningsNobuyoshi Nakada2021-06-031-2/+15
* Make `Thread#native_thread_id` not-implemented if unsupportedNobuyoshi Nakada2021-06-011-1/+1
* Attempt to fix floating point test failureJeremy Evans2021-05-291-1/+1
* Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans2021-05-291-0/+11
* compile.c: Emit send for === calls in when statementsAlan Wu2021-05-281-1/+1
* Fix lazy enumerator with index sizeJeremy Evans2021-05-271-0/+4
* Rescue NotImplementedError for a test of Thread#native_thread_idYusuke Endoh2021-05-261-1/+1
* Add Thread#native_thread_id [Feature #17853]NARUSE, Yui2021-05-261-0/+21
* RSS library is the bundled gems nowHiroshi SHIBATA2021-05-261-2/+0
* Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was r...Hiroshi SHIBATA2021-05-261-0/+1
* Disable compaction on platforms that can't support itAaron Patterson2021-05-251-15/+26
* Refined portability of test for [Bug #17739]Nobuyoshi Nakada2021-05-221-2/+3
* Do not allow array modifications after freeze inside sort!Jeremy Evans2021-05-211-0/+30
* Build CDHASH properly when loading iseq from binaryAlan Wu2021-05-211-0/+13
* Avoid setting the visibility of refinement method entriesAlan Wu2021-05-211-0/+22
* simple rescue+while+break should not use `throw`Koichi Sasada2021-05-211-0/+11
* compile.c: stop the jump-jump optimization if the second has any eventYusuke Endoh2021-05-201-0/+15
* [Win32] long path name support [Bug #12551]Gabriel Nagy2021-05-171-0/+1
* test/ruby/test_refinement.rb: prevent "assigned but unused variable"Yusuke Endoh2021-05-141-1/+1
* Also `\U` after control/meta is invalid [Bug #17861]Nobuyoshi Nakada2021-05-131-0/+15
* Avoid improper optimization of case statements mixed integer/rational/complexJeremy Evans2021-05-121-0/+12
* Fix handling of control/meta escapes in literal regexpsJeremy Evans2021-05-121-0/+18
* parse.y: Allow "command" syntax in endless method definitionYusuke Endoh2021-05-131-0/+25
* suppress warnings on repeat tests.Koichi Sasada2021-05-121-3/+2
* test_cdhash: refactor change class卜部昌平2021-05-122-15/+15
* cdhash_cmp: can also take complex卜部昌平2021-05-121-0/+4
* cdhash_cmp: rational literals with fractions卜部昌平2021-05-121-0/+4
* cdhash_cmp: can take rational literals卜部昌平2021-05-121-0/+7
* Run nmake check on Actions (#4487)Takashi Kokubun2021-05-111-0/+1
* Method cache: fix refinement entry handlingAlan Wu2021-05-111-0/+49
* Fix Math.cbrt(0.0) on glibcJeremy Evans2021-05-081-0/+1
* test/ruby/test_fiber.rb: reduce the count of object creation to cause GCYusuke Endoh2021-04-281-1/+1
* test/ruby/test_exception.rb: suppress "warning: statement not reached"Yusuke Endoh2021-04-271-1/+1
* node.c (rb_ast_new): imemo_ast is WB-unprotectedYusuke Endoh2021-04-261-0/+7
* Remove test of removed reverse VM instructionKazuhiro NISHIYAMA2021-04-261-4/+0
* Fix some typos by spell checkerRyuta Kamizono2021-04-261-1/+1
* Add back checks for empty kw splat with tests (#4405)Alan Wu2021-04-231-0/+20
* Fix setting method visibility for a refinement without an origin classJeremy Evans2021-04-231-1/+109
* test/ruby/test_assignment.rb: Avoid "assigned but unused variable"Yusuke Endoh2021-04-231-3/+3
* Suppress warnings for unsued variableHiroshi SHIBATA2021-04-231-3/+3
* fix raise in exception with jumpKoichi Sasada2021-04-221-0/+60
* Evaluate multiple assignment left hand side before right hand sideJeremy Evans2021-04-211-0/+58
* array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)Yusuke Endoh2021-04-211-0/+11
* Add Array#intersect?Travis Hunter2021-04-161-0/+13
* test/ruby/test_gc_compact.rb: Use assert_separately for debuggingYusuke Endoh2021-04-091-11/+13