summaryrefslogtreecommitdiff
path: root/defs/id.def
AgeCommit message (Expand)Author
2021-08-15Show verbose error messages when single pattern match failsKazuki Tsujimoto
2021-07-27Predefine recursive key IDNobuyoshi Nakada
2021-07-27Added intern_ids.rbNobuyoshi Nakada
2019-11-12Revert "Method reference operator"Nobuyoshi Nakada
2019-09-25Removed idNUMPARAM_0Nobuyoshi Nakada
2019-09-23Lazy init thread local storageLourens Naudé
2019-09-06Warn local variables which conflict with new numbered parametersNobuyoshi Nakada
2019-09-01Made :nil static IDNobuyoshi Nakada
2019-08-29Revert "Add pipeline operator [Feature #15799]"Nobuyoshi Nakada
2019-08-03Predefine some IDsNobuyoshi Nakada
2019-08-02Revert "Revert "Add a specialized instruction for `.nil?` calls""Yusuke Endoh
2019-08-02Revert "Add a specialized instruction for `.nil?` calls"Yusuke Endoh
2019-07-31Add a specialized instruction for `.nil?` callsAaron Patterson
2019-06-13Add pipeline operator [Feature #15799]Nobuyoshi Nakada
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2019-04-10compile.c: name a hidden local variable as a predefined IDnobu
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-10compile.c: name a hidden local variable as a predefined IDnobu
2019-04-03Introduce beginless range [Feature#14799]mame
2018-12-31Method reference operatornobu
2018-10-24introduce new YARV insn newhashfromarray.ko1
2018-09-26revert r64847, r64846 and r64839k0kubun
2018-09-26revert r64838 and r64839k0kubun
2018-09-25Revert "Revert r64824 to fix build failure on AppVeyor"k0kubun
2018-09-25Revert r64824 to fix build failure on AppVeyork0kubun
2018-09-24insns.def: optimize & and | of Integer [experimental]k0kubun
2018-02-27defs/id.def: predefine to_f IDnobu
2017-04-14Improve performance of type conversion using to_rmrkn
2017-02-12parse.y: logopnobu
2017-02-12parse.y: call_uni_opnobu
2017-02-09parse.y: fix idCOLON2nobu
2016-03-17* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame
2016-02-17id.def: $~ and $_nobu
2015-11-20* compile.c (iseq_compile_each): add debug information to NODE_STRko1
2015-11-10Rename DOTQ to ANDDOTnobu
2015-11-06change DOTQnobu
2015-11-05id.def: token_opsnobu
2015-10-27id.def: anonymous IDsnobu
2015-10-27id.def: internal IDsnobu
2014-11-16id.def: move IDs for exceptionnobu
2014-11-14id.def: attrsetnobu
2014-10-27parse.y: optimize IDs in rippernobu
2014-06-28eval.c: no method calls at stack overflownobu
2014-05-20id.def: predefine to_inobu
2014-05-20id.def: predefine conversion method IDsnobu
2013-11-09* compile.c (iseq_compile_each): emit opt_str_freeze if the #freezecharliesome
2013-05-02id.def: predefined IDsnobu
2013-05-01proc.c: use predefined IDsnobu
2012-12-27* def/id.def: use split(/^/) instead of String#lines to supportnaruse
2012-12-21id.h.tmpl: ID2ATTRSETnobu