aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix previous history in vi_insert modeAdam Cammack2019-09-171-1/+1
* Fix history navigation in vi_insert modeAdam Cammack2019-09-171-1/+1
* Folded files in gemspecNobuyoshi Nakada2019-09-165-11/+389
* * 2019-09-16 [ci skip]git2019-09-161-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-09-161-1/+1
* oops [ci skip]卜部昌平2019-09-151-1/+1
* Comment lines can be placed between fluent dot nowNobuyoshi Nakada2019-09-153-0/+13
* Refine Timezone fixtureNobuyoshi Nakada2019-09-153-18/+39
* Try to fetch commits notes to the source tree automaticallyNobuyoshi Nakada2019-09-151-4/+3
* rb_scan_args_count_lead: use arguments instead of magic numbersNobuyoshi Nakada2019-09-151-5/+7
* make-snapshot: no merge commits in ChangeLogNobuyoshi Nakada2019-09-151-1/+1
* make-snapshot: export ChangeLog from srcdirNobuyoshi Nakada2019-09-152-5/+2
* Issue a warning if invalid kw_splat is passed to *_kw functionJeremy Evans2019-09-141-0/+6
* * 2019-09-15 [ci skip]git2019-09-151-1/+1
* make-snapshot: deprecated -exported option [Bug #16167]Nobuyoshi Nakada2019-09-151-51/+46
* Continue to export even if no notes/commitsNobuyoshi Nakada2019-09-141-1/+3
* [ruby/io-console] Added `intr:` option to IO#rawNobuyoshi Nakada2019-09-141-1/+24
* Keep the reference of imemo while argv may be usedTakashi Kokubun2019-09-141-13/+25
* Fixed one-off errorNobuyoshi Nakada2019-09-141-1/+1
* Update news regarding `Fiber#raise`.Samuel Williams2019-09-141-0/+7
* Fix memory leak when adding empty keyword hashesJeremy Evans2019-09-141-2/+3
* Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans2019-09-147-19/+77
* * remove trailing spaces. [ci skip]git2019-09-141-1/+1
* Consolidate empty keyword handlingJeremy Evans2019-09-136-32/+34
* Correctly handle keywords for Method#call for cfuncs, send, and attr_*Jeremy Evans2019-09-132-4/+589
* The stdlib readline should raise Interrupt when pressing C-caycabta2019-09-141-2/+1
* * 2019-09-14 [ci skip]git2019-09-141-1/+1
* Revert "Use IO#getch to read one char in raw mode"aycabta2019-09-141-3/+8
* Revert "Use IO#getbyte"aycabta2019-09-141-1/+1
* Revert "Support multibyte input"aycabta2019-09-141-2/+1
* Name dynamically defined methods with line numbersNobuyoshi Nakada2019-09-131-35/+35
* Moved ruby_node_name declaration to node.hNobuyoshi Nakada2019-09-132-1/+1
* introduce IBF_(MAJOR|MINOR)_VERSION.Koichi Sasada2019-09-131-5/+13
* Dump some informationKazuhiro NISHIYAMA2019-09-131-0/+26
* * 2019-09-13 [ci skip]git2019-09-131-1/+1
* Upgrade benchmark_driver to v0.15.5Takashi Kokubun2019-09-131-1/+1
* Document and test Enumerator.produceAkinori MUSHA2019-09-122-0/+67
* Implement Enumerator.produce [Feature #14781]Akinori MUSHA2019-09-121-1/+156
* Moved coverage.yml to https://github.com/ruby/actions [ci skip]Kazuhiro NISHIYAMA2019-09-121-55/+0
* Make NODE_ARYPTN layout consistent between Ripper and ASTAaron Patterson2019-09-111-5/+19
* Avoid rehashing keys in transform_valuesJohn Hawthorn2019-09-111-7/+17
* Make sure WB executes after object is reachableAaron Patterson2019-09-111-1/+1
* * 2019-09-12 [ci skip]git2019-09-121-1/+1
* Emit missing keyword argument separation warnings for define_methodJeremy Evans2019-09-112-8/+46
* Moved doxygen.yml to https://github.com/ruby/actions [ci skip]Kazuhiro NISHIYAMA2019-09-111-48/+0
* Fixed the function signature to rb_rescue2Nobuyoshi Nakada2019-09-111-1/+2
* Made a short-circuit expression w/o result into an `if`-statementNobuyoshi Nakada2019-09-111-1/+1
* &$$->nd_lit is uninitialized at this point卜部昌平2019-09-111-2/+2
* Add `--no-progress` to `aws s3` [ci skip]Kazuhiro NISHIYAMA2019-09-112-3/+3
* Macros can't be expressions, so make a functionAaron Patterson2019-09-102-6/+18