Sign in
go
/
go
/
461dd9126c9b8dc6a04b99a878e7cf1e4e1d00ea
461dd91
change Go logo to link to home page
by Russ Cox
· 16 years ago
7756726
Preparation for moving scanner into a lib:
by Robert Griesemer
· 16 years ago
337ce22
rephrase redundancy.
by Rob Pike
· 16 years ago
e8e894b
enable pretty in run.bash
by Rob Pike
· 16 years ago
5ef8e1d
update missed test case to {}
by Rob Pike
· 16 years ago
63b332e
- allow ()'s and {}'s for now when parsing calls/composite literals
by Robert Griesemer
· 16 years ago
7a5e97b
The final piece of the alternative to my parens proposal
by Russ Cox
· 16 years ago
49cc649
back to T{x}, stricter handling of T(x) vs x.(T)
by Russ Cox
· 16 years ago
be2edb5
Automated g4 rollback of changelist 25024, plus significant hand editing.
by Russ Cox
· 16 years ago
e8b4319
clarify conversions vs type guards. allow conversions between equal types.
by Russ Cox
· 16 years ago
d169268
scanner cleanup - getting it ready to as a library
by Robert Griesemer
· 16 years ago
da34bea
redo poor example of slices.
by Rob Pike
· 16 years ago
da38974
address most of the editorial comments through "types"
by Rob Pike
· 16 years ago
ea3d454
- itob - more test cases
by Robert Griesemer
· 16 years ago
426335f
delete paragraph about unimplemented select-on-type feature.
by Rob Pike
· 16 years ago
4659685
Packages.
by Rob Pike
· 16 years ago
e9b4058
fix names: s/fd/r/
by Russ Cox
· 16 years ago
96750f1
most of the rest. only the package section is untouched.
by Rob Pike
· 16 years ago
fadf159
fix a bug: do not print a ';' after a label if there wasn't one
by Robert Griesemer
· 16 years ago
3689e22
Steps towards a general scanner/parser library for Go:
by Robert Griesemer
· 16 years ago
df3183f
finish types.
by Rob Pike
· 16 years ago
f88c6c1
fixed a typo
by Robert Griesemer
· 16 years ago
88b1f85
bug130 is fixed
by Rob Pike
· 16 years ago
8f2330d
Continue editing types section.
by Rob Pike
· 16 years ago
cdbf619
complete types
by Rob Pike
· 16 years ago
a49305d
text and formatting are now folded into go_spec; delete
by Rob Pike
· 16 years ago
5af7de3
Updated the section on Types.
by Rob Pike
· 16 years ago
751d13c
bug 130 (go/defer) interface.method()
by Ken Thompson
· 16 years ago
a9ed30f
Move Types before Declarations and Scopes.
by Rob Pike
· 16 years ago
f27e9f0
Work on declarations, unsafe, alignment. Change <tt> to <code>
by Rob Pike
· 16 years ago
6ddc48b
- fixed a bug with //-comment parsing
by Robert Griesemer
· 16 years ago
ce2bc3a
add logo to documentation directory.
by Rob Pike
· 16 years ago
a665e29
bug with select :=
by Ken Thompson
· 16 years ago
82c38cf
draft of memory model.
by Russ Cox
· 16 years ago
ff70f09
Rewrite lexical section.
by Rob Pike
· 16 years ago
fd1f383
autogenerate the table of contents
by Rob Pike
· 16 years ago
4501d34
Fix most HTML errors. Cut introduction. Start rewrite.
by Rob Pike
· 16 years ago
c2d5586
go_spec.txt formatted in html.
by Robert Griesemer
· 16 years ago
4137f02
- permit ()'s in types (TODO: update spec)
by Robert Griesemer
· 16 years ago
3d50b1e
Finish the lexical section.
by Rob Pike
· 16 years ago
d1107ad
First piece of Go reference manual.
by Rob Pike
· 16 years ago
ebc10db
allow parens to disambiguate types. examples:
by Russ Cox
· 16 years ago
6950491
drop trailing slashes - missed comment from last review
by Rob Pike
· 16 years ago
03d6909
more fun with triv.go: flags and arguments
by Rob Pike
· 16 years ago
d0424fa
few more Sizeof.
by Russ Cox
· 16 years ago
3c0fc40
fix unsafe.Sizeof("abc")
by Ken Thompson
· 16 years ago
575257d
use proper strconv in string values. make test a little stronger.
by Rob Pike
· 16 years ago
c19468d
comment nit
by Russ Cox
· 16 years ago
eb3823a
allow hex, octal in Atoi, etc.
by Russ Cox
· 16 years ago
9e3e616
proposed XML parser design.
by Russ Cox
· 16 years ago
bbc190b
make interface to the flags themselves more public.
by Rob Pike
· 16 years ago
d3d0c25
bug123
by Russ Cox
· 16 years ago
aa35aee
fix build - missed this file before
by Russ Cox
· 16 years ago
dfad8ea
use embedded interface types
by Russ Cox
· 16 years ago
b4af09a
embedded interface types in interfaces.
by Russ Cox
· 16 years ago
78906c3
io.Pipe
by Russ Cox
· 16 years ago
ff31738
assorted changes:
by Russ Cox
· 16 years ago
55d13cf
change the URL in the test to avoid a redirection that breaks it in sydney.
by Rob Pike
· 16 years ago
91ceda5
add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
by Russ Cox
· 16 years ago
97dcc68
insert ${GOOS} and ${GOARCH} in command-line comment.
by Russ Cox
· 16 years ago
d8921c5
cleanups:
by Russ Cox
· 16 years ago
78a6d68
build nits
by Russ Cox
· 16 years ago
3b3e637
bug fix for &x[0] when x is slice
by Russ Cox
· 16 years ago
18ed7e6
- accept new composite literal syntax
by Robert Griesemer
· 16 years ago
070738c
- added Makefile change again (lost due to to p4 misuse)
by Robert Griesemer
· 16 years ago
1275266
- vector package (identical to array except for names)
by Robert Griesemer
· 16 years ago
9f8f2e6
convert composite literals from { } to ( ).
by Russ Cox
· 16 years ago
07244f7
add composite literal ( ) syntax. warn about composite literal { } syntax.
by Russ Cox
· 16 years ago
20b6de1
fix build
by Russ Cox
· 16 years ago
920ab67
label declarations not handled properly
by Robert Griesemer
· 16 years ago
8e78736
- fixed bugs related to the empty statement
by Robert Griesemer
· 16 years ago
6f8df7a
- syntax for composite literals use () instead of {}
by Robert Griesemer
· 16 years ago
5f4f564
require type assertions when narrowing.
by Russ Cox
· 16 years ago
49e2087
insert type assertions when narrowing.
by Russ Cox
· 16 years ago
7cd2436
fix gc bug. i think this is tgs's second bug. i stumbled across it in all.bash.
by Russ Cox
· 16 years ago
38c232f
- language for embedded interfaces (as discussed this morning)
by Robert Griesemer
· 16 years ago
52c02c2
Added section on package unsafe:
by Robert Griesemer
· 16 years ago
0c4010a
change DirInfo->dirInfo now that 6g export bug is fixed
by Rob Pike
· 16 years ago
6017895
drop the os_ prefix on the file names in os. os_test.go can stay.
by Rob Pike
· 16 years ago
73dd4a3
fix export bug Rob tripped over.
by Russ Cox
· 16 years ago
00b3d48
Make Readdirnames work properly on Linux. Refactor so Readdir is portable code.
by Rob Pike
· 16 years ago
651972b
Implement unsafe.Alignof.
by Ian Lance Taylor
· 16 years ago
d94c5ab
Fix Readdirnames to behave properly if reading in little pieces. Requires storing some
by Rob Pike
· 16 years ago
668bf81
- removed obsolete comments
by Robert Griesemer
· 16 years ago
e08cc15
Some real GDS functionality:
by Robert Griesemer
· 16 years ago
2f14799
fix Getdirentries: base comes back in r2.
by Rob Pike
· 16 years ago
cad7a3a
simple accessors for Dir mode bits
by Rob Pike
· 16 years ago
a948fdd
typo. this split-os building thing is frustrating.
by Rob Pike
· 16 years ago
aba4c75
add Readdir: returns an array of Dir structures
by Rob Pike
· 16 years ago
c8d59c1
fix int64/int error - build broken
by Rob Pike
· 16 years ago
a81870b
add error to catch 6g alignment bug.
by Russ Cox
· 16 years ago
a6c59ce
gc funarg return fix.
by Russ Cox
· 16 years ago
b5aba02
First pass at reading directories.
by Rob Pike
· 16 years ago
6506148
a few small cleanups
by Rob Pike
· 16 years ago
9526f3b
use unsafe.Sizeof
by Rob Pike
· 16 years ago
8f2b774
update sysimport.c for unsafe.Offset and Sizeof
by Rob Pike
· 16 years ago
5600337
change array padding in structures
by Ken Thompson
· 16 years ago
8a70545
unsafe.Sizeof and unsafe.Offsetof
by Ken Thompson
· 16 years ago
bcf4807
fix up syscall for darwin after StringToBytes change
by Rob Pike
· 16 years ago
704bc9d
portable stat for os add name to os.FD clean up some interfaces
by Rob Pike
· 16 years ago
Next »