index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-12-09
doc/contribute: try to make it clearer that you send a review with hg mail, n...
weekly.2009-12-09
Russ Cox
2009-12-09
added benchmarks to rand_test.go;
Roger Peppe
2009-12-09
syscalls can return negative i/o counts. fix bugs in ReadAt and WriteAt not t...
Rob Pike
2009-12-09
doc: split contribute.html into code.html and contribute.html
Russ Cox
2009-12-09
Make the operations on the global rng thread safe.
Roger Peppe
2009-12-09
Continuation of issue 221 fix. When 8g or 6g or 5g are called with a
Charles L. Dorian
2009-12-09
json package: Fixed handling of nil values
Ross Light
2009-12-09
Added my name to the AUTHORS and CONTRIBUTORS list
Ross Light
2009-12-09
Added XTEA block cipher package to src/pkg/crypto
Adrian O'Grady
2009-12-08
runtime: start new darwin/amd64 threads on correct stack,
Russ Cox
2009-12-08
A+C: two more names
Russ Cox
2009-12-08
bufio: use copy - significant speedup for writers
Russ Cox
2009-12-08
Fix stack on FreeBSD / add stack check across the board
Devon H. O'Dell
2009-12-08
When SA_SIGINFO is set, we should use __sa_sigaction on FreeBSD
Devon H. O'Dell
2009-12-07
6l, 8l: make string buffer big enough for 8 chars (and then some)
weekly.2009-12-07
Russ Cox
2009-12-07
test/bench: faster fasta (mostly due to bufio fix)
Russ Cox
2009-12-07
runtime: don't touch pages of memory unnecessarily.
Russ Cox
2009-12-07
runtime: introduce unsafe.New and unsafe.NewArray
Russ Cox
2009-12-07
use a bootstrap array to avoid allocation for short vectors
Robert Griesemer
2009-12-07
Remove copyBytes completely in favor of copy.
Christopher Wedgwood
2009-12-07
pick off special one-byte case in copy. worth 2x in benchmarks (38ns->16ns).
Rob Pike
2009-12-07
the AST walker currently provides no way to find out how the
Roger Peppe
2009-12-07
changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...
Roger Peppe
2009-12-06
save a few ns by inlining (which mostly simplifies things anyway).
Rob Pike
2009-12-06
unexport Fmt. it's not needed outside this package any more
Rob Pike
2009-12-06
Make printing faster by avoiding mallocs and some other advances.
Rob Pike
2009-12-06
runtime: disable pointer scan optimization
Russ Cox
2009-12-04
Fix syscall.Statfs and syscall.Fstatfs for 386 GNU/Linux.
Ian Lance Taylor
2009-12-04
test/bench: use range in reverse-complement
Russ Cox
2009-12-04
gc/runtime: pass type structure to makeslice.
Russ Cox
2009-12-04
gc: walk pointer in range on slice/array
Russ Cox
2009-12-04
6g/8g optimizer fix: throw functions now in runtime
Russ Cox
2009-12-04
test/bench: dead code in reverse-complement
Russ Cox
2009-12-04
gotest: stop if the // gotest commands fail
Russ Cox
2009-12-04
net: more fiddling with the udp test.
Russ Cox
2009-12-04
libmach: fix disassembly of MOVLQSX
Russ Cox
2009-12-04
gotest: ignore *_test.pb.go
Russ Cox
2009-12-04
Add syscall.Rename for NaCl. Fixes NaCl build.
Ian Lance Taylor
2009-12-04
runtime: shift the index for the sort by one.
Adam Langley
2009-12-04
Add os.Rename.
Ian Lance Taylor
2009-12-04
Remove global chanlock.
Adam Langley
2009-12-04
bytes: asm for bytes.IndexByte
Russ Cox
2009-12-04
spec: document that built-ins cannot be used as func values
Russ Cox
2009-12-04
make Native Client support build again,
Russ Cox
2009-12-04
testing: compute MB/s in benchmarks
Russ Cox
2009-12-04
avoid an allocation inside bytes.Buffer by providing a static array.
Rob Pike
2009-12-03
8l: fix print line number format, buffer overflow
Russ Cox
2009-12-03
net: turn off empty packet test by default
Russ Cox
2009-12-03
gc: check for assignment to private fields during initialization
Russ Cox
2009-12-03
6g code gen bug
Ken Thompson
[next]