1. 17 Sep, 2008 2 commits
    • Rob Pike's avatar
      update tests to new communications syntax · 27c0eb84
      Rob Pike authored
      powser1.go has not been tested - waiting for compiler to catch up
      
      R=ken
      OCL=15415
      CL=15415
      27c0eb84
    • Rob Pike's avatar
      new grammar: · 47919799
      Rob Pike authored
      	binary <- is send
      	unary <- is recv
      	-< is gone
      	case a := <-ch: works in select
      	case a = <-ch: works in select
      support for new cases is not yet in the compiler but all non-select
      code works
      
      second CL will update affected go source
      
      R=ken
      OCL=15414
      CL=15414
      47919799
  2. 16 Sep, 2008 8 commits
  3. 15 Sep, 2008 4 commits
  4. 14 Sep, 2008 1 commit
  5. 13 Sep, 2008 6 commits
  6. 12 Sep, 2008 19 commits