aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-31cmd/go: rewrite TestScript/cgo_stale_precompiled to be agnostic to stalenessgo1.18beta2Bryan C. Mills
2022-01-30cmd/go: fix error message when missing importzhouguangyuan
2022-01-29doc/go1.18: mention new debug/dwarf DataBitOffset fieldsIan Lance Taylor
2022-01-29cmd/go: correct -trimpath docs for the standard libraryMark Pulford
2022-01-28doc/go1.18: in workspace mode doc, link to "go work" docsIan Lance Taylor
2022-01-28go/types, types2: delete TypeList.StringRobert Griesemer
2022-01-28go/types, types2: remove Qualifier parameter from Checker.implementsRobert Griesemer
2022-01-28go/types, types2: use Checker.implements in operand.assignableToRobert Griesemer
2022-01-28go/types, types2: better error reporting for Checker.implementsRobert Griesemer
2022-01-28spec: add section on type inferenceRobert Griesemer
2022-01-28debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh
2022-01-28go/types, types2: delete _TypeSet.includes - not used (cleanup)Robert Griesemer
2022-01-27math/big: prevent overflow in (*Rat).SetStringKatie Hockman
2022-01-27go/types: update interface receivers after substitutingRobert Findley
2022-01-27go/types, cmd/compile: fix composite literal structural typingMatthew Dempsky
2022-01-27cmd/compile: remove incorrect arm,arm64 CMP->CMN transformationsDavid Chase
2022-01-27internal/fuzz: centralize corpus entry additionRoland Shoemaker
2022-01-27cmd/compile: add missing shape check in (*Tsubster).tinterDan Scales
2022-01-27cmd/compile: support structural typing in unified IRMatthew Dempsky
2022-01-26Revert "spec: document the underlying type of comparable"Robert Griesemer
2022-01-26go/types, types2: clean up the set up of error, comparableRobert Griesemer
2022-01-26go/types, types2: print underlying type of comparable as "interface{comparable}"Robert Griesemer
2022-01-26doc/go1.18: note short-circuit and/or in html/templateRuss Cox
2022-01-26cmd/compile/internal/types2: remove (*Signature).SetRecvTypeParamsMatthew Dempsky
2022-01-26cmd/api: reduce parallel 'go list' invocations to a constantBryan C. Mills
2022-01-26spec: document the underlying type of comparableRobert Griesemer
2022-01-26cmd/go: fix retrieving Mercurial commit timestamp under WindowsMark Pulford
2022-01-26cmd/go: avoid recording GOROOT_FINAL in precompiled C archivesBryan C. Mills
2022-01-26cmd/go: refactor TestScript/build_issue48319 to check a more general propertyBryan C. Mills
2022-01-26cmd/go: remove mercurial from bitbucket vcs optionsEthan Anderson
2022-01-26cmd/go: add mv and support "! cmp" in script testsBryan C. Mills
2022-01-25all: update vendored golang.org/x/toolsRobert Findley
2022-01-25go/types, types2: all interfaces implement comparable (add tests)Robert Griesemer
2022-01-25go/types, types2: make each method instantiation independently lazyRobert Findley
2022-01-25test: add a new test absdiff3.go which uses function callbackDan Scales
2022-01-25cmd/compile: new absdiff.go test, fix problem with g.curDeclDan Scales
2022-01-24go/types, types2: pass the seen map through _TypeSet.IsComparableRobert Findley
2022-01-24go/types, types2: reorder object processing to avoid broken aliasesRobert Griesemer
2022-01-24go/types, types2: report an error when using a broken aliasRobert Griesemer
2022-01-24go/types, types2: slightly better tracing output (debugging support)Robert Griesemer
2022-01-24go/types, types2: consider type parameters for cycle detectionRobert Griesemer
2022-01-24go/types, types2: in SetUnderlying, set Named.fromRHS if not set yetRobert Griesemer
2022-01-24go/types, types2: remove special case for external types in validTypeRobert Griesemer
2022-01-24go/types, types2: validType argument must be *Named typeRobert Griesemer
2022-01-24go/types, types2: use a map instead of a field for marking in validTypeRobert Griesemer
2022-01-24go/types, types2: move validType code into its own fileRobert Griesemer
2022-01-24cmd/compile: always print stack trace for -dpanicIan Lance Taylor
2022-01-24go/types: panic if named type instances are mutatedRobert Findley
2022-01-24runtime: replace TestFutexsleep with TestTimedivMichael Pratt
2022-01-24cmd/compile: distinguish bound calls/field access in getInstInfoDan Scales