summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo and add `IO.` [ci skip]Kazuhiro NISHIYAMA2021-11-101-1/+1
* * 2021-11-10 [ci skip]git2021-11-101-1/+1
* gc.h: move rb_objspace_garbage_object_p to internal/gc.hYusuke Endoh2021-11-103-2/+1
* class.c: descendants must not cause GC until the result array is createdYusuke Endoh2021-11-102-9/+21
* [rubygems/rubygems] Remove more unused stuff from make command parsingDavid Rodríguez2021-11-091-10/+4
* [rubygems/rubygems] This method is never passed a blockDavid Rodríguez2021-11-091-1/+0
* [rubygems/rubygems] Fix assert_contains_make_command on make defined by envir...Jun Aruga2021-11-092-5/+9
* [rubygems/rubygems] Improve error message when make command doesn't matchDavid Rodríguez2021-11-091-1/+1
* test/ruby/test_iseq.rb: Prevent a warningYusuke Endoh2021-11-091-1/+1
* test/ruby/test_enum.rb: Prevent a warningYusuke Endoh2021-11-091-0/+1
* Add doc for `a_call` and `a_return` events of TracePointMasataka Pocke Kuwabara2021-11-091-0/+2
* Some codes replace to `RBOOL` macro (#5023)S.H2021-11-094-29/+8
* Add one more test example for swap instructionNikita Vasilevsky2021-11-091-0/+1
* Needs `$` in `make` command line to be escapedv3_1_0_preview1Nobuyoshi Nakada2021-11-091-2/+2
* Use valid `ec` for postponed job.Koichi Sasada2021-11-091-4/+12
* Remove a redundant conditionYusuke Endoh2021-11-091-2/+2
* class.c (Class#descendants): Ingore subclasses created after estimationYusuke Endoh2021-11-091-2/+4
* class.c: Use ALLOC_N instead of ALLOCA_NYusuke Endoh2021-11-091-2/+6
* class.c: calculate the length of Class.descendants in advanceYusuke Endoh2021-11-092-6/+35
* Filter method names only if filtering method name onlyNobuyoshi Nakada2021-11-091-9/+6
* test/readline/test_readline.rb: skip a test on i686-linuxYusuke Endoh2021-11-091-0/+6
* test/ruby/test_fiber.rb: Extend timeout on SolarisYusuke Endoh2021-11-091-1/+1
* Fix a link [ci skip]Kazuhiro NISHIYAMA2021-11-091-0/+1
* [rubygems/rubygems] Use `shellsplit` instead of array of stringsNicholas Lee2021-11-091-2/+2
* [ci skip] Update NEWS.md for [Feature #18290]Peter Zhu2021-11-081-0/+4
* [Feature #18290] Remove tests that test use of rb_gc_force_recyclePeter Zhu2021-11-083-55/+0
* [Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...Peter Zhu2021-11-082-72/+3
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-0811-28/+12
* NEWS.md: Mention Process._fork [[Feature #17795]]Yusuke Endoh2021-11-091-0/+8
* * 2021-11-09 [ci skip]git2021-11-091-1/+1
* Bundle rbs 1.7.0.beta.5Yusuke Endoh2021-11-093-1/+19
* [rubygems/rubygems] Use bundler-graph instead of bundler-vizHiroshi SHIBATA2021-11-082-2/+2
* Get rid of implicit expansion to `long double` on ix86Nobuyoshi Nakada2021-11-081-5/+7
* Separate TestReadline#test_interrupt_in_other_threadNobuyoshi Nakada2021-11-081-1/+12
* Try 32bit environmentNobuyoshi Nakada2021-11-081-11/+29
* Prefer ANSI-style prototypes over old K&R-style definitionsNobuyoshi Nakada2021-11-081-2/+6
* Fix filename typo [Bug #18140]Nobuyoshi Nakada2021-11-082-160/+160
* Update bundled_gems at 2021-11-08git2021-11-081-1/+1
* Convert IDs to IntegersNobuyoshi Nakada2021-11-081-4/+31
* * 2021-11-08 [ci skip]git2021-11-081-1/+1
* memory_view.c: Add _memory_view_entry member in rb_memory_view_t (#5088)Kenta Murata2021-11-082-7/+12
* [MinGW] Set job namesNobuyoshi Nakada2021-11-071-0/+1
* [MinGW] Highlight where groupsNobuyoshi Nakada2021-11-071-1/+2
* [MinGW] Run in shNobuyoshi Nakada2021-11-071-18/+13
* [MinGW] Run test-specNobuyoshi Nakada2021-11-071-4/+1
* [MinGW] Pass -j option via environment variablesNobuyoshi Nakada2021-11-071-5/+6
* [MinGW] Clear BUNDLER_VERSION unconditinallyNobuyoshi Nakada2021-11-071-1/+2
* [MinGW] Remove unnecessary encoding settingsNobuyoshi Nakada2021-11-071-15/+1
* [MinGW] Use autogenNobuyoshi Nakada2021-11-071-5/+5
* [MinGW] Clear prefix and move the directory to DESTDIRNobuyoshi Nakada2021-11-071-3/+2