summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* func: and file: prefix for `RUBY_DEBUG_LOG_FILTER`Koichi Sasada2022-06-091-45/+121
* Fix major GC thrashingPeter Zhu2022-06-081-3/+5
* * 2022-06-09 [ci skip]git2022-06-091-1/+1
* Fix compilation error when USE_RVARGC=0Peter Zhu2022-06-081-3/+1
* Add key force_major_gc_count to GC.stat_heapPeter Zhu2022-06-082-0/+4
* [ruby/fileutils] File trees (https://github.com/ruby/fileutils/pull/80)Burdette Lamar2022-06-081-7/+39
* Update "Reporting Issues" link in the READMEAlexander Ilyin2022-06-081-1/+1
* Update the help message on /benchmarkTakashi Kokubun2022-06-072-4/+6
* [DOC] RDoc now accepts other than magic numbers at `rb_attr`Nobuyoshi Nakada2022-06-081-1/+1
* Remove duplicated prototype in header filePeter Zhu2022-06-071-1/+0
* thread_pthread.c: trigger THREAD_EVENT_READY when going throuhg the fast path.Jean Boussier2022-06-071-4/+4
* * 2022-06-08 [ci skip]git2022-06-081-1/+1
* Add special-case code for the String unary plus operator (#5982)Noah Gibbs2022-06-074-0/+69
* [rubygems/rubygems] Remove unnecessary string concatenationDaniel Berger2022-06-071-3/+2
* Remove while loop over heap_preparePeter Zhu2022-06-071-8/+52
* [rubygems/rubygems] Relax performance spec limitDavid Rodríguez2022-06-071-1/+1
* Refactor TestThreadInstrumentation to investigate CI flakinessJean Boussier2022-06-071-10/+24
* [ruby/error_highlight] Use Exception#detailed_message instead of overriding #...Yusuke Endoh2022-06-072-17/+43
* Manually merged https://github.com/ruby/did_you_mean/pull/177Hiroshi SHIBATA2022-06-079-57/+98
* Revert "error.c: Let Exception#inspect inspect its message"Yusuke Endoh2022-06-074-18/+3
* [ruby/rdoc] [DOC] Undocument internal constants [ci skip]Nobuyoshi Nakada2022-06-071-2/+2
* error.c: Let Exception#inspect inspect its messageYusuke Endoh2022-06-074-3/+18
* [ruby/rdoc] Allow boolean arguments to `rb_attr` and `rb_define_attr`Nobuyoshi Nakada2022-06-072-78/+32
* .github/workflows/compilers.yml: annocheck: Fix a linker flag to pass MJIT te...Jun Aruga2022-06-071-8/+2
* Ignore invalid escapes in regexp commentsJeremy Evans2022-06-063-19/+131
* Fix Module#const_source_location for autoload constants with direct requiresJeremy Evans2022-06-062-2/+22
* Use bindgen to import Ruby constants wherever possible. (#5943)Noah Gibbs2022-06-065-60/+93
* Fix Range#cover? returning true for beginless ranges of different typesJeremy Evans2022-06-062-1/+82
* Add Module#undefined_instance_methodsJeremy Evans2022-06-065-0/+38
* [ruby/fileutils] [DOC] Enhanced RDoc for FileUtils (https://github.com/ruby/f...Burdette Lamar2022-06-071-62/+142
* * 2022-06-07 [ci skip]git2022-06-071-1/+1
* [ruby/open-uri] [DOC] Fix markup for `URI.open`Alexander Ilyin2022-06-071-1/+1
* [ruby/rdoc] Use runnable command as DUMMY_PAGERNobuyoshi Nakada2022-06-061-1/+6
* [rubygems/rubygems] Unify loading `Gem::Requirement`David Rodríguez2022-06-063-3/+1
* debug is the bundled gems, not default gemsHiroshi SHIBATA2022-06-061-1/+1
* [ruby/cgi] jruby supportPavel Rosický2022-06-062-4/+16
* Use `sleep 0.5` for tests of GVL instrumentation APIYusuke Endoh2022-06-061-2/+2
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2022-06-061-1/+1
* * 2022-06-06 [ci skip]git2022-06-061-1/+1
* Remove useless assignment always overriddenNobuyoshi Nakada2022-06-061-1/+0
* Export RbConfig::CONFIG["COROUTINE_TYPE"]nick evans2022-06-061-0/+1
* * 2022-06-05 [ci skip]git2022-06-051-1/+1
* Use RBOOLNobuyoshi Nakada2022-06-051-6/+1
* [ruby/rdoc] Use command array form of `IO.popen` alwaysNobuyoshi Nakada2022-06-041-46/+4
* [ruby/rdoc] Make all documents at the top level `extra_rdoc_files` [ci skip]Nobuyoshi Nakada2022-06-041-12/+1
* [ruby/rdoc] Remove `RDoc::RI::Driver#in_path?`Nobuyoshi Nakada2022-06-042-28/+0
* [ruby/rdoc] Enable pager testsNobuyoshi Nakada2022-06-041-5/+3
* [ruby/rdoc] Stop checking if pager command foundNobuyoshi Nakada2022-06-041-4/+0
* [ruby/rdoc] Remove never used win32consoleNobuyoshi Nakada2022-06-041-5/+0
* * 2022-06-04 [ci skip]git2022-06-041-1/+1