]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-24 Keith Randallcmd/compile: mark ODYNAMICDOTTYPE as an expression...
2021-08-24 Dan Scalescmd/compile: fix naming of types inside instantiations
2021-08-24 Matthew Dempskycmd/compile: change irgen to generate exprs/stmts after...
2021-08-24 crazycomputercmd/link: guarantee "section .debug_gdb_scripts" is...
2021-08-24 Robert Griesemercmd/compile/internal/types2: use TypeList in the Inferr...
2021-08-24 Robert Griesemercmd/compile/internal/types2: use a TypeList type to...
2021-08-24 Robert Griesemercmd/compile/internal/types2: use []*TypeParam rather...
2021-08-24 Robert Griesemercmd/compile/internal/types2: use an opaque environment...
2021-08-24 Robert Griesemercmd/compile/internal/types2: don't export TypeSet
2021-08-24 korzhaoembed: document the maximum file size supported
2021-08-24 subham sarkargo/token: match the implementation of index selection...
2021-08-24 Dan Scalescmd/compile: reuse same node for global dictionaries
2021-08-23 Dan Scalescmd/compile: fixes for non-constant Sizeof/Alignof...
2021-08-23 Martin Möhrmannall: replace runtime SSE2 detection with GO386 setting
2021-08-23 Martin Möhrmannruntime: use RDTSCP for instruction stream serialized...
2021-08-23 Matthew Dempskyinternal/buildcfg: change GOEXPERIMENT to always return...
2021-08-23 Martin Möhrmanncmd/compile: do not mark arrays used for map initializa...
2021-08-23 zikaerohcmd/compile: don't emit write barriers for offsets...
2021-08-23 Keith Randallcmd/compile: always remove receiver type from instantia...
2021-08-23 Keith Randallcmd/compile: copy captured dictionary var to local var
2021-08-23 Cuong Manh Lespec: add example for method value in case of embedded...
2021-08-23 Dan Scalescmd/compile: fixing 15.go for -G=3
2021-08-23 Lynn Bogerreflect: fix memmove for big endian cases with new ABI
2021-08-23 Robert Findleygo/types: use TypeList in the Inferred struct
2021-08-23 Robert Findleygo/types: use a TypeList type to hold type arguments
2021-08-23 Robert Findleygo/types: use []*TypeParam rather than []*TypeName...
2021-08-23 Robert Findleygo/types: add the TypeParam.Obj method
2021-08-23 Robert Findleygo/types: move to an opaque environment for Instantiate
2021-08-23 Robert Findleygo/types: return an error from Instantiate
2021-08-23 Martin Möhrmannruntime: remove unused cpu architecture feature variabl...
2021-08-23 Cuong Manh Lecmd/go: fix long test builders
2021-08-22 Ignacio Hagopianstrings: smarter growth of temporal buffer and avoid...
2021-08-22 Robert Griesemergo/types: report argument type for unsafe.OffsetOf
2021-08-22 Robert Griesemercmd/compile/internal/types2: enable TestSelection API...
2021-08-22 Kir Kolyshkinos/user: simplify test skip for plan9
2021-08-22 Robert Griesemercmd/compile/internal/types2: report argument type for...
2021-08-22 Robert Griesemermath/big: clarified doc string for SetMantExp
2021-08-22 Joel Singruntime: use asmcgocall_no_g when calling sigprocmask...
2021-08-22 Mostafa Solatireflect: add example for FieldByIndex
2021-08-22 Dmitry Vyukovruntime: fix buckHashSize duplication
2021-08-21 Joe Tsaistrconv: reject surrogate halves in Unquote
2021-08-21 Joel Singcmd/compile: absorb NEG into branch when possible on...
2021-08-21 Joel Singcmd/compile: convert branch with zero to more optimal...
2021-08-21 Joel Singcmd/compile: sort regalloc switch by architecture
2021-08-21 Robert Griesemergo/types: don't override x.mode before using it
2021-08-21 Matthew Dempskycmd/compile: enable -G=3 by default
2021-08-20 korzhaotest/typeparam: add a test case for issue46591
2021-08-20 Russ Coxcmd/internal/buildid: reject empty id
2021-08-20 Cuong Manh Letest: enable regabi test on arm64
2021-08-20 Matthew Dempskycmd/compile/internal/syntax: add PosBase.Trimmed
2021-08-20 HuanChengnet/http: fix typo in header.go
2021-08-20 Robert Findleygo/types: change Checker.verify to return an error
2021-08-20 Robert Findleygo/types: no need to validate substituted instances
2021-08-20 Robert Findleygo/types: consolidate verification logic
2021-08-20 Robert Findleygo/types: clean up panics in instantiation
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
next