aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add Thread.ignore_deadlock accessorJeremy Evans2020-10-284-2/+68
* Remove another unnecessary testAaron Patterson2020-10-281-5/+3
* Remove unnecessary conditionalAaron Patterson2020-10-281-8/+6
* If an object isn't embedded it will have an ivptrAaron Patterson2020-10-281-3/+2
* * 2020-10-29 [ci skip]git2020-10-291-1/+1
* `dest` is always embedded so we can remove this checkAaron Patterson2020-10-281-6/+3
* compile.c: separate compile_builtin_function_call (#3711)Kenta Murata2020-10-281-80/+88
* Added benchmark of vm_send by variable [ci skip]Nobuyoshi Nakada2020-10-281-0/+3
* * 2020-10-28 [ci skip]git2020-10-281-1/+1
* test/ruby/test_rational.rb: Prevent "assigned but unused variable"Yusuke Endoh2020-10-281-1/+1
* Revert "Fixed typo"Nobuyoshi Nakada2020-10-271-1/+1
* Fixed typoHiroshi SHIBATA2020-10-271-1/+1
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-2722-42/+43
* Removed unused environment variableNobuyoshi Nakada2020-10-271-1/+0
* [DOC] more precise description of "**" in Dir.glob pattern [ci skip]Nobuyoshi Nakada2020-10-271-1/+3
* Revert assert for debugging on CIAlan Wu2020-10-261-1/+0
* freeze dynamic regexp literalsKoichi Sasada2020-10-272-1/+4
* * 2020-10-27 [ci skip]git2020-10-271-1/+1
* freeze Process::StatusKoichi Sasada2020-10-271-0/+1
* Allow non-argument endless-def with a space instead of parenthesesNobuyoshi Nakada2020-10-262-7/+10
* rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat...Kenta Murata2020-10-262-1/+17
* Assoc pattern matching (#3703)Nobuyoshi Nakada2020-10-268-65/+37
* Ignore <internal: entries from core library methods for Kernel#warn(message, ...Benoit Daloze2020-10-265-12/+83
* 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