aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add specs that #caller and #caller_locations include core library methods def...Benoit Daloze2020-10-262-0/+24
* Update to ruby/spec@b164536Benoit Daloze2020-10-261-0/+57
* Remove spec which is too difficult to get working with various compilersBenoit Daloze2020-10-262-14/+0
* [DOC] Expanded glob patterns for Dir.globNobuyoshi Nakada2020-10-261-9/+5
* Include c_escape.rb in COMPILE_PRELUDENobuyoshi Nakada2020-10-261-1/+2
* Escape '/*' within block comment tooNobuyoshi Nakada2020-10-261-1/+1
* Use gcc-specific pragma only on gcc (and the family)Nobuyoshi Nakada2020-10-261-0/+2
* Fix bootstrap-test error in previous commitJeremy Evans2020-10-252-2/+2
* Use 'shareable' with an 'e' [ci skip]Marc-Andre Lafortune2020-10-251-8/+8
* * 2020-10-26 [ci skip]git2020-10-261-1/+1
* Tweak a few Ractor tests that were missing comments [ci skip]Marc-Andre Lafortune2020-10-251-0/+4
* Remove trailing whitespace [ci skip]Marc-Andre Lafortune2020-10-251-1/+1
* Fix compilation on MSVCNobuyoshi Nakada2020-10-251-9/+4
* [DOC] refined "**" description in `Dir.glob` [ci skip]Nobuyoshi Nakada2020-10-251-1/+1
* * 2020-10-25 [ci skip]git2020-10-251-1/+1
* Try to fix compilation on MSVCBenoit Daloze2020-10-251-0/+6
* Update to ruby/spec@4f59d86Benoit Daloze2020-10-2447-61/+725
* Update to ruby/mspec@b56e7a2Benoit Daloze2020-10-242-2/+16
* * 2020-10-24 [ci skip]git2020-10-241-1/+1
* Tweaks for the ruby/spec workflowBenoit Daloze2020-10-241-5/+4
* numeric.c, range.c: prohibit zero stepKenta Murata2020-10-239-80/+124
* Assert in_gc >= 0 instead of guarding it (#3687)Takashi Kokubun2020-10-221-3/+1
* .github/workflows/spec_guards.yml add卜部昌平2020-10-232-24/+40
* mutete -> mutateAlan Wu2020-10-221-1/+1
* Fix small typo in comment in lib/irb.cAndrew Kerr2020-10-221-1/+1
* * 2020-10-23 [ci skip]git2020-10-231-1/+1
* Revert "Add assertions when inline caches are copied to MJIT"Aaron Patterson2020-10-221-11/+0
* Use a lock level for a less granular lock.Aaron Patterson2020-10-223-6/+13
* rational.c: try converting by to_int in Rational() (#3684)Kenta Murata2020-10-222-3/+50
* refactoring obj_traverse_iKoichi Sasada2020-10-221-29/+34
* allow to access ivars of frozen shareable objectsKoichi Sasada2020-10-222-1/+14
* * 2020-10-22 [ci skip]git2020-10-221-1/+1
* refactoring frozen_shareable_pKoichi Sasada2020-10-211-10/+6
* refactoring rb_obj_traverse()Koichi Sasada2020-10-211-37/+43
* refactoring rb_ractor_confirm_belonging()Koichi Sasada2020-10-211-3/+8
* check main-ractor or not firstKoichi Sasada2020-10-211-2/+3
* test/json/json_parser_test.rb: suppress warningsYusuke Endoh2020-10-211-2/+2
* extend timeout of rbs test on rbs testsKoichi Sasada2020-10-211-1/+4
* Ractor-safe rb_objspace_reachable_objects_fromKoichi Sasada2020-10-212-77/+88
* Removed more unnecessary ID cachesNobuyoshi Nakada2020-10-211-53/+54
* Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2020-10-217-42/+42
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-2123-241/+180
* Update dependencies for macOSNobuyoshi Nakada2020-10-215-52/+860
* Check dependencies on macOS tooNobuyoshi Nakada2020-10-211-1/+12
* Calculate transient heap block usable size at compile timeJacob Matthews2020-10-211-6/+5
* .github: reduce copy&paste卜部昌平2020-10-217-70/+40
* .travis.yml: reduce redundant tests卜部昌平2020-10-211-173/+0
* Ractor.make_shareable(obj)Koichi Sasada2020-10-217-125/+384
* * 2020-10-21 [ci skip]git2020-10-211-1/+1
* Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata2020-10-216-31/+216