aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-24cmd/compile: improve comments, mainly in cmd/compile/internal/typesDan Scales
2022-01-24runtime: call fflush before exiting in C testAustin Clements
2022-01-24Revert "cmd/go: evaluate root symlink in matchPackages"Bryan Mills
2022-01-21spec: minor formatting and link cleanupsIan Lance Taylor
2022-01-21cmd/go: evaluate root symlink in matchPackagesMichael Matloob
2022-01-21runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeledMichael Pratt
2022-01-21Revert "doc/go1.18: document type parameter name restriction"Robert Griesemer
2022-01-21cmd/compile: make sure multiple blank typeparams remain uniqueDan Scales
2022-01-20runtime: remove -tags=threadprof in testsIan Lance Taylor
2022-01-20cmd/go: ignore replaces of main modules in workspace modulesMichael Matloob
2022-01-20runtime/pprof: allow labels on racecall in TestLabelSystemstackMichael Pratt
2022-01-20go/types, types2: use Identical rather than unification in missingMethodRobert Findley
2022-01-20cmd/compile/internal/importer, gcimporter: use *TypeParam as tparamIndex map ...Robert Griesemer
2022-01-19regexp: add the missing isluochuanhang
2022-01-19runtime: print error if mmap failsIan Lance Taylor
2022-01-19cmd/compile: add early a CONVIFACE normally created in the order phaseDan Scales
2022-01-19go/types, types2: use orig. compiler error message for a shift errorRobert Griesemer
2022-01-19doc/go1.18: don't mention -buildinfo flagIan Lance Taylor
2022-01-19runtime/pprof: compare all samples vs rusage in TestCPUProfileMultithreadMagn...Michael Pratt
2022-01-19go/types, types2: explicitly check for non-nil type in LookupFieldOrMethodRobert Griesemer
2022-01-19runtime/pprof: assert that labels never appear on unexpected samplesMichael Pratt
2022-01-19runtime: do not inherit labels on system goroutinesMichael Pratt
2022-01-19runtime: eliminate arbitrary timeout in TestStackGrowthBryan C. Mills
2022-01-19cmd/compile: don't elide extension for LoadReg to FP register on MIPS64Cherry Mui
2022-01-19runtime: deflake TestPreemptionAfterSyscallAustin Clements
2022-01-19cmd/go: fix TestScript/version_buildvcs_git_gpgBryan C. Mills
2022-01-19spec: add another example for an invalid shift caseRobert Griesemer
2022-01-18go/types, types2: report error for invalid string(1 << s)Robert Griesemer
2022-01-18go/types, types2: avoid field/method lookup error on invalid typesRobert Griesemer
2022-01-18cmd/compile: add missing copyright noticeDan Scales
2022-01-18cmd/compile, go/types: restore 'too many return values' error for func with n...Russ Cox
2022-01-18doc/go1.18: add a release note for 'go mod tidy' checksum changesBryan C. Mills
2022-01-18cmd/compile, go/types: fix checking of bad type switchRuss Cox
2022-01-18net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64Bryan C. Mills
2022-01-18cmd/compile: support field access for typeparam with structural constraintDan Scales
2022-01-18cmd/go: remove the -buildinfo flagBryan C. Mills
2022-01-18cmd/dist: avoid lapsing into x86 builds on ARM64 MacsRuss Cox
2022-01-17cmd/internal/obj/arm64: adjust rule for VMOVQ instructioneric fang
2022-01-14runtime/race: be less picky about test run timeAustin Clements
2022-01-14Revert "cmd/dist: log CPU model when testing"Michael Pratt
2022-01-14Revert "cmd/dist: log OS version when testing"Michael Pratt
2022-01-14cmd/dist: log OS version when testingMichael Pratt
2022-01-14cmd/dist: log CPU model when testingMichael Pratt
2022-01-14debug/elf: do not read unrelated bytes for SHT_NOBITS sectionsAlessandro Arzilli
2022-01-14runtime: skip known TestSegv failure mode on linux-mips64le-mengzhuoBryan C. Mills
2022-01-14runtime: fix net poll racesRuss Cox
2022-01-14cmd/compile: add call to ImportedBody() when exporting shape inst bodyDan Scales
2022-01-13cmd/compile: stop interface conversions for generic method calls from allocatingKeith Randall
2022-01-13testing: skip flaky TestRaiseException on windows-amd64-2012Patrik Nyblom
2022-01-13cmd/compile: descend through types to find fully-instantiated typesDan Scales