1. 24 Oct, 2009 2 commits
  2. 23 Oct, 2009 7 commits
  3. 22 Oct, 2009 1 commit
  4. 23 Oct, 2009 6 commits
  5. 22 Oct, 2009 20 commits
  6. 21 Oct, 2009 4 commits
    • Ian Lance Taylor's avatar
      Match gccgo error messages. · d7ad3c4e
      Ian Lance Taylor authored
      bug205.go:14:12: error: index must be integer
      bug205.go:15:12: error: index must be integer
      bug205.go:16:12: error: incompatible type for map index
      
      R=rsc
      DELTA=2  (0 added, 0 deleted, 2 changed)
      OCL=35957
      CL=35960
      d7ad3c4e
    • Kai Backman's avatar
      change stack splitting comparisons from signed to unsigned (oversight) · c2eb89af
      Kai Backman authored
      R=rsc
      APPROVED=rsc
      DELTA=9  (0 added, 0 deleted, 9 changed)
      OCL=35911
      CL=35952
      c2eb89af
    • Ian Lance Taylor's avatar
      gccgo does not distinguish "use" and "assign" in these error · fbba532f
      Ian Lance Taylor authored
      messages.  Match gccgo output.
      
      named1.go:32:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
      named1.go:33:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
      named1.go:35:5: error: incompatible type for map index (cannot use type bool as type Bool)
      named1.go:36:12: error: incompatible type for map assignment (cannot use type Bool as type bool)
      named1.go:38:5: error: incompatible types in assignment (cannot use type bool as type Bool)
      named1.go:40:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
      named1.go:42:5: error: incompatible type for receive (cannot use type bool as type Bool)
      named1.go:46:5: error: incompatible type for type guard (cannot use type bool as type Bool)
      named1.go:50:5: error: incompatible type for type guard (cannot use type bool as type Bool)
      named1.go:53:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
      named1.go:54:5: error: incompatible types in assignment (cannot use type bool as type Bool)
      
      R=rsc
      DELTA=4  (0 added, 0 deleted, 4 changed)
      OCL=35943
      CL=35943
      fbba532f
    • Rob Pike's avatar
      initialization · 6f89f3f0
      Rob Pike authored
      R=rsc
      DELTA=292  (124 added, 165 deleted, 3 changed)
      OCL=35936
      CL=35939
      6f89f3f0