]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-09-01 Robert Findleygo/types: generalize instanceHash to accept any type...
2021-08-31 Robert Findleygo/types: don't print instance markers for type hashes
2021-08-31 Robert Findleygo/types: use a typeWriter to write types (cleanup)
2021-08-31 Robert Findleygo/types: do not declare new methods on instantiated...
2021-08-31 Robert Findleygo/types: implement TypeList.String (debugging support)
2021-08-31 Robert Findleygo/types: remove need for the instance struct
2021-08-31 Robert Findleygo/types: address some TODOs (cleanup)
2021-08-31 Keith Randallcmd/compile: use the zero value for results of impossib...
2021-08-31 Keith Randallcmd/compile: use right line number for conversion expre...
2021-08-31 Robert Findleygo/internal/typeparams: remove typeparams.{Get,Set...
2021-08-31 Robert Findleygo/types: fix type set printing and add a test
2021-08-31 Robert Findleygo/types: rename IsMethodSet to IsConstraint (cleanup)
2021-08-31 Robert Findleygo/types: add error reporting for 1.18 syntax if GoVers...
2021-08-31 Robert Findleygo/types: allow composite literals of type parameter...
2021-08-31 Dan Scalescmd/compile: fix handling of Defn field during stenciling
2021-08-31 Martin Möhrmanncmd/compile: remove folding of 32 bit pointer offsets...
2021-08-31 Martin Möhrmanncmd/compile: add MOVOstoreconst with offset folding...
2021-08-31 Keith Randallcmd/compile: builtins may be in the unsafe package
2021-08-31 Robert Griesemercmd/compile/internal/types2: disallow aliases for gener...
2021-08-31 Robert Griesemergo/types, types2: union terms must be instantiated
2021-08-31 Robert Griesemercmd/compile/internal/types2: remove superfluous ordinar...
2021-08-31 Andy Panruntime: eliminate the redundant for loop in runqget()
2021-08-31 Matthew Dempskycmd/compile: make unified IR more selective about metho...
2021-08-31 Tobias Klausernet: enable multicast listener tests on solaris/illumos
2021-08-30 Robert Findleygo/types, types2: add a test for invalid import of...
2021-08-30 Robert Griesemercmd/compile/internal/types2: more systematic error...
2021-08-30 Robert Griesemercmd/compile/internal/types2: eliminate typeHashing...
2021-08-30 Robert Griesemercmd/compile/internal/types2: generalize instanceHash...
2021-08-30 Quim Muntalgo/types, types2: types in method expressions must...
2021-08-30 Dan Scalescmd/compile: fix bug with Inferred targs
2021-08-30 Robert Griesemercmd/compile/internal/types2: don't print instance marke...
2021-08-30 Robert Griesemercmd/compile/internal/types2: use a typeWriter to write...
2021-08-30 Bryan C. Millscmd/go/internal/modload: use "pruned" instead of "lazy...
2021-08-30 Bryan C. Millscmd/go/internal/modload: remove go117LazyTODO
2021-08-30 Bryan C. Millscmd/go/internal/modload: remove go117EnableLazyLoading
2021-08-30 Jay Conrodcmd/go: ensure 'go get -u' can upgrade pruned (1.17...
2021-08-30 korzhaocmd/compile: fix error when revcType is ptr in selectorExpr
2021-08-30 Koichi Shiraishiruntime: remove unnecesarry newline on freeStackSpans
2021-08-30 Matthew Dempskycmd/compile/internal/types: unexport Type.widthCalculated
2021-08-30 Matthew Dempskycmd/compile/internal/types: remove unused Tie method
2021-08-30 citizen233test/typeparam/sliceimp.dir: fix typo in a.go
2021-08-29 wdvxdrtest: add test cases for issue47892.
2021-08-28 Kir Kolyshkinos/user: simplify skipping listGroups test
2021-08-28 Cuong Manh Lecmd/compile: fix offset-generator for storeOneLoad
2021-08-28 Cuong Manh Lecmd/compile: fix wrong check for b.Controls in isBlockM...
2021-08-28 Dan Scalescmd/compile: support type C comparable
2021-08-28 Cuong Manh Leruntime: add test case for checkptr alignment with...
2021-08-28 Cuong Manh Lecmd/compile: ignore SliceExpr.CheckPtrCall for mknode
2021-08-28 Joe Tsaiunicode/utf8: add AppendRune
2021-08-28 Matthew Dempskycmd/compile/internal/types: change NewNamed to use...
2021-08-28 Robert Griesemergo/types, types2: types in type switch cases must be...
2021-08-28 Matthew Dempskycmd/compile/internal/types: simplify and optimize PtrDa...
2021-08-27 Matthew Dempskycmd/compile/internal/types: unexport New and NewBasic
2021-08-27 Matthew Dempskycmd/compile: use Type.OrigSym getter/setters [generated]
2021-08-27 Matthew Dempskycmd/compile/internal/types: add Type.OrigSym getter...
2021-08-27 Matthew Dempskycmd/compile: unexport Type.Width and Type.Align [generated]
2021-08-27 Michael Matloobcmd: update requirement on golang.org/x/mod
2021-08-27 Keith Randallcmd/compile: fix stenciling of conversions between...
2021-08-27 Keith Randallcmd/compile: fix parameterized interfaces
2021-08-27 Filippo Valsordacrypto/x509: drop compatibility hack for expired COMODO...
2021-08-27 Michael Matlooball: REVERSE MERGE dev.cmdgo (220bc44) into master
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
next