summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-04Fix non-numeric exclusive Range#minmax bugSam Bostock
2020-07-04Ignore rbenv version file, and moved dot files [ci skip]Nobuyoshi Nakada
2020-07-04support all locals for cexpr!, cstmt!Koichi Sasada
2020-07-04Allow hidden files with a hyphen to be source controlledDavid Rodríguez
2020-07-03Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun
2020-07-03Merge ivar guards on JIT (#3284)Takashi Kokubun
2020-07-04* 2020-07-04 [ci skip]git
2020-07-03Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun
2020-07-03Enhanced RDoc for Array (#3276)Burdette Lamar
2020-07-03Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada
2020-07-03RUBY_DEBUG_LOG: Logging debug information mechanism (#3279)Koichi Sasada
2020-07-03Ignore conftest.c under the ext directories for CodeQL analysisHiroshi SHIBATA
2020-07-03test/json/json_fixtures_test.rb: Prevent an "out of range" warningYusuke Endoh
2020-07-03* 2020-07-03 [ci skip]git
2020-07-03Reintroduce c565dfb09ad7d55fa671f65cea7088a914bf1931Yusuke Endoh
2020-07-02Expose `assert_pattern_list` for drb test with test-unit gem.Hiroshi SHIBATA
2020-07-02* 2020-07-02 [ci skip]git
2020-07-02integer.rbinc: do not generate C functions卜部昌平
2020-07-01Reduced working `Rational` object allocationsNobuyoshi Nakada
2020-07-01Renamed `nurat_sub` compliant with `rb_rational_plus`Nobuyoshi Nakada
2020-07-01Added a few integer case short-circuitsNobuyoshi Nakada
2020-07-01Replaced f_odd_p with rb_int_odd_pNobuyoshi Nakada
2020-07-01* 2020-07-01 [ci skip]git
2020-07-01Merge json-2.3.1 from flori/jsonHiroshi SHIBATA
2020-07-01[flori/json] Typo fixMarc-Andre Lafortune
2020-07-01[flori/json] Added :call-seq: to RDOc for some methodsBurdetteLamar
2020-07-01[flori/json] Use frozen string for hash keyWatson
2020-07-01[flori/json] RDoc enhancementsBurdetteLamar
2020-07-01[flori/json] RDoc enhancementsBurdetteLamar
2020-07-01[flori/json] RDoc enhancementsBurdetteLamar
2020-07-01[flori/json] Fix test that wasn't testing anythingMarc-Andre Lafortune
2020-07-01[flori/json] Rdoc enhancementsBurdetteLamar
2020-06-30Split visibility casesNobuyoshi Nakada
2020-06-30Extracted METHOD_ENTRY_CACHEABLE macroNobuyoshi Nakada
2020-06-30Evaluate macros argument just onceNobuyoshi Nakada
2020-06-30Extract correct processor name for ARM64 MacsSamuel Giddins
2020-06-30* 2020-06-30 [ci skip]git
2020-06-30Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-06-29Avoid deprecated OpenSSL::Digest constantsBart de Water
2020-06-29Revert "RBIMPL_UNREACHABLE_RETURN: evaluate the argument"卜部昌平
2020-06-29rb_class_modify_check: add UNREACHABLE卜部昌平
2020-06-29* 2020-06-29 [ci skip]git
2020-06-29rb_enc_symname_type: refactor split卜部昌平
2020-06-29glob_opendir: move cleanup codes at the end卜部昌平
2020-06-29find_time_t: reset status before goto卜部昌平
2020-06-29add UNREACHABLE_RETURN卜部昌平
2020-06-29RBIMPL_UNREACHABLE_RETURN: evaluate the argument卜部昌平
2020-06-29compile_redo: fix wrong condition卜部昌平
2020-06-29make_exception: early return卜部昌平
2020-06-29builtin_class_name: add variant that return VALUE卜部昌平