]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-03-24 Shenghou Maruntime: use _main instead of main on windows/386
2015-03-24 Shenghou Macmd/internal/ld, runtime: record argument size for...
2015-03-24 Shenghou Maos/signal: skip TestCtrlBreak on windows/386 temporarily
2015-03-24 Nigel Taoimage/internal/imageutil: generate subsample-ratio...
2015-03-24 Matthew Dempskydebug/dwarf, encoding/asn1, go/ast: fix old comments
2015-03-24 Matthew Dempskycmd/internal/ld: edit into more idiomatic Go code
2015-03-23 Nigel Taoimage/internal/imageutil: new package, used by image...
2015-03-23 Sebastien Binetcmd/go: allow go get with local path
2015-03-23 Brad Fitzpatrickregexp: fix link to RE2 syntax
2015-03-23 Brad Fitzpatrickdoc: add cmd/trace to go1.5.txt
2015-03-23 Brad Fitzpatrickdoc: update go1.5.txt
2015-03-23 Robert Griesemerdoc/go1.5.txt: updated (composite literal lang. change...
2015-03-23 David Crawshawsyscall: disable test that forks on darwin/arm
2015-03-23 Joe Harrisonmime: add "image/svg+xml" type for extension ".svg"
2015-03-23 Michael Matloobregexp: port RE2's bitstate backtracker to the regexp...
2015-03-23 Michael MacInnissyscall: Add Foreground and Pgid to SysProcAttr
2015-03-23 David Crawshawnet/http: enable segfaulting test on darwin/arm
2015-03-23 Mikio Haranet: fix TestInterfaces, TestInterfaceAddrs on platform...
2015-03-23 Brad Fitzpatricknet/http: ignore the Unix epoch time in ServeContent
2015-03-21 Nigel Taoimage/color: add alpha-premultiplied comment.
2015-03-21 Joel Singruntime: fix return values for open/read/write/close...
2015-03-21 Dave Cheneyruntime: fix linux/amd64p32 build
2015-03-20 Robert Griesemerspec: extend type omission rules for composite literal...
2015-03-20 Jeremy Schlattercmd/go: Delete some unused code.
2015-03-20 Robert Griesemergo/parser: permit type elision from composite literal...
2015-03-20 Robert Griesemermath/big: enable pure Go (no assembly) build with build tag
2015-03-20 Russ Coxcmd/internal/gc: inline x := y.(*T) and x, ok := y...
2015-03-20 Russ Coxcmd/internal/gc: move cgen, regalloc, et al to portable...
2015-03-20 Rob Pikehtml/template: fix crash when escaping incomplete template
2015-03-20 areskibytes, os/exec, strings: fix a few BUG comments
2015-03-20 Kato Kazuyoshios: don't return Chmod's error from Mkdir and OpenFile
2015-03-20 Robert Griesemercmd/internal/gc: remove dead code
2015-03-20 Robert Griesemercmd/internal/gc: use big.Int to represent Mpint bits
2015-03-20 Austin Clementsruntime: exit getfull barrier if there are partial...
2015-03-20 Austin Clementsruntime: document subtlety around entering mark termination
2015-03-20 Alexandre Cesaromime/quotedprintable: add writer
2015-03-20 Russ Coxruntime: fix arm build
2015-03-20 Russ Coxcmd/internal/gc: move componentgen into portable code
2015-03-20 Russ Coxcmd/internal/gc: increase registerization limits
2015-03-20 Russ Coxcmd/internal/gc: cache ProgInfo in Prog
2015-03-20 Russ Coxcmd/internal/obj: replace Addr.U struct {...} with...
2015-03-20 Russ Coxruntime: implement atomicand8 atomically
2015-03-20 Russ Coxcmd/6g: allow componentgen of slice inside struct
2015-03-20 Russ Coxcmd/internal/obj/x86: fix duffcopy/duffzero for GOEXPER...
2015-03-20 Shenghou Matesting: document that flag.Parse is not called when...
2015-03-20 Shenghou Macrypto/x509: document that DecryptPEMBlock cannot detec...
2015-03-20 Russ Coxcmd/internal/obj: shuffle link.go to put declarations...
2015-03-20 Russ Coxcmd/internal/gc: change Naddr to take a *Addr to fill in
2015-03-20 Russ Coxcmd/dist: add //line to copied bootstrap files
2015-03-20 Russ Coxruntime: add GODEBUG=sbrk=1 to bypass memory allocator...
2015-03-19 Russ CoxRevert "cmd/internal/gc: add internConcat for alloc...
2015-03-19 Josh Bleecher... cmd/internal/gc: add internConcat for alloc-free string...
2015-03-19 Quoc-Viet Nguyennet/http/pprof: Correct body tag in index template
2015-03-19 David Crawshawcmd/dist: re-disable android test
2015-03-19 David Crawshawcmd/dist: update android testing TODO, add iOS
2015-03-19 Robert Griesemercmd/internal/gc: remove duplicate copyright notice
2015-03-19 Josh Bleecher... cmd/internal/gc: fix broken build
2015-03-19 Josh Bleecher... cmd/internal/gc, runtime: speed up some cases of _...
2015-03-19 Josh Bleecher... cmd/internal/gc: clean up walk conv* and assert*
2015-03-19 Austin Clementsruntime: combine gcWorkProducer into gcWork
2015-03-19 Austin Clementsruntime: don't use cached wbuf in markroot
2015-03-19 Austin Clementsruntime: run concurrent mark phase on regular stack
2015-03-19 Austin Clementsruntime: improve comment in concurrent GC
2015-03-19 Austin Clementsruntime: remove pointless harvestwbufs
2015-03-19 Austin Clementsruntime: remove out of date comment
2015-03-18 Josh Bleecher... runtime: delete old .h files
2015-03-18 Josh Bleecher... cmd/internal/gc: speed up large string switches
2015-03-18 Josh Bleecher... runtime: fix minor typo
2015-03-18 Josh Bleecher... all: use "reports whether" in place of "returns true...
2015-03-18 Dmitry Vyukovruntime: add a select test
2015-03-18 Aaron Jacobsbufio: fix incorrect comment on Scanner.Scan
2015-03-18 Adam Langleycrypto/tls: disable RC4 by default.
2015-03-18 Adam Langleycrypto/tls: panic with unknown hash functions.
2015-03-18 Adam Langleycrypto/{ecdsa,rsa}: always use io.ReadFull with crypto...
2015-03-18 Ian Lance Taylorcmd/go: don't crash on unknown GOARCH unless we actuall...
2015-03-17 Robert Griesemermath/big: clearer semantics for Float.Scan
2015-03-17 David Chasecmd/internal/gc: add a comment to esc.go
2015-03-17 Russ Coxruntime: fix writebarrier throw in lock_sema
2015-03-17 Rick Hudsonruntime: Remove write barriers during STW.
2015-03-17 David Crawshawruntime: copy env strings on startup
2015-03-17 Robert Griesemermath/big: cleaner handling of exponent under/overflow
2015-03-17 Dmitry Vyukovruntime: fix comment
2015-03-17 Dmitry Vyukovruntime: remove futile wakeups from trace
2015-03-17 David Crawshawruntime/cgo: catch EXC_BAD_ACCESS on darwin/arm
2015-03-17 Dave Cheneytest: fix recover4 test on 64kb systems
2015-03-17 Jeremy Jackinscmd/yacc: fix path in documentation
2015-03-17 Dave CheneyRevert "test: disable recover4 test to fix ppc64 builds"
2015-03-17 Dave Cheneytest: disable recover4 test to fix ppc64 builds
2015-03-17 Austin Clementsruntime: factor object dumping code out of greyobject
2015-03-17 Austin Clementsruntime: fix out of date comment
2015-03-17 Russ Coxcmd/internal/gc: mv builtins builtin
2015-03-17 Russ Coxcmd/6g: make proginfo register bits constants
2015-03-17 Russ Coxcmd/internal/obj/x86: minor optimization
2015-03-17 Russ Coxcmd/internal/gc: fmt.Sprintf elimination and minor...
2015-03-17 Russ Coxcmd/...: remove use of func() { ... }() in loop increment
2015-03-17 Russ Coxcmd/internal/gc: add -d disablenil debug option to...
2015-03-17 Russ Coxcmd/gc: rewrite argtype to substitute in a single pass
2015-03-17 Russ Coxcmd/dist: show reason for command failure
2015-03-17 Russ Coxcmd/internal/obj: reimplement line history
2015-03-16 Joël Stemmercrypto/tls: return correct hash function when using...
next