]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2015-06-26 Andrew Gerranddoc: suggest security@golang.org for reporting security...
2015-06-26 Matt Layherdoc/go1.5.html: fix typo
2015-06-26 Aaron JacobsFix several out of date references to 4g/5g/6g/8g/9g.
2015-06-26 Rob Pikespec: fix bare & in HTML
2015-06-26 Andrew Gerrandmath: explain OEIS link
2015-06-25 Brad Fitzpatricknet/http: tolerate old buggy user agents, per RFC 2616...
2015-06-25 Mikio Haramisc/cgo/testcshared: don't leave garbages after test
2015-06-25 Rob Pikedoc: first cut at prose for big changes in go1.5.html
2015-06-25 Dmitry Vyukovruntime/race: fix test driver
2015-06-25 Brad Fitzpatricknet/http: bound the number of bytes read seeking EOF...
2015-06-25 Brad Fitzpatrickdoc: add a missing space in func signature
2015-06-25 Todd Nealfmt: handle negative width/prec when supplied as an...
2015-06-25 Matthew Dempskynet/http: sync Get and Head's documentation
2015-06-25 Rob Pikedoc: move go1.5.txt to go1.5.html
2015-06-25 Brad Fitzpatricknet/http: document that Hijack's net.Conn might have...
2015-06-25 Keith Randallcmd/compile/internal/gc: make sure nonzero-sized object...
2015-06-25 Brad Fitzpatricknet/http: don't always require certFile, keyFile in...
2015-06-25 Brad Fitzpatricknet/http: document that FormValue returns the empty...
2015-06-24 Russ Coxtext/template: make zero Template work again
2015-06-24 Russ Coxcmd/compile: handle copy in escape analysis
2015-06-24 Russ Coxruntime: set m.procid always on Linux
2015-06-24 Didier Speziago/format: fix //line corner case when formatting state...
2015-06-24 Dmitry Vyukovruntime/race: make test more robust
2015-06-24 Brad Fitzpatricknet/url: validate ports in URLs and bytes after IPv6...
2015-06-24 Russ Coxnet: make LookupIP("1.2.3.4") behavior consistent
2015-06-24 Carlos Ctext/scanner: add runnable example for package
2015-06-24 Andrew Gerrandcmd/go: don't fetch from insecure repositories without...
2015-06-23 Robert Griesemerspec: clarify effect of rounding of constant expressions
2015-06-23 Robert Griesemergo/types: in string(x) conversions, x must be of intege...
2015-06-23 Robert Griesemergo/types: better error message for certain unary/binary...
2015-06-23 Austin Clementsruntime: fix heap bitmap repeating with large scalar...
2015-06-23 Austin Clementsruntime: document memory ordering for h_spans
2015-06-23 Robert Griesemergo/types: add missing test for constant shifts
2015-06-23 Rob Pikecmd/asm: fix shifts again, this time for sure
2015-06-23 Andrew Bonventreimage/gif: set default loop count to 0 when app ext...
2015-06-23 Rob Piketext/template: explain better the semantics of ParseFiles
2015-06-22 Todd Nealnet/http: Remove unused code
2015-06-22 Rob Pikecmd/doc: fix copy/paste error in test
2015-06-22 Rob Pikecmd/asm: fix handling of negative shifts.
2015-06-22 Rob Pikecmd/vet: refer info about -printfuncs to the -printf...
2015-06-22 Rick Hudsonruntime: remove race and increase precision in pointer...
2015-06-22 Russ Coxnet/http: fix tests for recent URL.RawPath addition
2015-06-22 Austin Clementsruntime: one more Map{Bits,Spans} before arena_used...
2015-06-22 Austin Clementsruntime: document relaxed access to arena_used
2015-06-22 Russ Coxnet/url: add RawPath field, a hint at the desired encod...
2015-06-22 Russ Coxcmd/go: fix test for issue 8181
2015-06-22 Carlos Cencoding/csv: add examples for package
2015-06-22 Rob Pikecmd/asm: remove needless check for negative right shift
2015-06-22 Jeff R. Allennet/textproto: skip zero-length keys
2015-06-21 Rob Pikecmd/asm: remove pointless check for negative uint
2015-06-20 Rob Pikecmd/doc: add test for constructor, fix build
2015-06-20 Ian Lance Taylorsyscall: skip non-root user namespace test if kernel...
2015-06-19 Rob Pikecmd/doc: fix test on nacl
2015-06-19 Rob Pikecmd/doc: add test
2015-06-19 Josh Bleecher... doc: mention moderation delay in contributing docs
2015-06-19 Srdjan Petroviccmd/link/internal/ld, cmd/go: -buildmode=c-shared suppo...
2015-06-19 Russ Coxcmd/go: fix build
2015-06-19 Robert Griesemermath/big: fix GCD in presence of aliasing
2015-06-19 Rob Pikedoc/go1.5.txt: cmd/go: add vendoring support
2015-06-19 Russ Coxcmd/go: add preliminary support for vendor directories
2015-06-19 Russ Coxcmd/compile: add -importmap option
2015-06-19 Austin Clementsruntime: ensure GC sees type-safe memory on weak machines
2015-06-19 Nigel Taoimage/gif: re-enable some invalid-palette tests.
2015-06-19 Carlos Chtml: add examples to the functions
2015-06-19 Alex Brainmanruntime: rename cgocall_errno and asmcgocall_errno...
2015-06-19 Ian Lance Taylorcmd/cgo: static variables in the preamble may not be...
2015-06-19 Ian Lance Taylorcmd/go: do not permit importing a main package
2015-06-19 Ian Lance Taylordoc: update gccgo docs for move of gofrontend to git
2015-06-19 Ian Lance Taylorcmd/go: format temporary Go files in testsuite
2015-06-19 Andrey Petrovdoc: clarify duplicate symbol condition in cgo
2015-06-19 Mikio Haraos: fix nits found by vet
2015-06-19 Mikio Haraos: skip TestStartProcess and TestHostname on android
2015-06-18 Jeff R. Allenimage/gif: return an error on missing palette
2015-06-18 Nigel Taoimage/gif: (temporarily) disable broken tests.
2015-06-18 Nigel Taocompress/lzw: reject writing bytes that don't fit into...
2015-06-18 Andrew Gerrandmath/big: refine Fibonacci example
2015-06-18 Jeff R. Allencompress/lzw: mention relation between litWidth and...
2015-06-18 Rick Hudsonruntime: reduce latency by aggressively ending mark...
2015-06-18 Andrew Gerrandinternal/testenv: skip network tests only when -short...
2015-06-18 ALTreemath/big: Add small complete example of big.Float usage
2015-06-18 Robert Griesemergo/parser: document that parser accepts a wider languag...
2015-06-18 Michael Matloobcmd/compile: provide better error when method called...
2015-06-18 Shenghou Maall: switch to the new deprecation convention
2015-06-18 Shenghou Matime: correct unrepresentable Unix time comment
2015-06-18 Davies Liuhash/crc32: speedup crc32 of IEEE using slicingBy8
2015-06-18 Josh Bleecher... log: fix flaky test
2015-06-18 Giulio Iottixml: add check of version in document declaration
2015-06-18 Peter Waldschmidtencoding/json: Remove extra allocation in scanner.
2015-06-18 Egon Elbrecmd/go: suggest running 'go help gopath' with problemat...
2015-06-18 Shenghou Mabuild: fix clean scripts
2015-06-18 Michael Gehringarchive/tar: add missing error checks
2015-06-18 Dmitry Vyukovcmd/trace: gracefully handle empty profiles
2015-06-18 Dmitry Vyukovruntime: fix tracing of syscallexit
2015-06-18 Nigel Taocompress/lzw: be consistent with error message prefixes.
2015-06-18 Alex Brainmanruntime: remove cgocall and asmcgocall
2015-06-18 Mikio Haranet: fix build on android
2015-06-18 Robert Griesemergo/internal/gccgoimporter: enable tests on Plan9
2015-06-17 Robert Griesemergo/types: use testenv.MustHaveGoBuild to exclude some...
2015-06-17 Robert Griesemergo/importer: implement support for gccgo
2015-06-17 Robert Griesemergo/internal/gccgoimporter: adjust to std repo libraries...
next