aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES"Takashi Kokubun2019-12-302-0/+4
* Updated dependencies on internal/warnings.hNobuyoshi Nakada2019-12-316-0/+113
* Fix Proc#<< specAlan Wu2019-12-301-11/+25
* * 2019-12-31 [ci skip]git2019-12-311-1/+1
* Decide lambdaness of (f << g) using g (#2729)Alan Wu2019-12-303-3/+16
* [ruby/io-console] bump up to 0.5.4Nobuyoshi Nakada2019-12-301-1/+1
* * 2019-12-30 [ci skip]git2019-12-301-1/+1
* syntax.rdoc: remove "experimental" from refinements (#2796)Vladimir Dementyev2019-12-291-1/+1
* ext/openssl/ossl_ssl.c: nodoc for private methodsHiroshi SHIBATA2019-12-291-0/+3
* [ruby/io-console] Enable only interrupt bits on `intr: true`Nobuyoshi Nakada2019-12-292-1/+6
* Optimize Array#rotate!(n) for n = 1 and n = -1Ary Borenszweig2019-12-291-5/+15
* Fix documentation of Dir#each_childSeiei Miyagi2019-12-291-1/+1
* Separate builtin initialization callsNobuyoshi Nakada2019-12-298-27/+14
* Fixed an unavailable sanitizer featureNobuyoshi Nakada2019-12-291-1/+1
* * 2019-12-29 [ci skip]git2019-12-291-1/+1
* Use __func__ as rb_cv_function_name_string on OpenBSDJeremy Evans2019-12-281-9/+12
* Fix typoKazuhiro NISHIYAMA2019-12-281-2/+2
* Do not notify Travis on_successTakashi Kokubun2019-12-281-1/+1
* Add VM insns counter like debug_counter (#2789)Takashi Kokubun2019-12-282-1/+36
* Remove "All Rights Reserved." from Copyright statement.Samuel Williams2019-12-284-4/+4
* Remove "All Rights Reserved." from Copyright statement.Samuel Williams2019-12-2813-13/+13
* Fix coroutine copy implementation on OpenBSDJeremy Evans2019-12-271-0/+4
* Update to ruby/spec@7241f39Benoit Daloze2019-12-275-16/+13
* Update to ruby/mspec@673fcabBenoit Daloze2019-12-271-2/+8
* * 2019-12-28 [ci skip]git2019-12-281-1/+1
* Update to ruby/spec@d419e74Benoit Daloze2019-12-2744-530/+788
* Update to ruby/mspec@1034afcBenoit Daloze2019-12-271-6/+1
* Use the more popular word [ci skip]Nobuyoshi Nakada2019-12-271-2/+2
* Add test_completion_with_indent_and_completer_quote_charactersaycabta2019-12-271-0/+31
* Drop an invalid char as UTF-8aycabta2019-12-271-0/+10
* Add check_warning_flags to leakcheckerKazuhiro NISHIYAMA2019-12-271-0/+22
* reroute macro conflicts on OpenBSD卜部昌平2019-12-271-6/+18
* Try to fix error on SolarisKazuhiro NISHIYAMA2019-12-271-1/+1
* * 2019-12-27 [ci skip]git2019-12-271-1/+1
* Get rid of LIST_HEAD conflict with a system header on macOSNobuyoshi Nakada2019-12-271-0/+3
* `#include "internal/debug"` seems to be needed in assert modeYusuke Endoh2019-12-261-0/+1
* update dependencies卜部昌平2019-12-2612-0/+1237
* internal/stdbool.h rework卜部昌平2019-12-263-26/+16
* decouple internal.h headers卜部昌平2019-12-26113-689/+1327
* TIMESPEC_SEC_MAX might be bigger than 53 bits.卜部昌平2019-12-261-1/+11
* other minior internal header tweaks卜部昌平2019-12-2625-30/+74
* internal/vm.h rework卜部昌平2019-12-262-71/+102
* internal/thread.h rework卜部昌平2019-12-261-0/+8
* internal/symbol.h rework卜部昌平2019-12-262-17/+17
* internal/string.h rework卜部昌平2019-12-262-40/+85
* internal/range.h rework卜部昌平2019-12-261-3/+22
* internal/process.h rework卜部昌平2019-12-261-17/+38
* internal/proc.h rework卜部昌平2019-12-262-4/+10
* internal/object.h rework卜部昌平2019-12-261-18/+33
* internal/gc.h rework卜部昌平2019-12-262-53/+106