summaryrefslogtreecommitdiff
path: root/symbol.c
AgeCommit message (Expand)Author
2020-09-18sync ruby_global_symbolsKoichi Sasada
2020-08-01`rb_encoding` is defined as `const`Nobuyoshi Nakada
2020-06-29rb_enc_symname_type: refactor split卜部昌平
2020-06-29indent [ci skip]卜部昌平
2020-06-29rb_enc_synmane_type: do not goto into a branch卜部昌平
2020-05-24[DOC] Added document for rb_check_symbol() [ci skip]Nobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-11-14delete unused functions卜部昌平
2019-09-06Fix a use-after-free bug by avoiding rb_str_new_frozenYusuke Endoh
2019-08-29drop-in type check for rb_define_singleton_method卜部昌平
2019-05-16Prefix global_symbols with `ruby_`Nobuyoshi Nakada
2019-04-26Hide internal IDsNobuyoshi Nakada
2019-04-20Add `GC.compact` again.tenderlove
2019-04-17Reverting compaction for nowtenderlove
2019-04-17Adding `GC.compact` and compacting GC support.tenderlove
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove
2019-03-28[DOC] fix markups [ci skip]nobu
2018-12-20parse.y: ignore constant name capturesnobu
2018-06-28symbol.c: dsymbol initial encodingnobu
2018-04-10symbol.c: non-ASCII constant namesnobu
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-10-26common conversion functionsnobu
2017-10-06.gdbinit: print_id in rp_id [ci skip]nobu
2017-02-03symbol.c (rb_id2str): eliminate branch to set classnormal
2016-05-26* symbol.c (is_identchar): use ISDIGIT instead of rb_enc_isalnum.naruse
2016-01-25symbol.c: more informative error messagenobu
2015-11-30symbol.c: rb_sym_internnobu
2015-11-20symbol.c: not freeze the receivernobu
2015-11-08symbol.c: rb_cstr_internnobu
2015-11-05id.def: token_opsnobu
2015-10-29RUBY_DTRACE_CREATE_HOOKnobu
2015-10-25symbol.c: dotq in rippernobu
2015-08-26symbol.c: suppress warningsnobu
2015-08-21* ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko1
2015-08-12* id_table.h: introduce ID key table.ko1
2015-07-29symbol.c: fix dynamic symbol hash valuenobu
2015-07-27symbol.h: memoize hashval for RSymbolnormal
2015-07-07symbol.c: preserve encodingnobu
2015-03-11* load.c: removed unused header file "node.h".ko1
2015-03-04symbol.c: make dsym_fstrs an identity hashnobu
2015-01-01symbol.c: fix memory leak from global fstr hashnormal
2014-12-24* hash.c (rb_hash_delete): return Qnil if there are no correspondingko1
2014-11-17symbol.c: symbol type predicate functionsnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-27id.h.tmpl: ANDOP and OROPnobu
2014-10-27parse.y: optimize IDs in rippernobu
2014-10-27symbol.h: optimize ID2SYMnobu
2014-10-17symbol.c (register_sym): debug codenobu
2014-10-14symbol.c: ids arraynobu