summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a few integer case short-circuitsNobuyoshi Nakada2020-07-011-1/+9
* Replaced f_odd_p with rb_int_odd_pNobuyoshi Nakada2020-07-011-10/+1
* * 2020-07-01 [ci skip]git2020-07-011-2/+2
* Merge json-2.3.1 from flori/jsonHiroshi SHIBATA2020-07-013-6/+6
* [flori/json] Typo fixMarc-Andre Lafortune2020-07-011-1/+1
* [flori/json] Added :call-seq: to RDOc for some methodsBurdetteLamar2020-07-011-0/+12
* [flori/json] Use frozen string for hash keyWatson2020-07-012-67/+69
* [flori/json] RDoc enhancementsBurdetteLamar2020-07-011-17/+1
* [flori/json] RDoc enhancementsBurdetteLamar2020-07-012-22/+22
* [flori/json] RDoc enhancementsBurdetteLamar2020-07-012-28/+3
* [flori/json] Fix test that wasn't testing anythingMarc-Andre Lafortune2020-07-011-1/+6
* [flori/json] Rdoc enhancementsBurdetteLamar2020-07-012-154/+732
* Split visibility casesNobuyoshi Nakada2020-06-301-4/+9
* Extracted METHOD_ENTRY_CACHEABLE macroNobuyoshi Nakada2020-06-303-5/+6
* Evaluate macros argument just onceNobuyoshi Nakada2020-06-301-3/+3
* Extract correct processor name for ARM64 MacsSamuel Giddins2020-06-301-0/+3
* * 2020-06-30 [ci skip]git2020-06-301-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-06-301-1/+1
* Avoid deprecated OpenSSL::Digest constantsBart de Water2020-06-294-4/+4
* Revert "RBIMPL_UNREACHABLE_RETURN: evaluate the argument"卜部昌平2020-06-291-1/+1
* rb_class_modify_check: add UNREACHABLE卜部昌平2020-06-291-0/+1
* * 2020-06-29 [ci skip]git2020-06-291-1/+1
* rb_enc_symname_type: refactor split卜部昌平2020-06-291-44/+93
* glob_opendir: move cleanup codes at the end卜部昌平2020-06-291-5/+5
* find_time_t: reset status before goto卜部昌平2020-06-291-0/+1
* add UNREACHABLE_RETURN卜部昌平2020-06-2914-1/+24
* RBIMPL_UNREACHABLE_RETURN: evaluate the argument卜部昌平2020-06-291-1/+1
* compile_redo: fix wrong condition卜部昌平2020-06-291-1/+1
* make_exception: early return卜部昌平2020-06-291-1/+1
* builtin_class_name: add variant that return VALUE卜部昌平2020-06-291-13/+18
* tracepoint_inspect: do not goto into a branch卜部昌平2020-06-291-6/+6
* vm_getivar: do not goto into a branch卜部昌平2020-06-291-17/+21
* method_missing: do not goto into a branch卜部昌平2020-06-291-2/+3
* rb_method_call_status: do not goto into a branch卜部昌平2020-06-291-2/+3
* vm_exec_handle_exception: do not goto into a branch卜部昌平2020-06-291-11/+9
* rb_mod_remove_cvar: do not goto into a branch卜部昌平2020-06-291-4/+4
* rb_copy_generic_ivar: do not goto into a branch卜部昌平2020-06-291-6/+8
* generic_ivar_update: do not goto into a branch卜部昌平2020-06-291-17/+10
* rb_path_to_class: do not goto into a branch卜部昌平2020-06-291-3/+5
* make_econv_exception: do not goto into a branch卜部昌平2020-06-291-12/+12
* time_mload: do not goto into a branch卜部昌平2020-06-291-2/+4
* indent [ci skip]卜部昌平2020-06-291-57/+57
* find_time_t: do not goto into a branch卜部昌平2020-06-291-29/+31
* utc_offset_arg: do not goto into a branch卜部昌平2020-06-291-2/+3
* vtm_add_offset: do not goto into a branch卜部昌平2020-06-291-2/+0
* num_exact: do not goto into a branch卜部昌平2020-06-291-29/+19
* rb_szqueue_push: do not goto into a branch卜部昌平2020-06-291-2/+1
* exec_recursive: do not goto into a branch卜部昌平2020-06-291-4/+6
* indent [ci skip]卜部昌平2020-06-291-22/+22
* rb_enc_synmane_type: do not goto into a branch卜部昌平2020-06-291-4/+8