]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] cmd/compile: rewrite method call into...
2021-06-25 Cuong Manh Le[dev.typeparams] cmd/compile: simplify usemethod
2021-06-25 Cuong Manh Le[dev.typeparams] cmd/compile: catch another mis-used...
2021-06-25 Rob Findleygo/types: fix a bug in package qualification logic
2021-06-24 Matthew Dempsky[dev.typeparams] test: skip -G=3 testing under GOEXPERI...
2021-06-24 Matthew Dempsky[dev.typeparams] cmd/compile: suppress liveness diagnos...
2021-06-24 Dan Scales[dev.typeparams] cmd/compile: add derived types and...
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 Matthew Dempsky[dev.typeparams] cmd/compile: skip escape analysis...
2021-06-24 Bryan C. Millscmd/go: don't try to add replaced versions that won...
2021-06-24 Cuong Manh Le[dev.typeparams] cmd/compile: use r.hasTypeParams in...
2021-06-24 Matthew Dempsky[dev.typeparams] cmd/compile: simplify writer.collectDecls
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-23 Dan Scales[dev.typeparams] Fix issues related to dictionaries...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile/internal/syntax: go/ast...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: optimize wrapping of...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: escape analysis of method...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: move call logic from...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: desugar ORECOVER into...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: add ORECOVERFP, OGETCALLE...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: remove SetClosureCalled...
2021-06-23 Cuong Manh Le[dev.typeparams] cmd/compile: explain why expandInline...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: refactor escape analysis...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: remove CallExpr.PreserveC...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: simplify walkGoDefer
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: allow typecheck of OCHECKNIL
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: refactor CaptureName
2021-06-22 Rob Findley[dev.typeparams] go/types: adjust logic for method...
2021-06-22 Rob Findley[dev.typeparams] cmd/gofmt: remove typeparams guards
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 Matthew Dempsky[dev.typeparams] cmd/compile: split package escape...
2021-06-22 Matthew Dempsky[dev.typeparams] cmd/compile: remove special escape...
2021-06-22 Matthew Dempsky[dev.typeparams] cmd/compile: add -d=unifiedquirks...
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 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
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-21 Cuong Manh Le[dev.typeparams] cmd/compile: simplify import* functions
2021-06-21 Cuong Manh Le[dev.typeparams] cmd/compile: explain why reader.funcEx...
2021-06-21 Cuong Manh Le[dev.typeparams] cmd/compile: fold reader checking...
2021-06-20 Andrew G. Morganos/signal: test with a significantly longer fatal timeout
2021-06-20 Cuong Manh Le[dev.typeparams] cmd/compile: explain how pkgReader...
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 Dempsky[dev.typeparams] cmd/compile: add "toolstash -cmp"...
2021-06-18 Matthew Dempskyruntime: clarify Frames.Next documentation
2021-06-18 Ian Lance Taylorruntime: disable CPU profiling before removing the...
2021-06-18 Dan Scales[dev.typeparams] cmd/compile: add missing copy of Field...
2021-06-18 Nick Miyakedoc/go1.17: fix typo
2021-06-18 Cuong Manh Le[dev.typeparams] cmd/compile: add documentation for...
2021-06-18 Matthew Dempsky[dev.typeparams] cmd/compile: record writer's stack...
2021-06-18 Michael Anthony... [dev.typeparams] cmd/go: include new internal packages...
2021-06-18 Cuong Manh Le[dev.typeparams] go/types: report better error for...
2021-06-18 Robert Griesemer[dev.typeparams] cmd/compile/internal/syntax: convert...
2021-06-17 Matthew Dempsky[dev.typeparams] cmd/compile: skip types2 GC test durin...
2021-06-17 Michael Prattcmd/pprof,runtime/pprof: disable test on more broken...
2021-06-17 Michael Anthony... [dev.typeparams] reflect: support big endian architectu...
2021-06-17 Michael Anthony... [dev.typeparams] internal/reflectlite: remove unused...
2021-06-17 Michael Anthony... [dev.typeparams] internal/reflectlite: use goarch.PtrSi...
2021-06-17 Michael Anthony... [dev.typeparams] reflect: delete unused ptrSize and...
2021-06-17 Michael Anthony... [dev.typeparams] reflect: use goarch.PtrSize instead...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: remove unused...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace Goarch* constants...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace Goos* constants with...
2021-06-17 Michael Anthony... [dev.typeparams] internal/goarch,internal/goos: rename...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace ArchFami...
2021-06-17 Michael Anthony... [dev.typeparams] runtime,runtime/internal/sys: remove...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace BigEndia...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: fix import sort order [generated]
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace GOOS...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace uses...
2021-06-17 Bryan C. Millscmd/go: replace a TODO with an explanatory comment
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: remove unused...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-06-17 Michael Anthony... [dev.typeparams] internal/goarch,internal/goos: explode...
2021-06-17 Michael Prattcmd/pprof: make ObjAddr a no-op
2021-06-17 Matthew Dempsky[dev.typeparams] all: add GOEXPERIMENT=unified knob
2021-06-17 Tobias Klausertesting: drop unusual characters from TempDir directory...
2021-06-17 Russ Coxtime: fix receiver for Time.IsDST method
next