aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-27[dev.cmdgo] all: merge master (67f7e16) into dev.cmdgodev.cmdgoMichael Matloob
2021-08-27encoding/gob: optimize decoding of []byteJoe Tsai
2021-08-27cmd/compile/internal/syntax: make valid type parameter list in presence of er...Robert Griesemer
2021-08-27cmd/compile: eagerly CalcStructSize for synthetic ABI typesMatthew Dempsky
2021-08-27cmd/compile: delay fillinMethods to deal with mutually-recursive typesDan Scales
2021-08-27cmd/compile: eliminate repetitive codewangyuntao
2021-08-27cmd/compile: add types.RecalcSizeMatthew Dempsky
2021-08-27cmd/compile: remove ssagen/pgen_test.goMatthew Dempsky
2021-08-27cmd/compile: use typecheck.InitUniverse in unit testsMatthew Dempsky
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-26cmd/compile/internal/types2: do not declare new methods on instantiated typesRobert Griesemer
2021-08-26cmd/compile/internal/types2: implement TypeList.String (debugging support)Robert Griesemer
2021-08-26cmd/compile: fix reference to generic type needed by crawlerDan Scales
2021-08-26cmd/compile: unexport Type.VargenMatthew Dempsky
2021-08-26cmd/compile/internal/types: unexport Type.ExtraMatthew Dempsky
2021-08-26cmd/compile: change typecheck.iscmp into ir.Op.IsCmpMatthew Dempsky
2021-08-26[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgoMichael Matloob
2021-08-26embed: remove reference to global variables in docsDan Kortschak
2021-08-26cmd/compile/internal/types2: remove need for instance (struct)Robert Griesemer
2021-08-26cmd/compile/internal/types2: address some TODOs (cleanup)Robert Griesemer
2021-08-26crypto/tls: fix typo in PreferServerCipherSuites commentvinckr
2021-08-26cmd/go: pass -gcflags after other flags generated by the go commandCuong Manh Le
2021-08-25cmd/compile/internal/types2: fix type set printing and add testRobert Griesemer
2021-08-25cmd/compile/internal/types2: rename IsMethodSet to IsConstraint (cleanup)Robert Griesemer
2021-08-25cmd/compile: always accept 1.18 syntax but complain if not 1.18Robert Griesemer
2021-08-25go/types, types2: don't re-evaluate context string for each function argument...Robert Griesemer
2021-08-25cmd/compile/internal/syntax: fix position of type parameter fieldRobert Griesemer
2021-08-25go/types: implement NewTypeList and use it instead of composite literalsRobert Griesemer
2021-08-25cmd/compile: generic SSA rules for simplifying 2 and 3 operand integer arithm...Jake Ciolek
2021-08-25bytes, strings: optimize Trim for single byte cutsetsJoe Tsai
2021-08-25cmd/compile: fix function contains no TParam in generic functionkorzhao
2021-08-25cmd/compile: allow embed into any byte slice typekorzhao
2021-08-25time/format: avoid growslice in time.String()/time.GoString()korzhao
2021-08-25[dev.cmdgo] cmd/go: fix calls to modFileGoVersion to pass in modFileMichael Matloob
2021-08-25[dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob
2021-08-25cmd/compile: fix stencil call expression.wdvxdr
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-25cmd/compile: fix CheckSize() calculation for -G=3 and stencilsDan Scales
2021-08-25test: add test that caused gofrontend compiler crashIan Lance Taylor
2021-08-25test: add test case that gofrontend miscompiledIan Lance Taylor
2021-08-25os/user: don't skip TestLookupGroup if supportedKir Kolyshkin
2021-08-25cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le
2021-08-24reflect: add MapIter.SetKey and MapIter.SetValueJosh Bleecher Snyder
2021-08-24cmd/compile: simplify bad conversion checkKeith Randall
2021-08-24cmd/compile: mark ODYNAMICDOTTYPE as an expression that can panicKeith Randall
2021-08-24cmd/compile: fix naming of types inside instantiationsDan Scales
2021-08-24cmd/compile: change irgen to generate exprs/stmts after decls processedMatthew Dempsky
2021-08-24cmd/link: guarantee "section .debug_gdb_scripts" is always "$GOROOT/src/runti...crazycomputer
2021-08-24cmd/compile/internal/types2: use TypeList in the Inferred structRobert Griesemer
2021-08-24cmd/compile/internal/types2: use a TypeList type to hold type argumentsRobert Griesemer