summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12YJIT: Set RUST_BACKTRACE=1 in every Cirrus script (#6526)Takashi Kokubun
2022-10-12Unwrap shape id as unsigned intAaron Patterson
2022-10-12Initialize shape attr index also in non-markable CCNobuyoshi Nakada
2022-10-12file2lastrev.rb: Refactor VCS directory searchNobuyoshi Nakada
2022-10-12Adjust indents [ci skip]Nobuyoshi Nakada
2022-10-12Suppress a "warning: method redefined" in test/ruby/test_method.rbYusuke Endoh
2022-10-12Suppress warnings in test/ruby/test_ast.rbYusuke Endoh
2022-10-12Do not read cached_id from callcache on stackYusuke Endoh
2022-10-12[ruby/psych] Fix missing `abort` callNobuyoshi Nakada
2022-10-12[ruby/psych] Abandon when libyaml is not foundNobuyoshi Nakada
2022-10-12[DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada
2022-10-12sync_default_gems: Replace the URIs to be redirectedNobuyoshi Nakada
2022-10-12[DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada
2022-10-12sync_default_gems: Add rdoc-ref command to testNobuyoshi Nakada
2022-10-12sync_default_gems: Replace the external URIs to docs with rdoc-refNobuyoshi Nakada
2022-10-12sync_default_gems: Should match with the beginning of the stringsNobuyoshi Nakada
2022-10-12Simplify implementation of scheduler `io_read` and `io_write`. (#6527)Samuel Williams
2022-10-12Add :ssl_min_version and :ssl_max_version optionsKazuki Yamaguchi
2022-10-12Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams
2022-10-11Implement optimize send in yjit (#6488)Jimmy Miller
2022-10-11Make inline cache reads / writes atomic with object shapesJemma Issroff
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-11[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-10-11[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-10-11[DOC] use the local rdoc reference than the external URINobuyoshi Nakada
2022-10-11[ruby/open-uri] Remove unused files from the packagesNobuyoshi Nakada
2022-10-11Ignore failure to set nonblock mode. (#6524)Samuel Williams
2022-10-10object.c: rb_eql returns int not VALUEJean Boussier
2022-10-10Reuse `with_warning_string_from` macroS.H
2022-10-10Ignore excessive precisionsNobuyoshi Nakada
2022-10-10* expand tabs. [ci skip]git
2022-10-10Should use dedecated function `Check_Type`Nobuyoshi Nakada
2022-10-10Add MatchData#deconstruct/deconstruct_keysVladimir Dementyev
2022-10-09Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada
2022-10-09Extract `assert_error_tolerant`Nobuyoshi Nakada
2022-10-09Allow abbreviated dump options with additional optionsNobuyoshi Nakada
2022-10-09Set AST prettyprint width to 80 explicitlyNobuyoshi Nakada
2022-10-09Remove unused macroyui-knk
2022-10-08Fix flaky test test_thrashing_for_young_objectsPeter Zhu
2022-10-08Fix typosyui-knk
2022-10-08Fix SEGV of dump parsetreeyui-knk
2022-10-08[ruby/optparse] Don't treat empty string as an option descriptionMaciek Rząsa
2022-10-08"expr_value" can be erroryui-knk
2022-10-08Move `error` from top_stmts and top_stmt to stmtyui-knk
2022-10-08Treat "end" as reserved word with consideration of indentyui-knk
2022-10-08Generates "end" tokens if parser hits end of inputyui-knk
2022-10-08Support "+error-tolerant" as ruby optionyui-knk
2022-10-08Add error_tolerant option to RubyVM::ASTyui-knk
2022-10-08Update bundled gems list at 2022-10-08git
2022-10-08Fix a typo Denail-of-Service => Denial-of-Service [ci skip]sampatbadhe