aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not escape error messageYusuke Endoh2022-02-223-53/+13
* error.c: RefactoringYusuke Endoh2022-02-222-43/+68
* Removed dependency of net-protocol. There is no plan to remove from stdlibHiroshi SHIBATA2022-02-211-1/+0
* Removed dependency of io-wait. There is no plan to remove from stdlibHiroshi SHIBATA2022-02-211-1/+0
* rb_debug_rstring_null_ptr: add newlines in the message [ci skip]Nobuyoshi Nakada2022-02-211-2/+2
* [DOC] Set the documentation title and main pageNobuyoshi Nakada2022-02-212-1/+5
* * 2022-02-21 [ci skip]git2022-02-211-1/+1
* Fix links [ci skip]Kazuhiro NISHIYAMA2022-02-211-0/+1
* * 2022-02-20 [ci skip]git2022-02-201-1/+1
* [MSWin] Tentative measure for a bug of VS2022 [Misc #18362]Nobuyoshi Nakada2022-02-202-0/+51
* [MSWin] Try VS2022Nobuyoshi Nakada2022-02-201-1/+1
* [MSWin] Reduce duplicate configurationsNobuyoshi Nakada2022-02-201-11/+13
* Check if `__assume` is supportedNobuyoshi Nakada2022-02-194-6/+14
* Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada2022-02-194-8/+2
* Replace and Using METACLASS_OF macroS-H-GAMELINKS2022-02-191-15/+15
* Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda2022-02-195-9/+451
* Find pattern is no longer experimental [Feature #18585]Kazuki Tsujimoto2022-02-193-23/+4
* Fix location of NODE_LIT in p_kwKazuki Tsujimoto2022-02-191-1/+1
* Use symbols for clock IDs if `clockid_t` is not numericNobuyoshi Nakada2022-02-191-19/+134
* Set static IDs to same name variablesNobuyoshi Nakada2022-02-191-30/+31
* RUBY_REPLACE_TYPE: check if the target type is a pointerNobuyoshi Nakada2022-02-191-1/+11
* [DOC] prefer rdoc references over generated URLsNobuyoshi Nakada2022-02-192-15/+15
* Enhanced RDoc for io.c (#5573)Burdette Lamar2022-02-181-61/+81
* * 2022-02-19 [ci skip]git2022-02-191-1/+1
* New doc about encoding (#5572)Burdette Lamar2022-02-181-0/+260
* Remove unused function declaration in dln.cPeter Zhu2022-02-181-4/+0
* LONG2NUM() should be used for rmatch_offset::{beg,end}Shugo Maeda2022-02-181-4/+4
* Enhanced RDoc concerning command injection (#5537)Burdette Lamar2022-02-184-26/+79
* gen-mail.rb: support markdown file pathNARUSE, Yui2022-02-181-4/+9
* [wasm] vm.c: stop unwinding to main for every vm_exec call by setjmpYuta Saito2022-02-184-0/+194
* Mention Set as a new builtin class to NEWSAkinori MUSHA2022-02-181-0/+5
* Make Set a builtin feature [Feature #16989]Akinori MUSHA2022-02-183-1/+49
* * 2022-02-18 [ci skip]git2022-02-181-1/+1
* Add Thread.each_caller_locationJeremy Evans2022-02-172-5/+66
* Do not search for commands with double tool prefixes [Bug #18504]Nobuyoshi Nakada2022-02-171-19/+23
* Refine the load error messageNobuyoshi Nakada2022-02-171-5/+27
* Check running macOS version at runtimeNobuyoshi Nakada2022-02-171-8/+27
* Reuse `-v` option result as `target_platform`Nobuyoshi Nakada2022-02-171-6/+5
* exclude name must be Regexp or SymbolKazuhiro NISHIYAMA2022-02-171-1/+1
* btest-ruby OPTS=-v should disable quietKoichi Sasada2022-02-171-0/+2
* Hide patchlevel from release buildHiroshi SHIBATA2022-02-171-1/+1
* yjit_codegen.c: Prevent a possible out-of-bound accessYusuke Endoh2022-02-171-1/+1
* * 2022-02-17 [ci skip]git2022-02-171-1/+1
* Fix -Wsign-compare when -DRUBY_DEBUG=1Alan Wu2022-02-161-1/+1
* Change feature_index from fake Array to darrayPeter Zhu2022-02-162-55/+89
* Change darray size to size_t and add functions that use GC mallocPeter Zhu2022-02-166-63/+92
* Parenthesize a macro expressionNobuyoshi Nakada2022-02-161-1/+1
* fix parallel test timeout retryingKoichi Sasada2022-02-161-1/+13
* lib/securerandom.rb: Fix the check of availability of Random.urandomYusuke Endoh2022-02-161-4/+5
* * 2022-02-16 [ci skip]git2022-02-161-1/+1