]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-13 Andrew Gerrandarchive/zip: hide Write method from *Writer type
2012-02-13 Andrew Gerrandruntime, syscall: fix freebsd-386 build
2012-02-13 Brad Fitzpatricknet/http: add a Linux-only sendfile test
2012-02-13 Andrew Gerrandruntime, syscall: fix freebsd build
2012-02-13 Russ Coxcmd/cgo: omit //line in -godefs, -cdefs output
2012-02-13 Russ Coxfix: add fix for crypto type change
2012-02-13 Russ Coxgc: delete old unsafe functions
2012-02-13 Robert Griesemergo/doc: don't lose exported consts/vars with unexported...
2012-02-13 Rob Piketext/template: drop reference to os.EPERM in the test
2012-02-13 Robert Griesemergo/printer, gofmt: don't indent line directives
2012-02-13 Shenghou Maexp/norm: fix typo
2012-02-13 Ian Lance Taylorspec: clarify implementation restrictions on untyped...
2012-02-13 Shenghou Maall: update 'gotest' to 'go test'
2012-02-13 Darren Elwood8a, 8l: add LFENCE, MFENCE, SFENCE
2012-02-13 Russ CoxA+C: Darren Elwood (individual CLA)
2012-02-13 Russ Coxos/signal: selective signal handling
2012-02-13 Adam Langleycrypto/...: more fixes for bug 2841
2012-02-13 Marcel van... exp/norm: merged charinfo and decomposition tables...
2012-02-13 Rob Pikespec: strings are more slices than arrays
2012-02-13 Andrew Gerrandgodoc: new design
2012-02-13 Andrew Gerrandmisc/dist: add binary distribution packaging script...
2012-02-13 Anthony Martingc, 8g, 8l: fix a handful of warnings
2012-02-13 Ian Lance Taylorsync/atomic: disable hammer pointer tests on wrong...
2012-02-13 Russ Coxstrconv: disable issue 2917 test
2012-02-13 Russ Coxsyscall: make linux Dup2 match other systems
2012-02-13 Russ Coxcmd/fix: warn about exp, old, deleted packages
2012-02-13 Hong Ruiqinet/http: use mtime < t+1s to check for unmodified
2012-02-13 Hong RuiqiA+C: Hong Ruiqi (individual CLA)
2012-02-13 Russ Coxtesting: use runtime/debug to format panics
2012-02-13 Russ Coxtesting: use runtime/debug to format panics
2012-02-13 Russ Coxruntime: delete Type and implementations (use reflect...
2012-02-13 Russ Coxnet: avoid TCP self-connect
2012-02-13 Russ Coxstrconv: add tests for issue 2917
2012-02-13 Rob Pikenet/http/pprof: link to blog post
2012-02-13 Russ Coxnet/http: fix http_proxy parsing
2012-02-13 Russ Coxcmd/go: respect test -timeout flag
2012-02-13 Russ Coxcmd/dist: encoding/gob is no longer required for cmd/go
2012-02-13 Russ Coxnet/http: document use of DetectContentType
2012-02-13 Russ Coxbuild: reject make.bash on Windows
2012-02-13 Robert Griesemergo spec: method names must be unique
2012-02-13 Mikio Haranet: disable wild use of SO_REUSEPORT on BSD variants
2012-02-13 Rob Pikespec: typographical adjustment for ellipsis
2012-02-13 Rob Pikegodoc: static ids should be #lowercase
2012-02-13 Alex Brainmanbuilder: really set $GOBUILDEXIT for Windows
2012-02-13 Gustavo Niemeyeros: clarify docs for link functions
2012-02-13 Brad Fitzpatrickstrings: more examples
2012-02-12 Rob Pikego1: fix old reference to Sys method
2012-02-12 Yves Junqueirapprof: fix import path in the documentation
2012-02-12 Mikio Haranet: fix windows build
2012-02-12 Anthony Martinbuild: get rid of deps.bash
2012-02-12 Bjorn Tiplinghtml/template: Added more explicit wording about exampl...
2012-02-11 Rob Pikego1: update recipe for recovering Stat_t
2012-02-11 Rob Pikeeffective_go: use new map deletion syntax
2012-02-11 Rob Pikeunsafe: Alignof and Offsetof now use the same style
2012-02-11 Russ Coxgc: diagnose field+method of same name
2012-02-11 Russ Coxgc: print detail for typechecking loop error
2012-02-11 Russ Coxgc: fix bug introduced earlier
2012-02-11 Russ Coxgc: make constant arith errors a little more friendly
2012-02-11 Robert Griesemergofmt: fix error message in test
2012-02-11 Russ Coxgc: fix import of struct type in struct literal
2012-02-11 Ian Lance Taylorruntime: put lockorder before pollorder in Select memor...
2012-02-11 Russ Coxgc: optimize interface ==, !=
2012-02-11 Russ Cox5g: fix out of registers bug
2012-02-11 Mikio Haracmd/dist: clear execute bit from source file
2012-02-11 Russ Coxgc: add test case for issue 1743
2012-02-11 Russ Coxgc: diagnose init loop involving func
2012-02-11 Russ Coxgc: eliminate duplicate ambiguous selector message
2012-02-11 Russ Cox8g: fix opt bug
2012-02-11 Rob Piketext/template/parse: deep Copy method for nodes
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
next