summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-25Refactor exception dumpingAaron Patterson
2019-06-25Dumping the backtrace never worked, so remove itAaron Patterson
2019-06-25Fix IO#scanf on pipes on WindowsJeremy Evans
2019-06-25Require version file relativelyDavid Rodríguez
2019-06-25Bump version to 1.2.0.SHIBATA Hiroshi
2019-06-25Fixed the wrong path for io-console.Hiroshi SHIBATA
2019-06-25Order of arguments might be incorrect in arm32 coroutine implementation.Samuel Williams
2019-06-25* 2019-06-25git
2019-06-25Refactor calculation of corresponding token depthaycabta
2019-06-24Try using arm32 implementation for fibers.Samuel Williams
2019-06-24remove UNREACHABLENARUSE, Yui
2019-06-24array.c: Wrong heap size given to ruby_sized_xfree when freeing shared rootsLuke Gruber
2019-06-24Add new encoding CESU-8 [Feature #15931]NARUSE, Yui
2019-06-24Try using arm64 implementation for fibers.Samuel Williams
2019-06-24Use spaces for indentation in `configure.ac`.Samuel Williams
2019-06-24* remove trailing spaces.git
2019-06-24Print warning if not using native coroutine.Samuel Williams
2019-06-24* 2019-06-24git
2019-06-24httpstatus.rb 100% coveragemasakazutakewaka
2019-06-24Adds WebAssembly MIME typeRob
2019-06-24Remove extraneous spaces at the end of status lineNobuyoshi Nakada
2019-06-23Max length of UNIX socket path is 104 bytes on macOSNobuyoshi Nakada
2019-06-23Do not lengthen UNIX socket pathNobuyoshi Nakada
2019-06-23vcs.rb: handle --dryrun optionNobuyoshi Nakada
2019-06-24Update NEWS.Samuel Williams
2019-06-23array.c add back shared array optimization to ary_ensure_room_for_unshiftLuke Gruber
2019-06-23array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]Luke Gruber
2019-06-23Get rid of error with frozen string literalNobuyoshi Nakada
2019-06-23Disable frozen-string-literal to disable deduplicationNobuyoshi Nakada
2019-06-23Get rid of error with frozen string literalMSP-Greg (Greg L)
2019-06-23Make autoloading_const_entry staticNobuyoshi Nakada
2019-06-23* expand tabs.git
2019-06-23NEWS: Module#constant_source_locationNobuyoshi Nakada
2019-06-23Module#constant_source_location [Feature #10771]Nobuyoshi Nakada
2019-06-23Split global search for moduleNobuyoshi Nakada
2019-06-23Hoisted out autoloading_const_entryNobuyoshi Nakada
2019-06-23Fix issue with Array#rindex when rb_equal modifies receiver arrayLuke Gruber
2019-06-23* 2019-06-23git
2019-06-23Frozen objects in WeakMapNobuyoshi Nakada
2019-06-22Use EXEEXTNobuyoshi Nakada
2019-06-22golf_prelude.rb: suppress the redefining warningNobuyoshi Nakada
2019-06-22Show timed out threadsNobuyoshi Nakada
2019-06-22Fix over-expansionNobuyoshi Nakada
2019-06-21Alias ENV.merge! as ENV.updateKenichi Kamiya
2019-06-21Use different names for autoload constants in specs for clarityBenoit Daloze
2019-06-21Add extra spec from https://github.com/ruby/ruby/pull/2173Jean Boussier
2019-06-22Always define RUBY_RELEASE_DATETIMENobuyoshi Nakada
2019-06-22Treat closing token with starting token at head of 2nd line correctlyaycabta
2019-06-22Do auto indent only when closing token at first of lineaycabta
2019-06-22* 2019-06-22git