]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-06-25 Rob Findleygo/types: fix a bug in package qualification logic
2021-06-24 Matthew Dempskyreflect: document that InterfaceData is a low-entropy RNG
2021-06-24 Cuong Manh Lecmd/compile: fix wrong type in SSA generation for OSLIC...
2021-06-24 Bryan C. Millscmd/go: don't try to add replaced versions that won...
2021-06-24 Bryan C. Millsnet: remove hard-coded timeout in dialClosedPort test...
2021-06-24 Andy Pantime: handle invalid UTF-8 byte sequences in quote...
2021-06-24 Bryan C. Millscmd/go: search breadth-first instead of depth-first...
2021-06-24 Bryan C. Millsnet: use absDomainName in the Windows lookupPTR test...
2021-06-24 siddharthos: enable TestFifoEOF on openbsd
2021-06-22 Ian Lance Taylorcmd/go: update ToolTags based on GOARCH value
2021-06-22 Robert Griesemerspec: unsafe.Add/Slice are not permitted in statement...
2021-06-22 Xing Gaoruntime/internal/atomic: remove incorrect pointer indir...
2021-06-22 Rob Findleygo/types: guard against checking instantiation when...
2021-06-22 Rob Findleycmd/gofmt: remove stale documentation for the -G flag
2021-06-22 Rob Findleygo/parser: parse an ast.IndexExpr for a[]
2021-06-21 Bryan C. Millscmd/go: add a -go flag to 'go mod graph'
2021-06-21 Bryan C. Millscmd/internal/moddeps: use a temporary directory for...
2021-06-21 Bryan C. Millscmd/internal/moddeps: use -mod=readonly instead of...
2021-06-21 Ian Lance Taylorcmd/go: document GOPPC64 environment variable
2021-06-21 Rob Findleygo/scanner: fall back to next() when encountering 0...
2021-06-21 Daniel Theophanesdatabase/sql: fix deadlock test in prepare statement
2021-06-21 Derek Parkerruntime: fix crash during VDSO calls on PowerPC
2021-06-21 Cherry Muiruntime/pprof: deflake TestMorestack more
2021-06-21 Jay Conroddoc/go1.17: note deprecation of 'go get' for installing...
2021-06-21 Filippo Valsordadoc/go1.17: add Go 1.18 pre-announcements
2021-06-21 Filippo Valsordadoc/go1.17: add security-related release notes
2021-06-21 Rob Findleydoc/go1.17: document go/parser.SkipObjectResolution
2021-06-21 Bryan C. Millscmd/go: do not require the module cache to exist for...
2021-06-20 Andrew G. Morganos/signal: test with a significantly longer fatal timeout
2021-06-19 Daniel Theophanesdatabase/sql: do not rely on timeout for deadlock test
2021-06-18 Nigel Taoimage: add RGBA64Image interface
2021-06-18 Matthew Dempskyruntime: clarify Frames.Next documentation
2021-06-18 Ian Lance Taylorruntime: disable CPU profiling before removing the...
2021-06-18 Nick Miyakedoc/go1.17: fix typo
2021-06-17 Michael Prattcmd/pprof,runtime/pprof: disable test on more broken...
2021-06-17 Bryan C. Millscmd/go: replace a TODO with an explanatory comment
2021-06-17 Michael Prattcmd/pprof: make ObjAddr a no-op
2021-06-17 Tobias Klausertesting: drop unusual characters from TempDir directory...
2021-06-17 Russ Coxtime: fix receiver for Time.IsDST method
2021-06-17 yangwenmaidoc/go1.17: fix redundant space
2021-06-16 Bryan C. Millscmd/go: in lazy modules, add transitive imports for...
2021-06-16 Bryan C. Millscmd/go: add a regression test for #45979
2021-06-16 Russ Coxmath/rand: mention half-open intervals explicitly
2021-06-16 Cherry Muicmd/asm: restore supporting of *1 scaling on ARM64
2021-06-16 Cuong Manh Lecmd/compile: better error message for invalid untyped...
2021-06-16 Rahul Bajajsyscall: fix TestGroupCleanupUserNamespace test failure...
2021-06-15 Filippo Valsordanet/http: improve some server docs
2021-06-15 unbytecmd/go: ignore UTF8 BOM when reading source code
2021-06-15 Than McIntoshcmd/link: set correct flags in .dynamic for PIE buildmode
2021-06-15 Damien Neilcmd/go, go/build: update docs to use //go:build syntax
2021-06-15 Michael Matloobdoc/go1.17: document go run pkg@version
2021-06-15 Jason A. Donenfeldsyscall: disable c-shared test when no cgo, for windows/arm
2021-06-15 cuishuanginternal/bytealg: remove duplicate go:build line
2021-06-15 Jason A. Donenfeldsyscall: rewrite handle inheritance test to use C rathe...
2021-06-15 Joe Tsaireflect: explain why convertible or comparable types...
2021-06-14 Josh Bleecher... doc/go1.17: assorted fixes
2021-06-14 Victor Micheldebug/elf: don't apply DWARF relocations for ET_EXEC...
2021-06-14 Eric Wangruntime: update the variable name in comment
2021-06-14 Ian Lance Taylorreflect: use same conversion panic in reflect and runtime
2021-06-14 Jason A. Donenfeldcmd/internal/sys: mark windows/arm64 as c-shared-capable
2021-06-14 Cherry Muidoc/go1.17: reword "results" in stack trace printing
2021-06-14 Joel Singdoc/go1.17: further revise OpenBSD release notes
2021-06-14 Cuong Manh Lecmd/compile: rewrite a, b = f() to use temporaries...
2021-06-14 Cuong Manh Lecmd/compile: factor out rewrite multi-valued f()
2021-06-13 Jason A. Donenfeldmisc/cgo: generate Windows import libraries for clang
2021-06-13 Jason A. Donenfeldcmd/go, misc/cgo: skip test if no .edata
2021-06-13 Cuong Manh Lecmd/compile: allow ir.OSLICE2ARRPTR in mayCall
2021-06-12 Ian Lance Taylorruntime: testprogcgo: don't call exported Go functions...
2021-06-12 Michael Anthony... reflect: handle stack-to-register translation in callMethod
2021-06-11 Constantin... cmd/go: remove hint when no module is suggested
2021-06-11 Jason A. Donenfeldsyscall: do not load native libraries on non-native...
2021-06-11 Ian Lance Taylorruntime: loop on EINTR in macOS sigNoteSleep
2021-06-11 Brad Fitzpatrickdoc/go1.17: clean up formatting of gofmt section
2021-06-11 Bryan C. Millscmd/go: match Windows paths in TestScript/mod_invalid_v...
2021-06-11 Rhys Hiltnerdoc/go1.17: fix formatting near httptest
2021-06-10 Damien Neilnet/http: remove test-only private key from production...
2021-06-10 Bryan C. Millscmd/go: report the imports of CompiledGoFiles in ImportMap
2021-06-10 Filippo Valsordacrypto/tls: let HTTP/1.1 clients connect to servers... go1.17beta1
2021-06-09 Heschi Kreinickapi: promote next to go1.17
2021-06-09 Heschi Kreinickdoc/go1.17: remove lingering TODO
2021-06-09 Damien Neildoc/go1.17: document strconv changes for Go 1.17
2021-06-09 Damien Neilstrconv: document parsing of leading +/-
2021-06-09 Heschi Kreinickdoc/go1.17: document //go:build lines
2021-06-09 Filippo Valsordanet/http: add AllowQuerySemicolons
2021-06-09 Cherry Muidoc/go1.17: remove TODO for ports section
2021-06-09 Katie Hockmannet/url: reject query values with semicolons
2021-06-09 Russ Coxmath/big: comment division
2021-06-09 Than McIntoshcmd/compile: make map.zero symbol content-addressable
2021-06-09 Than McIntoshcmd/link: fix bug in -strictdups checking of BSS symbols
2021-06-08 Ian Lance Taylordoc/go1.17: mention new possibility of type conversion...
2021-06-08 Tim Kingdoc/go1.17: mention new vet checks sigchanyzer and...
2021-06-08 Cherry Muidoc/go1.17: mention block profile bias fix
2021-06-08 Cherry MuiRevert "doc/go1.17: mention block profile bias fix"
2021-06-08 Roland Shoemakernet: reject leading zeros in IP address parsers
2021-06-08 Cherry Muidoc/go1.17: revise OpenBSD release notes
2021-06-08 Felix Geisendörferdoc/go1.17: mention block profile bias fix
2021-06-08 Bryan C. Millsdoc/go1.17: remove TODO for Tools section
2021-06-08 Bryan C. Millsdoc/go1.17: resolve TODO for cmd/cover
2021-06-08 Bryan C. Millscmd/go: in Go 1.17+ modules, add indirect go.mod depend...
2021-06-08 Filippo Valsordadoc/go1.17: add release notes for crypto packages
next