1. 17 Sep, 2008 4 commits
    • Ken Thompson's avatar
      assignment in select · 30444035
      Ken Thompson authored
      with new select operator
      
      R=r
      OCL=15418
      CL=15418
      30444035
    • Rob Pike's avatar
      update to new communications syntax · 592d2e3d
      Rob Pike authored
      R=gri
      OCL=15417
      CL=15417
      592d2e3d
    • 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 17 commits