aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use one-line pattern matching for warning testsKoichi Sasada2020-11-013-7/+5
* * 2020-11-01 [ci skip]git2020-11-011-2/+2
* Pattern matching is no longer experimentalKazuki Tsujimoto2020-11-014-64/+46
* Revert "Use adjusted sp on `iseq_set_sequence()`" and "Delay `remove_unreacha...wanabe2020-10-311-43/+18
* [DOC] standard_library.rdoc: tweaked to make style consistentNobuyoshi Nakada2020-10-311-1/+1
* Removed unused variableNobuyoshi Nakada2020-10-311-1/+0
* Use adjusted sp on `iseq_set_sequence()`wanabe2020-10-311-10/+8
* Delay `remove_unreachable_chunk()` after `iseq_set_sequence()`wanabe2020-10-311-8/+36
* Add warning for str_new_static functionsAlan Wu2020-10-301-3/+8
* Move variable closer to usageAlan Wu2020-10-301-1/+1
* Tweak return of `Ractor#close`, add docMarc-Andre Lafortune2020-10-301-0/+5
* * 2020-10-31 [ci skip]git2020-10-311-1/+1
* Ractor's "will" doesn't need copying.Koichi Sasada2020-10-312-35/+67
* Promote debug.rb to default gems.Hiroshi SHIBATA2020-10-303-3/+25
* add a test of define_method with shareable Proc.Koichi Sasada2020-10-301-0/+11
* sync vm->waiting_fds correctly.Koichi Sasada2020-10-301-1/+7
* Promote win32ole to default gems.Hiroshi SHIBATA2020-10-303-3/+24
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-10-301-1/+1
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-10-302-2/+2
* Ractor.make_shareable(a_proc)Koichi Sasada2020-10-305-21/+157
* * 2020-10-30 [ci skip]git2020-10-301-1/+1
* Make ENV.replace handle multiple environ entries with the same keyJeremy Evans2020-10-291-1/+4
* check isolated Proc more strictlyKoichi Sasada2020-10-299-52/+264
* An ellipsis (...) can only be placed at the beginningNobuyoshi Nakada2020-10-291-2/+6
* Use public allocators for creating new T_OBJECT objectsAaron Patterson2020-10-283-8/+5
* Objects are born embedded, so we don't need to check ivprAaron Patterson2020-10-281-2/+1
* Fix error in update-deps due to tab/space differenceJeremy Evans2020-10-281-1/+1
* 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