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
2010-03-16
release.2010-03-15
weekly.2010-03-15
Andrew Gerrand
2010-03-16
install.html: elaborate on shell profile instructions
Andrew Gerrand
2010-03-15
gofmt: fix for gofmt rewrite feature
Robert Griesemer
2010-03-16
dashboard: include package.html
Andrew Gerrand
2010-03-12
godoc: support for multiple packages in a directory
Robert Griesemer
2010-03-12
hash/crc64: new package implementing 64-bit CRC
Russ Cox
2010-03-12
gofmt: make sure there is a newline after
Robert Griesemer
2010-03-12
go/printer: fix a couple of hidden crashes that become
Robert Griesemer
2010-03-11
ast/filter.go: missing nil-check causes crash
Robert Griesemer
2010-03-11
godoc: fix formatting of -src output
Robert Griesemer
2010-03-11
math, path: minor comment fixes
Robert Griesemer
2010-03-11
syslog: increase test timeout from 10ms to 100ms
Christopher Wedgwood
2010-03-10
Revert previous change: complexN only converts to complexN.
Ian Lance Taylor
2010-03-10
math package: minor documentation fix
Robert Griesemer
2010-03-10
install.html: add section on C tools
Robert Griesemer
2010-03-10
godoc: change -x to -src, update doc.go (missed in previous CL)
Robert Griesemer
2010-03-10
go_spec.html: fix typo and link
Robert Griesemer
2010-03-10
godoc: provide mode which shows exported interface in "source form"
Robert Griesemer
2010-03-10
fix 386 a[i] = cmplx(r, j)
Russ Cox
2010-03-10
fix amd64 build (golden.out)
Russ Cox
2010-03-10
template: add ParseFile, MustParseFile, and associated tests
Andrew Gerrand
2010-03-09
1. decommit complex(float) conversion
Ken Thompson
2010-03-09
gc: remove duplicate errors, give better error for I.(T)
Russ Cox
2010-03-09
syscall: minimal mingw version of syscall to call windows dlls
Alex Brainman
2010-03-10
reflect: typo in comment
Dean Prichard
2010-03-09
missing ';' renders the code snippet incorrectly on website
Andrey Mirtchovski
2010-03-09
fmt: enable the complex tests now that 8g supports complex
Rob Pike
2010-03-09
fix bugs compiling things like
Ken Thompson
2010-03-09
identical complex implementation
Ken Thompson
2010-03-08
arm: cleanup build warnings
Dean Prichard
2010-03-08
crypto/ripemd160: new package
Raif S. Naffah
2010-03-08
crypto/sha256: add SHA-224
Conrad Meyer
2010-03-08
encoding/base64: fix typo in comment
Giles Lean
2010-03-08
gc: avoid fixed length buffer cleanbuf
Dean Prichard
2010-03-08
crypto/sha512: new package
Conrad Meyer
2010-03-08
A+C: add Conrad Meyer (individual CLA)
Russ Cox
2010-03-08
gc: simplify complex typecheck
Russ Cox
2010-03-08
5g/6g/8g: fix double function call in slice
Russ Cox
2010-03-08
runtime: clock garbage collection on bytes allocated, not pages in use
Russ Cox
2010-03-08
Complex values may only be compared for equality or inequality.
Ian Lance Taylor
2010-03-08
Clarify that conversions to complex are OK.
Ian Lance Taylor
2010-03-08
crypto/rsa: don't use safe primes.
Adam Langley
2010-03-07
regex: Remove unneeded imports from test.
Christopher Wedgwood
2010-03-07
regexp: add ReplaceAllFunc and ReplaceAllStringFunc
Andrew Gerrand
2010-03-06
fix bug in complex printing: imaginary didn't have same format as real.
Rob Pike
2010-03-06
PTAL
Ken Thompson
2010-03-05
6g complex type usable
Ken Thompson
2010-03-05
gc: fix crash on complicated arg to make slice.
Russ Cox
2010-03-05
math: faster hypot
Charles L. Dorian
2010-03-05
gc: better compilation of floating point +=
Russ Cox
[next]