]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-09-09 Marvin Stengercmd/compile/internal/gc: convert fields of Symlink...
2015-09-09 Rob Pikedoc: fix typo in go1.6.txt
2015-09-09 Rob Piketext/template: provide a way to trim leading and traili...
2015-09-09 Konstantin... all: minor documentation tweaks for constants
2015-09-09 Nigel Taoimage/png: reject zero-width and zero-height images.
2015-09-09 Nigel Taocompress/lzw: tidy up some flush calls.
2015-09-09 Michael Hudson... cmd/dist, cmd/link: force external linking for shared...
2015-09-09 Austin Clementsruntime: add high-level description of how stack barrie...
2015-09-09 Austin Clementsruntime: move stack barrier code to its own file
2015-09-09 Chris Broadfootdoc: document go1.5.1
2015-09-09 Dave Cheneycmd/internal/obj: remove unused code
2015-09-08 Michael Hudson... cmd/internal/ld: put read-only relocated data into...
2015-09-08 Shenghou Macmd/compile/internal/mips64: copy cmd/compile/internal...
2015-09-08 Shenghou Macmd/internal/obj/mips: copy cmd/internal/obj/ppc64
2015-09-08 Michael Hudson... cmd/internal/obj: remove dead code and small cleanups
2015-09-08 Brad FitzpatrickAUTHORS: add Oracle as corporate copyright holder
2015-09-08 Rob Pikedoc: mention that go install removes binaries built...
2015-09-08 Rob Pikedoc: strconv.QuoteToGraphic in go1.6.txt
2015-09-08 Rob Pikestrconv: add QuoteToGraphic and friends
2015-09-08 Marvin Stengercmd/compile/internal/gc: convert fields of Type to...
2015-09-08 Marvin Stengercmd/compile/internal/gc: convert fields of Pkg to bool
2015-09-08 Håvard Haugencmd/compile/internal/gc: unexport and make Hasdefer...
2015-09-08 Marvin Stengercmd/compile/internal/gc: remove unused field Type.Siggen
2015-09-08 Håvard Haugencmd/compile: make importlist a []*Node instead of ...
2015-09-08 Dave Cheneycmd/compile/internal/gc: convert Type.Broke into a...
2015-09-07 Dave Cheneycmd/compile/internal/gc: convert Label.Used to bool
2015-09-07 Michael Hudson... runtime: remove unused FUNCDATA_DeadValueMaps
2015-09-07 Marvin Stengercmd/compile/internal: some janitoring
2015-09-07 Michael Hudson... runtime: add stub sigreturn on arm
2015-09-07 Dave Cheneycmd/dist: fix mkzversion to produce gofmt'd output
2015-09-06 Dave Cheneycmd/compile: convert typecheck_stack to []*Node
2015-09-05 Didier Speziacmd/asm: fix another infinite loop in register list...
2015-09-05 Dave Cheneycmd/compile: use []*Node instead of NodeList in bottomU...
2015-09-05 Paul Marksnet: Make Listen(":port") use IPv6 when IPv4 is not...
2015-09-05 Dave Cheneycmd/compile: use []*Node instead of NodeList in sinit
2015-09-05 Russ Coxreflect: record unsafe.Pointer, not uintptr, during...
2015-09-05 Robert Griesemercmd/compile/internal/gc: fix go.y (rename of Fatal...
2015-09-04 Shawn Walker... cmd/go: fix Go buildid reading on Solaris
2015-09-04 Dave CheneyRevert "cmd/internal/ld: put read-only relocated data...
2015-09-04 Dan Petersonnet: make DNSError.Temporary return true on SERVFAIL
2015-09-04 Artyom Pervukhinnet/http: optimize some io.Copy calls by reusing buffers
2015-09-04 Nodir Turakulovnet/http/httptest: ResponseRecorder.WriteString
2015-09-04 Didier Speziacmd/compile/internal: slice/map literals janitoring
2015-09-04 Didier Speziaimage/gif: map/slice literals janitoring
2015-09-04 Michael Hudson... cmd/compile, cmd/go: generate position independent...
2015-09-04 Michael Hudson... runtime: teach softfloat interpreter about "add r11...
2015-09-04 Shenghou Macmd/link/internal/ld: align PE .text section to 32...
2015-09-04 Michael Hudson... cmd/internal/ld: put read-only relocated data into...
2015-09-04 Michael Hudson... cmd/asm: fix handling of nested #if[n]defs
2015-09-04 Alex Brainmaninternal/syscall/windows/registry: do not panic when...
2015-09-04 Andrew Gerrandall: remove executable bit from several files
2015-09-04 Michael Hudson... cmd/link: only embed runtime.goarm in the module that...
2015-09-04 Shenghou Macmd/compile/internal/gc: allow //go:systemstack only...
2015-09-04 Joe Tsaihash: update documentation for MakeTable in crc32 and...
2015-09-03 Michael Hudson... Revert "cmd/link: only embed runtime.goarm in the modul...
2015-09-03 Rob Pikenet/rpc: don't exit if Accept gets an error
2015-09-03 Alexander Morozovsyscall: fix formatting calls in tests
2015-09-03 Rob Pikecmd/asm: handle CMPF and CMPD on ARM
2015-09-03 Chris Hinesdatabase/sql: close bad connections in commit or rollback:
2015-09-03 Michael Hudson... cmd/link: only embed runtime.goarm in the module that...
2015-09-03 Michael Hudson... cmd/internal/obj: some platform independent bits of...
2015-09-03 Andrew Gerranddoc: add Go Security Policy document
2015-09-03 Michael Hudson... cmd/internal/obj: remove Link.Tlsoffset
2015-09-03 Joe Tsaicompress/flate: simplify inflate logic
2015-09-03 Michael Hudson... runtime: fixes for arm64 shared libraries
2015-09-02 Didier Speziacmd/asm: fix several panics with erroneous input
2015-09-02 Håvard Haugencompile/internal/gc: make typecheckok a bool
2015-09-02 Rob Pikecmd/doc: document that json.Decode documents encoding...
2015-09-02 Rob Pikecmd/vet: diagnose using Printf on a function value
2015-09-02 Andrew Gerranddoc: only show Share button when enabled
2015-09-01 Håvard Haugencmd/compile/internal/gc: use slice instead of NodeList...
2015-09-01 Håvard Haugencmd/compile/internal/gc: remove dead code found by vet
2015-09-01 Dan Petersonnet/http: make FileServer sort directory entries
2015-09-01 Fabian Wickbornbuild: Fix bootstrap.bash for official source tarballs
2015-09-01 Michael Hudson... cmd/link: remove some dead code
2015-09-01 Brad Fitzpatrickio: add WriteString support to MultiWriter
2015-09-01 Nigel Taoio/ioutil: clarify docs for ReadDir sort order.
2015-09-01 Nigel Taoimage/draw: optimize out some bounds checks.
2015-08-31 Paul Marksnet: Increase the acceptable delay in TestDialerDualstack
2015-08-31 Dave Cheneycmd/internal/obj/arm: remove CASE and BCASE
2015-08-31 Keith Randallruntime: soften up hash checks a bit
2015-08-31 Shenghou Mafmt: fix scientific notation in docs
2015-08-31 Shenghou Maruntime: implement cmpstring and bytes.Compare in assem...
2015-08-31 Alexander Morozovsyscall: remove unused kernelVersion function from...
2015-08-31 Alexander Morozovsyscall: move check of unprivileged_userns_clone to...
2015-08-31 Dave Cheneyinternal/obj/arm64: remove CASE and BCASE
2015-08-31 Aaron Jacobsos: remove a redundant branch in File.Read.
2015-08-31 Håvard Haugencmd/compile/internal/gc: rename Fatal to Fatalf
2015-08-31 Michael Hudson... cmd/link: pass value being relocated to archreloc
2015-08-30 Shenghou Manet: add -lsendfile to cgo LDFLAGS for solaris
2015-08-30 Austin Clementsruntime: check that stack barrier unwind is in sync
2015-08-30 Austin Clementsruntime: add GODEBUG for stack barriers at every frame
2015-08-30 Austin Clementsruntime: don't install a stack barrier in cgocallback_g...
2015-08-30 Adam Langleycrypto/x509: emit PKIX names in a more standard order.
2015-08-30 Adam Langleycrypto/tls: reject ServerHellos with empty ALPN protocols.
2015-08-29 aubblecrypto/tls: note in comments that setting GetCertificat...
2015-08-29 Vlad Krasnovcrypto/aes: dedicated asm version of AES-GCM
2015-08-29 aubblecrypto/tls: allow tls.Listen when only GetCertificate...
2015-08-29 Håvard Haugentesting/quick: terminate for arbitrary recursive types
2015-08-29 David Leon Gilmath/big: use optimized formula in ModSqrt for 3 mod...
next