]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-10-14 Jay Conroddebug/buildinfo: fix test for build settings
2021-10-14 Brad Fitzpatricknet/http: also use Server.ReadHeaderTimeout for TLS...
2021-10-14 Robert Griesemergo/types, types2: add a test case to ConvertibleTo
2021-10-14 Robert Griesemercmd/compile/internal/types2: remove Config.AllowTypeLis...
2021-10-14 Robert Findleycmd/go: produce a better error for generic test functions
2021-10-14 Jay Conrodcmd/go: stamp tags and flags in build info
2021-10-14 Jay Conrodcmd/go: stamp VCS revision and uncommitted status into...
2021-10-14 Jay Conrodcmd/go: migrate 'go version' to use buildinfo.ReadFile
2021-10-14 Jay Conrodruntime/debug: add GoVersion to BuildInfo
2021-10-14 Jay Conroddebug/buildinfo: new package with Read and ReadFile
2021-10-14 Jay Conrodcmd/go: move module build info formatting into runtime...
2021-10-14 Damien Neilsync: remove TestWaitGroupMisuse2 and TestWaitGroupMisuse3
2021-10-14 Robert Griesemergo/types: avoid infinite expansion for invalid recursiv...
2021-10-14 Robert Griesemercmd/compile/internal/types2: avoid infinite expansion...
2021-10-14 Tobias Klausersyscall: use fcntl with F_DUP2FD_CLOEXEC in forkAndExec...
2021-10-14 Tobias Klausersyscall: add support for SysProcAttr.Pdeathsig on FreeBSD
2021-10-14 Tobias Klausersyscall: separate ProcSysAttr and forkAndExecInChild...
2021-10-14 Ian Lance Taylorcmd/link/internal/ld: don't use linkname before 1.12
2021-10-14 Robert Griesemercmd/compile/internal/syntax: remove AllowTypeSets mode
2021-10-13 Dan Scalescmd/compile: fix inst_test.go for riscv5
2021-10-13 Matthew Dempskyunsafe: optimize Slice bounds checking
2021-10-13 Matthew Dempskyunsafe: allow unsafe.Slice up to end of address space
2021-10-13 James Harrisnet/http/httputil: allow MIME parameters when detecting...
2021-10-13 Tamir Dubersteinnet: remove timeout in TestDialTimeoutMaxDuration
2021-10-13 Koichi Shiraishiinternal/poll,net: support poll.Sendfile for darwin
2021-10-13 kjgormanbytes: fix Cut godoc typo
2021-10-13 Amelia Downsnet: add examples for remaining IP functions
2021-10-13 Forest Johnsonos: explain ProccessState.Exited() SIGKILL interaction
2021-10-13 Mark Hansencmd/pprof: update vendored github.com/google/pprof
2021-10-13 zhouguangyuancmd/link: disable weak reference in itab if build with...
2021-10-13 helbingembed: add example
2021-10-13 nicksherronall: fix spelling mistakes
2021-10-13 Dan Scalescmd/compile: allow spaces in types.(*Type).LinkString()
2021-10-12 Robert Findleycmd/api: use placeholder names for type parameters
2021-10-12 Jake Ciolekcmd/compile: use ANDL for small immediates
2021-10-12 Tamir Dubersteinos: Simplify size using io.Discard.
2021-10-12 Katie Hockmaninternal/fuzz: fix -fuzzminimizetime with 'x' bug
2021-10-12 Bryan C. Millscmd/dist: run a checkNotStale on the builders before...
2021-10-12 Dan Scales[dev.typeparams] cmd/compile: add test for number of...
2021-10-12 Jay Conrodtesting: don't create unique subtest names while fuzzing
2021-10-12 Dan Scalescmd/compile: some fixes in type substituter for Instantiate
2021-10-12 Robert Findleygo/types: export TypeParam.Index and remove TypeParam...
2021-10-12 Jay Conrodcmd/go: adjust documentation mentioning 'go get'
2021-10-12 Cherry Muicmd/compile: do not reuse dead value in expand_calls...
2021-10-12 Katie Hockmantesting: fix -run behavior with fuzz tests
2021-10-12 Paul E. Murphycmd/internal/obj/ppc64: support alignment of prefixed...
2021-10-12 Nigel Taocompress/lzw: output a Clear code first, per GIF spec
2021-10-12 Tobias Klausercmd/link/internal/ld: use libc based fcntl for (*OutBuf...
2021-10-12 Ian Lance Taylorcmd/api: support type parameters
2021-10-11 Robert Findleycmd/compile/internal/types2: avoid duplicate errors...
2021-10-11 Robert Findleygo/types: mark implicit interfaces as such
2021-10-11 Robert Findleygo/internal/gcimporter: enable importing typeparam...
2021-10-11 Robert Findleygo/types: accept constraint literals with elided interfaces
2021-10-11 Robert Findleygo/parser: allow eliding interface in constraint literals
2021-10-11 Daniel Martíencoding/gob: follow documented io.EOF semantics
2021-10-11 Dan Scalescmd/compile: adjust debug/gosym to deal with instantiat...
2021-10-11 Bryan C. Millscmd/go: insert goroot to the hash of build cache when...
2021-10-11 Dan Scalescmd/compile: deal with TODO related to generic wrappers...
2021-10-11 Robert Findleyall: update vendored golang.org/x/tools
2021-10-11 Paul E. Murphycmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops
2021-10-11 Cherry Muicmd/link: do not mark holes in functab
2021-10-11 Cherry Muiruntime: simplify multiple text section handling in...
2021-10-11 Yuval Pavel... doc/go1.18: document FreeBSD 11.x will no longer be...
2021-10-11 Russ Coxregexp: document and implement that invalid UTF-8 bytes...
2021-10-11 Robert Findleygo/parser: clean up unnecessary arguments and replace...
2021-10-11 Paul E. Murphycmd/internal/obj/ppc64: remove unused REG_DCR types
2021-10-10 Keith Randallcmd/compile: used TESTL instead of TESTQ for cpu featur...
2021-10-09 Jake Ciolekcmd/compile: use the shorter version of XOR for breakin...
2021-10-09 Jake Ciolekcmd/compile: mark NOT as an op that doesn't clobber...
2021-10-09 Sean Liaosync: use example.com for url in ExampleWaitGroup
2021-10-09 Alejandro García... cmd/compile: eliminate successive swaps
2021-10-08 Matthew Dempskycmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE...
2021-10-08 Bryan C. Millscmd/go: do not expect a specific timing in test_fuzz_mi...
2021-10-08 Tobias Klausergo/build, internal/goarch: sort goarchList alphabetically
2021-10-08 Matthew Dempskycmd/cgo: use "!compiler_bootstrap" tag instead of ...
2021-10-08 Cherry Muicmd/link: put gcprog symbols along with gcbits
2021-10-08 Keith Randallruntime: fix uint64->float32 conversion for softfloat
2021-10-08 Robert Griesemergo/types: rename rparamMap to recvTParamMap to match...
2021-10-08 Robert Griesemercmd/compile/internal/types2: use an identifier map...
2021-10-08 Dan Scalescmd/compile: allow delaying of transformCompLit, new...
2021-10-08 Robert Findleygo/ast, go/types: remove some stale TODOs
2021-10-08 Bryan C. Millsmisc/cgo/testshared: pass the testing.T to goCmd when...
2021-10-08 Meng Zhuotime: allow minimum int64 in ParseDuration
2021-10-08 Robert Findleygo/types: use an identifier map rather than isubst...
2021-10-08 Nigel Taoimage/png: fix interlaced palette out-of-bounds
2021-10-08 Robert Griesemergo/types: partial revert of incorrect unification ...
2021-10-08 Robert Griesemercmd/compile/internal/types2: partial revert of incorrec...
2021-10-08 Pedro Lopez... unicode: use IsSpace not IsUpper in IsSpace example...
2021-10-07 Cherry Muicmd/link: mark holes in functab with end PC-1
2021-10-07 Cherry Muiruntime: handle end PC in textAddr
2021-10-07 Caleb Sparetesting: with -benchtime=1x, run the benchmark loop...
2021-10-07 Dan Scalescmd/compile: improving printing of type names in func...
2021-10-07 Katie Hockmaninternal/fuzz: log that minimization is occurring
2021-10-07 Tobias Klauseros: don't use wait6 on netbsd
2021-10-07 Jinwen Wocmd/go/internal/web: improve IP check testing on ipv6 env
2021-10-07 Bryan C. Millstest/fixedbugs: fix issue48784.go to pass with -G=0
2021-10-07 Cherry Muimisc/wasm, cmd/link: do not let command line args overw...
2021-10-07 Keith Randallcmd/compile,runtime: implement uint64->float32 correctl...
2021-10-07 Pedro Lopez... math: add Remainder example
2021-10-07 Matthew Dempskycmd/cgo: update to handle ast.IndexListExpr
next