aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync_default_gems: Add rdoc-ref command to testNobuyoshi Nakada2022-10-121-0/+11
* sync_default_gems: Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-121-0/+29
* sync_default_gems: Should match with the beginning of the stringsNobuyoshi Nakada2022-10-121-2/+2
* Simplify implementation of scheduler `io_read` and `io_write`. (#6527)Samuel Williams2022-10-121-6/+4
* Add :ssl_min_version and :ssl_max_version optionsKazuki Yamaguchi2022-10-122-22/+36
* Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams2022-10-129-224/+418
* Implement optimize send in yjit (#6488)Jimmy Miller2022-10-118-17/+262
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-1113-237/+215
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-1141-880/+2298
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-10-112-5/+5
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-10-112-5/+5
* [DOC] use the local rdoc reference than the external URINobuyoshi Nakada2022-10-111-1/+1
* [ruby/open-uri] Remove unused files from the packagesNobuyoshi Nakada2022-10-111-1/+1
* Ignore failure to set nonblock mode. (#6524)Samuel Williams2022-10-112-2/+18
* object.c: rb_eql returns int not VALUEJean Boussier2022-10-102-4/+4
* Reuse `with_warning_string_from` macroS.H2022-10-101-12/+6
* Ignore excessive precisionsNobuyoshi Nakada2022-10-103-3/+3
* * expand tabs. [ci skip]git2022-10-101-2/+2
* Should use dedecated function `Check_Type`Nobuyoshi Nakada2022-10-101-12/+4
* Add MatchData#deconstruct/deconstruct_keysVladimir Dementyev2022-10-103-0/+119
* Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada2022-10-092-1/+3
* Extract `assert_error_tolerant`Nobuyoshi Nakada2022-10-091-100/+27
* Allow abbreviated dump options with additional optionsNobuyoshi Nakada2022-10-092-8/+47
* 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