- 06 Feb, 2010 1 commit
-
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/203050
-
- 05 Feb, 2010 13 commits
-
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/204042
-
Charles L. Dorian authored
Added special cases, tests and benchmarks for Atan2; added 386 FPU version of Atan2. R=rsc CC=golang-dev https://golang.org/cl/201068
-
Rob Pike authored
Go source outside $GOROOT. If the argument is a path starting with / or ., disregard $GOROOT. Also, disable the check for package name matching the directory, which is counterproductive in this case. Apologies for the violence to the code but we need some help documenting Go code outside the standard repository. R=gri CC=golang-dev https://golang.org/cl/201064
-
Russ Cox authored
* fix bug in benchmark collection: bad benchmark data key meant that all the builders collided when writing data. * report benchmarks even if make bench exits non-zero. * graphical and json presentations R=agl1 CC=golang-dev https://golang.org/cl/201065
-
Adam Langley authored
Marshalling: * Fixes several silly bugs. * Support the RawContents type. * Support the RawValue type. * Recurse into nested interface{}. Both directions: * Better handling of SETs. You can now tag an element in a structure with "set" to get the correct tag for serialisation. * For types that aren't in a structure, you can now name them with "SET" on the end. * SETs are no longer implicitly treated as SEQUENCEs. R=rsc CC=golang-dev https://golang.org/cl/201049
-
Adam Langley authored
R=rsc CC=golang-dev https://golang.org/cl/201047
-
Stephen Weinberg authored
R=rsc, r CC=golang-dev https://golang.org/cl/198049
-
Dean Prichard authored
R=rsc CC=golang-dev https://golang.org/cl/198044
-
Charles L. Dorian authored
Also moved Modf from bits.go into modf.go and added timing tests. R=rsc CC=golang-dev https://golang.org/cl/202042
-
Ian Lance Taylor authored
bug121.go:12:3: error: name list not allowed in interface type bug121.go:16:2: error: expected signature or type name semi1.go:10:76: error: unexpected semicolon or newline before ‘{’ semi1.go:10:5: error: reference to undefined name ‘x’ semi1.go:10:8: error: reference to undefined name ‘y’ semi1.go:12:3: error: reference to undefined name ‘z’ semi2.go:10:79: error: unexpected semicolon or newline before ‘{’ semi2.go:10:9: error: reference to undefined name ‘x’ semi3.go:10:79: error: unexpected semicolon or newline before ‘{’ semi3.go:10:6: error: reference to undefined name ‘x’ semi3.go:10:9: error: reference to undefined name ‘y’ semi3.go:10:12: error: reference to undefined name ‘z’ semi3.go:12:3: error: reference to undefined name ‘z’ semi4.go:11:2: error: unexpected semicolon or newline before ‘{’ semi4.go:10:6: error: reference to undefined name ‘x’ semi4.go:12:3: error: reference to undefined name ‘z’ semi5.go:10:1: error: unexpected semicolon or newline before ‘{’ semi7.go:11:2: error: unexpected semicolon or newline before ‘else’ semi7.go:10:5: error: reference to undefined name ‘x’ slice.go:9:11: error: missing lower bound in slice expression slice.go:9:9: error: reference to undefined name ‘y’ slice.go:9:12: error: reference to undefined name ‘z’ R=rsc CC=golang-dev https://golang.org/cl/201061
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/202055
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/202054
-
Rob Pike authored
add some tests for erroneous formats. R=rsc CC=golang-dev https://golang.org/cl/201058
-
- 04 Feb, 2010 18 commits
-
-
Joe Poirier authored
R=rsc CC=golang-dev https://golang.org/cl/198071
-
Christopher Wedgwood authored
R=rsc CC=golang-dev https://golang.org/cl/202043
-
Christopher Wedgwood authored
Cosmetic fix. The FreeBSD system call only takes two arguments. http://fxr.watson.org/fxr/source/kern/kern_sig.c?im=bigexcerpts#L1678 R=dho, rsc CC=golang-dev https://golang.org/cl/202051
-
Russ Cox authored
R=adg, adg1 CC=golang-dev https://golang.org/cl/202044
-
Andrew Gerrand authored
Allows binary to run on some Linux system. Fix for issue 365. R=rsc CC=golang-dev https://golang.org/cl/199096
-
Andrew Gerrand authored
R=golang-dev CC=golang-dev https://golang.org/cl/201041
-
Nigel Tao authored
This lets you draw text (i.e. with mask = a font image) with sources that aren't uniform colors. R=r, rsc CC=golang-dev https://golang.org/cl/193067
-
Russ Cox authored
R=r, cw CC=golang-dev https://golang.org/cl/201043
-
Nigel Tao authored
R=r, rsc CC=golang-dev https://golang.org/cl/198066
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/196079
-
Christopher Wedgwood authored
R=rsc CC=golang-dev https://golang.org/cl/199082
-
Kai Backman authored
the location. remove last remnants of broken -l flag. R=rsc CC=golang-dev https://golang.org/cl/201042
-
Russ Cox authored
R=kaib CC=golang-dev https://golang.org/cl/199094
-
Rob Pike authored
Make sure to print a time zone when formatting even if none is defined. Add a comment introducing lookupTimezone (not lookupTimeZone). Fixes isse 577. R=rsc CC=golang-dev https://golang.org/cl/196090
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/198102
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/199091
-
Russ Cox authored
R=r, cw CC=golang-dev https://golang.org/cl/198085
-
Russ Cox authored
Fixes #585. R=r CC=golang-dev https://golang.org/cl/195075
-
- 03 Feb, 2010 3 commits
-
-
Andrey Mirtchovski authored
R=rsc CC=golang-dev https://golang.org/cl/198084
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/198081
-
Kai Backman authored
R=rsc, r CC=golang-dev https://golang.org/cl/198074
-
- 02 Feb, 2010 5 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/199066
-
Russ Cox authored
Fixes #287. R=ken2 CC=golang-dev https://golang.org/cl/199057
-
Nigel Tao authored
R=r, rsc CC=golang-dev https://golang.org/cl/199052
-
Ian Lance Taylor authored
bug249.go:10:5: error: incompatible type in initialization bug249.go:26:5: error: incompatible type in initialization R=rsc CC=golang-dev https://golang.org/cl/198058
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/198057
-