aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [ruby/rdoc] Optimize RawLine by using a regexp instead of negative look-ahead...Yusuke Endoh2022-02-121-37/+8
* [DOC] Remove unnecessary `rdoc-ref:` schemesNobuyoshi Nakada2022-02-121-11/+11
* [DOC] Simplify operator method referencesNobuyoshi Nakada2022-02-1210-85/+78
* Reuse operation rule for operation2S-H-GAMELINKS2022-02-121-3/+1
* Reuse p_kwnorest rule for f_no_kwargS-H-GAMELINKS2022-02-121-1/+1
* Fix TypoSteven Nunez2022-02-121-1/+1
* * 2022-02-12 [ci skip]git2022-02-121-1/+1
* test/ruby/test_exception.rb: prevent "assigned but unused variable"Yusuke Endoh2022-02-121-1/+1
* [rubygems/rubygems] Add clarification for bundle-config "with" optionIlia Zenkevich2022-02-1126-27/+27
* [rubygems/rubygems] Fix corrupted lockfile when using `gemspec` and multiple ...David Rodríguez2022-02-113-3/+80
* * 2022-02-11 [ci skip]git2022-02-111-1/+1
* [DOC] Add `.rdoc_options` fileNobuyoshi Nakada2022-02-111-0/+2
* Free cached mark stack chunks when freeing objspacePeter Zhu2022-02-101-2/+19
* Update default gems list at f07a2613e3f14ab713bc5ab8854110 [ci skip]git2022-02-101-0/+1
* Support directory layout of ruby/ruby repositoryHiroshi SHIBATA2022-02-101-3/+11
* [ruby/ipaddr] Bump version to 1.2.4Hiroshi SHIBATA2022-02-101-1/+1
* [ruby/ipaddr] Fix exception calling `to_range' after `freeze'Espartaco Palma2022-02-102-1/+24
* [ruby/ipaddr] Ipaddr#native must also coerce `@mask_addr`Jean Boussier2022-02-102-0/+8
* [ruby/ipaddr] Expose IPAddr::VERSIONJean Boussier2022-02-102-1/+6
* Fix Range#include? for beginless exclusive string rangesJeremy Evans2022-02-092-0/+7