summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-18[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-07-19Add tests for `return` in `BEGIN` and `END` blocksNobuyoshi Nakada
2023-07-18[ruby/irb] Reduce boilerplate code in RubyLexTestStan Lo
2023-07-19Reset signal handler before aborting due to sanitizerNobuyoshi Nakada
2023-07-19Unify `writev` and `write` operations in `check_reserved_signal_`Nobuyoshi Nakada
2023-07-19[flori/json] Re-generate parser.cNobuyoshi Nakada
2023-07-19[flori/json] Remove unnecessary codeNobuyoshi Nakada
2023-07-19[flori/json] [DOC] Remove duplicate sentenceNobuyoshi Nakada
2023-07-19[flori/json] Remove `HAVE_RB_SCAN_ARGS_OPTIONAL_HASH` checkNobuyoshi Nakada
2023-07-18[ruby/irb] Declare rdoc as dependencyStan Lo
2023-07-18[DOC] Fix a magic comment in the section for `experimental_copy`Ivanov-Anton
2023-07-18[flori/json] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA
2023-07-18[flori/json] Skip unsupported test on JRubyNobuyoshi Nakada
2023-07-18[flori/json] Rename JSON::ParseError to JSON:ParserErrorDimitar Haralanov
2023-07-18[ruby/psych] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA
2023-07-17Remove __bp__ and speed-up bmethod calls (#8060)Alan Wu
2023-07-17Fix logarithm of 0 with baseNobuyoshi Nakada
2023-07-17YJIT: refactoring to allow for fancier call threshold logic (#8078)Maxime Chevalier-Boisvert
2023-07-17Move `posix_signal` declaration internal with prefix `ruby_`Nobuyoshi Nakada
2023-07-17objspace is not used in parent process [ci skip]Nobuyoshi Nakada
2023-07-17Fix up to require objspaceNobuyoshi Nakada
2023-07-17Run `Process.warmup` tests in separate processesNobuyoshi Nakada
2023-07-17Implement Process.warmupJean Boussier
2023-07-17Fix a typo [ci skip]Nobuyoshi Nakada
2023-07-16Fix `#line` directive filename of ripper.cyui-knk
2023-07-16Fix null pointer access in Ripper#initializeNobuyoshi Nakada
2023-07-16Prefer integer as base of intermediate logarithmsNobuyoshi Nakada
2023-07-15[ruby/irb] Indent multiline percent literalstomoya ishida
2023-07-15Update default gems list at 7ffb995f5e3b6d749adb700e014f80 [ci skip]git
2023-07-15[ruby/irb] Bump 1.7.4 (https://github.com/ruby/irb/pull/645)ima1zumi
2023-07-16Add `--backtrace-limit` option to the man pageTom Stuart
2023-07-16Allow -1 as the value of `--backtrace-limit` optionTom Stuart
2023-07-16Test that command line `--backtrace-limit` overrides RUBYOPTNobuyoshi Nakada
2023-07-16Allow `--backtrace-limit` option to appear in RUBYOPTTom Stuart
2023-07-15[Bug #19769] Fix range of size 1 in `String#tr`alexandre184
2023-07-15Fix stack trace for rescued StopIterationMarcelo Pereira
2023-07-15Use functions defined by parser_st.c to reduce dependency on st.cyui-knk
2023-07-14[ruby/yarp] Remove pattern matching pinning to enable support for <= Ruby 3.0Jemma Issroff
2023-07-14Remove RGENGC_OLD_NEWOBJ_CHECKPeter Zhu
2023-07-14Remove unused branch in write barrierPeter Zhu
2023-07-14[Doc] Make build instructions easier to copy-and-pastejinroq
2023-07-14[ruby/irb] Fix history-saving featureStan Lo
2023-07-14Make dtoa.c buildable aloneNobuyoshi Nakada
2023-07-14Include headers for `ruby_qsort` only if neededNobuyoshi Nakada
2023-07-14Delete a macro that has never been used, probably added by mistakeNobuyoshi Nakada
2023-07-14Sort by URL [ci skip]Kazuhiro NISHIYAMA
2023-07-13Tighten Time.new(string) parsingJeremy Evans
2023-07-13YJIT: Make ratio_in_yjit always available (#8064)Takashi Kokubun
2023-07-13Fix a CI failure on rbsTakashi Kokubun
2023-07-13Don't pass array into ary_heap_allocPeter Zhu