- 06 Aug, 2009 4 commits
-
-
Robert Griesemer authored
- added testcases R=rsc DELTA=61 (56 added, 2 deleted, 3 changed) OCL=32831 CL=32834
-
Robert Griesemer authored
R=rsc DELTA=2 (1 added, 1 deleted, 0 changed) OCL=32828 CL=32830
-
Rob Pike authored
R=rsc DELTA=85 (84 added, 1 deleted, 0 changed) OCL=32810 CL=32810
-
Rob Pike authored
make regexp-dna use bytes not strings (no significant timing change) R=rsc DELTA=149 (138 added, 1 deleted, 10 changed) OCL=32804 CL=32807
-
- 05 Aug, 2009 16 commits
-
-
Robert Griesemer authored
- FieldByIndex - changed StructField.Index type from int -> []int - adjustments to reflect clients R=rsc,r DELTA=336 (263 added, 47 deleted, 26 changed) OCL=32731 CL=32802
-
Rob Pike authored
change the names; Match is for []byte and MatchString is for string, etc. R=rsc DELTA=195 (155 added, 0 deleted, 40 changed) OCL=32800 CL=32800
-
Rob Pike authored
R=rsc DELTA=25 (23 added, 1 deleted, 1 changed) OCL=32793 CL=32799
-
Austin Clements authored
This fixes a problem introduced by CL 32684 into gobuild, which used to use 'rm -rf' to remove the _obj directory. R=rsc APPROVED=rsc DELTA=8 (4 added, 0 deleted, 4 changed) OCL=32794 CL=32796
-
Rob Pike authored
R=rsc DELTA=243 (242 added, 0 deleted, 1 changed) OCL=32786 CL=32791
-
Austin Clements authored
declarations. R=rsc APPROVED=rsc DELTA=587 (519 added, 21 deleted, 47 changed) OCL=32754 CL=32788
-
Rob Pike authored
R=rsc DELTA=240 (239 added, 0 deleted, 1 changed) OCL=32783 CL=32785
-
Russ Cox authored
R=ken OCL=32780 CL=32780
-
Russ Cox authored
R=ken OCL=32772 CL=32772
-
Russ Cox authored
R=ken OCL=32771 CL=32771
-
Russ Cox authored
collapse a lot of duplication in dcl.c switch to NodeList* from Dcl* R=ken OCL=32770 CL=32770
-
Rob Pike authored
R=rsc DELTA=324 (323 added, 0 deleted, 1 changed) OCL=32759 CL=32768
-
Russ Cox authored
allocating registers in shift and div. fix behavior when res == a reserved register. R=ken OCL=32765 CL=32767
-
Russ Cox authored
and delete some dead code. no actual changes here. R=ken OCL=32764 CL=32764
-
Russ Cox authored
R=ken OCL=32760 CL=32760
-
Rob Pike authored
couple of fixes to timing.sh R=rsc DELTA=10 (5 added, 0 deleted, 5 changed) OCL=32742 CL=32756
-
- 04 Aug, 2009 12 commits
-
-
Russ Cox authored
R=ken OCL=32750 CL=32753
-
Rob Pike authored
R=gri,rsc OCL=32748 CL=32748
-
Rob Pike authored
timing.sh improvements R=rsc DELTA=334 (319 added, 0 deleted, 15 changed) OCL=32734 CL=32736
-
Russ Cox authored
R=r DELTA=0 (0 added, 0 deleted, 0 changed) OCL=32730 CL=32735
-
Rob Pike authored
add script to automate timing R=rsc DELTA=78 (68 added, 0 deleted, 10 changed) OCL=32729 CL=32732
-
Rob Pike authored
R=rsc DELTA=682 (511 added, 171 deleted, 0 changed) OCL=32725 CL=32727
-
Russ Cox authored
split into typecheck + walk R=ken OCL=32726 CL=32726
-
Russ Cox authored
R=ken OCL=32716 CL=32720
-
Rob Pike authored
start a log of progress R=rsc DELTA=222 (185 added, 17 deleted, 20 changed) OCL=32701 CL=32718
-
Rob Pike authored
R=rsc DELTA=311 (311 added, 0 deleted, 0 changed) OCL=32696 CL=32699
-
Rob Pike authored
R=rsc DELTA=40 (0 added, 0 deleted, 40 changed) OCL=32694 CL=32698
-
Rob Pike authored
R=rsc DELTA=41 (41 added, 0 deleted, 0 changed) OCL=32692 CL=32697
-
- 03 Aug, 2009 5 commits
-
-
Rob Pike authored
R=rsc DELTA=28 (0 added, 20 deleted, 8 changed) OCL=32676 CL=32684
-
Rob Pike authored
R=rsc DELTA=45 (28 added, 4 deleted, 13 changed) OCL=32673 CL=32675
-
Rob Pike authored
R=rsc DELTA=19 (18 added, 0 deleted, 1 changed) OCL=32656 CL=32670
-
Russ Cox authored
typecheck.c is now responsible for all type checking except for assignment and function argument "..." R=ken OCL=32661 CL=32667
-
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
-
- 01 Aug, 2009 3 commits
-
-
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
-
Robert Griesemer authored
DELTA=5 (5 added, 0 deleted, 0 changed) OCL=32484 CL=32617
-
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
-