aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync_default_gems.rb: reduced accesses to REPOSITORIESNobuyoshi Nakada2021-01-051-8/+9
* [ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada2021-01-052-1/+3
* [ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta2021-01-052-6/+55
* [ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta2021-01-052-1/+30
* [ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta2021-01-052-2/+38
* [ruby/irb] Handle indentations related to keyword "do" correctlyaycabta2021-01-052-17/+117
* [ruby/irb] Escape invalid byte sequence in Exceptionaycabta2021-01-052-1/+33
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-052-6/+25
* set RUBY_ON_BUG on runruby rule.Koichi Sasada2021-01-051-1/+1
* configure.ac: disable using __builtin_setjmp on ARM AndroidYusuke Endoh2021-01-051-0/+6
* RDoc: Enhanced introduction for Enumerable (#4004)Burdette Lamar2021-01-041-7/+129
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-042-1/+25
* [ruby/io-console] [DOC] Note that IO#getpass returns a chomped stringMarcus Stollsteimer2021-01-051-0/+4
* Commented out the sh-specific code, in cmd.exeNobuyoshi Nakada2021-01-051-1/+2
* configure.ac: Stop auto-detection of __ANDROID_API__ when cross-compilingYusuke Endoh2021-01-051-5/+7
* Fix broken JIT of getinlinecacheTakashi Kokubun2021-01-043-10/+29
* Avoid using inconsistent coding styleTakashi Kokubun2021-01-041-11/+3
* enable constant cache on ractorsKoichi Sasada2021-01-0514-71/+106
* stdlib.h is always included in include/ruby/defines.hNobuyoshi Nakada2021-01-051-3/+0
* Update compilers.h [ci skip]Gui Heurich2021-01-051-1/+1
* Fix indent [ci skip]Kazuhiro NISHIYAMA2021-01-051-4/+4
* * 2021-01-05 [ci skip]git2021-01-051-1/+1
* ripper: call #pretty_print on also `state`Nobuyoshi Nakada2021-01-041-1/+1
* make-snapshot: add -extlibs optionNobuyoshi Nakada2021-01-041-1/+2
* Updated bundled_gemsNobuyoshi Nakada2021-01-041-1/+1
* Skip mjit_wait if iseq is not a targetTakashi Kokubun2021-01-042-10/+15
* Daily bundled_gems update [ci skip]Nobuyoshi Nakada2021-01-041-0/+20
* ifchange: check the number of argumentsNobuyoshi Nakada2021-01-042-2/+57
* [DOC] Update Proc.new without a block [ci skip]Nobuyoshi Nakada2021-01-041-9/+6
* Add a missing dependencyTakashi Kokubun2021-01-031-1/+1
* Update ext/bigdecimal/dependKenta Murata2021-01-041-0/+1
* [ruby/bigdecimal] Move some definitions to missing.hKenta Murata2021-01-046-167/+244
* Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118...Hiroshi SHIBATA2021-01-0478-350/+426
* Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA2021-01-0431-217/+258
* Fixed error message when % at EOFNobuyoshi Nakada2021-01-042-1/+4
* * 2021-01-04 [ci skip]git2021-01-041-1/+1
* Revert "Include RUBY_EXTCONF_H if available"Kenta Murata2021-01-041-4/+0
* Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada2021-01-031-0/+8
* Include RUBY_EXTCONF_H if availableKenta Murata2021-01-031-0/+4
* [ruby/timeout] Removed deprecated names that had been warned for 5 yearsNobuyoshi Nakada2021-01-031-12/+0
* Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun2021-01-033-1/+12
* * 2021-01-03 [ci skip]git2021-01-031-1/+1
* NEWS-3.0.0: backquote a few code related words. [doc]Marc-Andre Lafortune2021-01-021-8/+8
* NEWS: We have links now, and there is no changelog anymore [doc]Marc-Andre Lafortune2021-01-022-8/+2
* NEWS: [Feature #17312] [ci skip]Nobuyoshi Nakada2021-01-021-0/+11
* Add Enumerable#compact and Enumerator::Lazy#compactzverok2021-01-024-0/+88
* Fixed dangling imemo_tmpbufNobuyoshi Nakada2021-01-021-2/+3
* mkmf.rb: always try_compile as try_headerNobuyoshi Nakada2021-01-021-1/+1
* Avoid to use __builtin_clzl in SPARC SolarisKenta Murata2021-01-021-1/+1
* Add -v to make benchmarkTakashi Kokubun2021-01-011-1/+1