1. 21 Oct, 2009 3 commits
    • Kai Backman's avatar
      change stack splitting comparisons from signed to unsigned (oversight) · c2eb89af
      Kai Backman authored
      R=rsc
      APPROVED=rsc
      DELTA=9  (0 added, 0 deleted, 9 changed)
      OCL=35911
      CL=35952
      c2eb89af
    • Ian Lance Taylor's avatar
      gccgo does not distinguish "use" and "assign" in these error · fbba532f
      Ian Lance Taylor authored
      messages.  Match gccgo output.
      
      named1.go:32:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
      named1.go:33:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
      named1.go:35:5: error: incompatible type for map index (cannot use type bool as type Bool)
      named1.go:36:12: error: incompatible type for map assignment (cannot use type Bool as type bool)
      named1.go:38:5: error: incompatible types in assignment (cannot use type bool as type Bool)
      named1.go:40:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
      named1.go:42:5: error: incompatible type for receive (cannot use type bool as type Bool)
      named1.go:46:5: error: incompatible type for type guard (cannot use type bool as type Bool)
      named1.go:50:5: error: incompatible type for type guard (cannot use type bool as type Bool)
      named1.go:53:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
      named1.go:54:5: error: incompatible types in assignment (cannot use type bool as type Bool)
      
      R=rsc
      DELTA=4  (0 added, 0 deleted, 4 changed)
      OCL=35943
      CL=35943
      fbba532f
    • Rob Pike's avatar
      initialization · 6f89f3f0
      Rob Pike authored
      R=rsc
      DELTA=292  (124 added, 165 deleted, 3 changed)
      OCL=35936
      CL=35939
      6f89f3f0
  2. 20 Oct, 2009 19 commits
  3. 19 Oct, 2009 9 commits
  4. 16 Oct, 2009 9 commits
    • Rob Pike's avatar
      more embedding. enough for now? · f00be0ca
      Rob Pike authored
      R=rsc
      DELTA=51  (48 added, 0 deleted, 3 changed)
      OCL=35846
      CL=35853
      f00be0ca
    • Robert Griesemer's avatar
      bug210 · b0dcc6b9
      Robert Griesemer authored
      R=rsc
      DELTA=20  (20 added, 0 deleted, 0 changed)
      OCL=35847
      CL=35847
      b0dcc6b9
    • Kai Backman's avatar
      fix arm build, add 64 bit cgen_asop · 8037e3ba
      Kai Backman authored
      R=rsc
      APPROVED=rsc
      DELTA=21  (21 added, 0 deleted, 0 changed)
      OCL=35845
      CL=35845
      8037e3ba
    • Rob Pike's avatar
      fix pre-submit editing typo; text is garbled. · c58d9efc
      Rob Pike authored
      R=rsc
      DELTA=2  (0 added, 0 deleted, 2 changed)
      OCL=35841
      CL=35841
      c58d9efc
    • Rob Pike's avatar
      embedding part 1. · 8840726e
      Rob Pike authored
      R=rsc
      DELTA=128  (104 added, 0 deleted, 24 changed)
      OCL=35835
      CL=35839
      8840726e
    • Russ Cox's avatar
      fix linux build: · d5337e98
      Russ Cox authored
      i renamed sys to runtime but didn't remember this file.
      (and the darwin build doesn't use it.)
      
      TBR=r
      OCL=35826
      CL=35826
      d5337e98
    • Russ Cox's avatar
      rename sys functions to runtime, · 22a5c78f
      Russ Cox authored
      because they are in package runtime.
      
      another step to enforcing package boundaries.
      
      R=r
      DELTA=732  (114 added, 93 deleted, 525 changed)
      OCL=35811
      CL=35824
      22a5c78f
    • Russ Cox's avatar
      move math out of runtime. · 488ca3c7
      Russ Cox authored
      a step toward enforcing package boundaries,
      necessary to eliminate global package name space.
      
      R=r
      DELTA=581  (310 added, 271 deleted, 0 changed)
      OCL=35805
      CL=35823
      488ca3c7
    • Russ Cox's avatar
      more description · 3c5a570a
      Russ Cox authored
      R=r
      DELTA=4  (2 added, 0 deleted, 2 changed)
      OCL=35809
      CL=35822
      3c5a570a