summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [MSWin] Pass TESTOPTS via RUBY_TESTOPTSNobuyoshi Nakada2021-11-071-3/+4
* [MSWin] Split nmake stepNobuyoshi Nakada2021-11-071-15/+5
* [MinGW] Set job env vars at onceNobuyoshi Nakada2021-11-071-8/+10
* Revert "Fix typo in ChangeLog-2.0.0 [ci skip]"Kazuhiro NISHIYAMA2021-11-071-1/+1
* * 2021-11-07 [ci skip]git2021-11-071-1/+1
* Refine the error message for hidden variablesNobuyoshi Nakada2021-11-072-3/+13
* rb_id_serial_to_id: return unregistered ID as an internal IDNobuyoshi Nakada2021-11-073-1/+66
* Check the reading size rangeNobuyoshi Nakada2021-11-061-4/+19
* Fix typo in ChangeLog-2.0.0 [ci skip]1809092021-11-061-1/+1
* [rubygems/rubygems] GNU Make needs DESTDIR on Windows environment like msys o...Hiroshi SHIBATA2021-11-061-5/+5
* YJIT: Support iseq sends with mixed kwargs (#5082)John Hawthorn2021-11-052-48/+106
* YJIT: Implement checkkeyword (#5083)John Hawthorn2021-11-052-0/+50
* YJIT: use shorter encoding for mov(r64,imm) when unambiguous (#5081)Alan Wu2021-11-052-7/+39