1. 17 Sep, 2008 1 commit
    • 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
  7. 11 Sep, 2008 1 commit