summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-02Add `#write` and `#binwrite` to IO section [ci skip]Kazuhiro NISHIYAMA
2020-03-02Allow newlines inside braced patternNobuyoshi Nakada
2020-03-02.github/workflows: name the configure runs卜部昌平
2020-03-02.github: let "make leaked-globals" run in parallel卜部昌平
2020-03-02.github: make use of working-directory卜部昌平
2020-03-02.github: less verbose on: specifier卜部昌平
2020-03-02.travis.yml, .github: delete environmental dumps卜部昌平
2020-03-02.travis.yml: favor >- over |- and backslash卜部昌平
2020-03-02.travis.yml: mandate UBSAN卜部昌平
2020-03-02.travis.yml delete darwin debug code卜部昌平
2020-03-02.travis.yml: ruby_2_7 is travis ready.卜部昌平
2020-03-02Reset Reline.pointKoichi Sasada
2020-03-02vm_cc_fill() need to clear aux.Koichi Sasada
2020-03-02skip test if Reline.completion_proc is nil.Koichi Sasada
2020-03-02Revert "show debug info."Koichi Sasada
2020-03-02need to restore $stdin.Koichi Sasada
2020-03-02* 2020-03-02 [ci skip]git
2020-03-02show debug info.Koichi Sasada
2020-03-01Allow trailing comma in hash patternKazuki Tsujimoto
2020-03-01require enc/trans/single_byte in advance.Koichi Sasada
2020-03-01* 2020-03-01 [ci skip]git
2020-03-01show backtrace.Koichi Sasada
2020-02-29Adjust typesNobuyoshi Nakada
2020-02-29Named `tLABEL` tokenNobuyoshi Nakada
2020-02-28Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-02-28Avoid infinite loop on --jit-waitTakashi Kokubun
2020-02-29Added more benchmarks for StringNobuyoshi Nakada
2020-02-29Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-02-28Suppress security alertsTakashi Kokubun
2020-02-29Fix up mark-ups in NEWS [ci skip]Nobuyoshi Nakada
2020-02-29Missing links in NEWS [ci skip]Nobuyoshi Nakada
2020-02-28Update NEWS [ci skip]Jeremy Evans
2020-02-29should not expose hidden object.Koichi Sasada
2020-02-29Set Readline.completion_append_character = nil alwaysaycabta
2020-02-28Bump rake from 10.5.0 to 12.3.3 in /spec/mspec (#2942)dependabot[bot]
2020-02-28Update to ruby/spec@41bf282Benoit Daloze
2020-02-28Update to ruby/mspec@a514ad7Benoit Daloze
2020-02-29* 2020-02-29 [ci skip]git
2020-02-29restore server[:DocumentRootOptions] setting.Koichi Sasada
2020-02-28support random order test.Koichi Sasada
2020-02-28Moved not-implemented method tests [Bug #16662]Nobuyoshi Nakada
2020-02-28Refined argument nameNobuyoshi Nakada
2020-02-28Omit test_using_quoting_detection_proc_with_multibyte_input temporarily for r...aycabta
2020-02-28setup Other class.Koichi Sasada
2020-02-28respect --test-order=randomKoichi Sasada
2020-02-28Fix wrong RegExp.Vít Ondruch
2020-02-27Make Module#include affect the iclasses of the moduleJeremy Evans
2020-02-28* 2020-02-28 [ci skip]git
2020-02-27Remove support for passing nil to IO#ungetcJeremy Evans
2020-02-27Merge racc from upstream repository.Hiroshi SHIBATA