1. 04 Aug, 2009 8 commits
  2. 03 Aug, 2009 5 commits
    • Rob Pike's avatar
      this time really clean up a TODO · f17c6bca
      Rob Pike authored
      R=rsc
      DELTA=28  (0 added, 20 deleted, 8 changed)
      OCL=32676
      CL=32684
      f17c6bca
    • Rob Pike's avatar
      clean up a TODO · fe287e79
      Rob Pike authored
      R=rsc
      DELTA=45  (28 added, 4 deleted, 13 changed)
      OCL=32673
      CL=32675
      fe287e79
    • Rob Pike's avatar
      don't crash printing a nil map · cb9c9738
      Rob Pike authored
      R=rsc
      DELTA=19  (18 added, 0 deleted, 1 changed)
      OCL=32656
      CL=32670
      cb9c9738
    • Russ Cox's avatar
      more 6g reorg; checkpoint. · 9dc22b6d
      Russ Cox authored
      typecheck.c is now responsible for all type checking
      except for assignment and function argument "..."
      
      R=ken
      OCL=32661
      CL=32667
      9dc22b6d
    • Robert Griesemer's avatar
      printer.go: · 17808905
      Robert Griesemer authored
      - emit line tag id's in html mode
      - support for general html tags
      - better names for a few identifiers
      
      godoc.go:
      - emit links from exported names to source code
        (actual placement needs fine-tuning)
      
      R=rsc
      DELTA=108  (68 added, 4 deleted, 36 changed)
      OCL=32639
      CL=32654
      17808905
  3. 01 Aug, 2009 5 commits
    • Robert Griesemer's avatar
      fix long-standing bug in doc reader: · 22ec5399
      Robert Griesemer authored
      - replace forward-declared types with complete
        declaration when it is found
      
      R=rsc
      DELTA=23  (15 added, 0 deleted, 8 changed)
      OCL=32618
      CL=32618
      22ec5399
    • Robert Griesemer's avatar
      language re: conversion of left operand in shift operations · 7539c850
      Robert Griesemer authored
      DELTA=5  (5 added, 0 deleted, 0 changed)
      OCL=32484
      CL=32617
      7539c850
    • Robert Griesemer's avatar
      printer: · 62718fb5
      Robert Griesemer authored
      - prepare for generation of HTML id tags and links
      - do HTML-escaping in central print routine
      - move tabwriter setup into printer
      - fixed various TODOs
      
      godoc:
      - removed tabwriter setup, need for various HTML-escaping
      
      R=rsc
      DELTA=210  (107 added, 36 deleted, 67 changed)
      OCL=32612
      CL=32616
      62718fb5
    • Rob Pike's avatar
      more info about comments · d951ce4e
      Rob Pike authored
      R=rsc
      DELTA=100  (82 added, 4 deleted, 14 changed)
      OCL=32609
      CL=32615
      d951ce4e
    • Austin Clements's avatar
      Implement type compatibility and fix places where I thought · 458e23e1
      Austin Clements authored
      types were supposed to be identical but only needed to be
      compatible.  This gets rid of the Type.literal method.  I
      renamed the Type.rep method to Type.lit because I believe it
      corresponds to the term "literal" as used in the spec.
      
      R=rsc
      APPROVED=rsc
      DELTA=228  (57 added, 35 deleted, 136 changed)
      OCL=32606
      CL=32608
      458e23e1
  4. 31 Jul, 2009 12 commits
  5. 30 Jul, 2009 10 commits