1. 15 6月, 2017 1 次提交
  2. 27 5月, 2017 2 次提交
  3. 26 5月, 2017 1 次提交
  4. 24 5月, 2017 1 次提交
  5. 23 5月, 2017 1 次提交
    • V
      Parsing of readonly structs. · fed26b53
      vsadov 提交于
      `readonly` is already a legal modifier in the grammar.
      The only change here is really to not reject `readonly` on structs in semantics.
      
      Also, produce lang version errors now if `readonly` is used on a struct declaration with old lang versions.
      
      NOTE: We are not adding any meaning to readonly structs in this change.
      fed26b53