2011-12-14 |
Robert Griesemer | strconv: slightly faster int conversion for GOARCH=386 |
commit | commitdiff | tree |
2011-12-14 |
Rob Pike | json: treat renamed byte slices the same as []byte |
commit | commitdiff | tree |
2011-12-14 |
Robert Griesemer | strconv: even faster int conversion |
commit | commitdiff | tree |
2011-12-14 |
Robert Griesemer | undo CL 5477092 / c3c6e72d7cc5 |
commit | commitdiff | tree |
2011-12-14 |
Robert Griesemer | net/http: fix bug in error checking |
commit | commitdiff | tree |
2011-12-14 |
Luuk van Dijk | gc: use inferred type rather than original one when... |
commit | commitdiff | tree |
2011-12-14 |
Russ Cox | crypto/tls: make compatible with go/build |
commit | commitdiff | tree |
2011-12-14 |
Russ Cox | hash/crc32: make compatible with go/build |
commit | commitdiff | tree |
2011-12-14 |
Russ Cox | go/build: make compatible with go/build |
commit | commitdiff | tree |
2011-12-14 |
Luuk van Dijk | gc: add forgotten typecheck in a lonely corner of sinit |
commit | commitdiff | tree |
2011-12-14 |
Luuk van Dijk | gc: inlining (disabled without -l) |
commit | commitdiff | tree |
2011-12-14 |
Andrew Balholm | html: close <button> element before opening a new one |
commit | commitdiff | tree |
2011-12-14 |
Luuk van Dijk | gc: Use %#F in error messages instead of %F. |
commit | commitdiff | tree |
2011-12-14 |
Luuk van Dijk | gc: suppress non-root cause message for bad receivers. |
commit | commitdiff | tree |
2011-12-14 |
Russ Cox | undo CL 5485063 / 21595dc0395a |
commit | commitdiff | tree |
2011-12-14 |
Christopher... | runtime: bump gc 'extra bytes' check |
commit | commitdiff | tree |
2011-12-14 |
Russ Cox | 8c: handle 64-bit switch value |
commit | commitdiff | tree |
2011-12-14 |
Rob Pike | encoding/gob: better error messages when types mismatch |
commit | commitdiff | tree |
2011-12-14 |
Yasuhiro Matsumoto | exp/winfsnotify: fix build. |
commit | commitdiff | tree |
2011-12-14 |
Robert Griesemer | spec: values of underlying type uintptr can be converte... |
commit | commitdiff | tree |
2011-12-13 |
Joel Sing | syscall: regenerate z-files for openbsd |
commit | commitdiff | tree |
2011-12-13 |
Ian Lance Taylor | runtime: Make gc_test test extra allocated space, not... |
commit | commitdiff | tree |
2011-12-13 |
Rob Pike | bufio: make the minimum read buffer size 16 bytes. |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | test/garbage: move to test/bench/garbage |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | fix build, sorry |
commit | commitdiff | tree |
2011-12-13 |
Brad Fitzpatrick | strconv: some allocation tests |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | test/bench: move to test/bench/shootout |
commit | commitdiff | tree |
2011-12-13 |
Florian Weimer | contribute.html: do not fill in the reviewer field |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | A+C: Florian Weimer (individual CLA) |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | math: delete non-Sqrt-based Hypot |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | undo CL 5414048 / f6b994f33cf4 |
commit | commitdiff | tree |
2011-12-13 |
Robert Griesemer | go/printer, godoc: print comments in example code |
commit | commitdiff | tree |
2011-12-13 |
Robert Griesemer | gofmt: simplify flags |
commit | commitdiff | tree |
2011-12-13 |
Andrew Gerrand | gofix: add googlecode module for rewriting Google Code... |
commit | commitdiff | tree |
2011-12-13 |
Roger Peppe | http: close connection after printing panic stack trace |
commit | commitdiff | tree |
2011-12-13 |
Yasuhiro Matsumoto | gofix: add fix httputil |
commit | commitdiff | tree |
2011-12-13 |
Yasuhiro Matsumoto | codereview: fix path slash issue. |
commit | commitdiff | tree |
2011-12-13 |
Christopher... | archive/tar: (test) structure comparison not reflect... |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | math: regularize build |
commit | commitdiff | tree |
2011-12-13 |
Christopher... | cypto/ocsp: fix tests |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | go: implement doc, fmt, fix, list, vet |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | build: disable cgo on Windows/amd64 |
commit | commitdiff | tree |
2011-12-13 |
Rob Pike | strconv: make QuoteRune etc. take a rune argument |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | 5g: fix build |
commit | commitdiff | tree |
2011-12-13 |
Rob Pike | strconv: include package and function name in error... |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | godoc: text wrapping |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | gc: delete DUPOK definition |
commit | commitdiff | tree |
2011-12-13 |
Dave Cheney | exp/ssh: improve client channel close behavior |
commit | commitdiff | tree |
2011-12-13 |
Luuk van Dijk | gc: small fixes to fmt.c |
commit | commitdiff | tree |
2011-12-13 |
Luuk van Dijk | gc: fix use of stackallocated AST node in generation... |
commit | commitdiff | tree |
2011-12-13 |
Rob Pike | doc/go1: time |
commit | commitdiff | tree |
2011-12-13 |
Rob Pike | doc/go1: more package updates |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | gc: implement == on structs and arrays |
commit | commitdiff | tree |
2011-12-13 |
Russ Cox | spec: allow comparison of structs, arrays containing... |
commit | commitdiff | tree |
2011-12-13 |
Nigel Tao | html: update comments to match latest spec. |
commit | commitdiff | tree |
2011-12-13 |
Nigel Tao | html: a first step at parsing foreign content (MathML... |
commit | commitdiff | tree |
2011-12-13 |
Mikio Hara | syscall: regenerate z-files for darwin, freebsd |
commit | commitdiff | tree |
2011-12-13 |
Mikio Hara | net: fix typo |
commit | commitdiff | tree |
2011-12-12 |
Alex Brainman | env.bash: export CGO_ENABLED so cgo tests run |
commit | commitdiff | tree |
2011-12-12 |
Alex Brainman | misc/cgo/test: fix after latest time changes |
commit | commitdiff | tree |
2011-12-12 |
David Symonds | various: a grab-bag of time.Duration cleanups. |
commit | commitdiff | tree |
2011-12-12 |
Russ Cox | time: allow sleep tests to run for 200% too long |
commit | commitdiff | tree |
2011-12-12 |
Ivan Krasin | compress/flate: fix out of bounds error |
commit | commitdiff | tree |
2011-12-12 |
Christopher... | runtime: Changes to the runtime to support NetBSD. |
commit | commitdiff | tree |
2011-12-12 |
Christoph Hack | godoc: added an opensearch description document. |
commit | commitdiff | tree |
2011-12-12 |
Russ Cox | A+C: add Christoph Hack (individual CLA) |
commit | commitdiff | tree |
2011-12-12 |
Andrew Gerrand | doc: add Error Handling article |
commit | commitdiff | tree |
2011-12-12 |
Brad Fitzpatrick | sql: fix missing mutex unlock in an error case |
commit | commitdiff | tree |
2011-12-12 |
Gustavo Niemeyer | reflect: fix Slice cap |
commit | commitdiff | tree |
2011-12-12 |
Sébastien Paolacci | runtime: madvise and SysUnused for Linux |
commit | commitdiff | tree |
2011-12-12 |
Lucio De Re | gc: avoid 0-length C array |
commit | commitdiff | tree |
2011-12-12 |
Anthony Martin | os: fix Plan 9 build for new FileInfo API |
commit | commitdiff | tree |
2011-12-12 |
Anthony Martin | time: fix Plan 9 build for new API |
commit | commitdiff | tree |
2011-12-12 |
Rémy Oudompheng | gc: fix wrong arguments to error message for switches. |
commit | commitdiff | tree |
2011-12-12 |
Robert Hencke | time: gob marshaler for Time |
commit | commitdiff | tree |
2011-12-12 |
Charles L.... | math: fix special cases in Nextafter |
commit | commitdiff | tree |
2011-12-12 |
Christopher... | ld/6l/8l: First pass at changes to the linker to suppor... |
commit | commitdiff | tree |
2011-12-12 |
Christopher... | build: Changes to the build infrastructure for NetBSD. |
commit | commitdiff | tree |
2011-12-12 |
Lucio De Re | gc: add varargck for %lN |
commit | commitdiff | tree |
2011-12-12 |
Russ Cox | gc: allow colon in //line file name |
commit | commitdiff | tree |
2011-12-12 |
Rob Pike | doc/go1: the simpler package changes |
commit | commitdiff | tree |
2011-12-12 |
Roger Peppe | archive/zip: make zip understand os.FileMode. |
commit | commitdiff | tree |
2011-12-12 |
Ian Lance Taylor | net/http: make test remove temporary file and directory |
commit | commitdiff | tree |
2011-12-12 |
Taru Karttunen | crypto/aes: Made faster by eliminating some indirection |
commit | commitdiff | tree |
2011-12-12 |
Andrew Gerrand | doc: remove file.go from run (fix windows build) |
commit | commitdiff | tree |
2011-12-12 |
Rob Pike | doc/go_tutorial: make clear the file example is Unix... |
commit | commitdiff | tree |
2011-12-12 |
Andrew Balholm | html: don't ignore whitespace in or after framesets |
commit | commitdiff | tree |
2011-12-12 |
Andrew Gerrand | doc: add Defer, Panic, and Recover article |
commit | commitdiff | tree |
2011-12-11 |
Rob Pike | net/http: further simplify example program |
commit | commitdiff | tree |
2011-12-11 |
Joel Sing | exp/norm: fix rune/int types in test |
commit | commitdiff | tree |
2011-12-11 |
Lucio De Re | Housekeeping: Cleaning up the clean-up process. |
commit | commitdiff | tree |
2011-12-11 |
Lucio De Re | pkg/runtime/Makefile: sorted object module names. |
commit | commitdiff | tree |
2011-12-11 |
Olivier Duperray | net/http: fix trivial example server |
commit | commitdiff | tree |
2011-12-10 |
Robert Hencke | gotest: use build.ArchChar() |
commit | commitdiff | tree |
2011-12-10 |
Hector Chu | time: fix Time.Add |
commit | commitdiff | tree |
2011-12-10 |
Robert Hencke | spec: adjust complex constant example |
commit | commitdiff | tree |
2011-12-10 |
Robert Hencke | pkg: adjust "the a" in comments |
commit | commitdiff | tree |
2011-12-09 |
Rob Pike | expvar: fix typo in Publish documentation |
commit | commitdiff | tree |
2011-12-09 |
Rob Pike | doc/go1: syscalls, strconv |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | gc: 0 expected bugs |
commit | commitdiff | tree |
next |