summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-26[DOC] Expanded glob patterns for Dir.globNobuyoshi Nakada
2020-10-26Include c_escape.rb in COMPILE_PRELUDENobuyoshi Nakada
2020-10-26Escape '/*' within block comment tooNobuyoshi Nakada
2020-10-26Use gcc-specific pragma only on gcc (and the family)Nobuyoshi Nakada
2020-10-25Fix bootstrap-test error in previous commitJeremy Evans
2020-10-25Use 'shareable' with an 'e' [ci skip]Marc-Andre Lafortune
2020-10-26* 2020-10-26 [ci skip]git
2020-10-25Tweak a few Ractor tests that were missing comments [ci skip]Marc-Andre Lafortune
2020-10-25Remove trailing whitespace [ci skip]Marc-Andre Lafortune
2020-10-25Fix compilation on MSVCNobuyoshi Nakada
2020-10-25[DOC] refined "**" description in `Dir.glob` [ci skip]Nobuyoshi Nakada
2020-10-25* 2020-10-25 [ci skip]git
2020-10-25Try to fix compilation on MSVCBenoit Daloze
2020-10-24Update to ruby/spec@4f59d86Benoit Daloze
2020-10-24Update to ruby/mspec@b56e7a2Benoit Daloze
2020-10-24* 2020-10-24 [ci skip]git
2020-10-24Tweaks for the ruby/spec workflowBenoit Daloze
2020-10-23numeric.c, range.c: prohibit zero stepKenta Murata
2020-10-22Assert in_gc >= 0 instead of guarding it (#3687)Takashi Kokubun
2020-10-23.github/workflows/spec_guards.yml add卜部昌平
2020-10-22mutete -> mutateAlan Wu
2020-10-22Fix small typo in comment in lib/irb.cAndrew Kerr
2020-10-23* 2020-10-23 [ci skip]git
2020-10-22Revert "Add assertions when inline caches are copied to MJIT"Aaron Patterson
2020-10-22Use a lock level for a less granular lock.Aaron Patterson
2020-10-22rational.c: try converting by to_int in Rational() (#3684)Kenta Murata
2020-10-22refactoring obj_traverse_iKoichi Sasada
2020-10-22allow to access ivars of frozen shareable objectsKoichi Sasada
2020-10-22* 2020-10-22 [ci skip]git
2020-10-21refactoring frozen_shareable_pKoichi Sasada
2020-10-21refactoring rb_obj_traverse()Koichi Sasada
2020-10-21refactoring rb_ractor_confirm_belonging()Koichi Sasada
2020-10-21check main-ractor or not firstKoichi Sasada
2020-10-21test/json/json_parser_test.rb: suppress warningsYusuke Endoh
2020-10-21extend timeout of rbs test on rbs testsKoichi Sasada
2020-10-21Ractor-safe rb_objspace_reachable_objects_fromKoichi Sasada
2020-10-21Removed more unnecessary ID cachesNobuyoshi Nakada
2020-10-21Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-10-21Update dependencies for macOSNobuyoshi Nakada
2020-10-21Check dependencies on macOS tooNobuyoshi Nakada
2020-10-21Calculate transient heap block usable size at compile timeJacob Matthews
2020-10-21.github: reduce copy&paste卜部昌平
2020-10-21.travis.yml: reduce redundant tests卜部昌平
2020-10-21Ractor.make_shareable(obj)Koichi Sasada
2020-10-21* 2020-10-21 [ci skip]git
2020-10-21Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata
2020-10-20Dump FrozenCore speciallyNobuyoshi Nakada
2020-10-20strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-10-20fix conditionKoichi Sasada