1. 02 Feb, 2010 7 commits
    • Ian Lance Taylor's avatar
      Match gccgo error messages. · 60f27f0d
      Ian Lance Taylor authored
      import1.go:12:8: error: redefinition of ‘bufio’
      import1.go:11:8: note: previous definition of ‘bufio’ was here
      import1.go:16:2: error: redefinition of ‘fmt’
      import1.go:15:2: note: previous definition of ‘fmt’ was here
      import1.go:11:8: error: imported and not used: bufio
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/194165
      60f27f0d
    • Ian Lance Taylor's avatar
    • Ian Lance Taylor's avatar
      Fix for gccgo, which uses a package prefix. · 9a65381b
      Ian Lance Taylor authored
      R=rsc
      CC=golang-dev
      https://golang.org/cl/198046
      9a65381b
    • Ian Lance Taylor's avatar
      Match gccgo error messages. · 001d9917
      Ian Lance Taylor authored
      I have to admit that "cannot use type p.T as type p.T" is a
      bit weak.  8g gives a similar error ("cannot use v1 (type p.T)
      as type p.T in assignment").
      
      bug3.go:37:5: error: incompatible type in initialization (incompatible type for method ‘M’ (different parameter types))
      bug3.go:38:5: error: incompatible type in initialization (incompatible type for method ‘M’ (different parameter types))
      bug3.go:43:5: error: incompatible type in initialization (incompatible type for method ‘M’ (different parameter types))
      bug3.go:44:5: error: incompatible type in initialization (incompatible type for method ‘M’ (different parameter types))
      bug3.go:49:5: error: incompatible types in assignment (cannot use type p.T as type p.T)
      bug3.go:50:5: error: incompatible types in assignment (cannot use type p.T as type p.T)
      bug3.go:55:5: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
      bug3.go:56:5: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
      bug3.go:57:6: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
      bug3.go:58:6: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
      bug3.go:59:5: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
      bug3.go:60:5: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
      bug3.go:61:6: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
      bug3.go:62:6: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/199044
      001d9917
    • Russ Cox's avatar
      gc: final ...T bug for the day · 45515011
      Russ Cox authored
      R=ken2
      CC=golang-dev
      https://golang.org/cl/199046
      45515011
    • Robert Griesemer's avatar
      Corrected broken assertion. · f7e2266c
      Robert Griesemer authored
      Fixes #571.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/198045
      f7e2266c
    • Robert Griesemer's avatar
  2. 01 Feb, 2010 11 commits
  3. 30 Jan, 2010 9 commits
  4. 29 Jan, 2010 8 commits
  5. 28 Jan, 2010 5 commits