An error occurred fetching the project authors.
  1. 03 Dec, 2009 2 commits
  2. 20 Nov, 2009 1 commit
  3. 18 Nov, 2009 1 commit
  4. 15 Nov, 2009 1 commit
    • Russ Cox's avatar
      gc: five bug fixes, one better error. · a3382315
      Russ Cox authored
      * check for struct literal assignment to private fields.
      * record, fix crash involving parallel map assignment.
      * avoid infinite recursion in exportassignok.
      * make floating point bounds check precise.
      * avoid crash on invalid receiver.
      
      * add context to error about implicit assignment.
      
      Fixes #86.
      Fixes #88.
      Fixes #158.
      Fixes #174.
      Fixes #201.
      Fixes #204.
      
      R=ken2
      https://golang.org/cl/154144
      a3382315
  5. 13 Nov, 2009 1 commit
  6. 12 Nov, 2009 1 commit
  7. 11 Nov, 2009 2 commits
  8. 07 Nov, 2009 1 commit
  9. 20 Oct, 2009 3 commits
    • Russ Cox's avatar
      bug196 · a1564865
      Russ Cox authored
      R=ken
      OCL=35905
      CL=35905
      a1564865
    • Russ Cox's avatar
      bug136 · 62c4818e
      Russ Cox authored
      R=ken
      OCL=35902
      CL=35904
      62c4818e
    • Russ Cox's avatar
      bug190. · 8fffa1d6
      Russ Cox authored
      also eliminate float80 dregs
      
      R=ken
      OCL=35894
      CL=35896
      8fffa1d6
  10. 16 Oct, 2009 1 commit
    • Russ Cox's avatar
      rename sys functions to runtime, · 22a5c78f
      Russ Cox authored
      because they are in package runtime.
      
      another step to enforcing package boundaries.
      
      R=r
      DELTA=732  (114 added, 93 deleted, 525 changed)
      OCL=35811
      CL=35824
      22a5c78f
  11. 15 Oct, 2009 1 commit
  12. 12 Oct, 2009 1 commit
    • Russ Cox's avatar
      sort errors by line number · 23724081
      Russ Cox authored
      turn off testdclstack and "not used" errors
      when there are syntax errors.
      
      BUG=2181825
      R=ken
      OCL=35606
      CL=35608
      23724081
  13. 09 Oct, 2009 1 commit
  14. 07 Oct, 2009 1 commit
    • Russ Cox's avatar
      better handling of mistaken top-level variable · d5150635
      Russ Cox authored
      references during the parsing of :=.  the base
      problem is that when reading
      
      	a,b,c,d
      
      the parser makes those refer to existing variables,
      which might create a few stub top-level ones
      for undefined names, but then if a := is the next
      token, we need to undo those stubs.
      
      this was causing problems in multifile packages
      in which one file used a := variable named rpc
      and the other imported a package named rpc.
      
      R=ken
      OCL=35446
      CL=35446
      d5150635
  15. 21 Sep, 2009 1 commit
  16. 18 Sep, 2009 1 commit
  17. 17 Sep, 2009 1 commit
  18. 15 Sep, 2009 1 commit
  19. 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
  20. 09 Sep, 2009 3 commits
  21. 08 Sep, 2009 1 commit
  22. 06 Sep, 2009 1 commit
  23. 03 Sep, 2009 1 commit
  24. 02 Sep, 2009 1 commit
  25. 27 Aug, 2009 1 commit
  26. 24 Aug, 2009 1 commit
    • Russ Cox's avatar
      bug197 · 14be733a
      Russ Cox authored
      R=ken
      OCL=33765
      CL=33765
      14be733a
  27. 21 Aug, 2009 1 commit
    • Russ Cox's avatar
      symbol bugs. · 7b29dbb8
      Russ Cox authored
      do not emit unreachable data symbols.
      
      R=austin
      DELTA=103  (71 added, 4 deleted, 28 changed)
      OCL=33325
      CL=33622
      7b29dbb8
  28. 20 Aug, 2009 1 commit
  29. 19 Aug, 2009 2 commits
  30. 12 Aug, 2009 3 commits
  31. 09 Aug, 2009 1 commit