]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-08-17 Dan Scalescmd/compile: fix CONVIFACE case converting interface...
2021-08-17 Robert Griesemercmd/compile/internal/types2: allow composite literals...
2021-08-17 wangyuntaocmd/compile: fix typos
2021-08-17 Robert Findleygo/types: check if the interface is already complete...
2021-08-17 Robert FindleyRevert "go/types: make Interface.Complete a no-op"
2021-08-17 Cuong Manh Lesrc: simplify race.bash checking condition
2021-08-17 Meng Zhuocmd/compile: lowered MulUintptr on riscv64
2021-08-16 Josh Bleecher... net: reduce allocations for UDP send/recv on Windows
2021-08-16 Josh Bleecher... net: reduce allocation size in ReadFromUDP
2021-08-16 Josh Bleecher... net: remove allocation from UDPConn.WriteTo
2021-08-16 Cherry Muiruntime: accept restartable sequence pcdata values...
2021-08-16 Hanscmd/cgo: fix unused parameter warnings in generated...
2021-08-16 Josh Bleecher... testing/fstest: allow specifying file for "." in MapFS
2021-08-16 Andy Pannet: avoid memory copy calling absDomainName
2021-08-16 Tobias Klauserruntime: skip sysmon workaround on NetBSD >= 9.2
2021-08-16 Jay Conrodcmd/go: address code review comments in test cgo_path_s...
2021-08-16 Jay Conrodcmd: update x/tools and remove copy of txtar
2021-08-16 Jay Conrodcmd: support space and quotes in CC and CXX
2021-08-16 Jay Conrodcmd/internal/str: add utilities for quoting and splitti...
2021-08-16 180909cmd/go: add document -json in testflag
2021-08-16 Jay Conrodcmd/go/internal/modfetch/codehost: refactor gitRepo...
2021-08-16 Damien Neilnet/http: drop headers with invalid keys in Header...
2021-08-16 Robert Findleygo/types: use the orig object for Named.Obj
2021-08-16 Robert Findleygo/types: rename TypeParams to TParamList
2021-08-16 Robert Findleygo/types: remove targs from substMap
2021-08-16 Robert Findleygo/types: simplify Named.under
2021-08-16 Robert Findleygo/types: define Identical for instances
2021-08-16 Robert Findleygo/types: merge Instantiate and InstantiateLazy
2021-08-16 Robert Findleygo/types: remove Named.SetTArgs
2021-08-16 Robert Findleygo/types: parameterized functions must have a body
2021-08-16 Robert Findleygo/types: expand is only required for *Named types
2021-08-16 Robert Findleygo/types,types2: superficial changes to align types...
2021-08-16 Robert Findleygo/types: make Interface.Complete a no-op
2021-08-16 Cuong Manh Lecmd/compile: fix panic with dead hidden closures
2021-08-16 Matt Layhersyscall: hoist Getsockname out of NetlinkRIB loops
2021-08-16 astraw99time: update current time comment
2021-08-16 Matt Layherinternal/syscall/unix: change Ioctl arg type to unsafe...
2021-08-16 Keith Randallcmd/compile: fix dictionaries for nested closures
2021-08-16 Cherry Muicmd/link: start at address 0 when external linking
2021-08-16 Carlos Amedeedoc: start draft of go1.18 release notes, move go1...
2021-08-16 cuiweixiecmd/compile/internal/ssa: delete unused code
2021-08-16 Robert Findleygo/types: limit termlist lengths
2021-08-16 Robert Findleygo/types: change types2.Union API to accept a list...
2021-08-16 Robert Findleygo/types: add defined type to term/termlist tests
2021-08-16 Robert Findleygo/types: minor cleanup of writeTParamList
2021-08-16 Robert Findleygo/types: fix make with type parameter argument
2021-08-16 Meng Zhuocmd/compile: intrinsify Mul64 on riscv64
2021-08-16 Robert Findleygo/types: fix range over exprs of type parameter type
2021-08-16 Robert Findleygo/types: better names for things (cleanup)
2021-08-16 Robert Findleygo/types: cleanup panic calls
2021-08-16 Robert Findleygo/types: remove TestIncompleteInterfaces (cleanup)
2021-08-16 Robert Findleygo/types: remove unused gcCompatibilityMode flag (cleanup)
2021-08-16 Robert Findleycmd/compile/internal/types2: use the underlying TypePar...
2021-08-16 Robert Findleygo/types: implement type sets with term lists
2021-08-16 Robert Findleygo/types: implement term lists
2021-08-16 Joel Singsyscall: use correct type for TIOCSPGRP/TIOCGPGRP
2021-08-16 Joel Singruntime: make asmcgocall g0/gsignal checks consistent
2021-08-16 Joel Singruntime: correct mips64 asmcgocall signal stack behaviour
2021-08-16 Joel Singruntime: include pthread.h in defs_openbsd.go
2021-08-16 Tobias Klauserruntime: remove unused getrlimit on linux/riscv64
2021-08-16 Brad Fitzpatrickcrypto/sha{256,512}: unname result parameters for consi...
2021-08-15 Robert Griesemercmd/compile/internal/types2: better error message for...
2021-08-15 Robert Griesemercmd/compile/internal/syntax: better error message for...
2021-08-15 180909lib/time: fix RFC 6557 url
2021-08-15 Ian Lance Taylortime/tzdata: update links in comment
2021-08-14 Robert Findleycmd/dist: remove tests using the typeparams build tag
2021-08-14 Jeff Wentworthsync/atomic: fix documentation for CompareAndSwap
2021-08-14 Robert Findleycmd/compile/internal/types2: rename TypeParams to TPara...
2021-08-14 Robert Findleycmd/compile/internal/types2: remove targs from substMap
2021-08-14 Rob Findleycmd/compile/internal/types2: use the orig object for...
2021-08-14 Rob Findleycmd/compile/internal/types2: simplify Named.under
2021-08-14 Rob Findleycmd/compile/internal/types2: define Identical for instances
2021-08-14 Rob Findleycmd/compile/internal/types2: merge Instantiate and...
2021-08-13 hitzhangjienet: update IP.String doc to reflect RFC 5952 conformance
2021-08-13 korzhaocmd/link: fix dead reference link
2021-08-13 Ian Lance Taylortest: change issue10441.go from "build" to "compile"
2021-08-13 180909lib/time: fix tz-link ftp url
2021-08-13 Ian Lance Taylorruntime: don't use systemstack for BeforeFork/AfterFork
2021-08-13 Ian Lance Taylortest: add test case for CL 340609
2021-08-13 Ian Lance Taylortest: add test case that caused a gofrontend compiler...
2021-08-13 Dmitri Shuralyovall: gofmt more (but vendor, testdata, and top-level...
2021-08-13 Michael Prattruntime: drop SIGPROF while in ARM < 7 kernel helpers
2021-08-13 Jay Conrodcmd/internal/str: move package from cmd/go/internal/str
2021-08-13 Jay Conrodcmd/go: make fewer 'go mod' commands update go.mod
2021-08-13 Jay Conrodcmd/go: add -testsum flag to update go.sum in script...
2021-08-12 Gerrit Code... Merge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Russ Coxtime: fix docs for new comma layouts
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Gerrit Code... Merge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-12 Dan Scales[dev.typeparams] cmd/compile: remove some shape checks...
2021-08-12 Carlos Amedeeinternal/goversion: update Version to 1.18
2021-08-12 Dmitri Shuralyovdoc/go1.17: remove draft notice
2021-08-12 Carlos AmedeeCONTRIBUTORS: update for the Go 1.17 release
2021-08-12 Dmitri Shuralyovos/exec: re-enable LookPathTest/16
2021-08-12 zikaeroh[dev.typeparams] cmd/compile: don't print out node...
2021-08-11 Matthew Dempskysrc/make.*: make --no-clean flag a no-op that prints...
2021-08-11 Dan Scales[dev.typeparams] cmd/compile: change export version...
2021-08-11 Cherry Mui[dev.typeparams] runtime, internal/bytealg: remove...
2021-08-11 Cherry Mui[dev.typeparams] internal/buildcfg: always enable regab...
next