2010-03-16 |
Conrad Meyer | sha512: add sha384 (truncated version) |
commit | commitdiff | tree |
2010-03-16 |
Robert Griesemer | image/jpeg: fix typos |
commit | commitdiff | tree |
2010-03-16 |
David Symonds | Add new complex types, functions and literals to Vim... |
commit | commitdiff | tree |
2010-03-16 |
Russ Cox | runtime: lock finalizer table accesses |
commit | commitdiff | tree |
2010-03-15 |
Andrew Gerrand | release.2010-03-15 part two |
commit | commitdiff | tree |
2010-03-15 |
Andrew Gerrand | release.2010-03-15 weekly.2010-03-15 |
commit | commitdiff | tree |
2010-03-15 |
Andrew Gerrand | install.html: elaborate on shell profile instructions |
commit | commitdiff | tree |
2010-03-15 |
Robert Griesemer | gofmt: fix for gofmt rewrite feature |
commit | commitdiff | tree |
2010-03-15 |
Andrew Gerrand | dashboard: include package.html |
commit | commitdiff | tree |
2010-03-13 |
Robert Griesemer | godoc: support for multiple packages in a directory |
commit | commitdiff | tree |
2010-03-13 |
Russ Cox | hash/crc64: new package implementing 64-bit CRC |
commit | commitdiff | tree |
2010-03-12 |
Robert Griesemer | gofmt: make sure there is a newline after |
commit | commitdiff | tree |
2010-03-12 |
Robert Griesemer | go/printer: fix a couple of hidden crashes that become |
commit | commitdiff | tree |
2010-03-12 |
Robert Griesemer | ast/filter.go: missing nil-check causes crash |
commit | commitdiff | tree |
2010-03-12 |
Robert Griesemer | godoc: fix formatting of -src output |
commit | commitdiff | tree |
2010-03-12 |
Robert Griesemer | math, path: minor comment fixes |
commit | commitdiff | tree |
2010-03-11 |
Christopher... | syslog: increase test timeout from 10ms to 100ms |
commit | commitdiff | tree |
2010-03-11 |
Ian Lance Taylor | Revert previous change: complexN only converts to complexN. |
commit | commitdiff | tree |
2010-03-11 |
Robert Griesemer | math package: minor documentation fix |
commit | commitdiff | tree |
2010-03-11 |
Robert Griesemer | install.html: add section on C tools |
commit | commitdiff | tree |
2010-03-10 |
Robert Griesemer | godoc: change -x to -src, update doc.go (missed in... |
commit | commitdiff | tree |
2010-03-10 |
Robert Griesemer | go_spec.html: fix typo and link |
commit | commitdiff | tree |
2010-03-10 |
Robert Griesemer | godoc: provide mode which shows exported interface... |
commit | commitdiff | tree |
2010-03-10 |
Russ Cox | fix 386 a[i] = cmplx(r, j) |
commit | commitdiff | tree |
2010-03-10 |
Russ Cox | fix amd64 build (golden.out) |
commit | commitdiff | tree |
2010-03-10 |
Andrew Gerrand | template: add ParseFile, MustParseFile, and associated... |
commit | commitdiff | tree |
2010-03-10 |
Ken Thompson | 1. decommit complex(float) conversion |
commit | commitdiff | tree |
2010-03-09 |
Russ Cox | gc: remove duplicate errors, give better error for... |
commit | commitdiff | tree |
2010-03-09 |
Alex Brainman | syscall: minimal mingw version of syscall to call windo... |
commit | commitdiff | tree |
2010-03-09 |
Dean Prichard | reflect: typo in comment |
commit | commitdiff | tree |
2010-03-09 |
Andrey Mirtchovski | missing ';' renders the code snippet incorrectly on... |
commit | commitdiff | tree |
2010-03-09 |
Rob Pike | fmt: enable the complex tests now that 8g supports... |
commit | commitdiff | tree |
2010-03-09 |
Ken Thompson | fix bugs compiling things like |
commit | commitdiff | tree |
2010-03-09 |
Ken Thompson | identical complex implementation |
commit | commitdiff | tree |
2010-03-09 |
Dean Prichard | arm: cleanup build warnings |
commit | commitdiff | tree |
2010-03-09 |
Raif S. Naffah | crypto/ripemd160: new package |
commit | commitdiff | tree |
2010-03-09 |
Conrad Meyer | crypto/sha256: add SHA-224 |
commit | commitdiff | tree |
2010-03-09 |
Giles Lean | encoding/base64: fix typo in comment |
commit | commitdiff | tree |
2010-03-09 |
Dean Prichard | gc: avoid fixed length buffer cleanbuf |
commit | commitdiff | tree |
2010-03-09 |
Conrad Meyer | crypto/sha512: new package |
commit | commitdiff | tree |
2010-03-09 |
Russ Cox | A+C: add Conrad Meyer (individual CLA) |
commit | commitdiff | tree |
2010-03-08 |
Russ Cox | gc: simplify complex typecheck |
commit | commitdiff | tree |
2010-03-08 |
Russ Cox | 5g/6g/8g: fix double function call in slice |
commit | commitdiff | tree |
2010-03-08 |
Russ Cox | runtime: clock garbage collection on bytes allocated... |
commit | commitdiff | tree |
2010-03-08 |
Ian Lance Taylor | Complex values may only be compared for equality or... |
commit | commitdiff | tree |
2010-03-08 |
Ian Lance Taylor | Clarify that conversions to complex are OK. |
commit | commitdiff | tree |
2010-03-08 |
Adam Langley | crypto/rsa: don't use safe primes. |
commit | commitdiff | tree |
2010-03-07 |
Christopher... | regex: Remove unneeded imports from test. |
commit | commitdiff | tree |
2010-03-07 |
Andrew Gerrand | regexp: add ReplaceAllFunc and ReplaceAllStringFunc |
commit | commitdiff | tree |
2010-03-06 |
Rob Pike | fix bug in complex printing: imaginary didn't have... |
commit | commitdiff | tree |
2010-03-06 |
Ken Thompson | PTAL |
commit | commitdiff | tree |
2010-03-06 |
Ken Thompson | 6g complex type usable |
commit | commitdiff | tree |
2010-03-06 |
Russ Cox | gc: fix crash on complicated arg to make slice. |
commit | commitdiff | tree |
2010-03-06 |
Charles L.... | math: faster hypot |
commit | commitdiff | tree |
2010-03-05 |
Russ Cox | gc: better compilation of floating point += |
commit | commitdiff | tree |
2010-03-05 |
Rob Pike | bufio: WriteRune |
commit | commitdiff | tree |
2010-03-05 |
Adam Langley | big: fix mistakes with probablyPrime |
commit | commitdiff | tree |
2010-03-05 |
Rob Pike | Add ReadRune and WriteRune to bytes.Buffer |
commit | commitdiff | tree |
2010-03-05 |
Ian Lance Taylor | Generate same output on all architectures. |
commit | commitdiff | tree |
2010-03-05 |
Robert Griesemer | frexp.go: remove html from comment |
commit | commitdiff | tree |
2010-03-05 |
Robert Griesemer | godoc: don't throw away function documentation |
commit | commitdiff | tree |
2010-03-05 |
Robert Griesemer | gofmt: modified algorithm for alignment of multi-line... |
commit | commitdiff | tree |
2010-03-05 |
Russ Cox | goinstall: an experiment in (external) package installation |
commit | commitdiff | tree |
2010-03-05 |
Russ Cox | A+C: add Spring Mc (individual CLA) |
commit | commitdiff | tree |
2010-03-05 |
Spring Mc | strings: make Split(s, "", n) faster |
commit | commitdiff | tree |
2010-03-04 |
Russ Cox | cc: disallow ... argument unless NOSPLIT is set. |
commit | commitdiff | tree |
2010-03-04 |
Rob Pike | add a test that structures pack. 6g fails. |
commit | commitdiff | tree |
2010-03-04 |
Rob Pike | Spec for complex numbers |
commit | commitdiff | tree |
2010-03-04 |
Andrew Gerrand | release.2010-03-04 part two |
commit | commitdiff | tree |
2010-03-04 |
Charles L.... | math: added ilogb, logb, remainder, tests and special... |
commit | commitdiff | tree |
2010-03-04 |
Andrew Gerrand | release.2010-03-04 weekly.2010-03-04 |
commit | commitdiff | tree |
2010-03-04 |
Andrew Gerrand | First run at a Programming FAQ |
commit | commitdiff | tree |
2010-03-04 |
Russ Cox | net: put [ ] around IPv6 addresses for Dial |
commit | commitdiff | tree |
2010-03-04 |
Russ Cox | net: fix nil deref in testTimeout when Dial fails |
commit | commitdiff | tree |
2010-03-04 |
Russ Cox | gc: fix imported and not used message - show path |
commit | commitdiff | tree |
2010-03-03 |
Rob Pike | encoding/binary: fix error reporting bug |
commit | commitdiff | tree |
2010-03-03 |
Stephen Ma | net: fix network timeout boundary condition. |
commit | commitdiff | tree |
2010-03-03 |
Stephen Ma | net: correct DNS configuration |
commit | commitdiff | tree |
2010-03-03 |
Russ Cox | test: fix 386 build (missing complex) |
commit | commitdiff | tree |
2010-03-03 |
Ken Thompson | more on type complex. |
commit | commitdiff | tree |
2010-03-03 |
Robert Griesemer | gofmt: fix alignment of multi-line var declarations |
commit | commitdiff | tree |
2010-03-02 |
Andrew Gerrand | codereview.py: fix for compatibility with hg >=1.4.3 |
commit | commitdiff | tree |
2010-03-02 |
Andrew Gerrand | http: corrected comment for Response.GetHeader. |
commit | commitdiff | tree |
2010-03-02 |
Robert Griesemer | gofmt: experiment: align values in map composites where... |
commit | commitdiff | tree |
2010-03-02 |
Robert Griesemer | Minor mistake in docs. |
commit | commitdiff | tree |
2010-03-02 |
Andrey Mirtchovski | strings.Bytes -> []byte for documentation example,... |
commit | commitdiff | tree |
2010-03-01 |
Andrew Gerrand | gotest: set $AS to $GOBIN/$AS |
commit | commitdiff | tree |
2010-02-28 |
Stephen Ma | Count utf8 runes, not bytes when determining string... |
commit | commitdiff | tree |
2010-02-27 |
Russ Cox | testing/benchmark: paranoia - make sure n always grows |
commit | commitdiff | tree |
2010-02-26 |
Raif S. Naffah | crypto/blowfish: new package |
commit | commitdiff | tree |
2010-02-26 |
Russ Cox | A+C: add Raif S. Naffah (individual CLA) |
commit | commitdiff | tree |
2010-02-26 |
Robert Griesemer | go/parser cleanup: remove some state by writing more... |
commit | commitdiff | tree |
2010-02-26 |
Russ Cox | 8g: fix out of register bug in byte(x) code |
commit | commitdiff | tree |
2010-02-26 |
Ian Lance Taylor | Add -r option to 6l/8l/5l. |
commit | commitdiff | tree |
2010-02-26 |
Russ Cox | 8g: make a[byte(x)] truncate x |
commit | commitdiff | tree |
2010-02-26 |
Robert Griesemer | go/scanner: the position of '\n's chars must be the... |
commit | commitdiff | tree |
2010-02-26 |
Micah Stetson | Fix a couple of bugs referencing data values in template. |
commit | commitdiff | tree |
2010-02-26 |
Rob Pike | add micah.stetson to C&A |
commit | commitdiff | tree |
2010-02-26 |
Christopher... | doc: Use byte("...") over byte{...} |
commit | commitdiff | tree |
2010-02-26 |
Russ Cox | use []byte("abc") in place of []byte{'a', 'b', 'c'} |
commit | commitdiff | tree |
next |