]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-11 Russ Cox6g: fix out of registers bug
2012-02-11 Mikio Haranet: fix comment, make use of listenerBacklog
2012-02-11 Mikio Haranet: enable SO_REUSEADDR, SO_REUSEPORT options on strea...
2012-02-11 Robert Griesemerfix build: update image/png test
2012-02-11 Nigel Taoflate: delete WrongValueError type.
2012-02-11 Bjorn Tiplingnet/http: fix reference to URL.RawPath in docs
2012-02-11 Gustavo NiemeyerCONTRIBUTORS: add Bjorn Tipling <bjorn.tipling@gmail...
2012-02-11 Gustavo Niemeyercmd/dist: reset version during bootstrap
2012-02-10 Nigel Taocompress: add comments to gzip and zlib.
2012-02-10 Luuk van Dijkcmd/gc: suspend safemode during typecheck of inlined...
2012-02-10 Brad Fitzpatrickos,syscall: fix windows build
2012-02-10 James Whiteheadexp/types: Use build.FindTree in GcImporter
2012-02-10 Robert Griesemergo/printer: test that formatted code is parseable
2012-02-10 Robert Griesemergo/printer: implement SourcePos mode
2012-02-10 Nigel Taocompress: make flate, gzip and zlib's NewWriterXxx...
2012-02-10 Russ Coxbuilder: set $GOBUILDEXIT for Windows
2012-02-10 Russ Coxregexp/syntax: delete old package comment
2012-02-10 Alex Brainmanall.bat: report error code back to the gobuilder
2012-02-10 Andrew Gerranddebug/macho: dropped monstrous URL from package comment
2012-02-10 Rob Pikeregexp/syntax: add package and Parse commentary
2012-02-10 Rob Pikemath: fix gamma doc, link to OEIS
2012-02-10 Russ Coxdashboard: add gobuilder -fail mode
2012-02-10 Daniel Theophanesdist: prevent recusive loop on windows when fatal(...
2012-02-10 Rob Pikereflect: documentation tweaks
2012-02-10 Brad Fitzpatrickos/exec: add Cmd.Waitmsg, fix a misleading comment
2012-02-10 Rob Pikestrings: delete method comments implied by interface...
2012-02-10 Rob Piketesting/quick: documentation tweaks
2012-02-10 Rob Piketesting/iotest: adjust adverbial imprecision in package...
2012-02-10 Rob Piketesting/script: delete
2012-02-10 Rob Pikeunicode: various documentation tweaks
2012-02-10 Rob Piketemplate: refer HTML users to html/template
2012-02-10 Brad Fitzpatrickos: delete Exec, NewFile takes uintptr, rename ShellExp...
2012-02-10 Rob Pikeunicode/utf8: document return value for decode errors
2012-02-10 Rob Piketime: improve commentary about standard time and format...
2012-02-10 Rob Piketesting: fix references to "gotest"
2012-02-10 Alex Brainmanmake.bat: remove double quotes
2012-02-10 Brad Fitzpatrickos: remove Time; callers should use time.Time.
2012-02-09 Brad Fitzpatricknet/http/fcgi: don't mention threads in docs
2012-02-09 Robert Griesemertext/scanner: update comments
2012-02-09 Brad Fitzpatrickregexp: name result parameters referenced from docs
2012-02-09 Brad Fitzpatrickdatabase/sql: remove Into from ScannerInto/ScanInto
2012-02-09 Rob Pikecontainer/heap: add example
2012-02-09 Brad Fitzpatrickcmd/api: follow constant references
2012-02-09 Brad Fitzpatricknet/http: add ServeContent
2012-02-09 Rob Pikeencoding/binary: another attempt to describe the type...
2012-02-09 Gustavo Niemeyercmd/dist: fix GOROOT_FINAL
2012-02-09 Rob Pikeencoding/hex: vet the test prints
2012-02-09 Alex Brainmancompress/gzip: remove dead code
2012-02-09 Andrew Balholmdatabase/sql: support ErrSkip in Tx.Exec
2012-02-09 Alex Brainmancmd/dist: do not use HEAP_GENERATE_EXCEPTIONS flag
2012-02-09 Brad Fitzpatrickdatabase/sql: rename ErrTransactionFinished to ErrTxDone
2012-02-09 Shenghou Maruntime: Linux/ARM: exit early on OABI systems, and...
2012-02-09 Brad Fitzpatrickstrings: add Seek method to Reader
2012-02-09 Rob Pikeos: talk about errors and PathError in the package...
2012-02-09 Russ Coxruntime: fix compiler warnings
2012-02-09 Brad Fitzpatricknet/http/httptest: add a test
2012-02-09 Russ Coxgc: implicit type bug fix in export data
2012-02-09 Brad Fitzpatrickdatabase/sql: more tests
2012-02-09 Alex Brainmangobuilder: fix windows builder
2012-02-09 Rob Pikelog/syslog: fix documentation for NewLogger
2012-02-09 Rob Pikefmt: scan FALSE correctly
2012-02-09 Rob Pikecmd/go: rearrange help for 'go test'
2012-02-09 Brad Fitzpatricknet/http: remove an errant space
2012-02-09 Gary Burdgo/doc: Handle recursive embedded types.
2012-02-09 Rob Pikeencoding/binary: slices are allowed; say so
2012-02-09 Rob Pikeencoding/binary: add Size, to replace the functionality...
2012-02-09 Andrew Gerrandmisc/dist: new hierarchy for binary distribution packag...
2012-02-08 Mikio Haratext/template/parse: fix comment
2012-02-08 Rob Pikedoc: new document about compatibility of releases
2012-02-08 Shenghou Maruntime: fix "SysReserve returned unaligned address...
2012-02-08 Rob Pikebytes.Buffer: return error in WriteTo if buffer is...
2012-02-08 Rob Pikelog/syslog: return length of data provided by the user...
2012-02-08 Shenghou Macmd/dist: redure max background tasks nr. when building...
2012-02-08 Russ Coxcmd/go: let go tool invocation use stdin
2012-02-08 Russ Coxspec: address CL 5647054 comments
2012-02-08 Russ Coxcmd/dist: make 'make' quieter for developers
2012-02-08 Russ Coxspec: send on closed channel counts as "proceeding"
2012-02-08 Rob Pikedoc/go1: mention that the compiler catches TotalSize...
2012-02-08 Robert Griesemergo/scanner: clean up error interface
2012-02-08 Paul Bormanruntime: drop to 32 bit malloc if 64 bit will not work
2012-02-08 Shenghou Macmd/dist: pass correct -DGOARCH_$GOARCH flag to gcc.
2012-02-08 Russ Coxspec: disallow recursive embedded interfaces
2012-02-08 Russ Coxspec: add forward links from 'method set' to where...
2012-02-08 Russ Coxnet/http: panic on duplicate registrations
2012-02-08 Russ Coxencoding/json: document buffering
2012-02-08 Robert Griesemergofmt: replace defunct test.sh with a go test
2012-02-08 Dmitriy Vyukovcmd/dist: fix copying of cmd/prof
2012-02-08 Russ Coxcmd/dist: pass -m32 or -m64 to link too, not just compile
2012-02-08 Russ Coxruntime, pprof: add profiling of thread creation
2012-02-08 Jamie Gennis6g,8g: make constant propagation inlining-friendly.
2012-02-08 Russ CoxCONTRIBUTORS: code review email for Jamie Gennis
2012-02-08 Russ Coxregexp: fix typo
2012-02-08 Andrew Pritcharddatabase/sql: treat pointers as nullable types like...
2012-02-08 Brad Fitzpatrickcmd/go: connect os.Stdin for go run
2012-02-08 Russ Coxcmd/dist: respect $CC, as quietgcc.bash used to
2012-02-08 Brad FitzpatrickA+C: add Andrew Pritchard (Individual CLA)
2012-02-08 Russ Coxregexp: allow substitutions in Replace, ReplaceString
2012-02-08 Russ Coxtime: clean up MarshalJSON, add RFC3339 method
2012-02-08 Russ Coxstrconv: handle very large inputs
2012-02-08 Russ Coxfmt: diagnose invalid verb applied to pointer
next