summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: rewrite TestScript/cgo_stale_precompiled to be agnostic to stalenessgo1.18beta2Bryan C. Mills2022-01-311-4/+15
* cmd/go: fix error message when missing importzhouguangyuan2022-01-302-2/+2
* doc/go1.18: mention new debug/dwarf DataBitOffset fieldsIan Lance Taylor2022-01-291-0/+11
* cmd/go: correct -trimpath docs for the standard libraryMark Pulford2022-01-292-6/+4
* doc/go1.18: in workspace mode doc, link to "go work" docsIan Lance Taylor2022-01-281-1/+3
* go/types, types2: delete TypeList.StringRobert Griesemer2022-01-283-23/+0
* go/types, types2: remove Qualifier parameter from Checker.implementsRobert Griesemer2022-01-286-36/+18
* go/types, types2: use Checker.implements in operand.assignableToRobert Griesemer2022-01-286-70/+38
* go/types, types2: better error reporting for Checker.implementsRobert Griesemer2022-01-284-27/+46
* spec: add section on type inferenceRobert Griesemer2022-01-281-3/+382
* debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh2022-01-286-39/+209
* go/types, types2: delete _TypeSet.includes - not used (cleanup)Robert Griesemer2022-01-282-10/+0
* math/big: prevent overflow in (*Rat).SetStringKatie Hockman2022-01-272-0/+6
* go/types: update interface receivers after substitutingRobert Findley2022-01-276-16/+188
* go/types, cmd/compile: fix composite literal structural typingMatthew Dempsky2022-01-277-13/+59
* cmd/compile: remove incorrect arm,arm64 CMP->CMN transformationsDavid Chase2022-01-277-317/+45
* internal/fuzz: centralize corpus entry additionRoland Shoemaker2022-01-271-37/+44
* cmd/compile: add missing shape check in (*Tsubster).tinterDan Scales2022-01-274-7/+47
* cmd/compile: support structural typing in unified IRMatthew Dempsky2022-01-272-5/+3
* Revert "spec: document the underlying type of comparable"Robert Griesemer2022-01-261-2/+1
* go/types, types2: clean up the set up of error, comparableRobert Griesemer2022-01-262-14/+34
* go/types, types2: print underlying type of comparable as "interface{comparable}"Robert Griesemer2022-01-264-12/+33
* doc/go1.18: note short-circuit and/or in html/templateRuss Cox2022-01-261-2/+10
* cmd/compile/internal/types2: remove (*Signature).SetRecvTypeParamsMatthew Dempsky2022-01-262-12/+7
* cmd/api: reduce parallel 'go list' invocations to a constantBryan C. Mills2022-01-261-2/+5
* spec: document the underlying type of comparableRobert Griesemer2022-01-261-1/+2
* cmd/go: fix retrieving Mercurial commit timestamp under WindowsMark Pulford2022-01-261-1/+5
* cmd/go: avoid recording GOROOT_FINAL in precompiled C archivesBryan C. Mills2022-01-262-8/+25
* cmd/go: refactor TestScript/build_issue48319 to check a more general propertyBryan C. Mills2022-01-261-133/+27
* cmd/go: remove mercurial from bitbucket vcs optionsEthan Anderson2022-01-262-52/+9
* cmd/go: add mv and support "! cmp" in script testsBryan C. Mills2022-01-262-23/+47
* all: update vendored golang.org/x/toolsRobert Findley2022-01-2513-116/+208
* go/types, types2: all interfaces implement comparable (add tests)Robert Griesemer2022-01-255-0/+151
* go/types, types2: make each method instantiation independently lazyRobert Findley2022-01-2521-206/+698
* test: add a new test absdiff3.go which uses function callbackDan Scales2022-01-253-2/+87
* cmd/compile: new absdiff.go test, fix problem with g.curDeclDan Scales2022-01-256-6/+235
* go/types, types2: pass the seen map through _TypeSet.IsComparableRobert Findley2022-01-248-8/+88
* go/types, types2: reorder object processing to avoid broken aliasesRobert Griesemer2022-01-249-38/+102
* go/types, types2: report an error when using a broken aliasRobert Griesemer2022-01-2415-10/+251
* go/types, types2: slightly better tracing output (debugging support)Robert Griesemer2022-01-244-4/+8
* go/types, types2: consider type parameters for cycle detectionRobert Griesemer2022-01-2421-137/+316
* go/types, types2: in SetUnderlying, set Named.fromRHS if not set yetRobert Griesemer2022-01-242-0/+6
* go/types, types2: remove special case for external types in validTypeRobert Griesemer2022-01-242-16/+20
* go/types, types2: validType argument must be *Named typeRobert Griesemer2022-01-244-4/+8
* go/types, types2: use a map instead of a field for marking in validTypeRobert Griesemer2022-01-2412-36/+46
* go/types, types2: move validType code into its own fileRobert Griesemer2022-01-244-180/+190
* cmd/compile: always print stack trace for -dpanicIan Lance Taylor2022-01-241-2/+2
* go/types: panic if named type instances are mutatedRobert Findley2022-01-242-2/+18
* runtime: replace TestFutexsleep with TestTimedivMichael Pratt2022-01-244-106/+78
* cmd/compile: distinguish bound calls/field access in getInstInfoDan Scales2022-01-247-23/+173