index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-04
- missing makefile
Robert Griesemer
1
-0
/
+66
2009-03-04
Created new directory lib/lang:
Robert Griesemer
5
-0
/
+976
2009-03-04
disallow ordinary-type.(T), as in spec.
Russ Cox
2
-1
/
+5
2009-03-03
enable pretty in run.bash
Rob Pike
1
-5
/
+5
2009-03-03
back to T{x}, stricter handling of T(x) vs x.(T)
Russ Cox
4
-68
/
+87
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
62
-1555
/
+1555
2009-03-02
- itob
Robert Griesemer
2
-44
/
+92
2009-03-02
fix names: s/fd/r/
Russ Cox
1
-9
/
+9
2009-02-23
bug 130 (go/defer) interface.method()
Ken Thompson
1
-0
/
+1
2009-02-21
bug with select :=
Ken Thompson
1
-1
/
+1
2009-02-18
allow parens to disambiguate types.
Russ Cox
1
-1
/
+12
2009-02-17
drop trailing slashes - missed comment from last review
Rob Pike
1
-2
/
+2
2009-02-17
more fun with triv.go: flags and arguments
Rob Pike
1
-0
/
+23
2009-02-17
few more Sizeof.
Russ Cox
1
-3
/
+2
2009-02-17
fix unsafe.Sizeof("abc")
Ken Thompson
1
-5
/
+13
2009-02-16
use proper strconv in string values.
Rob Pike
2
-66
/
+54
2009-02-16
comment nit
Russ Cox
1
-2
/
+0
2009-02-16
allow hex, octal in Atoi, etc.
Russ Cox
2
-86
/
+142
2009-02-16
proposed XML parser design.
Russ Cox
1
-0
/
+426
2009-02-16
make interface to the flags themselves more public.
Rob Pike
2
-55
/
+139
2009-02-16
bug123
Russ Cox
2
-1
/
+9
2009-02-16
fix build - missed this file before
Russ Cox
1
-0
/
+20
2009-02-16
use embedded interface types
Russ Cox
3
-204
/
+48
2009-02-16
embedded interface types in interfaces.
Russ Cox
2
-6
/
+44
2009-02-16
io.Pipe
Russ Cox
9
-67
/
+476
2009-02-15
assorted changes:
Russ Cox
10
-163
/
+192
2009-02-15
change the URL in the test to avoid a redirection that breaks it in sydney.
Rob Pike
1
-3
/
+3
2009-02-15
add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
Russ Cox
13
-16
/
+848
2009-02-15
insert ${GOOS} and ${GOARCH} in
Russ Cox
2
-5
/
+11
2009-02-15
cleanups:
Russ Cox
13
-242
/
+274
2009-02-15
build nits
Russ Cox
2
-8
/
+2
2009-02-15
bug fix for &x[0] when x is slice
Russ Cox
1
-4
/
+7
2009-02-13
- added Makefile change again (lost due to to p4 misuse)
Robert Griesemer
1
-0
/
+1
2009-02-13
- vector package (identical to array except for names)
Robert Griesemer
7
-9
/
+498
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
55
-1457
/
+1457
2009-02-13
add composite literal ( ) syntax.
Russ Cox
4
-149
/
+193
2009-02-13
fix build
Russ Cox
1
-1
/
+1
2009-02-11
require type assertions when narrowing.
Russ Cox
3
-27
/
+72
2009-02-11
insert type assertions when narrowing.
Russ Cox
6
-26
/
+164
2009-02-11
fix gc bug. i think this is tgs's second bug.
Russ Cox
2
-3
/
+8
2009-02-10
change DirInfo->dirInfo now that 6g export bug is fixed
Rob Pike
3
-4
/
+4
2009-02-10
drop the os_ prefix on the file names in os. os_test.go can stay.
Rob Pike
6
-10
/
+10
2009-02-10
fix export bug Rob tripped over.
Russ Cox
1
-8
/
+0
2009-02-10
Make Readdirnames work properly on Linux.
Rob Pike
3
-142
/
+62
2009-02-10
Implement unsafe.Alignof.
Ian Lance Taylor
3
-1
/
+20
2009-02-10
Fix Readdirnames to behave properly if reading in little pieces. Requires sto...
Rob Pike
4
-37
/
+104
2009-02-10
- removed obsolete comments
Robert Griesemer
1
-2
/
+1
2009-02-09
fix Getdirentries: base comes back in r2.
Rob Pike
1
-0
/
+3
2009-02-09
simple accessors for Dir mode bits
Rob Pike
3
-0
/
+71
2009-02-09
typo. this split-os building thing is frustrating.
Rob Pike
1
-1
/
+1
[next]