aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2023-07-191-1/+1
* Fix `USE_THREAD_CACHE=0`Nobuyoshi Nakada2023-07-191-3/+5
* Add a corner case for `return`Nobuyoshi Nakada2023-07-191-0/+10
* Fix off-by-one in comment [ci skip]Alan Wu2023-07-181-1/+1
* [ruby/reline] Fix [nil] is passed to auto_indent_proc when exit withosyo-manga2023-07-181-1/+1
* [ruby/reline] Add missing `close` to test_rendering.rbtomoya ishida2023-07-181-0/+3
* Remove assumption about object orderPeter Zhu2023-07-181-1/+7
* Lazily allocate pages at bootPeter Zhu2023-07-181-4/+2
* [Bug #19774] Fix segfault at `return` in `END`Nobuyoshi Nakada2023-07-192-1/+11
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-07-182-7/+23
* Add tests for `return` in `BEGIN` and `END` blocksNobuyoshi Nakada2023-07-192-0/+16
* [ruby/irb] Reduce boilerplate code in RubyLexTestStan Lo2023-07-181-460/+337
* Reset signal handler before aborting due to sanitizerNobuyoshi Nakada2023-07-191-3/+8
* Unify `writev` and `write` operations in `check_reserved_signal_`Nobuyoshi Nakada2023-07-191-14/+14
* [flori/json] Re-generate parser.cNobuyoshi Nakada2023-07-191-2964/+1828
* [flori/json] Remove unnecessary codeNobuyoshi Nakada2023-07-191-24/+4
* [flori/json] [DOC] Remove duplicate sentenceNobuyoshi Nakada2023-07-191-2/+0
* [flori/json] Remove `HAVE_RB_SCAN_ARGS_OPTIONAL_HASH` checkNobuyoshi Nakada2023-07-191-85/+72
* [ruby/irb] Declare rdoc as dependencyStan Lo2023-07-182-3/+4
* [DOC] Fix a magic comment in the section for `experimental_copy`Ivanov-Anton2023-07-181-1/+1
* [flori/json] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA2023-07-183-5/+11
* [flori/json] Skip unsupported test on JRubyNobuyoshi Nakada2023-07-181-1/+1
* [flori/json] Rename JSON::ParseError to JSON:ParserErrorDimitar Haralanov2023-07-182-2/+2
* [ruby/psych] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA2023-07-181-3/+6
* Remove __bp__ and speed-up bmethod calls (#8060)Alan Wu2023-07-178-35/+37
* Fix logarithm of 0 with baseNobuyoshi Nakada2023-07-172-6/+8
* YJIT: refactoring to allow for fancier call threshold logic (#8078)Maxime Chevalier-Boisvert2023-07-176-6/+23
* Move `posix_signal` declaration internal with prefix `ruby_`Nobuyoshi Nakada2023-07-174-8/+6
* objspace is not used in parent process [ci skip]Nobuyoshi Nakada2023-07-171-1/+0
* Fix up to require objspaceNobuyoshi Nakada2023-07-171-2/+2
* Run `Process.warmup` tests in separate processesNobuyoshi Nakada2023-07-171-9/+16
* Implement Process.warmupJean Boussier2023-07-177-0/+99
* Fix a typo [ci skip]Nobuyoshi Nakada2023-07-171-1/+1
* Fix `#line` directive filename of ripper.cyui-knk2023-07-161-1/+1
* Fix null pointer access in Ripper#initializeNobuyoshi Nakada2023-07-162-3/+10
* Prefer integer as base of intermediate logarithmsNobuyoshi Nakada2023-07-161-21/+41
* [ruby/irb] Indent multiline percent literalstomoya ishida2023-07-152-20/+20
* Update default gems list at 7ffb995f5e3b6d749adb700e014f80 [ci skip]git2023-07-151-1/+1
* [ruby/irb] Bump 1.7.4 (https://github.com/ruby/irb/pull/645)ima1zumi2023-07-151-2/+2
* Add `--backtrace-limit` option to the man pageTom Stuart2023-07-161-0/+5
* Allow -1 as the value of `--backtrace-limit` optionTom Stuart2023-07-162-2/+2
* Test that command line `--backtrace-limit` overrides RUBYOPTNobuyoshi Nakada2023-07-161-0/+3
* Allow `--backtrace-limit` option to appear in RUBYOPTTom Stuart2023-07-161-1/+1
* [Bug #19769] Fix range of size 1 in `String#tr`alexandre1842023-07-154-2/+30
* Fix stack trace for rescued StopIterationMarcelo Pereira2023-07-152-2/+33
* Use functions defined by parser_st.c to reduce dependency on st.cyui-knk2023-07-153-2/+6
* [ruby/yarp] Remove pattern matching pinning to enable support for <= Ruby 3.0Jemma Issroff2023-07-141-2/+6
* Remove RGENGC_OLD_NEWOBJ_CHECKPeter Zhu2023-07-142-29/+0
* Remove unused branch in write barrierPeter Zhu2023-07-141-14/+0
* [Doc] Make build instructions easier to copy-and-pastejinroq2023-07-141-0/+1