1. 15 Oct, 2009 12 commits
  2. 14 Oct, 2009 11 commits
  3. 13 Oct, 2009 11 commits
  4. 12 Oct, 2009 6 commits
    • Ian Lance Taylor's avatar
      Review and update. No major changes, lots of minor tweaks. · e2854875
      Ian Lance Taylor authored
      R=go-dev
      DELTA=176  (39 added, 9 deleted, 128 changed)
      OCL=35612
      CL=35623
      e2854875
    • Rob Pike's avatar
      printing and maps · 9dfe4044
      Rob Pike authored
      R=rsc,gri
      DELTA=228  (223 added, 1 deleted, 4 changed)
      OCL=35617
      CL=35619
      9dfe4044
    • Kai Backman's avatar
      changed 5c 64 bit word ordering to little endian so it matches · 101f7cbd
      Kai Backman authored
      5g. fixes to 64 bit code gen. added (finally) function to do
      shifts properly.
      
      go/test: passes 83% (287/342)
      
      R=rsc
      APPROVED=rsc
      DELTA=156  (50 added, 53 deleted, 53 changed)
      OCL=35589
      CL=35616
      101f7cbd
    • Russ Cox's avatar
      sort errors by line number · 23724081
      Russ Cox authored
      turn off testdclstack and "not used" errors
      when there are syntax errors.
      
      BUG=2181825
      R=ken
      OCL=35606
      CL=35608
      23724081
    • Russ Cox's avatar
      stack overflow debugging and fix. · add89dd1
      Russ Cox authored
        * in 6l, -K already meant check for stack underflow.
          add -KK to mean double-check stack overflows
          even in nosplit functions.
      
        * comment out print locks; they deadlock too easily
           but are still useful to put back for special occasions.
      
        * let runcgo assembly switch to scheduler stack
          without involving scheduler directly.  because runcgo
          gets called from matchmg, it is too hard to keep it
          from being called on other stacks.
      
      R=r
      DELTA=94  (65 added, 18 deleted, 11 changed)
      OCL=35591
      CL=35604
      add89dd1
    • Russ Cox's avatar
      new builtin.c.boot from arm. · fd76b4f3
      Russ Cox authored
      node printing fixes.
      silence incorrect redeclaration error.
      
      R=ken
      OCL=35602
      CL=35602
      fd76b4f3