summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-03-04- missing makefileRobert Griesemer1-0/+66
2009-03-04Created new directory lib/lang:Robert Griesemer5-0/+976
2009-03-04disallow ordinary-type.(T), as in spec.Russ Cox2-1/+5
2009-03-03enable pretty in run.bashRob Pike1-5/+5
2009-03-03back to T{x}, stricter handling of T(x) vs x.(T)Russ Cox4-68/+87
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox62-1555/+1555
2009-03-02- itobRobert Griesemer2-44/+92
2009-03-02fix names: s/fd/r/Russ Cox1-9/+9
2009-02-23bug 130 (go/defer) interface.method()Ken Thompson1-0/+1
2009-02-21bug with select :=Ken Thompson1-1/+1
2009-02-18allow parens to disambiguate types.Russ Cox1-1/+12
2009-02-17drop trailing slashes - missed comment from last reviewRob Pike1-2/+2
2009-02-17more fun with triv.go: flags and argumentsRob Pike1-0/+23
2009-02-17few more Sizeof.Russ Cox1-3/+2
2009-02-17fix unsafe.Sizeof("abc")Ken Thompson1-5/+13
2009-02-16use proper strconv in string values.Rob Pike2-66/+54
2009-02-16comment nitRuss Cox1-2/+0
2009-02-16allow hex, octal in Atoi, etc.Russ Cox2-86/+142
2009-02-16proposed XML parser design.Russ Cox1-0/+426
2009-02-16make interface to the flags themselves more public.Rob Pike2-55/+139
2009-02-16bug123Russ Cox2-1/+9
2009-02-16fix build - missed this file beforeRuss Cox1-0/+20
2009-02-16use embedded interface typesRuss Cox3-204/+48
2009-02-16embedded interface types in interfaces.Russ Cox2-6/+44
2009-02-16io.PipeRuss Cox9-67/+476
2009-02-15assorted changes:Russ Cox10-163/+192
2009-02-15change the URL in the test to avoid a redirection that breaks it in sydney.Rob Pike1-3/+3
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox13-16/+848
2009-02-15insert ${GOOS} and ${GOARCH} inRuss Cox2-5/+11
2009-02-15cleanups:Russ Cox13-242/+274
2009-02-15build nitsRuss Cox2-8/+2
2009-02-15bug fix for &x[0] when x is sliceRuss Cox1-4/+7
2009-02-13- added Makefile change again (lost due to to p4 misuse)Robert Griesemer1-0/+1
2009-02-13- vector package (identical to array except for names)Robert Griesemer7-9/+498
2009-02-13convert composite literals from { } to ( ).Russ Cox55-1457/+1457
2009-02-13add composite literal ( ) syntax.Russ Cox4-149/+193
2009-02-13fix buildRuss Cox1-1/+1
2009-02-11require type assertions when narrowing.Russ Cox3-27/+72
2009-02-11insert type assertions when narrowing.Russ Cox6-26/+164
2009-02-11fix gc bug. i think this is tgs's second bug.Russ Cox2-3/+8
2009-02-10change DirInfo->dirInfo now that 6g export bug is fixedRob Pike3-4/+4
2009-02-10drop the os_ prefix on the file names in os. os_test.go can stay.Rob Pike6-10/+10
2009-02-10fix export bug Rob tripped over.Russ Cox1-8/+0
2009-02-10Make Readdirnames work properly on Linux.Rob Pike3-142/+62
2009-02-10Implement unsafe.Alignof.Ian Lance Taylor3-1/+20
2009-02-10Fix Readdirnames to behave properly if reading in little pieces. Requires sto...Rob Pike4-37/+104
2009-02-10- removed obsolete commentsRobert Griesemer1-2/+1
2009-02-09fix Getdirentries: base comes back in r2.Rob Pike1-0/+3
2009-02-09simple accessors for Dir mode bitsRob Pike3-0/+71
2009-02-09typo. this split-os building thing is frustrating.Rob Pike1-1/+1