summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-28Objects are born embedded, so we don't need to check ivprAaron Patterson
2020-10-28Fix error in update-deps due to tab/space differenceJeremy Evans
2020-10-28Add Thread.ignore_deadlock accessorJeremy Evans
2020-10-28Remove another unnecessary testAaron Patterson
2020-10-28Remove unnecessary conditionalAaron Patterson
2020-10-28If an object isn't embedded it will have an ivptrAaron Patterson
2020-10-29* 2020-10-29 [ci skip]git
2020-10-28`dest` is always embedded so we can remove this checkAaron Patterson
2020-10-28compile.c: separate compile_builtin_function_call (#3711)Kenta Murata
2020-10-28Added benchmark of vm_send by variable [ci skip]Nobuyoshi Nakada
2020-10-28* 2020-10-28 [ci skip]git
2020-10-28test/ruby/test_rational.rb: Prevent "assigned but unused variable"Yusuke Endoh
2020-10-27Revert "Fixed typo"Nobuyoshi Nakada
2020-10-27Fixed typoHiroshi SHIBATA
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-10-27Removed unused environment variableNobuyoshi Nakada
2020-10-27[DOC] more precise description of "**" in Dir.glob pattern [ci skip]Nobuyoshi Nakada
2020-10-26Revert assert for debugging on CIAlan Wu
2020-10-27freeze dynamic regexp literalsKoichi Sasada
2020-10-27* 2020-10-27 [ci skip]git
2020-10-27freeze Process::StatusKoichi Sasada
2020-10-26Allow non-argument endless-def with a space instead of parenthesesNobuyoshi Nakada
2020-10-26rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat...Kenta Murata
2020-10-26Assoc pattern matching (#3703)Nobuyoshi Nakada
2020-10-26Ignore <internal: entries from core library methods for Kernel#warn(message, ...Benoit Daloze
2020-10-26Add specs that #caller and #caller_locations include core library methods def...Benoit Daloze
2020-10-26Update to ruby/spec@b164536Benoit Daloze
2020-10-26Remove spec which is too difficult to get working with various compilersBenoit Daloze
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