summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-23Free iv index tableAaron Patterson
2021-03-23Ignore useless separators preceding a file encoding commentNobuyoshi Nakada
2021-03-23Assertion for colon-separated encoding pragmaNobuyoshi Nakada
2021-03-23Refined failure messages in TestFileExhaustive#test_testNobuyoshi Nakada
2021-03-23test/zlib/test_zlib.rb: stop a failure on armv7lYusuke Endoh
2021-03-23test/ruby/test_fiber.rb: relax timeout on SolarisYusuke Endoh
2021-03-23Suppress verbose messagesNobuyoshi Nakada
2021-03-23* 2021-03-23 [ci skip]git
2021-03-23[Doc] Standardize wording s/sweeped/swept/Kenichi Kamiya
2021-03-22coroutine mac m1 update.David CARLIER
2021-03-22vm dump display return address in the abscence of X30 in Mac ARM64.David CARLIER
2021-03-22solaris/illumos build fix.David Carlier
2021-03-22rb_enc_interned_str: handle autoloaded encodingsJean Boussier
2021-03-22[Doc] Fix a typo around Hash#compare_by_identityKenichi Kamiya
2021-03-22[DOC] some methods of Fiber do not need to require anymore [Feature #17407]Kazuhiro NISHIYAMA
2021-03-22[Doc] Fix a typo s/interseting/interesting/Kenichi Kamiya
2021-03-22Hash#transform_values! ensures receiver modifiable in block [Bug #17736]Kenichi Kamiya
2021-03-22* 2021-03-22 [ci skip]git
2021-03-22Add `RbConfig::CONFIG["platform"]`Nobuyoshi Nakada
2021-03-21Share variables defined in common GNUmakefile also in cygwin/mingwNobuyoshi Nakada
2021-03-21[ruby/irb] Have some right paddingTakashi Kokubun
2021-03-21[ruby/irb] Deal with different screen sizesTakashi Kokubun
2021-03-21[ruby/irb] Fix step's argumentTakashi Kokubun
2021-03-21[ruby/irb] Fix column overflow on ls outputTakashi Kokubun
2021-03-21Pattern matching pin operator against expression [Feature #17411]Kazuki Tsujimoto
2021-03-21[ruby/irb] Add whereami commandTakashi Kokubun
2021-03-21[ruby/irb] Implement ls commandTakashi Kokubun
2021-03-21Ensure the receiver hash modifiable before updating [Bug #17736]Nobuyoshi Nakada
2021-03-21Add Hash#{update, merge!} test to ensure receiver modifiable in blockKenichi Kamiya
2021-03-21Add ins_methods_type_i functionS.H
2021-03-21* 2021-03-21 [ci skip]git
2021-03-21Refactor hash aset callbackNobuyoshi Nakada
2021-03-20Add write-barrier in tallyNobuyoshi Nakada
2021-03-20Refactor hash update callbacksNobuyoshi Nakada
2021-03-20Remove unneeded declarationsS.H
2021-03-20Remove unneeded declarations in bignum.cS.H
2021-03-20Some Hash destructive methods ensure the receiver modifiable [Bug #17736]Kenichi Kamiya
2021-03-20[ruby/irb] Don't call Ruby 2.4+'s String#pretty_printTakashi Kokubun
2021-03-20Ensure the receiver is modifiable before shrinking [Bug #17736]Nobuyoshi Nakada
2021-03-20Remove unused rb_ast_parse_array declarationS.H
2021-03-19Fix typos in rhash.h (#4292)Kenichi Kamiya
2021-03-20No longer aclocal is used [ci skip]Nobuyoshi Nakada
2021-03-20[ruby/irb] Add all lib files automaticallyTakashi Kokubun
2021-03-20* 2021-03-20 [ci skip]git
2021-03-20configure.ac: enable FORCE_FILESYSTEM for EmscriptenYusuke Endoh
2021-03-19[ruby/irb] Define "measure" command without forced overrideaycabta
2021-03-19Include CommonCrypto/CommonCryptoError.h for old XcodeNobuyoshi Nakada
2021-03-19Remove unneeded dependencies on macOS [Feature #17730]Rick Mark
2021-03-19Use CommonRandom if availableNobuyoshi Nakada
2021-03-19Fix Enumerable#inject with high negative fixnums [Bug #17731]Marc-Andre Lafortune