aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (rb_str_dynamic_intern): set mark bit if dynamic symbolktsj2014-04-011-1/+7
* * parse.y (rb_str_dynamic_intern): [DOC] move rdoc from rb_str_intern.ktsj2014-03-301-0/+20
* parse.y: rb_id_attrgetnobu2014-03-281-1/+20
* parse.y: type-punning castnobu2014-03-271-2/+5
* parse.y: set encodingnobu2014-03-261-0/+2
* parse.y: fix rb_str_symname_type callnobu2014-03-261-1/+1
* * parse.y (rb_str_dynamic_intern): fix commit miss.nobu2014-03-261-1/+1
* parse.y: guard dup stringnobu2014-03-261-3/+3
* parse.y: dup iff needednobu2014-03-261-4/+3
* parse.y: no dup US-ASCII stringnobu2014-03-261-3/+4
* * parse.y: inline must be static (for mswin).usa2014-03-261-3/+3
* * internal.h (USE_SYMBOL_GC): enable Symbol GC by default (USE_SYMBOL_GC == 1).nari2014-03-261-0/+4
* cast to int to silence clang compile errornari2014-03-261-1/+1
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-39/+257
* parse.y: required kwarg without parenthesesnobu2014-03-251-1/+4
* parse.y: required kwarg without parenthesesnobu2014-03-251-4/+13
* parse.y: removing paddingnobu2014-03-251-1/+1
* parse.y: freeze filenamenobu2014-03-241-0/+2
* * parse.y (ENC_SINGLE): Unused macro removed.nari2014-03-071-4/+3
* parse.y: optional arguments in rhsnobu2014-03-051-6/+10
* parse.y: refine error messagenobu2014-02-261-1/+1
* parse.y: attrset from junk IDnobu2014-02-131-2/+3
* pack.c: hide associated objectsnobu2014-02-051-2/+18
* parse.y: symbol names must be ascii-compatiblenobu2014-02-051-0/+1
* parse.y: save cmdarg_stack in local scopenobu2013-12-271-0/+4
* compile.c: unnamed keyword rest checknobu2013-12-251-1/+6
* hash.c: revert r43870 and add alternative parser patch for literal keystmm12013-12-081-0/+4
* parse.y: use rb_fstring() for strings stored in the symbol tabletmm12013-12-081-0/+3
* * parse.y (rb_gc_mark_symbols): set global_symbols.minor_marked onlyko12013-11-201-1/+2
* parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu2013-11-101-95/+8
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* * parse.y: Remove +(binary) and -(binary) special cases [Feature #9048]marcandre2013-10-241-2/+0
* * internal.h, parse.y: use `full_mark' instead of `full_marking'.ko12013-10-111-2/+2
* * gc.c, parse.y: support generational Symbol relatetd marking.ko12013-10-111-4/+11
* parse.y: allow junk attrsetnobu2013-09-291-2/+2
* parse.y: fix inconsistency with literalsnobu2013-09-291-4/+10
* parse.y: junk sigil only namesnobu2013-09-201-1/+8
* parse.y: adjust position of lambdanobu2013-09-191-2/+6
* parse.y: duplicate codenobu2013-09-191-4/+0
* string.c: reduce objects in rb_fstringnobu2013-09-051-0/+1
* * include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome2013-09-051-1/+1
* parse.y: valid suffix word onlynobu2013-09-021-10/+3
* parse.y: force_encodingnobu2013-09-021-3/+5
* * NEWS: Add note about frozen string literalscharliesome2013-09-021-8/+99
* fix typo of r42691eregon2013-08-261-1/+1
* parse.y: warn CRnobu2013-08-261-3/+12
* fix typoskazu2013-08-161-4/+4
* parse.y: simplifynobu2013-08-151-12/+16
* parse.y: CR in middlenobu2013-08-121-1/+5
* parse.y: non-local/const attrsetnobu2013-08-111-13/+16