An error occurred fetching the project authors.
  1. 16 Mar, 2015 1 commit
  2. 16 Sep, 2014 1 commit
    • Russ Cox's avatar
      runtime: remove duplicated Go constants · d2574e2a
      Russ Cox authored
      The C header files are the single point of truth:
      every C enum constant Foo is available to Go as _Foo.
      Remove or redirect duplicate Go declarations so they
      cannot be out of sync.
      
      Eventually we will need to put constants in Go, but for now having
      them be out of sync with C is too risky. These predate the build
      support for auto-generating Go constants from the C definitions.
      
      LGTM=iant
      R=iant
      CC=golang-codereviews
      https://golang.org/cl/141510043
      d2574e2a
  3. 08 Sep, 2014 1 commit
  4. 28 Aug, 2014 1 commit
  5. 25 Aug, 2014 1 commit
  6. 10 Jan, 2014 1 commit
  7. 03 Jan, 2014 1 commit
  8. 17 Feb, 2012 1 commit
    • Russ Cox's avatar
      test: use testlib (first 100) · 0b477ef1
      Russ Cox authored
      X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
      X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g
      X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g
      X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g
      
      R=golang-dev, bradfitz
      CC=golang-dev
      https://golang.org/cl/5656082
      0b477ef1
  9. 19 Sep, 2008 1 commit
    • Ian Lance Taylor's avatar
      Check for specific error messages in the testsuite. This · 66b261a0
      Ian Lance Taylor authored
      permits testing that the compiler emits error messages for
      specific lines that match egrep regexps.  The desired error
      messages are expressed using comments of the form
      	// ERROR "regexp"
      
      R=r
      DELTA=90  (73 added, 8 deleted, 9 changed)
      OCL=15513
      CL=15566
      66b261a0
  10. 11 Aug, 2008 1 commit
    • Rob Pike's avatar
      update tests. · 1f41ed37
      Rob Pike authored
      fixedbugs/bug012.go is broken again but i left it where it is, with
      the golden file not reflecting the breakage so it will be noticed
      
      R=ken,gri
      OCL=14073
      CL=14073
      1f41ed37
  11. 06 Jun, 2008 1 commit
  12. 09 May, 2008 1 commit
  13. 26 Mar, 2008 1 commit
  14. 19 Mar, 2008 1 commit