aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* One-line pattern matching is no longer experimentalKazuki Tsujimoto2021-07-171-2/+0
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-161-0/+17
* Copy hash compare_by_identity setting in more casesJeremy Evans2021-07-151-0/+169
* Add pattern matching pin support for instance/class/global variablesJeremy Evans2021-07-151-0/+24
* Make Struct#keyword_init? return nil by default [Feature #18008]Nobuyoshi Nakada2021-07-151-0/+3
* Add tests and NEWS [Feature #18008]NARUSE, Yui2021-07-151-0/+8
* Split test of Hash.[] and add assertion for default value/procNobuyoshi Nakada2021-07-081-1/+11
* Adapt test_emoji_breaks.rb to Unicode 13.0.0/Emoji 13.0Martin Dürst2021-07-081-10/+29
* Add domain check macrosNobuyoshi Nakada2021-07-041-1/+20
* Removed extra double quotes from domain error messagesNobuyoshi Nakada2021-07-041-16/+16
* Keep GC disabled until VM bootstrap has done [Bug #17583]Nobuyoshi Nakada2021-07-011-1/+3
* - add regression tests for U+6E7F (湿) in ISO-2022-JPMartin Dürst2021-07-011-0/+3
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-3/+2
* Prevent "warning: ambiguity between regexp and two divisions"Yusuke Endoh2021-06-301-1/+1
* Use Module#ancestors order in recursive constant lookupAlan Wu2021-06-301-0/+55
* [WIP] add error_squiggle gemYusuke Endoh2021-06-296-6/+6
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-299-82/+82
* Check if closed after each yield [Bug #17661]Nobuyoshi Nakada2021-06-271-0/+36
* Work around issue transcoding issue with non-ASCII compatible encodings and x...Jeremy Evans2021-06-261-0/+19
* Remove shift of ep when computing Proc#hashJeremy Evans2021-06-241-0/+9
* Actually ignore FNM_CASEFOLD flag in Dir.globJeremy Evans2021-06-241-0/+11
* Rework `sysread` to use blocking `read_internal_locktmp`.Samuel Williams2021-06-221-3/+9
* ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh2021-06-181-0/+50
* 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