summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2015-12-08string.c: use rb_id_encodingnobu
2015-12-08* string.c (rb_str_init): now accepts new option parameter `encoding'.usa
2015-12-08string.c: removed unused variableduerst
2015-12-07* string.c: introduce String#+@ and String#-@ to controlko1
2015-12-04string.c: should not taint fstringnobu
2015-12-04Revert r52872 "string.c: should not taint fstring"naruse
2015-12-03string.c: should not taint fstringnobu
2015-12-02string.c: adjust argument qualifiernobu
2015-12-01string.c: no frozen error at cstrnobu
2015-11-07string.c: use predefined IDs for minor bloat reductionnormal
2015-10-29* encoding.c (rb_enc_check_str): add for performance.ko1
2015-10-29RUBY_DTRACE_CREATE_HOOKnobu
2015-10-29revert r52336 (commit miss)ko1
2015-10-29* gc.c (gc_mark_ptr): remove debug code for #11244.ko1
2015-10-23* string.c: Added method signature to include hash. It's inconsistencyhsbt
2015-10-22fix backslash [ci skip]nobu
2015-10-17string.c: rb_str_cat_conv_enc_optsnobu
2015-10-15proc.c: proc without envnobu
2015-10-10* import a github pull requestko1
2015-10-07string.c: str_duplicatenobu
2015-10-07string.c: fix non-embedded stringnobu
2015-10-07string.c: optimize String#timesnobu
2015-10-07string.c: use raw macronobu
2015-10-06* string.c (rb_sym_to_proc): renamenobu
2015-10-06vm_args.c: wrap symbol ifuncnobu
2015-10-05string.c: optimize rb_str_resurrectnobu
2015-10-01* string.c (rb_sym_proc_call): constifynobu
2015-09-30proc.c: include symbol namenobu
2015-09-29compile.c: fix performance of strconcatnobu
2015-09-20string.c: separate resetting code rangenobu
2015-09-16string.c: keep coderangenobu
2015-09-15encindex.h: ENCINDEXnobu
2015-08-22string.c: move common statementnobu
2015-08-11* string.c: Fix documentation for String#slicehsbt
2015-08-11* string.c: [DOC] Make #end_with? example doc symmetryhsbt
2015-08-09vm.c: frozen_strings in rb_vm_tnobu
2015-08-05node.c: NODE_ALLOCA for ALLOCVnobu
2015-08-03re.c: fix for wide character encodingsnobu
2015-07-29hash.c: move rb_obj_hashnobu
2015-07-29string.c: empty non-embed casenobu
2015-07-29hash.c: fix symbol hashnobu
2015-07-25string.c: fill the terminatornobu
2015-07-25string.c: remove redundant callnobu
2015-07-25string.c: cmp ordersnobu
2015-07-24string.c: fstring must not be a shared stringnobu
2015-07-24string.c: pool only bare strings in fstringnobu
2015-07-23string.c: new string for fake stringnobu
2015-07-23string.c: trivial optimizationsnobu
2015-07-23string.c: taint flagsnobu
2015-07-23string.c: str_shared_replacenobu