]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-06-17 Andrew Gerrandgoinstall, go/build: support building cgo packages
2011-06-17 Nigel Taodoc/effective_go: add a note about prefixing error...
2011-06-17 Nigel Taoregexp: add a package prefix to error strings.
2011-06-17 Alex Brainmancgo: make file path work for windows
2011-06-16 Brad Fitzpatrickhttp: document http client/transport thread safety
2011-06-16 Russ Coxunicode: add case folding tables
2011-06-16 Brad Fitzpatrickhttp: make Headers be source of truth
2011-06-16 Volker Doblerxml: allow attributes without value in non-strict mode.
2011-06-16 Russ CoxA+C: Volker Dobler (individual CLA)
2011-06-16 Brad Fitzpatrickmime/multipart: convert Reader from interface to struct
2011-06-16 Russ Coxruntime/cgo: fix for OS X 10.7
2011-06-16 Rob Pikesort: change the name of Float64Array to Float64Slice.
2011-06-16 Russ Coxtag release = release.r57.2
2011-06-16 Russ Coxtag release.r57.2
2011-06-16 Rob Pikedocs/GoCourseDay1.pdf: fix error in operator table.
2011-06-16 Russ Coxdoc: document r57.2
2011-06-16 Russ Cox6g, 8g: fix goto fix
2011-06-16 Robert Griesemergo/printer, gofmt: print "select {}" on one line
2011-06-16 Russ Coxgc: work around goto bug
2011-06-16 Russ Coxbuild: use awk instead of giant egrep regexp
2011-06-16 Dave Cheneygo/build: support building cgo packages on non intel...
2011-06-16 Nigel Taoimage/draw: add an Op argument to Draw.
2011-06-16 Yasuhiro Matsumotosyscall: use strict in perl scripts
2011-06-15 Russ Coxundo CL 4557047 / 8818ac606e92
2011-06-15 Robert Griesemergodoc: replace direct OS file system accesses in favor
2011-06-15 Rob Pikedoc/effective_go.html: replace tab with spaces.
2011-06-15 Rob Pikehttp: use runtime/debug.Stack() to dump stack trace...
2011-06-15 Andrew Gerrandgo/build: better, self-contained tests
2011-06-15 Scott Lawrencegofix: Fix inconsistent indentation in help output
2011-06-15 Dave Cheneygo/build: remove crud in cgotest/_obj
2011-06-15 Andrew Gerrandgo/build: fix build and clean ups
2011-06-15 Andrew Gerrandgo/build: record all cgo intermediate files (fix build)
2011-06-15 Andrew Gerrandgoinstall: use go/make package to scan and build packages
2011-06-15 Yasuhiro Matsumotosyscall: mksyscall_windows.pl should output unix newline.
2011-06-14 David Symondsmail: cosmetic fixes.
2011-06-14 Russ Coxexp/regexp/syntax: more escapes, character classes
2011-06-14 Lucio De Rebuild: fix header files for Plan 9
2011-06-14 Gustavo Niemeyerld: make .rodata section read-only
2011-06-14 Gustavo Niemeyerdebug/elf: rename test .o files to .obj
2011-06-14 Mikio Haranet: export all fields in Interface
2011-06-14 Jeff Hodgessyscall: add ptrace on darwin
2011-06-14 Maxim Ushakovxml: handle non-string attribute fields
2011-06-14 Alex Brainmanexec: make LookPath work even when PATHEXT env variable...
2011-06-14 William Chanhttp/spdy: improve error handling.
2011-06-14 Yuval Pavel... syscall: fix Plan 9 build.
2011-06-14 Mikio Harasyscall: update BPF support for BSD variants
2011-06-14 Yuval Pavel... os: Plan 9, fix OpenFile & Chmod. Update tests.
2011-06-14 Wei Guangjingld: fix link Windows PE __declspec(dllimport) symbol
2011-06-14 Luuk van Dijkgc: frame compaction for arm.
2011-06-14 Russ Coxsyscall, os, exec: introduce *syscall.SysProcAttr field...
2011-06-14 David Symondsmail: decode RFC 2047 "B" encoding.
2011-06-14 Rob Pikedoc/gopher: add a small gif to use as an app engine...
2011-06-14 Rob Pikedoc/gopher: add jpgs of the goggled gopher logo for...
2011-06-14 Rob Pikeos: be explicit in the package comment that this packag...
2011-06-13 Robert Griesemergo spec: specify constant conversions
2011-06-13 Robert Griesemergo spec: unsafe.Alignof/Offsetof/Sizeof return uintptr
2011-06-13 Russ Coxbuild: stop early if commands are missing
2011-06-13 Russ Coxcgo: handle new Apple LLVM-based gcc from Xcode 4.2
2011-06-13 Adam Langleycrypto/openpgp: flesh out Encrypt by adding support...
2011-06-13 Luuk van Dijkld: dwarf emit filenames in debug_line header instead...
2011-06-13 Russ Coxexp/regexp/syntax: syntax data structures, parser
2011-06-13 Stephen Magc: handle go print() and go println()
2011-06-13 Rob Pikeexp/template: lexical scanner for new template package.
2011-06-13 Alex Brainmannet: rearrange source files so we could run more tests...
2011-06-12 Robert Griesemergo spec: clarify rules for append, scope rules for :=
2011-06-11 Alex Brainmanmime/multipart: allow for temp files to be removed...
2011-06-11 Yasuhiro Matsumotonet: Sendfile for win32.
2011-06-11 Robert Griesemergo/scanner: partially revert CL4538096 now that we...
2011-06-11 Robert Griesemerio/ioutil: fix typo in comment
2011-06-11 Rob Pikefmt: debugging formats for characters: %+q %#U
2011-06-10 Rob Pikesort: change IntArray etc. to IntSlice for better name...
2011-06-10 Robert GriesemerGo memory model: minor clarification
2011-06-10 Adam Langleycrypto/openpgp: build fix (unreviewed)
2011-06-10 Adam Langleycrypto/openpgp: add ability to encrypt messages.
2011-06-10 David Symondsbike/shed: new package.
2011-06-10 Yuval Pavel... runtime: fix Plan 9 "lingering goroutines bug".
2011-06-10 Rob Pikedocs: Update notes for 3-day Go course.
2011-06-10 Andrew Gerrandtag weekly.2011-06-09
2011-06-10 Andrew Gerrandweekly.2011-06-09 weekly.2011-06-09
2011-06-10 Nigel Taoimage: add Paletted.Set, and a basic test of the concre...
2011-06-10 Andrew Gerrandsync/atomic: fix arm check64 bug
2011-06-10 Dave Cheneygopack: make unused page function a fatal error
2011-06-10 Brad Fitzpatrickhttp: fix regression permitting io.Copy on HEAD response
2011-06-10 Dave Cheneygopack: remove warning from the use of mktemp
2011-06-09 David Symondsmail: decode RFC 2047-encoded words, not phrases.
2011-06-09 Russ Cox5l: fix softfloat nits
2011-06-09 Russ Coxgc: compactframe breaks arm - fix build
2011-06-09 Luuk van Dijkgc: nit
2011-06-09 Russ Cox5l: delete dead code
2011-06-09 Luuk van Dijkgc: compact stackframe
2011-06-09 Fan Hongjianmath: add sqrt_arm.s and sqrtGoC.go as fallback to...
2011-06-09 Russ CoxA+C: Fan Hongjian (individual CLA)
2011-06-09 Quan Yong Zhairuntime: improve memmove
2011-06-09 Russ Coxgc: nits
2011-06-09 Rob PikeAC: s/Jeffrey M Hodges/Jeff Hodges/
2011-06-09 Alex Brainmanruntime: increase maximum number of windows callbacks
2011-06-09 David Symondsmail: decode "Q"-encoded mail addresses.
2011-06-08 Nigel Taocompress/lzw: reduce decoder buffer size from 3*4096...
2011-06-08 Brad Fitzpatrickhttp: fix handling of 0-lengthed http requests
2011-06-08 Brad Fitzpatrickhttp: change most map[string][]string types to new...
next