summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update vm_core.hAaron Patterson2022-06-232-2/+2
* Speed up ISeq by marking via bitmaps and IC rearrangingAaron Patterson2022-06-235-39/+172
* * 2022-06-24 [ci skip]git2022-06-241-1/+1
* Correct documentation for protected methods [ci skip]John Hawthorn2022-06-231-2/+2
* Fix warnings by old gccNobuyoshi Nakada2022-06-233-8/+9
* Show flags instead of `-s` option in `GNUMAKEFLAGS`Nobuyoshi Nakada2022-06-231-0/+1
* Suppress notes for old gccNobuyoshi Nakada2022-06-231-0/+10
* Pass LDFLAGS via environment variableNobuyoshi Nakada2022-06-231-1/+1
* [rubygems/rubygems] Fix standalone script generation for statically linked de...David Rodríguez2022-06-232-9/+48
* [rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez2022-06-235-4/+12
* * 2022-06-23 [ci skip]git2022-06-231-1/+1
* Non-void functions must return valueNobuyoshi Nakada2022-06-231-0/+2
* Get rid of a nasal demonNobuyoshi Nakada2022-06-231-1/+1
* Fix infinite loop when b_return TracePoint throwsAlan Wu2022-06-223-2/+30
* Refactor compilations workflowNobuyoshi Nakada2022-06-221-115/+118
* [rubygems/rubygems] Bundler: fix man page for bundle-addTakuya Noguchi2022-06-222-2/+2
* Skip protected ancestry guard for FCALLs in YJITJohn Hawthorn2022-06-211-1/+6
* Allow method caching of protected FCALLsJohn Hawthorn2022-06-213-7/+11
* Don't check protected method ancestry on fcallJohn Hawthorn2022-06-211-1/+1
* Add T_STRUCT to lldb inspect helperJemma Issroff2022-06-211-0/+4
* vcs.rb: ignore configuration files get rid of aliases [ci skip]Nobuyoshi Nakada2022-06-221-2/+5
* vcs.rb: just one log to check if `--date` option works [ci skip]Nobuyoshi Nakada2022-06-221-1/+1
* vcs.rb: show diagnostic/progressing messages when debugging [ci skip]Nobuyoshi Nakada2022-06-221-1/+1
* [ruby/fileutils] Clarify difference between cp_r and install (https://github....Burdette Lamar2022-06-221-3/+7
* * 2022-06-22 [ci skip]git2022-06-221-1/+1
* Clarify documentation of Kernel#require_relativeBenoit Daloze2022-06-211-3/+4
* [ruby/fileutils] Correct method references for secure removal (https://github...Burdette Lamar2022-06-211-3/+3
* [ruby/fileutils] [DOC] Adding 'Related' (https://github.com/ruby/fileutils/pu...Burdette Lamar2022-06-211-3/+43
* Added readline wrapper entries under the doc directoryHiroshi SHIBATA2022-06-212-0/+5
* Added error_highlight entries under the doc directoryHiroshi SHIBATA2022-06-212-0/+5
* Added reline entry to standard_library docHiroshi SHIBATA2022-06-211-0/+1
* Update bundled gems list at 2022-06-21git2022-06-212-2/+2
* [CI] add gcc-12卜部昌平2022-06-211-0/+1
* [ruby/io-wait] Remove redundant forward declarationsNobuyoshi Nakada2022-06-211-5/+0
* regparse.c: Suppress false-positive warnings of GCC 12.1Yusuke Endoh2022-06-211-0/+7
* On FreeBSD omit the test to close a pipe while reading [ci skip]Nobuyoshi Nakada2022-06-211-0/+1
* Document that Regexp#source does not retain lexer escapesJeremy Evans2022-06-201-1/+5
* * 2022-06-21 [ci skip]git2022-06-211-1/+1
* .github/workflows/compilers.yml: annocheck: Fix gaps and notes test.Jun Aruga2022-06-211-4/+2
* Include JIT information in crash reportsChris Seaton2022-06-206-20/+16
* [ruby/irb] [DOC] Fix formatting in docsPeter Zhu2022-06-201-3/+3
* [ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo2022-06-203-6/+8
* test_instrumentation_api.rb: Allow one less exitJean Boussier2022-06-201-7/+5
* [Feature #18788] [DOC] String options to `Regexp.new`Nobuyoshi Nakada2022-06-202-0/+10
* [Feature #18788] Spec for options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+39
* [Feature #18788] Support options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-203-2/+42
* Spec update for warnning suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-6/+31
* Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-204-1/+17
* Allow to just warn as bool expected, without an exceptionNobuyoshi Nakada2022-06-206-15/+21
* Prevent a warning "possibly useless use of a literal in void context"Yusuke Endoh2022-06-201-0/+6