summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-06Remove arm64 from allow_failuresTakashi Kokubun
2019-11-07* 2019-11-07 [ci skip]git
2019-11-06Fix spawn_spec.rb for Travis arm64 environment.Jun Aruga
2019-11-06Numbered parameter is an ID_LOCAL now [Bug #16293]Nobuyoshi Nakada
2019-11-06Numbered parameter cannot appear outside block now [Bug #16293]Nobuyoshi Nakada
2019-11-06Prohibit calling undefined allocator [Bug #16297]Nobuyoshi Nakada
2019-11-06Time#strftime does not support `%Q`Kazuhiro NISHIYAMA
2019-11-06Undefine MatchData.allocate [Feature #16294]Nobuyoshi Nakada
2019-11-05Use an identity hash for pinning Ripper objectsAaron Patterson
2019-11-06* 2019-11-06 [ci skip]git
2019-11-06Improve string literal concatenation for C++11Mark Abraham
2019-11-05Assert return value of Readline.readline only if Ruby is before 2.7aycabta
2019-11-05Only taint on Ruby <2.7Jeremy Evans
2019-11-05Only untaint line on Ruby <2.7Jeremy Evans
2019-11-05Separated `@counter` and `@tally` so that "-ft" works with "-j"Nobuyoshi Nakada
2019-11-05Enable "-f" option in multi_exec modeNobuyoshi Nakada
2019-11-05`DottedFormatter#finish` consistencyNobuyoshi Nakada
2019-11-05`DottedFormatter#state` consistencyNobuyoshi Nakada
2019-11-05Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui
2019-11-05Fix coroutine support on win32Lars Kanis
2019-11-05let the .bss section initialize static variables卜部昌平
2019-11-05rb_method_basic_definition_p with CC卜部昌平
2019-11-05Set $JOBS to Tests for parallel testsNobuyoshi Nakada
2019-11-05Moved Init_encoding from wrong place [Bug #16292]Nobuyoshi Nakada
2019-11-05Fix a typo in WARN_EOLKazuhiro NISHIYAMA
2019-11-05Do not occupy `ARGV` by XRUBY commandNobuyoshi Nakada
2019-11-04Use ident hash for top-level recursion checkJohn Hawthorn
2019-11-05Put an empty line [ci skip]Nobuyoshi Nakada
2019-11-05More rdoc for ENVBurdette Lamar
2019-11-05Updated minitest to 5.13.0Nobuyoshi Nakada
2019-11-05Simplify test tasksNobuyoshi Nakada
2019-11-05Adjust a fucntion signatureNobuyoshi Nakada
2019-11-04Fix zero free objects assertionAaron Patterson
2019-11-05Fixed conditional expressions with only one void sideNobuyoshi Nakada
2019-11-05* 2019-11-05 [ci skip]git
2019-11-05Share test-bundled-gems-run in common.mkNobuyoshi Nakada
2019-11-04Keep `lex.pcur` after `looking_at_eol_p`Nobuyoshi Nakada
2019-11-04Warn `if` and `elsif` at EOL [EXPERIMENTAL]Nobuyoshi Nakada
2019-11-04Revert "Warn `if` and `elsif` at EOL [EXPERIMENTAL]"Yusuke Endoh
2019-11-04Warn `if` and `elsif` at EOL [EXPERIMENTAL]Nobuyoshi Nakada
2019-11-04Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-11-04Fixed a typoNobuyoshi Nakada
2019-11-04sync_default_gems.rb: Show the progress at fetchingNobuyoshi Nakada
2019-11-04[ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada
2019-11-04* 2019-11-04 [ci skip]git
2019-11-04Use the dedicated function `rb_io_check_io`Nobuyoshi Nakada
2019-11-03Added assertions for linebreakNobuyoshi Nakada
2019-11-03[DOC] mentioned `\R` [ci skip]Nobuyoshi Nakada
2019-11-03[DOC] \s in regexp is not same as in string [ci skip]Nobuyoshi Nakada
2019-11-03Fix warnings in Regexp#{match,match?} specsBenoit Daloze