An error occurred fetching the project authors.
- 03 Dec, 2009 2 commits
-
-
Christopher Wedgwood authored
R=rsc https://golang.org/cl/164095
-
Russ Cox authored
Fixes bug 292. R=ken2 https://golang.org/cl/164093
-
- 20 Nov, 2009 1 commit
-
-
Russ Cox authored
Fixes #144. R=ken2 CC=agl1 https://golang.org/cl/156102
-
- 18 Nov, 2009 1 commit
-
-
Ken Thompson authored
did not test 386, but should work shouldnt matter if copy is not used R=rsc https://golang.org/cl/156055
-
- 15 Nov, 2009 1 commit
-
-
Russ Cox authored
* check for struct literal assignment to private fields. * record, fix crash involving parallel map assignment. * avoid infinite recursion in exportassignok. * make floating point bounds check precise. * avoid crash on invalid receiver. * add context to error about implicit assignment. Fixes #86. Fixes #88. Fixes #158. Fixes #174. Fixes #201. Fixes #204. R=ken2 https://golang.org/cl/154144
-
- 13 Nov, 2009 1 commit
-
-
Russ Cox authored
<stdio.h>, which we weren't even #including R=r https://golang.org/cl/154108
-
- 12 Nov, 2009 1 commit
-
-
Russ Cox authored
R=r https://golang.org/cl/152085
-
- 11 Nov, 2009 2 commits
-
-
Russ Cox authored
Fixes #67. R=r https://golang.org/cl/154068
-
Russ Cox authored
Fixes #50. R=r https://golang.org/cl/154064
-
- 07 Nov, 2009 1 commit
-
-
Ken Thompson authored
R=rsc http://go/go-review/1025011
-
- 20 Oct, 2009 3 commits
- 16 Oct, 2009 1 commit
-
-
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
-
- 15 Oct, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=35799 CL=35799
-
- 12 Oct, 2009 1 commit
-
-
Russ Cox authored
turn off testdclstack and "not used" errors when there are syntax errors. BUG=2181825 R=ken OCL=35606 CL=35608
-
- 09 Oct, 2009 1 commit
-
-
Russ Cox authored
fix bug198. R=ken OCL=35504 CL=35507
-
- 07 Oct, 2009 1 commit
-
-
Russ Cox authored
references during the parsing of :=. the base problem is that when reading a,b,c,d the parser makes those refer to existing variables, which might create a few stub top-level ones for undefined names, but then if a := is the next token, we need to undo those stubs. this was causing problems in multifile packages in which one file used a := variable named rpc and the other imported a package named rpc. R=ken OCL=35446 CL=35446
-
- 21 Sep, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=34859 CL=34865
-
- 18 Sep, 2009 1 commit
-
-
Russ Cox authored
hook up to 8g and 5g too. R=ken OCL=34768 CL=34768
-
- 17 Sep, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=34732 CL=34756
-
- 15 Sep, 2009 1 commit
-
-
Russ Cox authored
fix some bugs involving _. R=ken OCL=34621 CL=34621
-
- 10 Sep, 2009 1 commit
-
-
Ken Thompson authored
init function context. also moved composit literal code from walk.c to sinit.c R=rsc OCL=34503 CL=34503
-
- 09 Sep, 2009 3 commits
- 08 Sep, 2009 1 commit
-
-
Ken Thompson authored
R=rsc OCL=34462 CL=34462
-
- 06 Sep, 2009 1 commit
-
-
Ken Thompson authored
plateau - more to come R=rsc OCL=34413 CL=34413
-
- 03 Sep, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=34339 CL=34341
-
- 02 Sep, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=34244 CL=34249
-
- 27 Aug, 2009 1 commit
-
-
Russ Cox authored
to write type descriptors for ideal types R=ken OCL=33958 CL=33958
-
- 24 Aug, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=33765 CL=33765
-
- 21 Aug, 2009 1 commit
-
-
Russ Cox authored
do not emit unreachable data symbols. R=austin DELTA=103 (71 added, 4 deleted, 28 changed) OCL=33325 CL=33622
-
- 20 Aug, 2009 1 commit
-
-
Russ Cox authored
import "fmt" var fmt = 1 R=ken OCL=33556 CL=33561
-
- 19 Aug, 2009 2 commits
- 12 Aug, 2009 3 commits
- 09 Aug, 2009 1 commit
-
-
Ken Thompson authored
2. moved functions from 6g to gc for portability to other families. 3. added rotate-carry instructions to peek and reg. R=rsc OCL=32946 CL=32946
-