- 18 Sep, 2009 7 commits
-
-
Rob Pike authored
use strings.Buffer instead of bytes.Buffer in some places R=rsc DELTA=40 (0 added, 3 deleted, 37 changed) OCL=34770 CL=34775
-
Kai Backman authored
similar issues easier in the future. R=rsc APPROVED=rsc DELTA=6 (1 added, 0 deleted, 5 changed) OCL=34771 CL=34773
-
Kai Backman authored
one case of uninitialized memory and some output. R=rsc APPROVED=rsc DELTA=73 (43 added, 1 deleted, 29 changed) OCL=34743 CL=34772
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=16 (0 added, 1 deleted, 15 changed) OCL=34753 CL=34769
-
Russ Cox authored
hook up to 8g and 5g too. R=ken OCL=34768 CL=34768
-
Rob Pike authored
DELTA=1444 (1444 added, 0 deleted, 0 changed) OCL=34760 CL=34762
-
Robert Griesemer authored
- final location of files TBD R=rsc,r DELTA=84 (19 added, 46 deleted, 19 changed) OCL=34758 CL=34761
-
- 17 Sep, 2009 9 commits
-
-
Russ Cox authored
R=ken OCL=34732 CL=34756
-
Robert Griesemer authored
- improved formatting of struct and interface types R=rsc DELTA=471 (364 added, 47 deleted, 60 changed) OCL=34747 CL=34751
-
Robert Griesemer authored
- re-use MethodName production R=r DELTA=4 (1 added, 1 deleted, 2 changed) OCL=34734 CL=34734
-
Russ Cox authored
R=r OCL=34731 CL=34731
-
Robert Griesemer authored
- don't print any optional semicolons after declarations inside functions - indicate non-exported fields/methods in exported types with a comment so that the "exported source" is legal Go code - more tests R=rsc DELTA=300 (227 added, 25 deleted, 48 changed) OCL=34697 CL=34730
-
Robert Griesemer authored
TBR=r OCL=34729 CL=34729
-
Larry Hosken authored
+ style sheet: like code.google.com but less feature-ful + JS with table-of-contents generation + tweaked go_spec.html and go_mem.html to use new style+JS + static-HTML-ified a few other Go docs: + static HTML versions of some wiki pages (which I'll turn into links to these pages). A notable thing that is _not_ in this changelist: any change to the godoc tool or whatever thing generates http://go/godoc R=r APPROVED=r DELTA=2472 (2307 added, 113 deleted, 52 changed) OCL=34644 CL=34728
-
Rob Pike authored
can be made more efficient but this is reasonable. R=rsc DELTA=363 (363 added, 0 deleted, 0 changed) OCL=34720 CL=34720
-
Russ Cox authored
can extract import "C" doc comment and all references to C package. ; cgo gmp.go | sort #include <gmp.h> gmp.go:197:4: mpz_t as type gmp.go:205:2: mpz_init as call gmp.go:206:2: mpz_set as call gmp.go:221:2: mpz_init as call gmp.go:227:7: size_t as call gmp.go:228:2: mpz_export as call gmp.go:235:13: mpz_sizeinbase as call gmp.go:241:2: mpz_set as call gmp.go:252:3: mpz_import as call gmp.go:261:2: mpz_set_si as call gmp.go:273:5: mpz_set_str as call gmp.go:282:9: mpz_get_str as call gmp.go:287:3: mpz_clear as call gmp.go:302:2: mpz_add as call gmp.go:311:2: mpz_sub as call gmp.go:320:2: mpz_mul as call gmp.go:329:2: mpz_tdiv_q as call gmp.go:339:2: mpz_tdiv_r as call gmp.go:348:2: mpz_mul_2exp as call gmp.go:356:2: mpz_div_2exp as call gmp.go:367:3: mpz_pow as call gmp.go:369:3: mpz_powm as call gmp.go:378:2: mpz_neg as call gmp.go:386:2: mpz_abs as call gmp.go:404:9: mpz_cmp as call gmp.go:413:2: mpz_tdiv_qr as call gmp.go:426:2: mpz_gcdext as call ; R=r DELTA=746 (746 added, 0 deleted, 0 changed) OCL=34710 CL=34714
-
- 16 Sep, 2009 10 commits
-
-
Russ Cox authored
R=gri DELTA=29 (10 added, 12 deleted, 7 changed) OCL=34709 CL=34712
-
Russ Cox authored
fmt.Printf("%s: %s\n", expr.Pos(), message); R=gri DELTA=15 (1 added, 3 deleted, 11 changed) OCL=34706 CL=34708
-
Rob Pike authored
R=rsc DELTA=152 (6 added, 0 deleted, 146 changed) OCL=34695 CL=34701
-
Rob Pike authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=34696 CL=34700
-
Rob Pike authored
DELTA=9 (2 added, 4 deleted, 3 changed) OCL=34690 CL=34692
-
Robert Griesemer authored
- added TODO for syntax for built-ins (require type as first argument) - removed duplicate definition of Index DELTA=13 (11 added, 1 deleted, 1 changed) OCL=34668 CL=34688
-
Russ Cox authored
R=gri DELTA=14 (14 added, 0 deleted, 0 changed) OCL=34636 CL=34687
-
Russ Cox authored
R=r DELTA=940 (929 added, 1 deleted, 10 changed) OCL=34679 CL=34686
-
Russ Cox authored
R=r DELTA=949 (949 added, 0 deleted, 0 changed) OCL=34676 CL=34678
-
Russ Cox authored
no semicolon allowd after package clause. semicolon allowed after import statement. no doubled semicolons allowed R=ken OCL=34674 CL=34674
-
- 15 Sep, 2009 14 commits
-
-
Robert Griesemer authored
R=rsc DELTA=10 (5 added, 0 deleted, 5 changed) OCL=34662 CL=34666
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=17 (0 added, 12 deleted, 5 changed) OCL=34659 CL=34665
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=12 (11 added, 1 deleted, 0 changed) OCL=34658 CL=34664
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=21 (7 added, 5 deleted, 9 changed) OCL=34607 CL=34663
-
Rob Pike authored
DELTA=238 (118 added, 116 deleted, 4 changed) OCL=34653 CL=34660
-
Russ Cox authored
R=ken OCL=34657 CL=34657
-
Robert Griesemer authored
R=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=34654 CL=34656
-
Russ Cox authored
* update mksyscall.sh and rebuild syscall/z*.go * fix a few linux-only files R=r DELTA=455 (12 added, 1 deleted, 442 changed) OCL=34637 CL=34655
-
Robert Griesemer authored
TBR=rsc DELTA=56 (56 added, 0 deleted, 0 changed) OCL=34652 CL=34652
-
Robert Griesemer authored
- printing of expressions: put spaces only where "needed" - printing of import statements: no double indentation if there are no renames - print labels on separate lines - added extra test files go/ast: - unified basic literal nodes and as a result deleted duplicated code - added initial code to track scopes (not fully used yet) replaces CL 34553 R=rsc DELTA=881 (579 added, 223 deleted, 79 changed) OCL=34623 CL=34651
-
Russ Cox authored
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
-
Rob Pike authored
DELTA=23 (19 added, 1 deleted, 3 changed) OCL=34646 CL=34649
-
Rob Pike authored
DELTA=174 (65 added, 10 deleted, 99 changed) OCL=34625 CL=34639
-
Russ Cox authored
the last round omitted := range and only checked 1 out of N vars in a multi-var := R=r OCL=34624 CL=34638
-