aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to dump and load an exception objectYusuke Endoh2020-09-062-0/+77
* Add `RB_` prefix for size_t to number conversion.Samuel Williams2020-09-061-12/+17
* Fixed some typos in ractor.md (#3522)Ashwin Elangovan2020-09-051-20/+20
* * 2020-09-06 [ci skip]git2020-09-061-1/+1
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-061-3/+3
* common.mk: UNALIGNED_MEMBER_ACCESS needs internal/warnings.h on some platformsNobuyoshi Nakada2020-09-051-0/+5
* update-deps: ruby-runner is not a targetNobuyoshi Nakada2020-09-051-1/+1
* Removed useless castsNobuyoshi Nakada2020-09-051-6/+5
* Fix typo in ractor.mdandrewmelis2020-09-051-1/+1
* Fix typos in Ractor README.Tom Schady2020-09-041-2/+2
* * 2020-09-05 [ci skip]git2020-09-051-1/+1
* break around function definition [ci skip]Nobuyoshi Nakada2020-09-051-1/+3
* Sort links in NEWS.md by URI [ci skip]Nobuyoshi Nakada2020-09-041-12/+12
* Added Symbol#nameNobuyoshi Nakada2020-09-043-0/+14
* Updated dependencyNobuyoshi Nakada2020-09-041-0/+1
* Fixed heap-use-after-free on racterNobuyoshi Nakada2020-09-042-0/+11
* lib/ostruct.rb: Revert "To use RuntimeError instead of FrozenError for old ru...Marc-Andre Lafortune2020-09-042-6/+4
* check multi_ractor mode at main_pKoichi Sasada2020-09-043-6/+26
* Initialize loop variables of list_for_each for MS VCNobuyoshi Nakada2020-09-043-5/+5
* Avoid potential for rb_raise() while crashingAlan Wu2020-09-031-1/+10
* * 2020-09-04 [ci skip]git2020-09-041-1/+1
* don't use toplevel returnKoichi Sasada2020-09-041-2/+5
* skip Ractor tests on Compiler testsKoichi Sasada2020-09-031-1/+6
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-0341-784/+5952
* Hoisted out warn_deprecatedNobuyoshi Nakada2020-09-031-25/+14
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-09-031-1/+1
* Don't call to_s in const_setAlan Wu2020-09-031-1/+2
* configure: detect that there is no g++卜部昌平2020-09-031-0/+8
* add lldb functions for getting the heap page / heap page bodyAaron Patterson2020-09-021-0/+40
* support T_MATCH in lldbAaron Patterson2020-09-021-0/+4
* Initialize new T_OBJECT as ROBJECT_EMBEDJohn Hawthorn2020-09-023-7/+8
* Add category to `rb_warn_deprecated`eileencodes2020-09-022-4/+31
* Comply with guide for method doc: array.c (#3506)Burdette Lamar2020-09-022-140/+81
* Document that StringScanner#matched_size returns size in bytes [ci skip]Jeremy Evans2020-09-021-2/+3
* * 2020-09-03 [ci skip]git2020-09-031-1/+1
* Document limitation of Pathname#relative_path_from [ci skip]Jeremy Evans2020-09-021-0/+3
* new_dstr: hoisted out from literal_concat and evstr2dstrNobuyoshi Nakada2020-09-021-6/+12
* Removed trailing spaces [ci skip]Nobuyoshi Nakada2020-09-021-1/+1
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-025-22/+59
* Fix error message for wb unprotected objects countPeter Zhu2020-09-011-1/+1
* Remove the pc argument of vm_trace()Alan Wu2020-09-012-3/+4
* Reapply "Special case Range#max for integer beginning and Float::Infinity end...Marc-Andre Lafortune2020-09-011-0/+6
* Support passing a category to `Warning.warn`eileencodes2020-09-013-8/+54
* Update documentation for Range#maxJeremy Evans2020-09-011-8/+28
* Revert "Fix Range#{max,minmax} for range with integer beginning and non-integ...Jeremy Evans2020-09-012-29/+5
* Revert "Special case Range#max for integer beginning and Float::Infinity end"Jeremy Evans2020-09-012-15/+0
* Comply with guide for method doc: array.c (#3499)Burdette Lamar2020-09-011-95/+12
* * 2020-09-02 [ci skip]git2020-09-021-1/+1
* Fixed argument typesNobuyoshi Nakada2020-09-021-4/+4
* Format with proper conversion specifiers instead of castsNobuyoshi Nakada2020-09-021-54/+74