Sign in
go
/
go
/
eb63c3fec44a80df9ae3eaab4cc5c2dc101912bc
eb63c3f
Test that the compiler rejects map types which should not be compatible.
by Ian Lance Taylor
· 15 years ago
c54cb4c
- added missing formatters in templates
by Robert Griesemer
· 15 years ago
32e979c
mysterious bug: runtime.acid wasn't getting rebuilt
by Russ Cox
· 15 years ago
8b2d284
html-escaping of fields that may be user-generated
by Robert Griesemer
· 15 years ago
5a02eb6
fix for long label names impacting column width of previous lines
by Robert Griesemer
· 15 years ago
d2829fa
files that are okay from the last gofmt round
by Russ Cox
· 15 years ago
58ee1f5
shift for non-64 bit integers.
by Kai Backman
· 15 years ago
e3fd2e1
godoc search bug fixes:
by Robert Griesemer
· 15 years ago
32810a5
code search for godoc:
by Robert Griesemer
· 15 years ago
f529224
Get the right sigaction struct for the 386 rt_sigaction system
by Ian Lance Taylor
· 15 years ago
1228112
bug162, large indices on nil references
by Kai Backman
· 15 years ago
ae3c999
- gofmt-ify walk.go - fixed several bugs
by Robert Griesemer
· 15 years ago
5a75ac8
- indexing component for godoc
by Robert Griesemer
· 15 years ago
569a1cd
Add encoding/hex
by Adam Langley
· 15 years ago
5e6194c
Recognize gccgo error messages.
by Ian Lance Taylor
· 15 years ago
57035a9
snippet generator for godoc search results
by Robert Griesemer
· 15 years ago
d493964
add a favicon plus a couple of hi-res versions of gordon
by Rob Pike
· 15 years ago
5cc32a5
fix defer. gave up on unified code for defer and go for now.
by Kai Backman
· 15 years ago
dfecedd
make 5l ignore multiple defs, remove use of multiple
by Kai Backman
· 15 years ago
9e99383
frame size > StackBig support
by Kai Backman
· 15 years ago
6f91ba1
proper syscall convention for arm
by Kai Backman
· 15 years ago
68d5c51
fix conditional branch instructions for unsigned ints and
by Kai Backman
· 15 years ago
c91e89d
remove reference to p4 in comment.
by Rob Pike
· 15 years ago
f860bc0
fixed len/cap for chan. disable gc for now.
by Kai Backman
· 15 years ago
fb39a4d
write install docs
by Russ Cox
· 15 years ago
1726e81
publish Request.Write (rename from Request.write)
by Rob Pike
· 15 years ago
b74fd8e
fix build issue cause by transition to hg
by Kai Backman
· 15 years ago
942d659
one more argsize fix. we were copying with the correct
by Kai Backman
· 15 years ago
dec1ec3
all of pkg now compiles, fixes a few more tests
by Kai Backman
· 15 years ago
0af8e10
fix off by 4 bug in morestack (lr again). remove storing of r0
by Kai Backman
· 15 years ago
a9e03ae
fix broken code produced for ominus
by Kai Backman
· 15 years ago
03bbfe6
fix off by 4 in newproc arg copying.
by Kai Backman
· 15 years ago
34e8075
fix computation of sync delay
by Robert Griesemer
· 15 years ago
fd5fa4b
Fix the sigaction declaration to match the system for Linux.
by Ian Lance Taylor
· 15 years ago
057f7d5
s/pc/PC/ in traceback output to match amd64. test/run expects to see "PC".
by Ian Lance Taylor
· 15 years ago
95499a2
Fix printer_test.go to invoke Fprint as a method of cfg.
by Ian Lance Taylor
· 15 years ago
8f52a82
- make printer interface easily extensible w/o breaking clients (in the future)
by Robert Griesemer
· 15 years ago
abc6ad4
minor changes to walk
by Robert Griesemer
· 15 years ago
ba15bbe
simple AST walking support
by Robert Griesemer
· 15 years ago
242788b
silly change to test the code review process
by Rob Pike
· 15 years ago
439f9ca
add codereview-login command
by Russ Cox
· 15 years ago
8a20cfc
fix build: no acid
by Rob Pike
· 15 years ago
eea2573
fix handling of escaped characters like ' " & < >
by Russ Cox
· 15 years ago
79a6372
Initial checkin of codereview plugin.
by Russ Cox
· 15 years ago
6d96b24
tell Mercurial which files to ignore
by Russ Cox
· 15 years ago
219fb02
fix build after Mercurial move. various missing or incorrect files.
by Russ Cox
· 15 years ago
90cc4a5
go/printer: - handle HTML tagging via (client-installable) Stylers
by Robert Griesemer
· 15 years ago
3040f06
Interface types, values, and type compiler. This does not yet
by Austin Clements
· 15 years ago
5bd8c92
go-mode for Emacs. This provides basic syntax highlighting
by Austin Clements
· 15 years ago
3227445
add FAQ
by Russ Cox
· 15 years ago
09fe283
main landing pages
by Russ Cox
· 15 years ago
2cf9dae
drop a couple of semicolons for consistency
by Rob Pike
· 15 years ago
c6e904d
have http server in-line PDF files.
by Rob Pike
· 15 years ago
a8a678f
Add SetValue(Value) to the Value interface.
by Adam Langley
· 15 years ago
f1b9126
fix typo/oversight: s/Title/ToTitle/. the comment was already correct
by Rob Pike
· 15 years ago
1d390ce
Replace SliceReader with bytes.Buffer.
by Adam Langley
· 15 years ago
7d68093
Fix typo in documentation.
by Adam Langley
· 15 years ago
fd74a83
Add initial x509 code.
by Adam Langley
· 15 years ago
d7ad3c4
Match gccgo error messages.
by Ian Lance Taylor
· 15 years ago
c2eb89a
change stack splitting comparisons from signed to unsigned (oversight)
by Kai Backman
· 15 years ago
fbba532
gccgo does not distinguish "use" and "assign" in these error
by Ian Lance Taylor
· 15 years ago
6f89f3f
initialization
by Rob Pike
· 15 years ago
69fc06d
Move usr/dsymonds/iterable to src/pkg/exp/iterable.
by David Symonds
· 15 years ago
f591591
remove superfluous tracing support
by Robert Griesemer
· 15 years ago
357b770
base64 -> encoding/base64
by Russ Cox
· 15 years ago
430d462
start the concurrency discussion. work from the outside in because this is a toughie.
by Rob Pike
· 15 years ago
4213c22
Updated and simplified gofmt.
by Robert Griesemer
· 15 years ago
fcc4be8
Add base85, based on base64.
by Russ Cox
· 15 years ago
60ff8cc
address bug193 and add note to spec about it.
by Russ Cox
· 15 years ago
02fd255
bug162, over and over
by Russ Cox
· 15 years ago
d6b64f2
forgot to include in 35898.
by Russ Cox
· 15 years ago
dde4090
removed tempalloc/tempfree and replaced with tempname
by Kai Backman
· 15 years ago
fcb9387
support for 5.out files
by Russ Cox
· 15 years ago
33a7bcf
getcallerpc and setcallerpc
by Kai Backman
· 15 years ago
a156486
bug196
by Russ Cox
· 15 years ago
62c4818
bug136
by Russ Cox
· 15 years ago
a15aa05
first version of closures. test/closure doesn't yet pass.
by Kai Backman
· 15 years ago
1be7476
bug169
by Russ Cox
· 15 years ago
4c3a85d
6g bug fixes:
by Russ Cox
· 15 years ago
8fffa1d
bug190.
by Russ Cox
· 15 years ago
4db52d4
duplicate of bug190
by Russ Cox
· 15 years ago
e76cce1
support one-line functions
by Robert Griesemer
· 15 years ago
d4d4ff0
- method names in method sets/interfaces must be all different
by Robert Griesemer
· 15 years ago
b4896b4
function literals
by Kai Backman
· 15 years ago
21b41be
test and fix http redirect handling
by Russ Cox
· 15 years ago
36ccbbd
fiddling while rome burns: explain why tests are commented out
by Rob Pike
· 15 years ago
4d4e885
Add an RSA-OAEP implementation.
by Adam Langley
· 15 years ago
4adad65
directory tree walk w/ visitor per rsc's suggestion
by Robert Griesemer
· 15 years ago
e32883d
bug 211: duplicate interface methods not caught by 6g
by Rob Pike
· 15 years ago
9f60b03
address leftover post-submit comments about embedding
by Rob Pike
· 15 years ago
f00be0c
more embedding. enough for now?
by Rob Pike
· 15 years ago
b0dcc6b
bug210
by Robert Griesemer
· 15 years ago
8037e3b
fix arm build, add 64 bit cgen_asop
by Kai Backman
· 15 years ago
c58d9ef
fix pre-submit editing typo; text is garbled.
by Rob Pike
· 15 years ago
8840726
embedding part 1.
by Rob Pike
· 15 years ago
d5337e9
fix linux build:
by Russ Cox
· 15 years ago
22a5c78
rename sys functions to runtime, because they are in package runtime.
by Russ Cox
· 15 years ago
488ca3c
move math out of runtime.
by Russ Cox
· 15 years ago
3c5a570
more description
by Russ Cox
· 15 years ago
738c58c
improved handling of expression lists
by Robert Griesemer
· 15 years ago
Next »