aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* `wmap#each` should check liveness of keysKoichi Sasada2022-02-161-20/+42
* Use RARRAY_SHARED_ROOT_FLAG for checking re-enterPeter Zhu2022-02-141-3/+3
* fix GC event synchronizationKoichi Sasada2022-02-141-14/+22
* * 2022-02-14 [ci skip]git2022-02-141-1/+1
* extend timeout for mjitKoichi Sasada2022-02-141-1/+1
* [MSWin] Install OpenSSL with vcpkgNobuyoshi Nakada2022-02-131-3/+4
* Exclude TestThread#test_signal_at_join on FreeBSD 13 for now [ci skip]Nobuyoshi Nakada2022-02-131-0/+3
* * 2022-02-13 [ci skip]git2022-02-131-1/+1
* [DOC] Fix a typo in `Integer#chr` exampleKoichi ITO2022-02-131-1/+1
* [MSWin] Remove stale configuration check [ci skip]Nobuyoshi Nakada2022-02-121-7/+0
* [ruby/rdoc] Load YAML library for each testNobuyoshi Nakada2022-02-121-0/+4
* [ruby/rdoc] Dump plain objects as `RDoc::Options`Nobuyoshi Nakada2022-02-124-33/+59
* [ruby/rdoc] Fix a test method nameNobuyoshi Nakada2022-02-121-1/+1
* [ruby/rdoc] Update generated filesNobuyoshi Nakada2022-02-123-10/+26
* [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/...Ulysse Buonomo2022-02-1241-166/+165