summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-22error.c: RefactoringYusuke Endoh
2022-02-21Removed dependency of net-protocol. There is no plan to remove from stdlibHiroshi SHIBATA
2022-02-21Removed dependency of io-wait. There is no plan to remove from stdlibHiroshi SHIBATA
2022-02-21rb_debug_rstring_null_ptr: add newlines in the message [ci skip]Nobuyoshi Nakada
2022-02-21[DOC] Set the documentation title and main pageNobuyoshi Nakada
2022-02-21* 2022-02-21 [ci skip]git
2022-02-21Fix links [ci skip]Kazuhiro NISHIYAMA
2022-02-20* 2022-02-20 [ci skip]git
2022-02-20[MSWin] Tentative measure for a bug of VS2022 [Misc #18362]Nobuyoshi Nakada
2022-02-20[MSWin] Try VS2022Nobuyoshi Nakada
2022-02-20[MSWin] Reduce duplicate configurationsNobuyoshi Nakada
2022-02-19Check if `__assume` is supportedNobuyoshi Nakada
2022-02-19Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada
2022-02-19Replace and Using METACLASS_OF macroS-H-GAMELINKS
2022-02-19Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda
2022-02-19Find pattern is no longer experimental [Feature #18585]Kazuki Tsujimoto
2022-02-19Fix location of NODE_LIT in p_kwKazuki Tsujimoto
2022-02-19Use symbols for clock IDs if `clockid_t` is not numericNobuyoshi Nakada
2022-02-19Set static IDs to same name variablesNobuyoshi Nakada
2022-02-19RUBY_REPLACE_TYPE: check if the target type is a pointerNobuyoshi Nakada
2022-02-19[DOC] prefer rdoc references over generated URLsNobuyoshi Nakada
2022-02-18Enhanced RDoc for io.c (#5573)Burdette Lamar
2022-02-19* 2022-02-19 [ci skip]git
2022-02-18New doc about encoding (#5572)Burdette Lamar
2022-02-18Remove unused function declaration in dln.cPeter Zhu
2022-02-18LONG2NUM() should be used for rmatch_offset::{beg,end}Shugo Maeda
2022-02-18Enhanced RDoc concerning command injection (#5537)Burdette Lamar
2022-02-18gen-mail.rb: support markdown file pathNARUSE, Yui
2022-02-18[wasm] vm.c: stop unwinding to main for every vm_exec call by setjmpYuta Saito
2022-02-18Mention Set as a new builtin class to NEWSAkinori MUSHA
2022-02-18Make Set a builtin feature [Feature #16989]Akinori MUSHA
2022-02-18* 2022-02-18 [ci skip]git
2022-02-17Add Thread.each_caller_locationJeremy Evans
2022-02-17Do not search for commands with double tool prefixes [Bug #18504]Nobuyoshi Nakada
2022-02-17Refine the load error messageNobuyoshi Nakada
2022-02-17Check running macOS version at runtimeNobuyoshi Nakada
2022-02-17Reuse `-v` option result as `target_platform`Nobuyoshi Nakada
2022-02-17exclude name must be Regexp or SymbolKazuhiro NISHIYAMA
2022-02-17btest-ruby OPTS=-v should disable quietKoichi Sasada
2022-02-17Hide patchlevel from release buildHiroshi SHIBATA
2022-02-17yjit_codegen.c: Prevent a possible out-of-bound accessYusuke Endoh
2022-02-17* 2022-02-17 [ci skip]git
2022-02-16Fix -Wsign-compare when -DRUBY_DEBUG=1Alan Wu
2022-02-16Change feature_index from fake Array to darrayPeter Zhu
2022-02-16Change darray size to size_t and add functions that use GC mallocPeter Zhu
2022-02-16Parenthesize a macro expressionNobuyoshi Nakada
2022-02-16fix parallel test timeout retryingKoichi Sasada
2022-02-16lib/securerandom.rb: Fix the check of availability of Random.urandomYusuke Endoh
2022-02-16* 2022-02-16 [ci skip]git
2022-02-16`wmap#each` should check liveness of keysKoichi Sasada