2022-01-24 |
Robert Griesemer | go/types, types2: report an error when using a broken... |
commit | commitdiff | tree |
2022-01-24 |
Robert Griesemer | go/types, types2: slightly better tracing output (debug... |
commit | commitdiff | tree |
2022-01-24 |
Robert Griesemer | go/types, types2: consider type parameters for cycle... |
commit | commitdiff | tree |
2022-01-24 |
Robert Griesemer | go/types, types2: in SetUnderlying, set Named.fromRHS... |
commit | commitdiff | tree |
2022-01-24 |
Robert Griesemer | go/types, types2: remove special case for external... |
commit | commitdiff | tree |
2022-01-24 |
Robert Griesemer | go/types, types2: validType argument must be *Named... |
commit | commitdiff | tree |
2022-01-24 |
Robert Griesemer | go/types, types2: use a map instead of a field for... |
commit | commitdiff | tree |
2022-01-24 |
Robert Griesemer | go/types, types2: move validType code into its own... |
commit | commitdiff | tree |
2022-01-24 |
Ian Lance Taylor | cmd/compile: always print stack trace for -dpanic |
commit | commitdiff | tree |
2022-01-24 |
Robert Findley | go/types: panic if named type instances are mutated |
commit | commitdiff | tree |
2022-01-24 |
Michael Pratt | runtime: replace TestFutexsleep with TestTimediv |
commit | commitdiff | tree |
2022-01-24 |
Dan Scales | cmd/compile: distinguish bound calls/field access in... |
commit | commitdiff | tree |
2022-01-24 |
Dan Scales | cmd/compile: improve comments, mainly in cmd/compile... |
commit | commitdiff | tree |
2022-01-24 |
Austin Clements | runtime: call fflush before exiting in C test |
commit | commitdiff | tree |
2022-01-24 |
Bryan Mills | Revert "cmd/go: evaluate root symlink in matchPackages" |
commit | commitdiff | tree |
2022-01-21 |
Ian Lance Taylor | spec: minor formatting and link cleanups |
commit | commitdiff | tree |
2022-01-21 |
Michael Matloob | cmd/go: evaluate root symlink in matchPackages |
commit | commitdiff | tree |
2022-01-21 |
Michael Pratt | runtime/pprof: TestLabelSystemstack parallelLabelHog... |
commit | commitdiff | tree |
2022-01-21 |
Robert Griesemer | Revert "doc/go1.18: document type parameter name restri... |
commit | commitdiff | tree |
2022-01-21 |
Dan Scales | cmd/compile: make sure multiple blank typeparams remain... |
commit | commitdiff | tree |
2022-01-20 |
Ian Lance Taylor | runtime: remove -tags=threadprof in tests |
commit | commitdiff | tree |
2022-01-20 |
Michael Matloob | cmd/go: ignore replaces of main modules in workspace... |
commit | commitdiff | tree |
2022-01-20 |
Michael Pratt | runtime/pprof: allow labels on racecall in TestLabelSys... |
commit | commitdiff | tree |
2022-01-20 |
Robert Findley | go/types, types2: use Identical rather than unification... |
commit | commitdiff | tree |
2022-01-20 |
Robert Griesemer | cmd/compile/internal/importer, gcimporter: use *TypePar... |
commit | commitdiff | tree |
2022-01-19 |
luochuanhang | regexp: add the missing is |
commit | commitdiff | tree |
2022-01-19 |
Ian Lance Taylor | runtime: print error if mmap fails |
commit | commitdiff | tree |
2022-01-19 |
Dan Scales | cmd/compile: add early a CONVIFACE normally created... |
commit | commitdiff | tree |
2022-01-19 |
Robert Griesemer | go/types, types2: use orig. compiler error message... |
commit | commitdiff | tree |
2022-01-19 |
Ian Lance Taylor | doc/go1.18: don't mention -buildinfo flag |
commit | commitdiff | tree |
2022-01-19 |
Michael Pratt | runtime/pprof: compare all samples vs rusage in TestCPU... |
commit | commitdiff | tree |
2022-01-19 |
Robert Griesemer | go/types, types2: explicitly check for non-nil type... |
commit | commitdiff | tree |
2022-01-19 |
Michael Pratt | runtime/pprof: assert that labels never appear on unexp... |
commit | commitdiff | tree |
2022-01-19 |
Michael Pratt | runtime: do not inherit labels on system goroutines |
commit | commitdiff | tree |
2022-01-19 |
Bryan C. Mills | runtime: eliminate arbitrary timeout in TestStackGrowth |
commit | commitdiff | tree |
2022-01-19 |
Cherry Mui | cmd/compile: don't elide extension for LoadReg to FP... |
commit | commitdiff | tree |
2022-01-19 |
Austin Clements | runtime: deflake TestPreemptionAfterSyscall |
commit | commitdiff | tree |
2022-01-19 |
Bryan C. Mills | cmd/go: fix TestScript/version_buildvcs_git_gpg |
commit | commitdiff | tree |
2022-01-19 |
Robert Griesemer | spec: add another example for an invalid shift case |
commit | commitdiff | tree |
2022-01-18 |
Robert Griesemer | go/types, types2: report error for invalid string(1... |
commit | commitdiff | tree |
2022-01-18 |
Robert Griesemer | go/types, types2: avoid field/method lookup error on... |
commit | commitdiff | tree |
2022-01-18 |
Dan Scales | cmd/compile: add missing copyright notice |
commit | commitdiff | tree |
2022-01-18 |
Russ Cox | cmd/compile, go/types: restore 'too many return values... |
commit | commitdiff | tree |
2022-01-18 |
Bryan C. Mills | doc/go1.18: add a release note for 'go mod tidy' checks... |
commit | commitdiff | tree |
2022-01-18 |
Russ Cox | cmd/compile, go/types: fix checking of bad type switch |
commit | commitdiff | tree |
2022-01-18 |
Bryan C. Mills | net/http: skip TestClientTimeout_Headers_h{1,2} on... |
commit | commitdiff | tree |
2022-01-18 |
Dan Scales | cmd/compile: support field access for typeparam with... |
commit | commitdiff | tree |
2022-01-18 |
Bryan C. Mills | cmd/go: remove the -buildinfo flag |
commit | commitdiff | tree |
2022-01-18 |
Russ Cox | cmd/dist: avoid lapsing into x86 builds on ARM64 Macs |
commit | commitdiff | tree |
2022-01-17 |
eric fang | cmd/internal/obj/arm64: adjust rule for VMOVQ instruction |
commit | commitdiff | tree |
2022-01-14 |
Austin Clements | runtime/race: be less picky about test run time |
commit | commitdiff | tree |
2022-01-14 |
Michael Pratt | Revert "cmd/dist: log CPU model when testing" |
commit | commitdiff | tree |
2022-01-14 |
Michael Pratt | Revert "cmd/dist: log OS version when testing" |
commit | commitdiff | tree |
2022-01-14 |
Michael Pratt | cmd/dist: log OS version when testing |
commit | commitdiff | tree |
2022-01-14 |
Michael Pratt | cmd/dist: log CPU model when testing |
commit | commitdiff | tree |
2022-01-14 |
Alessandro... | debug/elf: do not read unrelated bytes for SHT_NOBITS... |
commit | commitdiff | tree |
2022-01-14 |
Bryan C. Mills | runtime: skip known TestSegv failure mode on linux... |
commit | commitdiff | tree |
2022-01-14 |
Russ Cox | runtime: fix net poll races |
commit | commitdiff | tree |
2022-01-14 |
Dan Scales | cmd/compile: add call to ImportedBody() when exporting... |
commit | commitdiff | tree |
2022-01-13 |
Keith Randall | cmd/compile: stop interface conversions for generic... |
commit | commitdiff | tree |
2022-01-13 |
Patrik Nyblom | testing: skip flaky TestRaiseException on windows-amd64... |
commit | commitdiff | tree |
2022-01-13 |
Dan Scales | cmd/compile: descend through types to find fully-instan... |
commit | commitdiff | tree |
2022-01-13 |
Matthew Dempsky | cmd/compile: unique LinkString for renamed, embedded... |
commit | commitdiff | tree |
2022-01-13 |
Bryan C. Mills | database/sql: consolidate test polling loops |
commit | commitdiff | tree |
2022-01-13 |
Michael Matloob | cmd/go: run go install in workspace mode |
commit | commitdiff | tree |
2022-01-13 |
Michael Matloob | cmd/go: reset modfetch state between modules in go... |
commit | commitdiff | tree |
2022-01-13 |
Roland Shoemaker | all: add a handful of fuzz targets |
commit | commitdiff | tree |
2022-01-13 |
Keith Randall | doc: mention that GOAMD64 is a compile-time setting |
commit | commitdiff | tree |
2022-01-12 |
Ayan George | cmd/go: enable fuzz testing for FreeBSD |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | go/types, types2: fix tracing output for type and expr... |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | go/types, types2: prevent unification from recursing... |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | go/types, types2: make function type inference argument... |
commit | commitdiff | tree |
2022-01-12 |
Robert Findley | go/ast: mention that FieldLists can now be enclosed... |
commit | commitdiff | tree |
2022-01-12 |
Bryan Mills | Revert "all: add a handful of fuzz targets" |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | go/types, types2: do not run CTI before FTI |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | spec: adjust rules for specific types once more |
commit | commitdiff | tree |
2022-01-12 |
Roland Shoemaker | all: add a handful of fuzz targets |
commit | commitdiff | tree |
2022-01-12 |
Emmanuel T... | cmd/compile/types2, go/types: add position for "have... |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | cmd/compile: fix the names of methods created during... |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | cmd/compile: in typ0(), load base type before checking... |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | cmd/compile: resolve dictionaries/shape methods in... |
commit | commitdiff | tree |
2022-01-11 |
Robert Findley | go/types, types2: mention type decl scopes in Info... |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | cmd/compile: print "internal compiler error" message... |
commit | commitdiff | tree |
2022-01-11 |
Austin Clements | runtime: improve asanread/asanwrite nosplit comment |
commit | commitdiff | tree |
2022-01-11 |
Paul E. Murphy | test: workaround SIGILL on issue11656 on aix |
commit | commitdiff | tree |
2022-01-11 |
Tobias Klauser | cmd/go: skip TestScript/test_fuzz_test_race on !race |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | test: re-enable most go/tests that were disabled becaus... |
commit | commitdiff | tree |
2022-01-10 |
Robert Griesemer | go/types, types2: refer to type parameter if so for... |
commit | commitdiff | tree |
2022-01-10 |
Robert Griesemer | go/types, types2: better error message for type paramet... |
commit | commitdiff | tree |
2022-01-10 |
Robert Griesemer | go/types, types2: better error message when using ... |
commit | commitdiff | tree |
2022-01-10 |
Roland Shoemaker | testing: only snapshot coverage during fuzzing |
commit | commitdiff | tree |
2022-01-10 |
Ian Lance Taylor | cmd/compile: use exact constant in go_asm.h |
commit | commitdiff | tree |
2022-01-10 |
Matthew Dempsky | Revert "cmd/compile: unique LinkString for renamed... |
commit | commitdiff | tree |
2022-01-10 |
Dan Scales | cmd/compile, test: updated comments in crawler.go,... |
commit | commitdiff | tree |
2022-01-10 |
Matthew Dempsky | cmd/compile: unique LinkString for renamed, embedded... |
commit | commitdiff | tree |
2022-01-10 |
Bryan C. Mills | runtime: expand TestGdbPythonCgo skip to include mips64le |
commit | commitdiff | tree |
2022-01-10 |
Dan Scales | cmd/compile: fix interaction between generics and inlining |
commit | commitdiff | tree |
2022-01-10 |
Michael Pratt | runtime/pprof: run TestCPUProfileMultithreadMagnitude... |
commit | commitdiff | tree |
2022-01-10 |
Jonathan Amsterdam | net/http: map FS Open errors just like Dir |
commit | commitdiff | tree |
2022-01-09 |
Robert Griesemer | go/types, types2: better error message for invalid... |
commit | commitdiff | tree |
next |