summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-23Tracer.add_filter should support block and Proc objectaycabta
2019-11-22Count pinned slots using only bitmapJohn Hawthorn
2019-11-22Optimize pinned page sortingJohn Hawthorn
2019-11-22Use value of use_verifier in gc_compactJohn Hawthorn
2019-11-23* 2019-11-23 [ci skip]git
2019-11-23Suppress git error messageKazuhiro NISHIYAMA
2019-11-23Skip test_validate_gemspec when tarball and git installed tooKazuhiro NISHIYAMA
2019-11-22internal.h: Add a prototype declaration for rb_gvar_readonly_setterYusuke Endoh
2019-11-22Revert "Update dependencies"Vít Ondruch
2019-11-22Add github repo to remove_tagNARUSE, Yui
2019-11-22Check -1 arity for C++Nobuyoshi Nakada
2019-11-22* 2019-11-22 [ci skip]git
2019-11-22Use jsDelivr instead of raw.githubusercontent.comKazuhiro NISHIYAMA
2019-11-21Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA
2019-11-21Fixed for old gitNobuyoshi Nakada
2019-11-21Skip updating revision.h when the revision is unchangedNobuyoshi Nakada
2019-11-21Support %U/%u/%W/%w/%V/%g/%G formats in Time.strptimeJeremy Evans
2019-11-21Add test/reline/test_string_processing.rbaycabta
2019-11-21[ruby/reline] Version 0.0.7aycabta
2019-11-21Version 0.0.6aycabta
2019-11-21Version 1.1.0aycabta
2019-11-21Consider escape sequence to calculate prompt widthaycabta
2019-11-21Add a proper cast to pass JIT tests on mswin.Koichi Sasada
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Refactor filter_backtraceY. Ushiki
2019-11-21Fix filter_backtrace for context-mode 0Y. Ushiki
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-21Refined inspection of argument forwardingNobuyoshi Nakada
2019-11-21* 2019-11-21 [ci skip]git
2019-11-21Change argument `Proc` to `#call` defined object.manga_osyo
2019-11-21Add <Home> <End> keys.manga_osyo
2019-11-20Add tests of argument forwarding's parameters and inspectKazuhiro NISHIYAMA
2019-11-20Mintty on Cygwin isn't a kind of command prompt, can process ANSI escape codeaycabta
2019-11-20add a NEWS entry for Method#inspectKoichi Sasada
2019-11-20Always forward declaration is neededNobuyoshi Nakada
2019-11-20Turn C4047 warning into errorNobuyoshi Nakada
2019-11-20re-add function prototypes卜部昌平
2019-11-20Revert the line for nextafter.c for FreeBSD makeNobuyoshi Nakada
2019-11-20Update representation (discussed on ruby tracker)zverok
2019-11-20Fix test_module.rbzverok
2019-11-20Method parameters inspectzverok
2019-11-20Fix indent of a line when a newline is inserted to the nextaycabta
2019-11-20Replace typo "bock" with "block"aycabta
2019-11-20A preceding token of "do" of block has EXPR_CMDARG or EXPR_ENDFNaycabta
2019-11-20Number sign comment (# bla bla) is a kind of newline characteraycabta
2019-11-20Generate history file path correctly when $HOME/.irbrc doesn't existaycabta
2019-11-19Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354]Kazuki Tsujimoto
2019-11-20Revert "[ripper] Quoted label without expression must be a local variable"Nobuyoshi Nakada
2019-11-20* 2019-11-20 [ci skip]git
2019-11-19Avoid needless object allocationKazuki Tsujimoto