]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-08-27 Michael Matloob[dev.cmdgo] all: merge master (67f7e16) into dev.cmdgo
2021-08-27 Joe Tsaiencoding/gob: optimize decoding of []byte
2021-08-27 Robert Griesemercmd/compile/internal/syntax: make valid type parameter...
2021-08-27 Matthew Dempskycmd/compile: eagerly CalcStructSize for synthetic ABI...
2021-08-27 Dan Scalescmd/compile: delay fillinMethods to deal with mutually...
2021-08-27 wangyuntaocmd/compile: eliminate repetitive code
2021-08-27 Matthew Dempskycmd/compile: add types.RecalcSize
2021-08-27 Matthew Dempskycmd/compile: remove ssagen/pgen_test.go
2021-08-27 Matthew Dempskycmd/compile: use typecheck.InitUniverse in unit tests
2021-08-26 Matthew Dempskycmd/compile: move types init code into package types
2021-08-26 Robert Griesemercmd/compile/internal/types2: do not declare new methods...
2021-08-26 Robert Griesemercmd/compile/internal/types2: implement TypeList.String...
2021-08-26 Dan Scalescmd/compile: fix reference to generic type needed by...
2021-08-26 Matthew Dempskycmd/compile: unexport Type.Vargen
2021-08-26 Matthew Dempskycmd/compile/internal/types: unexport Type.Extra
2021-08-26 Matthew Dempskycmd/compile: change typecheck.iscmp into ir.Op.IsCmp
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-26 Dan Kortschakembed: remove reference to global variables in docs
2021-08-26 Robert Griesemercmd/compile/internal/types2: remove need for instance...
2021-08-26 Robert Griesemercmd/compile/internal/types2: address some TODOs (cleanup)
2021-08-26 vinckrcrypto/tls: fix typo in PreferServerCipherSuites comment
2021-08-26 Cuong Manh Lecmd/go: pass -gcflags after other flags generated by...
2021-08-25 Robert Griesemercmd/compile/internal/types2: fix type set printing...
2021-08-25 Robert Griesemercmd/compile/internal/types2: rename IsMethodSet to...
2021-08-25 Robert Griesemercmd/compile: always accept 1.18 syntax but complain...
2021-08-25 Robert Griesemergo/types, types2: don't re-evaluate context string...
2021-08-25 Robert Griesemercmd/compile/internal/syntax: fix position of type param...
2021-08-25 Robert Griesemergo/types: implement NewTypeList and use it instead...
2021-08-25 Jake Ciolekcmd/compile: generic SSA rules for simplifying 2 and...
2021-08-25 Joe Tsaibytes, strings: optimize Trim for single byte cutsets
2021-08-25 korzhaocmd/compile: fix function contains no TParam in generic...
2021-08-25 korzhaocmd/compile: allow embed into any byte slice type
2021-08-25 korzhaotime/format: avoid growslice in time.String()/time...
2021-08-25 Michael Matloob[dev.cmdgo] cmd/go: fix calls to modFileGoVersion to...
2021-08-25 Michael Matloob[dev.cmdgo] cmd/go: clean up TODOWorkspaces instances
2021-08-25 wdvxdrcmd/compile: fix stencil call expression.
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-25 Dan Scalescmd/compile: fix CheckSize() calculation for -G=3 and...
2021-08-25 Ian Lance Taylortest: add test that caused gofrontend compiler crash
2021-08-25 Ian Lance Taylortest: add test case that gofrontend miscompiled
2021-08-25 Kir Kolyshkinos/user: don't skip TestLookupGroup if supported
2021-08-25 Cuong Manh Lecmd/compile: fix checkptr false positive for (*[Big...
2021-08-24 Josh Bleecher... reflect: add MapIter.SetKey and MapIter.SetValue
2021-08-24 Keith Randallcmd/compile: simplify bad conversion check
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
next