1. 31 5月, 2012 4 次提交
  2. 29 5月, 2012 1 次提交
  3. 28 5月, 2012 2 次提交
  4. 23 5月, 2012 2 次提交
    • S
      Name class · 33a59ff5
      Stepan Koltsov 提交于
      In the most places in frontend identifier is stored in Name class, was in String.
      Name has two advantages over String:
      * validation: you cannot accidentally create identifier with dot, for example
      * readability: if you see String, you don't now whether it is
        identifier, fq name, jvm class name or something else
      
      Name's disadvantage is (small) performance overhead. We have no value types in JVM.
      33a59ff5
    • S
      generate bytecode for script · f4051f45
      Stepan Koltsov 提交于
      It is just prototype
      
      * does not make top level symbols visible as class members yet
      * does not take parameters
      * Script class name is hardcoded now
      f4051f45
  5. 19 5月, 2012 1 次提交
  6. 19 4月, 2012 1 次提交
  7. 09 4月, 2012 1 次提交
    • S
      CompilerDependencies · 10dd3662
      Stepan Koltsov 提交于
      Holds reference to runtime.jar and jdk-headers.jar. Paths to these
      jars are no longer hardcoded.
      
      Many tests now compile runtime before execution. Because of this:
      * Single test invocation is significantly slower now for some tests
      * This can be fixed by making tests independent from runtime (this
      must be done anyway)
      
      Some tests still depend on runtime.jar built by "ant dist", this
      is to be fixed.
      10dd3662
  8. 07 4月, 2012 2 次提交
  9. 30 3月, 2012 1 次提交
  10. 29 3月, 2012 3 次提交
  11. 27 3月, 2012 1 次提交
  12. 26 3月, 2012 1 次提交
  13. 22 3月, 2012 3 次提交
  14. 15 3月, 2012 2 次提交
  15. 14 3月, 2012 3 次提交
  16. 13 3月, 2012 1 次提交