]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2018-06-12 Suriyaa Sundararuban.github: use HTTPS for Stack Overflow link in SUPPORT.md
2018-06-12 Joe Cortopassidoc: remove GOROOT custom install instruction
2018-06-12 Russ Coxcmd/vet: use vet-specific export data to record detecte...
2018-06-12 Brad Fitzpatrickcmd/go/internal/cfg: note the copy of this code in...
2018-06-12 Russ Coxcmd/go: add support for vet-specific export data
2018-06-12 Ian Lance Taylorcmd/link: treat cgo exported symbols as C symbols
2018-06-11 Michael Fraenkelcmd/doc: continue to search when package import fails
2018-06-11 Iskander Sharipovruntime: remove TODO notes suggesting jump tables
2018-06-11 David du Colombiercmd/nm: fix TestGoExec on Plan 9
2018-06-11 Paul Jollycmd/go: set DepOnly on package when calling go list...
2018-06-11 Russ Coxcmd/vet: add support for vet-specific export data
2018-06-11 Lynn Bogerruntime/race: implement race detector for ppc64le
2018-06-11 Yury Smolskycmd/compile: fix wording in README
2018-06-11 Yury Smolskycmd/compile: add doc comment to the parseFiles function
2018-06-11 Alberto Donizettilib/time: update vendored tzdata to release 2018e
2018-06-11 Lynn Bogerruntime: restore r2 when restoring state from gobuf...
2018-06-11 Michael Mundaycrypto, internal/cpu: fix s390x AES feature detection...
2018-06-11 Tobias Klausernet: skip TestSendfileParts on dragonfly and solaris
2018-06-11 Alex Brainmannet: add TestSendfileParts
2018-06-11 Thanabodee... syscall: update TOKEN_ALL_ACCESS according to WinNT.h
2018-06-10 Agniva De Sarkernet/http: add application/wasm mime type
2018-06-10 Caleb Sparenet/http/httptest: deprecate ResponseRecorder.HeaderMap
2018-06-09 Alex Brainmancmd/link: split pe .text section into .text and .rdata
2018-06-09 Mark Rushakoffstrconv: add missing period to godoc comment
2018-06-08 Ian Lance Taylorcmd/go: add Solaris assembler syntax for gccgo buildid...
2018-06-08 Iskander Sharipovcmd/link: fix duplicated "unresolved inter-package...
2018-06-08 Richard Musiolmisc/wasm: set non-empty default for os.Args
2018-06-08 philhoferruntime: fix pprof livelock on arm
2018-06-08 David du Colombiercmd/cover: fix TestCoverHTML on Plan 9
2018-06-08 Keith Randallcmd/compile: mark BS{F,R}L as clobbering flags
2018-06-08 David Symondscmd/cover: fix test on Solaris
2018-06-07 David Symondscmd/cover: fix sorting of profile segment boundaries...
2018-06-07 Robert Griesemergo/types: extend cycle detection past simple type cycles
2018-06-07 David Symondscmd/cover: add test for HTML output
2018-06-07 David Symondscmd/go: don't refuse to update a present package only...
2018-06-07 Filippo Valsordacrypto/tls: expand docs on client-side session ticket...
2018-06-07 Bryan C. Millscmd/go: restore "go list" exit code for missing binary...
2018-06-07 Brad Fitzpatrickdebug/pe: add IMAGE_FILE_MACHINE_ARM64
2018-06-07 Brad Fitzpatrickcmd/go: skip TestBinaryOnlyPackages until it's fixed
2018-06-07 Adam Langleycrypto: randomly read an extra byte of randomness in...
2018-06-07 Tobias Klauserencoding/asn1: gofmt
2018-06-07 Zhou Penginternal/cpu: convert CRLF to LF line ending, and some...
2018-06-07 cch123runtime: fix typo in runqput comment
2018-06-07 Russ Coxcmd/go: final edits for add go list -cgo and -export
2018-06-07 Agniva De Sarkercmd/go/internal: add wasm magic header
2018-06-07 Russ Coxcmd/go: add go list -cgo and -export
2018-06-07 Tobias Klauserruntime: remove unused darwinVersion and getDarwinVersion
2018-06-07 hellozeeflag: removed the colon after "Usage" in the documentation
2018-06-07 212472270crypto/cipher: replace NewGCMWithNonceAndTagSize with...
2018-06-06 David Chasecmd/compile: fix panic-okay-to-inline change; adjust...
2018-06-06 Robert Griesemergo/types: add missing test case for https://golang...
2018-06-06 Robert Griesemergo/types: don't report errors referring to invalid...
2018-06-06 Eugene Kalinindatabase/sql: update doc related to per-connection...
2018-06-06 Suriyaa SundararubanREADME: linkify some paths
2018-06-06 Tobias Klausercrypto/x509: use SecItemExport instead of deprecated...
2018-06-06 Yury Smolskytest: add comments for all test actions
2018-06-06 Richard Musiolcmd/compile: fix OffPtr with negative offset on wasm
2018-06-06 Ian Lance Taylorreflect: add StructOf test case that gccgo used to...
2018-06-06 Brad Fitzpatricknet/http: remove an allocation in ServeMux
2018-06-06 Dennis Kuhnertcmd/go: output coverage report even if there are no...
2018-06-06 Robert Griesemercmd/compile: terminate compilation if type-checking...
2018-06-06 Filippo Valsordadoc: document Go 1.10.3
2018-06-06 Filippo Valsordadoc: document Go 1.9.7
2018-06-05 Robert Griesemercmd/compile: avoid nil pointer deref in debugging output
2018-06-05 Brad Fitzpatricknet/http: document Transport.Dial concurrency
2018-06-05 Robert Griesemercmd/compile: revert internal parameter rename (from...
2018-06-05 Ian Lance Taylorreflect: check that types match without calling TypeOf
2018-06-05 isharipocmd/link: fix duplicated "undefined reloc" errors
2018-06-05 Eugene Kalininos: check setStickyBit error in mkdir
2018-06-05 Bill Zissimopoulosruntime: handle windows callback on non-go thread
2018-06-05 Robert Griesemercmd/compile: fix printing of array types in error messages
2018-06-05 Robert Griesemerruntime: slightly better error message for assertion...
2018-06-04 Rebecca Stamblerstrconv: check for empty string in UnquoteChar
2018-06-04 Tobias Klausernet: drop special case for macOS 10.7 and earlier
2018-06-04 Ian Lance Taylorruntime: don't crash holding locks on racy timer access
2018-06-04 Josh Bleecher... text/tabwriter: fix BenchmarkPyramid and BenchmarkRagge...
2018-06-04 Richard Musiolnet: add js/wasm architecture
2018-06-04 cch123runtime: fix typo in the templateThread godoc
2018-06-04 Bryan C. Millsruntime/race: update most syso files to compiler-rt...
2018-06-04 Wei Xiaosyscall: fix EpollWait for arm64
2018-06-04 Johan Brandhorstnet/http: fix build errors on js/wasm target
2018-06-04 Russ Coxcmd/go: fix 'go get' compatibility for direct download...
2018-06-04 Iskander Sharipovcmd/asm/internal/asm: add extra AVX-512 tests
2018-06-02 Keith Randallcmd/compile: include callee args section when checking...
2018-06-01 Tim Cooperall: update comment URLs from HTTP to HTTPS, where...
2018-06-01 Yury Smolskytest: skip test/fixedbugs/bug345.go on windows
2018-06-01 Hana Kimruntime/trace: remove remaining NewContext reference
2018-06-01 Martin Möhrmanncmd/compile: fix comment to reference runtime.countrunes
2018-06-01 Robert Griesemergo/types: remove visited flag for constants and variabl...
2018-06-01 Ben Shicmd/internal/obj/arm64: fix two issues in the assembler
2018-06-01 Richard Musiolos: add js/wasm architecture
2018-05-31 Ian Lance Taylorarchive/zip: remove unnecessary words in (*Writer)...
2018-05-31 Josh Bleecher... encoding/hex: improve Decode and DecodeString docs
2018-05-31 Robert Griesemergo/types: report object path in trace mode
2018-05-31 Robert Griesemergo/types: better cycle reporting for some cyclic compos...
2018-05-31 Robert Griesemergo/types: use color-marking based cycle detection at...
2018-05-31 Robert Griesemergo/types: initial framework for marking-based cycle...
2018-05-31 Yury Smolskytest: remove rundircmpout and cmpout actions
2018-05-31 Hana Kimcmd/pprof: fix help message formatting error
2018-05-31 Constantin... encoding/asn1: fix returned type for an Object Identifier
next