1. 20 Aug, 2010 1 commit
  2. 14 Aug, 2010 1 commit
  3. 12 Aug, 2010 1 commit
  4. 03 Aug, 2010 1 commit
  5. 15 Jul, 2010 2 commits
  6. 24 May, 2010 1 commit
  7. 02 Apr, 2010 1 commit
  8. 31 Mar, 2010 1 commit
  9. 27 Mar, 2010 1 commit
  10. 08 Mar, 2010 1 commit
  11. 05 Mar, 2010 1 commit
  12. 23 Jan, 2010 1 commit
    • Russ Cox's avatar
      eliminate the package global name space assumption in object files · 758f2bc5
      Russ Cox authored
      5g/6g/8g: add import statements to export metadata, mapping package path to package name.
      	recognize "" as the path of the package in export metadata.
      	use "" as the path of the package in object symbol names.
      
      5c/6c/8c, 5a/6a/8a: rewrite leading . to "". so that ·Sin means Sin in this package.
      
      5l/6l/8l: rewrite "" in symbol names as object files are read.
      
      gotest: handle new symbol names.
      
      gopack: handle new import lines in export metadata.
      
      Collectively, these changes eliminate the assumption of a global
      name space in the object file formats.  Higher level pieces such as
      reflect and the computation of type hashes still depend on the
      assumption; we're not done yet.
      
      R=ken2, r, ken3
      CC=golang-dev
      https://golang.org/cl/186263
      758f2bc5
  13. 04 Dec, 2009 1 commit
  14. 20 Nov, 2009 1 commit
  15. 02 Nov, 2009 1 commit
  16. 20 Oct, 2009 1 commit
  17. 22 Sep, 2009 1 commit
  18. 18 Sep, 2009 1 commit
  19. 11 Sep, 2009 1 commit
    • Russ Cox's avatar
      fix bug206. · 2204cfdd
      Russ Cox authored
      delay calls to savex as long as possible.
      
      R=ken
      OCL=34535
      CL=34546
      2204cfdd
  20. 10 Sep, 2009 1 commit
    • Ken Thompson's avatar
      composit literal under · 0631d65d
      Ken Thompson authored
      init function context.
      also moved composit literal
      code from walk.c to sinit.c
      
      R=rsc
      OCL=34503
      CL=34503
      0631d65d
  21. 09 Sep, 2009 1 commit
  22. 06 Sep, 2009 1 commit
  23. 30 Aug, 2009 1 commit
  24. 28 Aug, 2009 4 commits
  25. 27 Aug, 2009 2 commits
  26. 12 Aug, 2009 1 commit
  27. 10 Aug, 2009 2 commits
  28. 09 Aug, 2009 1 commit
  29. 08 Aug, 2009 3 commits
  30. 07 Aug, 2009 1 commit
  31. 05 Aug, 2009 2 commits