1. 06 Oct, 2009 2 commits
  2. 05 Oct, 2009 10 commits
  3. 03 Oct, 2009 9 commits
  4. 02 Oct, 2009 4 commits
  5. 01 Oct, 2009 8 commits
  6. 30 Sep, 2009 7 commits
    • Kai Backman's avatar
      load binary op arguments into registers · 399d23d4
      Kai Backman authored
      go/test: passes 69% (237/339)
      
      R=rsc
      APPROVED=rsc
      DELTA=12  (3 added, 9 deleted, 0 changed)
      OCL=35178
      CL=35180
      399d23d4
    • Russ Cox's avatar
      cgo working on linux/386 · e67a5084
      Russ Cox authored
      R=r
      DELTA=70  (47 added, 4 deleted, 19 changed)
      OCL=35167
      CL=35171
      e67a5084
    • Rob Pike's avatar
      rename the public exvar package to be expvar. · 0632bb4a
      Rob Pike authored
      R=rsc
      DELTA=684  (324 added, 324 deleted, 36 changed)
      OCL=35161
      CL=35163
      0632bb4a
    • Robert Griesemer's avatar
      - completed section on built-in functions · 164a7bce
      Robert Griesemer authored
      - moved Conversions section out of built-in functions and into expressions
      - fixed syntax of conversions (parens are not mandatory if the type is not a TypeName)
        (this is the only change to the Conversions section; the rest of the text is just moved;
        old line: 4043, new line: 3078)
      - fixed syntax of composite literals (parens are allowed around LiteralType)
      
      DELTA=239  (115 added, 98 deleted, 26 changed)
      OCL=35118
      CL=35159
      164a7bce
    • Russ Cox's avatar
      cgo: works on amd64. · cce01111
      Russ Cox authored
      integrated into Makefiles (see misc/cgo/gmp/Makefile).
      
      R=r
      DELTA=1110  (540 added, 525 deleted, 45 changed)
      OCL=35153
      CL=35158
      cce01111
    • Russ Cox's avatar
      delete · 16ce2980
      Russ Cox authored
      R=r
      DELTA=791  (0 added, 791 deleted, 0 changed)
      OCL=35154
      CL=35154
      16ce2980
    • Russ Cox's avatar
      c compiler bug tickled by · 5124e66f
      Russ Cox authored
      	void f(struct { int x[1]; } p) { }
      the "int" was getting attached to f.
      
      R=ken
      OCL=35145
      CL=35151
      5124e66f