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-02-17
release 2010-02-17 part one
weekly.2010-02-17
Andrew Gerrand
2010-02-17
language spec: make NUL byte rule an implementation restriction
Robert Griesemer
2010-02-17
apply gofmt to src and misc
Robert Griesemer
2010-02-17
gofmt: make sure certain 2-line comments are stable
Robert Griesemer
2010-02-17
8g: respect ullman numbers in float comparison
Russ Cox
2010-02-18
time.Ticker: fix bug arising when all tickers are dead.
Rob Pike
2010-02-17
Add Src and Over draw operators.
Nigel Tao
2010-02-16
install: Added gcc, build-essential to apt-get command line.
Andrew Gerrand
2010-02-16
gc: undo attempt at fixing recursive interface embedding
Russ Cox
2010-02-16
go/scanner: comply with spec changes (do not allow NUL chars)
Robert Griesemer
2010-02-16
gc: fix build (signed char bug)
Russ Cox
2010-02-16
gc: disallow NUL byte, catch more invalid UTF-8, test
Russ Cox
2010-02-16
spec: disallow NUL in source files
Russ Cox
2010-02-17
specification of []int(string) and []byte(string).
Rob Pike
2010-02-16
runtime: fix bug in Caller documentation
Russ Cox
2010-02-16
godoc: updated documentation
Robert Griesemer
2010-02-17
The prefix optimization applies only to the first iteration.
Rob Pike
2010-02-16
godoc: initialize vars depending on flags after parsing the flags.
Robert Griesemer
2010-02-16
godoc: fix initialization issue
Robert Griesemer
2010-02-16
syscall: make signature of Umask on OS X, FreeBSD match Linux.
Giles Lean
2010-02-16
cc: use "cpp" anywhere in path, not "/bin/cpp"
Giles Lean
2010-02-16
A+C: Giles Lean (individual CLA)
Russ Cox
2010-02-16
godoc support for directories outside $GOROOT
Robert Griesemer
2010-02-16
remove assumption that all files belonging to a package are in the same direc...
Robert Griesemer
2010-02-16
Don't print ()'s around a range clause's expression.
Robert Griesemer
2010-02-16
gc: test & fix handling of very long string constants
Russ Cox
2010-02-15
Fix printing of named floating point types.
Ian Lance Taylor
2010-02-12
update gofmt test script
Robert Griesemer
2010-02-12
http: clarify ServeHTTP return
Russ Cox
2010-02-12
gc: diagnose invalid array bounds
Russ Cox
2010-02-12
runtime: dummy gettime for mingw/386.
Russ Cox
2010-02-11
correct meaning of "absolute" and "relative"
Robert Griesemer
2010-02-11
Steps towards more flexible godoc:
Robert Griesemer
2010-02-10
stop the 5c optimizer from clobbering extern static registers.
Kai Backman
2010-02-10
runtime: delete MHeapMapCache, which is useless
Russ Cox
2010-02-11
exp/draw test.
Nigel Tao
2010-02-10
Added tests for http.Request/Response.Write()
Petar Maymounkov
2010-02-10
arm: take out fixedbugs/bug120 - gives inconsistent errors
Russ Cox
2010-02-10
net: use slightly less predictable dns request id
Russ Cox
2010-02-10
arm: fix build on android
Russ Cox
2010-02-10
runtime: tighten garbage collector
Russ Cox
2010-02-10
runtime: do not zero blocks on free (this time for sure!)
Russ Cox
2010-02-10
8l: pe executable building code changed to include import table for kernel32....
Alex Brainman
2010-02-10
gc: fix mkopnames and color grep interaction
Russ Cox
2010-02-10
ld: unused variable
Russ Cox
2010-02-10
A+C: add Alex Brainman (individual CLA)
Russ Cox
2010-02-10
clean new garbage collector benchmark binaries
Russ Cox
2010-02-10
math: add Exp2; 386 FPU versions of Exp2 and Log1p
Charles L. Dorian
2010-02-10
runtime: garbage collection + malloc performance
Russ Cox
2010-02-09
mime: new package, use in http
Michael Hoisie
[next]