summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2014-04-01* parse.y (rb_str_dynamic_intern): set mark bit if dynamic symbolktsj
2014-03-30* parse.y (rb_str_dynamic_intern): [DOC] move rdoc from rb_str_intern.ktsj
2014-03-28parse.y: rb_id_attrgetnobu
2014-03-27parse.y: type-punning castnobu
2014-03-26parse.y: set encodingnobu
2014-03-26parse.y: fix rb_str_symname_type callnobu
2014-03-26* parse.y (rb_str_dynamic_intern): fix commit miss.nobu
2014-03-26parse.y: guard dup stringnobu
2014-03-26parse.y: dup iff needednobu
2014-03-26parse.y: no dup US-ASCII stringnobu
2014-03-26* parse.y: inline must be static (for mswin).usa
2014-03-26* internal.h (USE_SYMBOL_GC): enable Symbol GC by default (USE_SYMBOL_GC == 1).nari
2014-03-26cast to int to silence clang compile errornari
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-25parse.y: required kwarg without parenthesesnobu
2014-03-25parse.y: required kwarg without parenthesesnobu
2014-03-25parse.y: removing paddingnobu
2014-03-24parse.y: freeze filenamenobu
2014-03-07* parse.y (ENC_SINGLE): Unused macro removed.nari
2014-03-05parse.y: optional arguments in rhsnobu
2014-02-26parse.y: refine error messagenobu
2014-02-13parse.y: attrset from junk IDnobu
2014-02-05pack.c: hide associated objectsnobu
2014-02-05parse.y: symbol names must be ascii-compatiblenobu
2013-12-27parse.y: save cmdarg_stack in local scopenobu
2013-12-25compile.c: unnamed keyword rest checknobu
2013-12-08hash.c: revert r43870 and add alternative parser patch for literal keystmm1
2013-12-08parse.y: use rb_fstring() for strings stored in the symbol tabletmm1
2013-11-20* parse.y (rb_gc_mark_symbols): set global_symbols.minor_marked onlyko1
2013-11-10parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-24* parse.y: Remove +(binary) and -(binary) special cases [Feature #9048]marcandre
2013-10-11* internal.h, parse.y: use `full_mark' instead of `full_marking'.ko1
2013-10-11* gc.c, parse.y: support generational Symbol relatetd marking.ko1
2013-09-29parse.y: allow junk attrsetnobu
2013-09-29parse.y: fix inconsistency with literalsnobu
2013-09-20parse.y: junk sigil only namesnobu
2013-09-19parse.y: adjust position of lambdanobu
2013-09-19parse.y: duplicate codenobu
2013-09-05string.c: reduce objects in rb_fstringnobu
2013-09-05* include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome
2013-09-02parse.y: valid suffix word onlynobu
2013-09-02parse.y: force_encodingnobu
2013-09-02* NEWS: Add note about frozen string literalscharliesome
2013-08-26fix typo of r42691eregon
2013-08-26parse.y: warn CRnobu
2013-08-16fix typoskazu
2013-08-15parse.y: simplifynobu
2013-08-12parse.y: CR in middlenobu
2013-08-11parse.y: non-local/const attrsetnobu