]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-08-20 Roland Shoemakerarchive/zip: prevent preallocation check from overflowing
2021-08-20 Tobias Klausercrypto/rand, internal/syscall/unix: don't use getentrop...
2021-08-20 Cuong Manh Lecmd/compile: use typeAndStr directly in signatslice
2021-08-20 eric fangcmd/asm/internal/arch: adds the missing type check...
2021-08-20 eric fangcmd/internal/obj/arm64: disable the pre and post index...
2021-08-19 Manlio Perillocmd/dist: remove unused variables
2021-08-19 Changkun Ousyscall: add SyscallN
2021-08-19 Cuong Manh Lecmd/compile: prevent duplicated works in WriteRuntimeTypes
2021-08-19 Keith Randallreflect: add test for invalid conversion
2021-08-19 Robert Findleycmd/compile/internal/types2: return an error from Insta...
2021-08-19 Roger Peppeio: unexport internal methods
2021-08-19 Roger Peppearchive/tar: unexport internal methods
2021-08-19 Matthew Dempskycmd/compile: add support for //go:nointerface for -G=3
2021-08-18 Matthew Dempskycmd/compile/internal/dwarfgen: use src.Pos.Rel{Filename...
2021-08-18 Keith Randallcmd/compile: only use dictionaries for conversions...
2021-08-18 Robert Findleycmd/compile/internal/types2: change Checker.verify...
2021-08-18 Robert Findleycmd/compile/internal/types2: no need to validate substi...
2021-08-18 Matthew Dempskycmd/compile: only sort methods/interfaces during export...
2021-08-18 Robert Findleycmd/compile/internal/types2: consolidate verification...
2021-08-18 Robert Findleycmd/compile/internal/types2: clean up panics in instant...
2021-08-18 Yuki Osakicmd/go/internal/work/exec: throw an error when buildP...
2021-08-18 Tobias Klausercmd/go/testdata/script: fix test script added by CL...
2021-08-18 Yasuhiro Matsumotopath/filepath: change IsAbs to treat \\host\share as...
2021-08-18 Meng Zhuoruntime: use RDCYCLE for cputicks on riscv64
2021-08-18 eric fangcmd/internal/obj/arm64: don't use REGTMP when moving...
2021-08-18 eric fangcmd/internal/obj/arm64: fix the encoding error when...
2021-08-17 Cherry Muicmd/link: do not use GO_LDSO when cross compile
2021-08-17 Paschalis Tsiliascmd/go: make mod init disallow invalid major version...
2021-08-17 Colin Arnottcmd/go/internal/test: add an all sentinel to -vet
2021-08-17 kezhaocmd/go: go test flag -failfast should be cacheable
2021-08-17 Robert Griesemergo/types: fix method lookup for type-parameter based...
2021-08-17 Robert Griesemercmd/compile/internal/types2: fix method lookup for...
2021-08-17 Leonard Wangcmd/trace: use newTaskDesc to create taskDesc
2021-08-17 Cherry Muicmd/link: remove elfwritedynentsym
2021-08-17 Yasuhiro Matsumotoall: fix typos
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
next