summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Set AST prettyprint width to 80 explicitlyNobuyoshi Nakada2022-10-091-20/+20
* Remove unused macroyui-knk2022-10-091-1/+0
* Fix flaky test test_thrashing_for_young_objectsPeter Zhu2022-10-081-0/+3
* Fix typosyui-knk2022-10-081-37/+37
* Fix SEGV of dump parsetreeyui-knk2022-10-081-0/+3
* [ruby/optparse] Don't treat empty string as an option descriptionMaciek Rząsa2022-10-082-1/+24
* "expr_value" can be erroryui-knk2022-10-082-0/+41
* Move `error` from top_stmts and top_stmt to stmtyui-knk2022-10-087-30/+41
* Treat "end" as reserved word with consideration of indentyui-knk2022-10-082-1/+87
* Generates "end" tokens if parser hits end of inputyui-knk2022-10-082-6/+483
* Support "+error-tolerant" as ruby optionyui-knk2022-10-081-3/+12
* Add error_tolerant option to RubyVM::ASTyui-knk2022-10-085-20/+50
* Update bundled gems list at 2022-10-08git2022-10-082-1/+2
* Fix a typo Denail-of-Service => Denial-of-Service [ci skip]sampatbadhe2022-10-081-1/+1
* Try `nil` as default for 'default timeout'. (#6509)Samuel Williams2022-10-086-19/+24
* [ruby/irb] Sort constant completion's candidatesst00122022-10-082-3/+4
* [ruby/irb] Lazily evaluate candidates localsst00122022-10-081-22/+32
* [ruby/irb] Correct assert_equal's usage in completion testsst00122022-10-081-15/+15
* [ruby/irb] Add constant completion testst00122022-10-081-0/+16
* [ruby/irb] Regroup completion testsst00122022-10-081-113/+117
* [ruby/irb] Add tests for primitive types' method completionst00122022-10-081-16/+48
* Update NEWS about [Feature #18589]Alan Wu2022-10-071-0/+8
* Add more debugging output to test_thrashing_for_young_objectsPeter Zhu2022-10-071-1/+3
* Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)Samuel Williams2022-10-082-6/+29
* [ruby/logger] Fix the Logger::Formatter documentationlijunwei2022-10-071-1/+1
* Simplify default argument specification. (#6507)Samuel Williams2022-10-073-11/+9
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-0717-97/+426
* Update bundled gems list at c3a87e16d8edea1496eebc60d7514f [ci skip]git2022-10-071-1/+1
* Bundle RBS 2.7.0 (#6506)Soutaro Matsumoto2022-10-071-1/+1
* Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti...Hiroshi SHIBATA2022-10-074-25/+12
* [ruby/fiddle] test: don't use assert_true/assert_falseSutou Kouhei2022-10-071-2/+2
* [ruby/fiddle] closure: follow variable name changeSutou Kouhei2022-10-071-1/+1
* [ruby/fiddle] closure: free resources when an exception is raised in Closure.newSutou Kouhei2022-10-071-13/+43
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-071-3/+6
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-071-10/+15
* [ruby/fiddle] test: don't use power-assertSutou Kouhei2022-10-071-6/+2
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-072-18/+25
* [ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.freeSutou Kouhei2022-10-073-47/+131
* [ruby/fiddle] test: suppress a warningSutou Kouhei2022-10-071-1/+2
* [ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (http...Aaron Patterson2022-10-072-4/+59
* [ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...Aaron Patterson2022-10-073-58/+70
* [ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...Aaron Patterson2022-10-077-44/+183
* [ruby/fiddle] test: ensure GC-ing closuresSutou Kouhei2022-10-074-6/+24
* [ruby/date] Fix misplaced time zone offset checksNobuyoshi Nakada2022-10-072-2/+7
* [ruby/psych] Removed the related condition of --enable-bundled-libyamlHiroshi SHIBATA2022-10-071-6/+1
* [ruby/psych] --enable-bundled-libyaml config has been removedHiroshi SHIBATA2022-10-071-1/+1
* [ruby/rdoc] Special characters are prohibited as filename on WindowsNobuyoshi Nakada2022-10-071-1/+10
* [ruby/rdoc] Escape search resultsNobuyoshi Nakada2022-10-073-12/+12
* [ruby/rdoc] Escape file namesNobuyoshi Nakada2022-10-073-5/+19
* [ruby/rdoc] Escape main titleNobuyoshi Nakada2022-10-072-1/+22