An error occurred fetching the project authors.
- 04 Feb, 2009 1 commit
-
-
Russ Cox authored
x.go:13: T is not I - missing M() NOT x.go:13: T is not I - missing Mfunc() R=ken OCL=24316 CL=24316
-
- 30 Jan, 2009 2 commits
- 29 Jan, 2009 1 commit
-
-
Russ Cox authored
don't use intermediate register to move 32-or-fewer-bit immediate constants into memory. R=ken OCL=23726 CL=23726
-
- 27 Jan, 2009 2 commits
-
-
Russ Cox authored
not pointers to structs. fix defered dotdotdot. R=r,ken DELTA=25 (7 added, 5 deleted, 13 changed) OCL=23620 CL=23625
-
Ken Thompson authored
R=r OCL=23592 CL=23592
-
- 26 Jan, 2009 1 commit
-
-
Russ Cox authored
can be compared/hashed. R=r DELTA=351 (201 added, 80 deleted, 70 changed) OCL=23423 CL=23481
-
- 21 Jan, 2009 1 commit
-
-
Russ Cox authored
implement hiding lowercase methods m in signatures by adding in a hash of the package name to the type hash code. remove remaining checks for internally-generated _ names: they are all gone. R=ken OCL=23236 CL=23238
-
- 20 Jan, 2009 1 commit
-
-
Russ Cox authored
and don't put inaccessible private methods in signature. R=ken OCL=23138 CL=23140
-
- 09 Jan, 2009 4 commits
- 08 Jan, 2009 1 commit
-
-
Russ Cox authored
also, after func g() (int, int) func f(int, int) allow f(g()) and func h() (int, int) { return g() } R=ken DELTA=356 (252 added, 26 deleted, 78 changed) OCL=22319 CL=22325
-
- 06 Jan, 2009 1 commit
-
-
Ken Thompson authored
new for pointers R=r OCL=22158 CL=22158
-
- 30 Dec, 2008 1 commit
-
-
Ken Thompson authored
receivers in methods. put back original code for hilbert/bignum R=r OCL=21910 CL=21920
-
- 20 Dec, 2008 1 commit
-
-
Russ Cox authored
other [] cleanup. convert() is gone. R=r DELTA=352 (144 added, 68 deleted, 140 changed) OCL=21660 CL=21662
-
- 19 Dec, 2008 5 commits
-
-
Russ Cox authored
R=r DELTA=192 (145 added, 8 deleted, 39 changed) OCL=21609 CL=21614
-
Russ Cox authored
x.go:11: illegal types for operand: AS *I *T (*interface vs *struct) R=r DELTA=10 (8 added, 0 deleted, 2 changed) OCL=21457 CL=21602
-
Russ Cox authored
mainly a syntactic change: the compiler representations don't change (chan and map are now hidden pointers like string). R=ken OCL=21578 CL=21582
-
Russ Cox authored
R=ken OCL=21565 CL=21565
-
Ken Thompson authored
R=r OCL=21564 CL=21564
-
- 09 Dec, 2008 1 commit
-
-
Ken Thompson authored
R=r OCL=20834 CL=20834
-
- 06 Dec, 2008 1 commit
-
-
Ken Thompson authored
a range m (implies :=) a,b range m (implies :=) a:b range m (implies :=) a := range m a,b := range m a:b := range m a = range m a,b = range m a:b = range m R=r OCL=20676 CL=20676
-
- 18 Nov, 2008 1 commit
-
-
Russ Cox authored
makes lineno correct for statements without semicolons. R=ken OCL=19454 CL=19454
-
- 15 Nov, 2008 1 commit
-
-
Russ Cox authored
R=ken OCL=19299 CL=19299
-
- 06 Nov, 2008 3 commits
-
-
Russ Cox authored
to distinguish not computed (0) vs trivial (1). add missing ullmancalc on function args. R=ken OCL=18711 CL=18711
-
Russ Cox authored
i isolated last night. does not fix rob's interface-smashing bug. R=ken OCL=18698 CL=18698
-
Ken Thompson authored
R=r OCL=18646 CL=18646
-
- 05 Nov, 2008 2 commits
- 03 Nov, 2008 1 commit
-
-
Russ Cox authored
sigi and sigt: sys·sigi_inter -> sigi·inter sys·sigt_int -> sigt·int Package·sigt_Type -> sigt·Package.Type local type T in file x.go T_x -> T·x second one T_x_1 -> T·x·1 method names M on T T_M -> T·M correctly handle local embedded types init functions are the only place left that use underscores R=ken OCL=18377 CL=18377
-
- 01 Nov, 2008 2 commits
-
-
Ken Thompson authored
R=r OCL=18319 CL=18319
-
Ken Thompson authored
R=r OCL=18317 CL=18317
-
- 31 Oct, 2008 2 commits
- 30 Oct, 2008 3 commits
- 29 Oct, 2008 1 commit
-
-
Ken Thompson authored
R=r OCL=18081 CL=18081
-