summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stop rebuilding miniruby always [ci skip]Nobuyoshi Nakada2022-05-261-1/+1
* Remove unnecessary ignore warnings.Samuel Williams2022-05-261-5/+1
* Simplify the autoload require logic.Samuel Williams2022-05-262-36/+32
* * 2022-05-26 [ci skip]git2022-05-261-1/+1
* [ruby/fileutils] [DOC] Enhanced RDoc for copy_entry (https://github.com/ruby/...Burdette Lamar2022-05-261-12/+34
* Fix GC race condition in autoload.Samuel Williams2022-05-262-15/+19
* [ruby/timeout] Set the flag surely before returnNobuyoshi Nakada2022-05-251-2/+3
* Remove unexpected rakelib [ci skip]Nobuyoshi Nakada2022-05-251-5/+0
* [ruby/timeout] Add epoch.rake [ci skip]Nobuyoshi Nakada2022-05-252-1/+6
* [ruby/timeout] Update spec files not to include unused files [ci skip]Nobuyoshi Nakada2022-05-251-2/+4
* Fix out of bounds read.Samuel Williams2022-05-251-2/+1
* Ensure we retain the main fiber stack bounds.Samuel Williams2022-05-251-3/+14
* Hack to avoid leak checkerNobuyoshi Nakada2022-05-251-1/+2
* [ruby/timeout] Hack to avoid leak checkerNobuyoshi Nakada2022-05-251-0/+1
* Run find in PATH [ci skip]Nobuyoshi Nakada2022-05-251-1/+1
* Update default gems list at fde4519af8762fccc8488d1972d984 [ci skip]git2022-05-251-0/+1
* [ruby/timeout] Bump version to 0.3.0Hiroshi SHIBATA2022-05-251-1/+1
* Clean intermediate files for update-deps [ci skip]Nobuyoshi Nakada2022-05-251-0/+1
* Tidy up redundant returns.Samuel Williams2022-05-252-6/+2
* Retain reference to blocking fibers.Samuel Williams2022-05-254-70/+49
* Add support for address sanitizer for amd64 and arm64.Samuel Williams2022-05-254-2/+205
* [ruby/reline] Workaround libncurses.so as a linker scriptnicholas a. evans2022-05-251-1/+2
* Define unsupported GC compaction methods as rb_f_notimplementMike Dalessio2022-05-242-19/+69
* Move compaction-related methods into gc.cMike Dalessio2022-05-242-78/+91
* [rubygems/rubygems] Show exception cause in bug report templateDavid Rodríguez2022-05-251-2/+16
* * 2022-05-25 [ci skip]git2022-05-251-1/+1
* [ruby/fileutils] [DOC] Enhanced RDoc for ::cp_r (https://github.com/ruby/file...Burdette Lamar2022-05-251-17/+68
* [rubygems/rubygems] Fix crash when printing resolution conflicts on metadata ...David Rodríguez2022-05-242-7/+27
* altstack is native thread's attrKoichi Sasada2022-05-243-9/+9
* [ruby/date] Constify gperf-generated tableNobuyoshi Nakada2022-05-242-1/+2
* remove `DEBUG_OUT()` macroKoichi Sasada2022-05-243-20/+0
* [WASM] System initialization has no stack rewinding code to AsyncifyNobuyoshi Nakada2022-05-241-15/+13
* remove `-DTHREAD_DEBUG` ruleKoichi Sasada2022-05-241-1/+0
* use `RUBY_DEBUG_LOG` instead of `thread_debug`Koichi Sasada2022-05-243-192/+128
* add `rb_th_serial()`Koichi Sasada2022-05-242-1/+7
* remove `NON_SCALAR_THREAD_ID` supportKoichi Sasada2022-05-247-61/+10
* `native_tls_get()`' should not check resultsKoichi Sasada2022-05-242-10/+4
* [ruby/fileutils] [DOC] Enhanced RDoc for ::cp (https://github.com/ruby/fileut...Burdette Lamar2022-05-241-7/+44
* Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff2022-05-236-23/+11
* cleanup by `RUBY_DEBUG_LOG2` and `VM_ASSERT`Koichi Sasada2022-05-241-12/+5
* * 2022-05-24 [ci skip]git2022-05-241-1/+1
* [ruby/fileutils] Enhanced RDoc for ::ln_sf and ::link_entry (https://github.c...Burdette Lamar2022-05-241-16/+36
* Make internal function `rb_main` staticNobuyoshi Nakada2022-05-231-5/+7
* [ruby/fileutils] [DOC] Enhanced RDoc for ::ln_s (https://github.com/ruby/file...Burdette Lamar2022-05-231-14/+58
* [rubygems/rubygems] Support the change of did_you_mean about Exception#detail...Yusuke Endoh2022-05-232-2/+13
* [ruby/net-http] [DOC] Get rid of a RDoc bugNobuyoshi Nakada2022-05-232-249/+255
* Prevent a warning: `*' interpreted as argument prefixYusuke Endoh2022-05-231-2/+2
* * 2022-05-23 [ci skip]git2022-05-231-1/+1
* Support old Mac OS XNobuyoshi Nakada2022-05-231-0/+8
* Disable usage of TLS unless availableNobuyoshi Nakada2022-05-222-3/+8