summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-07Added WITH_REAL macrosNobuyoshi Nakada
2020-09-07Added `get_real` interfaceNobuyoshi Nakada
2020-09-07Added rb_int_pair_to_realNobuyoshi Nakada
2020-09-07separate rb_random_tNobuyoshi Nakada
2020-09-07Random::BaseNobuyoshi Nakada
2020-09-07.github: try GitHub Container Registry卜部昌平
2020-09-07* 2020-09-07 [ci skip]git
2020-09-07[Feature #17157] removed -T command line optionNobuyoshi Nakada
2020-09-06Increase timeout for GitHub Actions.Samuel Williams
2020-09-06Add `*.md` to doc/.document [ci skip]Kazuhiro NISHIYAMA
2020-09-06Make it possible to dump and load an exception objectYusuke Endoh
2020-09-06Add `RB_` prefix for size_t to number conversion.Samuel Williams
2020-09-05Fixed some typos in ractor.md (#3522)Ashwin Elangovan
2020-09-06* 2020-09-06 [ci skip]git
2020-09-06Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-09-05common.mk: UNALIGNED_MEMBER_ACCESS needs internal/warnings.h on some platformsNobuyoshi Nakada
2020-09-05update-deps: ruby-runner is not a targetNobuyoshi Nakada
2020-09-05Removed useless castsNobuyoshi Nakada
2020-09-05Fix typo in ractor.mdandrewmelis
2020-09-04Fix typos in Ractor README.Tom Schady
2020-09-05* 2020-09-05 [ci skip]git
2020-09-05break around function definition [ci skip]Nobuyoshi Nakada
2020-09-04Sort links in NEWS.md by URI [ci skip]Nobuyoshi Nakada
2020-09-04Added Symbol#nameNobuyoshi Nakada
2020-09-04Updated dependencyNobuyoshi Nakada
2020-09-04Fixed heap-use-after-free on racterNobuyoshi Nakada
2020-09-04lib/ostruct.rb: Revert "To use RuntimeError instead of FrozenError for old ru...Marc-Andre Lafortune
2020-09-04check multi_ractor mode at main_pKoichi Sasada
2020-09-04Initialize loop variables of list_for_each for MS VCNobuyoshi Nakada
2020-09-03Avoid potential for rb_raise() while crashingAlan Wu
2020-09-04* 2020-09-04 [ci skip]git
2020-09-04don't use toplevel returnKoichi Sasada
2020-09-03skip Ractor tests on Compiler testsKoichi Sasada
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-09-03Hoisted out warn_deprecatedNobuyoshi Nakada
2020-09-03Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-09-03Don't call to_s in const_setAlan Wu
2020-09-03configure: detect that there is no g++卜部昌平
2020-09-02add lldb functions for getting the heap page / heap page bodyAaron Patterson
2020-09-02support T_MATCH in lldbAaron Patterson
2020-09-02Initialize new T_OBJECT as ROBJECT_EMBEDJohn Hawthorn
2020-09-02Add category to `rb_warn_deprecated`eileencodes
2020-09-02Comply with guide for method doc: array.c (#3506)Burdette Lamar
2020-09-02Document that StringScanner#matched_size returns size in bytes [ci skip]Jeremy Evans
2020-09-03* 2020-09-03 [ci skip]git
2020-09-02Document limitation of Pathname#relative_path_from [ci skip]Jeremy Evans
2020-09-02new_dstr: hoisted out from literal_concat and evstr2dstrNobuyoshi Nakada
2020-09-02Removed trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-02Fix constant names set using const_set on a singleton classMarc-Andre Lafortune
2020-09-01Fix error message for wb unprotected objects countPeter Zhu