go/test/fixedbugs
Matthew Dempsky 6e46c8fbb5 [dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparams
As with CL 285875, this required resolving some conflicts around
handling of //go:embed directives. Still further work is needed to
reject uses of //go:embed in files that don't import "embed", so this
is left as a TODO. (When this code was written for dev.typeparams, we
were still leaning towards not requiring the "embed" import.)

Also, the recent support for inlining closures (CL 283112) interacts
poorly with -G=3 mode. There are some known issues with this code
already (#43818), so for now this CL disables inlining of closures
when in -G=3 mode with a TODO to revisit this once closure inlining is
working fully.

Conflicts:

- src/cmd/compile/internal/noder/noder.go
- src/cmd/compile/internal/typecheck/dcl.go
- src/cmd/compile/internal/typecheck/func.go
- test/run.go

Merge List:

+ 2021-01-22 7e0a81d280 [dev.regabi] all: merge master (dab3e5a) into dev.regabi
+ 2021-01-22 dab3e5affe runtime: switch runtime to libc for openbsd/amd64
+ 2021-01-22 a1b53d85da cmd/go: add documentation for test and xtest fields output by go list
+ 2021-01-22 b268b60774 runtime: remove pthread_kill/pthread_self for openbsd
+ 2021-01-22 ec4051763d runtime: fix typo in mgcscavenge.go
+ 2021-01-22 7ece3a7b17 net/http: fix flaky TestDisableKeepAliveUpgrade
+ 2021-01-22 50cba0506f time: clarify Timer.Reset behavior on AfterFunc Timers
+ 2021-01-22 cf10e69f17 doc/go1.16: mention net/http.Transport.GetProxyConnectHeader
+ 2021-01-22 ec1b945265 doc/go1.16: mention path/filepath.WalkDir
+ 2021-01-22 11def3d40b doc/go1.16: mention syscall.AllThreadsSyscall
+ 2021-01-21 07b0235609 doc/go1.16: add notes about package-specific fs.FS changes
+ 2021-01-21 e2b4f1fea5 doc/go1.16: minor formatting fix
+ 2021-01-21 9f43a9e07b doc/go1.16: mention new debug/elf constants
+ 2021-01-21 3c2f11ba5b cmd/go: overwrite program name with full path
+ 2021-01-21 953d1feca9 all: introduce and use internal/execabs
+ 2021-01-21 b186e4d70d cmd/go: add test case for cgo CC setting
+ 2021-01-21 5a8a2265fb cmd/cgo: report exec errors a bit more clearly
+ 2021-01-21 46e2e2e9d9 cmd/go: pass resolved CC, GCCGO to cgo
+ 2021-01-21 3d40895e36 runtime: switch openbsd/arm64 to pthreads
+ 2021-01-21 d95ca91380 crypto/elliptic: fix P-224 field reduction
+ 2021-01-21 d7e71c01ad [dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet for dwarf
+ 2021-01-21 5248f59a22 [dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet for SSA
+ 2021-01-21 970d8b6cb2 [dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet in inlining
+ 2021-01-21 68a4664475 [dev.regabi] cmd/compile: remove tempAssigns in walkCall1
+ 2021-01-21 fd9a391cdd [dev.regabi] cmd/compile: remove CallExpr.Rargs
+ 2021-01-21 19a6db6b63 [dev.regabi] cmd/compile: make sure mkcall* passed non-nil init
+ 2021-01-21 9f036844db [dev.regabi] cmd/compile: use ir.DoChildren directly in inlining
+ 2021-01-21 213c3905e9 [dev.regabi] cmd/compile: use node walked flag to prevent double walk for walkSelect
+ 2021-01-20 1760d736f6 [dev.regabi] cmd/compile: exporting, importing, and inlining functions with OCLOSURE
+ 2021-01-20 ecf4ebf100 cmd/internal/moddeps: check content of all modules in GOROOT
+ 2021-01-20 92cb157cf3 [dev.regabi] cmd/compile: late expansion of return values
+ 2021-01-20 d2d155d1ae runtime: don't adjust timer pp field in timerWaiting status
+ 2021-01-20 803d18fc6c cmd/go: set Incomplete field on go list output if no files match embed
+ 2021-01-20 6e243ce71d cmd/go: have go mod vendor copy embedded files in subdirs
+ 2021-01-20 be28e5abc5 cmd/go: fix mod_get_fallback test
+ 2021-01-20 928bda4f4a runtime: convert openbsd/amd64 locking to libc
+ 2021-01-19 824f2d635c cmd/go: allow go fmt to complete when embedded file is missing
+ 2021-01-19 0575e35e50 cmd/compile: require 'go 1.16' go.mod line for //go:embed
+ 2021-01-19 9423d50d53 [dev.regabi] cmd/compile: use '%q' for printing rune values less than 128
+ 2021-01-19 ccb2e90688 cmd/link: exit before Asmb2 if error
+ 2021-01-19 ca5774a5a5 embed: treat uninitialized FS as empty
+ 2021-01-19 d047c91a6c cmd/link,runtime: switch openbsd/amd64 to pthreads
+ 2021-01-19 61debffd97 runtime: factor out usesLibcall
+ 2021-01-19 9fed39d281 runtime: factor out mStackIsSystemAllocated
+ 2021-01-19 a2f825c542 [dev.regabi] cmd/compile: directly create go.map and go.track symbols
+ 2021-01-19 4a4212c0e5 [dev.regabi] cmd/compile: refactor Linksym creation
+ 2021-01-19 4f5c603c0f [dev.regabi] cmd/compile: cleanup callTargetLSym
+ 2021-01-18 dbab079835 runtime: free Windows event handles after last lock is dropped
+ 2021-01-18 5a8fbb0d2d os: do not close syscall.Stdin in TestReadStdin
+ 2021-01-18 422f38fb6c [dev.regabi] cmd/compile: move stack objects to liveness
+ 2021-01-18 6113db0bb4 [dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typecheck
+ 2021-01-18 4c835f9169 [dev.regabi] cmd/compile: use LinksymOffsetExpr in TypePtr/ItabAddr
+ 2021-01-18 0ffa1ead6e [dev.regabi] cmd/compile: use *obj.LSym instead of *ir.Name for staticdata functions
+ 2021-01-17 7e0fa38aad [dev.regabi] cmd/compile: remove unneeded packages from ir.Pkgs
+ 2021-01-17 99a5db11ac [dev.regabi] cmd/compile: use LinksymOffsetExpr in walkConvInterface
+ 2021-01-17 87845d14f9 [dev.regabi] cmd/compile: add ir.TailCallStmt
+ 2021-01-17 e3027c6828 [dev.regabi] cmd/compile: fix linux-amd64-noopt builder
+ 2021-01-17 59ff93fe64 [dev.regabi] cmd/compile: rename NameOffsetExpr to LinksymOffsetExpr
+ 2021-01-17 82b9cae700 [dev.regabi] cmd/compile: change ir.NameOffsetExpr to use *obj.LSym instead of *Name
+ 2021-01-17 88956fc4b1 [dev.regabi] cmd/compile: stop analyze NameOffsetExpr.Name_ in escape analysis
+ 2021-01-17 7ce2a8383d [dev.regabi] cmd/compile: simplify stack temp initialization
+ 2021-01-17 ba0e8a92fa [dev.regabi] cmd/compile: refactor temp construction in walk
+ 2021-01-17 78e5aabcdb [dev.regabi] cmd/compile: replace Node.HasCall with walk.mayCall
+ 2021-01-16 6de9423445 [dev.regabi] cmd/compile: cleanup OAS2FUNC ordering
+ 2021-01-16 a956a0e909 [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent renames
+ 2021-01-16 ab3b67abfd [dev.regabi] cmd/compile: remove ONEWOBJ
+ 2021-01-16 c9b1445ac8 [dev.regabi] cmd/compile: remove TypeAssertExpr {Src,Dst}Type fields
+ 2021-01-15 682a1d2176 runtime: detect errors in DuplicateHandle
+ 2021-01-15 9f83418b83 cmd/link: remove GOROOT write in TestBuildForTvOS
+ 2021-01-15 ec9470162f cmd/compile: allow embed into any string or byte slice type
+ 2021-01-15 54198b04db cmd/compile: disallow embed of var inside func
+ 2021-01-15 b386c735e7 cmd/go: fix go generate docs
+ 2021-01-15 bb5075a525 syscall: remove RtlGenRandom and move it into internal/syscall
+ 2021-01-15 1deae0b597 os: invoke processKiller synchronously in testKillProcess
+ 2021-01-15 03a875137f [dev.regabi] cmd/compile: unexport reflectdata.WriteType
+ 2021-01-15 14537e6e54 [dev.regabi] cmd/compile: move stkobj symbol generation to SSA
+ 2021-01-15 ab523fc510 [dev.regabi] cmd/compile: don't promote Byval CaptureVars if Addrtaken
+ 2021-01-15 ff196c3e84 crypto/x509: update iOS bundled roots to version 55188.40.9
+ 2021-01-15 b7a698c73f [dev.regabi] test: disable test on windows because expected contains path separators.
+ 2021-01-15 4be7af23f9 [dev.regabi] cmd/compile: fix ICE during ir.Dump
+ 2021-01-14 e125ccd10e cmd/go: in 'go mod edit', validate versions given to -retract and -exclude
+ 2021-01-14 eb330020dc cmd/dist, cmd/go: pass -arch for C compilation on Darwin
+ 2021-01-14 84e8a06f62 cmd/cgo: remove unnecessary space in cgo export header
+ 2021-01-14 0c86b999c3 cmd/test2json: document passing -test.paniconexit0
+ 2021-01-14 9135795891 cmd/go/internal/load: report positions for embed errors
+ 2021-01-14 35b9c66601 [dev.regabi] cmd/compile,cmd/link: additional code review suggestions for CL 270863
+ 2021-01-14 d9b79e53bb cmd/compile: fix wrong complement for arm64 floating-point comparisons
+ 2021-01-14 c73232d08f cmd/go/internal/load: refactor setErrorPos to PackageError.setPos
+ 2021-01-14 6aa28d3e06 go/build: report positions for go:embed directives
+ 2021-01-14 9734fd482d [dev.regabi] cmd/compile: use node walked flag to prevent double walk for walkSwitch
+ 2021-01-14 f97983249a [dev.regabi] cmd/compile: move more PAUTOHEAP to SSA construction
+ 2021-01-14 4476300425 [dev.regabi] cmd/compile: use byte for CallExpr.Use
+ 2021-01-14 5a5ab24689 [dev.regabi] cmd/compile: do not rely on CallExpr.Rargs for detect already walked calls
+ 2021-01-14 983ac4b086 [dev.regabi] cmd/compile: fix ICE when initializing blank vars
+ 2021-01-13 7eb31d999c cmd/go: add hints to more missing sum error messages
+ 2021-01-13 d6d4673728 [dev.regabi] cmd/compile: fix GOEXPERIMENT=regabi builder
+ 2021-01-13 c41b999ad4 [dev.regabi] cmd/compile: refactor abiutils from "gc" into new "abi"
+ 2021-01-13 861707a8c8 [dev.regabi] cmd/compile: added limited //go:registerparams pragma for new ABI dev
+ 2021-01-13 c1370e918f [dev.regabi] cmd/compile: add code to support register ABI spills around morestack calls
+ 2021-01-13 2abd24f3b7 [dev.regabi] test: make run.go error messages slightly more informative
+ 2021-01-13 9a19481acb [dev.regabi] cmd/compile: make ordering for InvertFlags more stable
+ 2021-01-12 ba76567bc2 cmd/go/internal/modload: delete unused *mvsReqs.next method
+ 2021-01-12 665def2c11 encoding/asn1: document unmarshaling behavior for IMPLICIT string fields
+ 2021-01-11 81ea89adf3 cmd/go: fix non-script staleness checks interacting badly with GOFLAGS
+ 2021-01-11 759309029f doc: update editors.html for Go 1.16
+ 2021-01-11 c3b4c7093a cmd/internal/objfile: don't require runtime.symtab symbol for XCOFF
+ 2021-01-08 59bfc18e34 cmd/go: add hint to read 'go help vcs' to GOVCS errors
+ 2021-01-08 cd6f3a54e4 cmd/go: revise 'go help' documentation for modules
+ 2021-01-08 6192b98751 cmd/go: make hints in error messages more consistent
+ 2021-01-08 25886cf4bd cmd/go: preserve sums for indirect deps fetched by 'go mod download'
+ 2021-01-08 6250833911 runtime/metrics: mark histogram metrics as cumulative
+ 2021-01-08 8f6a9acbb3 runtime/metrics: remove unused StopTheWorld Description field
+ 2021-01-08 6598c65646 cmd/compile: fix exponential-time init-cycle reporting
+ 2021-01-08 fefad1dc85 test: fix timeout code for invoking compiler
+ 2021-01-08 6728118e0a cmd/go: pass signals forward during "go tool"
+ 2021-01-08 e65c543f3c go/build/constraint: add parser for build tag constraint expressions
+ 2021-01-08 0c5afc4fb7 testing/fstest,os: clarify racy behavior of TestFS
+ 2021-01-08 32afcc9436 runtime/metrics: change unit on *-by-size metrics to match bucket unit
+ 2021-01-08 c6513bca5a io/fs: minor corrections to Glob doc
+ 2021-01-08 304f769ffc cmd/compile: don't short-circuit copies whose source is volatile
+ 2021-01-08 ae97717133 runtime,runtime/metrics: use explicit histogram boundaries
+ 2021-01-08 a9ccd2d795 go/build: skip string literal while findEmbed
+ 2021-01-08 d92f8add32 archive/tar: fix typo in comment
+ 2021-01-08 cab1202183 cmd/link: accept extra blocks in TestFallocate
+ 2021-01-08 ee4d32249b io/fs: minor corrections to Glob release date
+ 2021-01-08 54bd1ccce2 cmd: update to latest golang.org/x/tools
+ 2021-01-07 9ec21a8f34 Revert "reflect: support multiple keys in struct tags"
+ 2021-01-07 091414b5b7 io/fs: correct WalkDirFunc documentation
+ 2021-01-07 9b55088d6b doc/go1.16: add release note for disallowing non-ASCII import paths
+ 2021-01-07 fa90aaca7d cmd/compile: fix late expand_calls leaf type for OpStructSelect/OpArraySelect
+ 2021-01-07 7cee66d4cb cmd/go: add documentation for Embed fields in go list output
+ 2021-01-07 e60cffa4ca html/template: attach functions to namespace
+ 2021-01-07 6da2d3b7d7 cmd/link: fix typo in asm.go
+ 2021-01-07 df81a15819 runtime: check mips64 VDSO clock_gettime return code
+ 2021-01-06 4787e906cf crypto/x509: rollback new CertificateRequest fields
+ 2021-01-06 c9658bee93 cmd/go: make module suggestion more friendly
+ 2021-01-06 4c668b25c6 runtime/metrics: fix panic message for Float64Histogram
+ 2021-01-06 d2131704a6 net/http/httputil: fix deadlock in DumpRequestOut
+ 2021-01-05 3e1e13ce6d cmd/go: set cfg.BuildMod to "readonly" by default with no module root
+ 2021-01-05 0b0d004983 cmd/go: pass embedcfg to gccgo if supported
+ 2021-01-05 1b85e7c057 cmd/go: don't scan gccgo standard library packages for imports
+ 2021-01-05 6b37b15d95 runtime: don't take allglock in tracebackothers
+ 2021-01-04 9eef49cfa6 math/rand: fix typo in comment
+ 2021-01-04 b01fb2af9e testing/fstest: fix typo in error message
+ 2021-01-01 3dd5867605 doc: 2021 is the Year of the Gopher
+ 2020-12-31 95ce805d14 io/fs: remove darwin/arm64 special condition
+ 2020-12-30 20d0991b86 lib/time, time/tzdata: update tzdata to 2020f
+ 2020-12-30 ed301733bb misc/cgo/testcarchive: remove special flags for Darwin/ARM
+ 2020-12-30 0ae2e032f2 misc/cgo/test: enable TestCrossPackageTests on darwin/arm64
+ 2020-12-29 780b4de16b misc/ios: fix wording for command line instructions
+ 2020-12-29 b4a71c95d2 doc/go1.16: reference misc/ios/README for how to build iOS programs
+ 2020-12-29 f83e0f6616 misc/ios: add to README how to build ios executables
+ 2020-12-28 4fd9455882 io/fs: fix typo in comment

Change-Id: If24bb93f1e1e7deb1d92ba223c85940ab93b2732
2021-01-22 16:32:37 -08:00
..
bug083.dir
bug088.dir
bug106.dir
bug133.dir
bug160.dir
bug191.dir
bug222.dir
bug248.dir
bug282.dir
bug302.dir
bug306.dir
bug313.dir
bug322.dir
bug324.dir
bug335.dir
bug345.dir
bug367.dir
bug369.dir testing: delay flag registration; move to an Init function 2019-04-29 19:54:30 +00:00
bug377.dir
bug382.dir
bug392.dir
bug396.dir
bug404.dir
bug407.dir
bug414.dir
bug415.dir
bug424.dir
bug437.dir
bug448.dir
bug460.dir
bug465.dir
bug466.dir
bug467.dir
bug468.dir
bug472.dir
bug478.dir
bug479.dir
bug480.dir
bug488.dir
bug492.dir
bug504.dir
bug506.dir test: add fixedbugs/bug506 for gccgo 2018-10-18 04:57:41 +00:00
bug507.dir test: add test that gccgo fails to compile 2020-02-22 04:31:41 +00:00
bug510.dir test: add new test that gofrontend failed to handle 2020-12-07 17:29:52 +00:00
gcc67968.dir
issue3552.dir
issue4252.dir
issue4326.dir
issue4370.dir
issue4510.dir
issue4590.dir
issue4879.dir
issue4932.dir
issue4964.dir
issue5105.dir
issue5125.dir
issue5259.dir
issue5260.dir
issue5291.dir
issue5470.dir
issue5614.dir
issue5755.dir
issue5910.dir
issue5957.dir
issue6295.dir
issue6513.dir
issue6789.dir
issue7023.dir
issue7648.dir
issue7995b.dir
issue8060.dir
issue8280.dir
issue9355.dir
issue9537.dir
issue9608.dir
issue10066.dir
issue10219.dir
issue10700.dir test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue11053.dir
issue12677.dir
issue13777.dir
issue14164.dir
issue14331.dir
issue15071.dir test/fixedbugs: fix some tests will not be run 2019-05-23 01:39:41 +00:00
issue15470.dir
issue15514.dir test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue15548.dir
issue15572.dir
issue15609.dir
issue15646.dir
issue15838.dir
issue15920.dir
issue16133.dir
issue16317.dir
issue16616.dir
issue18419.dir test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue18895.dir
issue18911.dir
issue19028.dir test: import file name for issue19028 2020-12-15 20:45:24 +00:00
issue19261.dir
issue19467.dir
issue19507.dir test: fix ABI mismatch in fixedbugs/issue19507 2018-11-13 23:44:52 +00:00
issue19548.dir
issue19699.dir
issue19764.dir
issue20682.dir
issue21120.dir
issue22877.dir
issue22941.dir
issue22962.dir
issue23179.dir
issue23311.dir cmd/compile: allow bodyless function if it is linkname'd 2018-11-26 20:00:59 +00:00
issue24693.dir
issue24761.dir
issue24801.dir
issue25055.dir
issue25984.dir
issue26341.dir
issue27836.dir test: add testcase for gccgo compile failure 2018-09-27 15:01:24 +00:00
issue29610.dir cmd/compile: separate data and function LSyms 2019-01-11 00:45:49 +00:00
issue29612.dir test: make runindir tests pass regardless of whether module mode is in use 2020-03-25 14:19:25 +00:00
issue29919.dir cmd/compile: rename init function from init.ializers back to init 2019-03-18 20:41:12 +00:00
issue30659.dir test: add new test for gccgo compilation problem 2019-03-12 00:04:59 +00:00
issue30862.dir test: new test for issue 30862 2019-03-15 19:05:53 +00:00
issue30907.dir cmd/compile: fix importing rewritten f(g()) calls 2019-03-18 19:43:38 +00:00
issue30908.dir test: new test for issue 30908 2019-03-25 15:00:08 +00:00
issue31053.dir [dev.regabi] cmd/compile: stop mangling SelectorExpr.Sel for ODOTMETH 2020-12-28 07:44:07 +00:00
issue31252.dir cmd/compile: use correct package name for stack object symbol 2019-04-22 17:40:48 +00:00
issue31636.dir runtime: revert init order changes 2019-05-22 11:07:00 +00:00
issue31637.dir test: new test for issue 31637 2019-04-24 19:55:13 +00:00
issue31959.dir cmd/compile: fix typecheck type alias makes wrong export symbol metadata 2019-05-21 17:44:21 +00:00
issue32595.dir cmd/compile: don't mark argument array as noalg 2019-06-25 21:30:39 +00:00
issue32778.dir test: add testcase for gccgo compile failure 2019-07-02 16:34:55 +00:00
issue32901.dir test: add a test for gccgo bug #32901 2019-07-03 14:12:22 +00:00
issue32922.dir test: add new test case for gccgo compiler bug 2019-07-08 13:20:23 +00:00
issue33013.dir test: new testcase for gccgo compiler bug 2019-07-10 18:26:53 +00:00
issue33020.dir test: new testcase for gccgo bug 2019-07-18 11:34:23 +00:00
issue33020a.dir test: new testcase for gollvm bug 2019-08-29 15:21:31 +00:00
issue33158.dir test: new testcase for gccgo bug 2019-07-18 17:24:59 +00:00
issue33219.dir test: new testcase for gccgo compiler failure 2019-07-23 12:39:03 +00:00
issue33739.dir test: add test that failed with gccgo 2019-08-28 18:35:32 +00:00
issue33866.dir test: add test that failed with gccgo 2019-09-06 12:11:17 +00:00
issue34503.dir test: add testcase for gccgo compiler buglet 2019-09-25 18:10:57 +00:00
issue34577.dir test: revise testcase for new gccgo compiler bug 2019-10-14 16:13:27 +00:00
issue35586.dir test: new test for gollvm compiler crash bug 2019-11-18 21:19:53 +00:00
issue35739.dir test: add test that fails with gofrontend 2020-10-13 22:50:26 +00:00
issue36085.dir test: add a test for gccgo compiler bug of missing type descriptor 2019-12-11 19:48:39 +00:00
issue37513.dir runtime: print instruction bytes when reporting a SIGILL 2020-03-02 18:46:06 +00:00
issue37837.dir cmd/compile: support inlining of type switches 2020-11-06 20:49:11 +00:00
issue40252.dir test: add test case that caused gccgo undefined symbol reference 2020-08-15 00:23:28 +00:00
issue42284.dir cmd/compile: fix recognition of unnamed return variables 2020-11-01 01:06:56 +00:00
issue42401.dir cmd/compile: make sure linkname'd symbol is non-package 2020-11-09 16:09:16 +00:00
issue43164.dir [dev.regabi] cmd/compile: use ir.Ident for imported identifiers 2020-12-15 07:53:10 +00:00
issue43479.dir [dev.regabi] cmd/compile: fix re-export of parameters 2021-01-04 10:30:08 +00:00
issue43551.dir cmd/compile: fix late expand_calls leaf type for OpStructSelect/OpArraySelect 2021-01-07 19:31:03 +00:00
issue43633.dir [dev.regabi] cmd/compile: stop using Vargen for import/export 2021-01-12 03:15:18 +00:00
bug000.go
bug002.go
bug003.go
bug004.go
bug005.go
bug006.go
bug007.go
bug008.go
bug009.go
bug010.go
bug011.go
bug012.go
bug013.go
bug014.go
bug015.go
bug016.go
bug017.go
bug020.go
bug021.go
bug022.go
bug023.go
bug024.go
bug026.go
bug027.go
bug028.go
bug030.go
bug031.go
bug035.go
bug037.go
bug039.go
bug040.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug045.go
bug046.go
bug047.go
bug048.go
bug049.go
bug050.go
bug051.go
bug052.go
bug053.go
bug054.go
bug055.go
bug056.go
bug057.go
bug058.go
bug059.go
bug060.go
bug061.go
bug062.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug063.go
bug064.go
bug065.go
bug066.go
bug067.go
bug068.go
bug069.go
bug070.go
bug071.go
bug072.go
bug073.go cmd/compile: implement shifts by signed amounts 2019-02-15 23:13:09 +00:00
bug074.go
bug075.go
bug076.go
bug077.go
bug078.go
bug080.go
bug081.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug082.go
bug083.go
bug084.go
bug085.go
bug086.go
bug087.go
bug088.go
bug089.go
bug090.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug091.go
bug092.go
bug093.go
bug094.go
bug096.go
bug097.go
bug098.go
bug099.go
bug101.go
bug102.go
bug103.go
bug104.go
bug106.go
bug107.go
bug108.go
bug109.go
bug110.go
bug111.go
bug112.go
bug113.go
bug114.go
bug115.go
bug116.go
bug117.go
bug118.go
bug119.go
bug120.go
bug121.go
bug122.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug123.go
bug126.go
bug127.go
bug128.go
bug129.go
bug130.go
bug131.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug132.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug133.go
bug135.go
bug136.go
bug137.go
bug139.go
bug140.go
bug141.go
bug142.go
bug143.go
bug144.go
bug145.go
bug146.go
bug147.go
bug148.go
bug149.go
bug150.go
bug151.go
bug152.go
bug154.go
bug155.go
bug156.go
bug157.go
bug158.go
bug159.go
bug160.go
bug161.go
bug163.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug164.go
bug165.go
bug167.go
bug168.go
bug169.go cmd/compile/internal/syntax: better scanner error messages 2020-03-05 00:40:38 +00:00
bug170.go
bug171.go
bug172.go
bug173.go
bug174.go
bug175.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug176.go test: match gofrontend error messages 2020-11-28 02:31:54 +00:00
bug177.go
bug178.go
bug179.go
bug180.go
bug181.go
bug182.go
bug183.go
bug184.go
bug185.go
bug186.go
bug187.go
bug188.go
bug189.go
bug190.go
bug191.go
bug192.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug193.go
bug194.go
bug195.go test: update for gofrontend error message changes 2020-12-15 21:45:05 +00:00
bug196.go
bug197.go
bug198.go
bug199.go
bug200.go
bug201.go
bug202.go
bug203.go
bug204.go
bug205.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug206.go
bug206.out
bug207.go
bug208.go
bug209.go
bug212.go
bug213.go
bug214.go
bug215.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug216.go
bug217.go
bug218.go
bug219.go
bug221.go
bug222.go
bug223.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug224.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug225.go
bug227.go
bug228.go
bug229.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug230.go
bug231.go
bug232.go
bug233.go
bug234.go
bug235.go
bug236.go
bug237.go
bug238.go
bug239.go
bug240.go
bug241.go
bug242.go
bug243.go
bug244.go
bug245.go
bug246.go
bug247.go
bug248.go
bug249.go
bug250.go
bug251.go test: update for gofrontend error message changes 2020-12-15 21:45:05 +00:00
bug252.go
bug253.go
bug254.go
bug255.go
bug256.go
bug257.go
bug258.go
bug259.go
bug260.go
bug261.go
bug262.go
bug263.go
bug264.go
bug265.go
bug266.go
bug267.go
bug269.go
bug271.go
bug272.go
bug273.go runtime: handle 64bits addresses for AIX 2018-11-26 14:06:28 +00:00
bug274.go
bug275.go
bug276.go
bug277.go
bug278.go
bug279.go
bug280.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug281.go
bug282.go
bug283.go
bug284.go
bug285.go
bug286.go
bug287.go
bug288.go
bug289.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
bug290.go
bug291.go
bug292.go
bug293.go
bug294.go
bug295.go
bug296.go
bug297.go cmd/compile: simplify isGoConst 2019-03-13 18:24:02 +00:00
bug298.go
bug299.go
bug300.go
bug301.go
bug302.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
bug303.go
bug304.go
bug305.go
bug306.go
bug307.go
bug308.go
bug309.go
bug311.go
bug312.go
bug313.go
bug314.go
bug315.go
bug316.go
bug317.go
bug318.go
bug319.go
bug320.go
bug321.go
bug322.go
bug323.go
bug324.go
bug325.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug326.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug327.go
bug328.go
bug328.out
bug329.go
bug330.go
bug331.go
bug332.go test: match gofrontend error messages 2020-11-28 02:31:54 +00:00
bug333.go
bug334.go
bug335.go
bug336.go
bug337.go
bug338.go
bug339.go
bug340.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug341.go
bug342.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug343.go
bug344.go
bug345.go
bug346.go
bug347.go
bug348.go
bug349.go
bug350.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug351.go
bug352.go
bug353.go
bug354.go
bug355.go
bug356.go
bug357.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug358.go
bug361.go
bug362.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug363.go
bug364.go
bug365.go
bug366.go
bug367.go
bug368.go
bug369.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
bug370.go
bug371.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug372.go
bug373.go cmd/compile/internal/gc: reword "declared and not used" error message 2019-10-28 23:34:13 +00:00
bug374.go
bug375.go
bug376.go
bug377.go
bug378.go
bug379.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug380.go
bug381.go
bug382.go
bug383.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug384.go
bug385_32.go
bug385_64.go
bug386.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug387.go
bug388.go
bug389.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug390.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug391.go
bug392.go
bug393.go
bug394.go
bug396.go
bug397.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug398.go
bug399.go
bug401.go
bug402.go
bug403.go
bug404.go
bug405.go
bug406.go
bug407.go
bug409.go
bug409.out
bug410.go
bug411.go
bug412.go
bug413.go
bug414.go
bug415.go
bug416.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug417.go
bug418.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug419.go
bug420.go
bug421.go
bug422.go
bug423.go
bug424.go
bug425.go
bug426.go
bug427.go
bug428.go
bug430.go
bug431.go
bug432.go
bug433.go
bug434.go
bug435.go
bug436.go
bug437.go
bug438.go
bug439.go
bug440_32.go
bug440_64.go
bug441.go
bug442.go
bug443.go
bug444.go
bug445.go
bug446.go
bug447.go
bug448.go
bug449.go
bug450.go
bug451.go
bug452.go
bug453.go
bug454.go
bug455.go
bug456.go
bug457.go
bug458.go
bug459.go
bug460.go
bug461.go
bug462.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
bug463.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug464.go
bug465.go
bug466.go
bug467.go
bug468.go
bug470.go
bug471.go
bug472.go
bug473.go
bug474.go
bug475.go
bug476.go
bug477.go
bug478.go
bug479.go
bug480.go
bug481.go
bug482.go
bug483.go
bug484.go
bug485.go
bug486.go
bug487.go [dev.typeparams] test: finish triaging all outstanding failing tests 2020-12-14 21:28:48 +00:00
bug488.go
bug489.go
bug490.go
bug491.go
bug492.go
bug493.go
bug494.go
bug495.go
bug496.go
bug497.go
bug498.go
bug499.go
bug500.go
bug501.go
bug502.go
bug503.go
bug504.go
bug505.go
bug506.go test: add fixedbugs/bug506 for gccgo 2018-10-18 04:57:41 +00:00
bug507.go test: add test that gccgo fails to compile 2020-02-22 04:31:41 +00:00
bug508.go test: add test case that gccgo failed to compile 2020-04-10 18:42:07 +00:00
bug509.go test: add a test case that gccgo fails to compile 2020-08-15 01:42:57 +00:00
bug510.go test: add new test that gofrontend failed to handle 2020-12-07 17:29:52 +00:00
bug1515.go
bug13343.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
bug19403.go
gcc61204.go
gcc61244.go
gcc61246.go
gcc61248.go
gcc61253.go
gcc61254.go
gcc61255.go
gcc61258.go
gcc61264.go
gcc61265.go
gcc61273.go
gcc65755.go
gcc67968.go
gcc78763.go
gcc80226.go
gcc89321.go test: add test case that caused a gccgo compiler crash 2019-02-26 23:02:54 +00:00
issue887.go
issue1304.go
issue2615.go
issue3552.go
issue3705.go
issue3783.go
issue3925.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue4066.go
issue4085a.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue4085b.go [dev.regabi] cmd/compile: remove toolstash scaffolding 2021-01-05 21:44:30 +00:00
issue4097.go
issue4099.go cmd/compile: skip escape analysis diagnostics for OADDR 2019-04-02 16:34:03 +00:00
issue4162.go
issue4167.go
issue4215.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue4232.go test: match gofrontend error messages 2020-11-28 02:31:54 +00:00
issue4251.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue4252.go
issue4264.go
issue4283.go
issue4313.go
issue4316.go
issue4323.go
issue4326.go
issue4348.go cmd/internal/obj: reject too large symbols 2020-10-20 18:51:03 +00:00
issue4353.go
issue4359.go
issue4365.go
issue4370.go
issue4396a.go
issue4396b.go
issue4399.go
issue4405.go
issue4429.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue4448.go
issue4452.go
issue4458.go [dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams' 2020-12-14 12:13:36 -08:00
issue4463.go
issue4468.go
issue4470.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue4495.go
issue4510.go
issue4517a.go
issue4517b.go
issue4517c.go
issue4517d.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue4518.go
issue4529.go
issue4545.go
issue4562.go
issue4585.go
issue4590.go
issue4610.go
issue4614.go
issue4618.go
issue4620.go
issue4654.go
issue4663.go
issue4667.go
issue4734.go
issue4748.go
issue4752.go
issue4776.go
issue4785.go
issue4813.go
issue4847.go
issue4879.go
issue4909a.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue4909b.go
issue4932.go
issue4964.go
issue5002.go
issue5056.go
issue5089.go test: update issue5089.go for recent gccgo changes 2018-10-18 17:53:42 +00:00
issue5105.go
issue5125.go
issue5162.go
issue5172.go test: match gofrontend error messages 2020-11-28 02:31:54 +00:00
issue5231.go
issue5244.go
issue5259.go
issue5260.go
issue5291.go
issue5358.go
issue5373.go
issue5470.go
issue5493.go [dev.regabi] test: enable finalizer tests on !amd64 2021-01-05 21:11:31 +00:00
issue5515.go
issue5581.go
issue5607.go
issue5609.go
issue5614.go
issue5698.go
issue5704.go
issue5753.go
issue5755.go
issue5793.go
issue5809.go
issue5820.go
issue5841.go
issue5856.go cmd/compile,runtime: redo mid-stack inlining tracebacks 2018-12-28 20:55:36 +00:00
issue5910.go
issue5957.go
issue5963.go
issue6004.go
issue6036.go
issue6055.go
issue6131.go
issue6140.go
issue6247.go
issue6269.go
issue6295.go
issue6298.go
issue6399.go
issue6402.go [dev.typeparams] cmd/compile/internal/types2: report type of nil based on context 2021-01-20 05:50:46 +00:00
issue6403.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue6405.go
issue6406.go
issue6428.go [dev.regabi] cmd/compile: use ir.Ident for imported identifiers 2020-12-15 07:53:10 +00:00
issue6500.go
issue6513.go
issue6572.go [dev.typeparams] cmd/compile/internal/types2: adjusted qualified identifier error message for compiler 2020-12-09 23:56:19 +00:00
issue6671.go
issue6703a.go
issue6703b.go
issue6703c.go
issue6703d.go
issue6703e.go
issue6703f.go
issue6703g.go
issue6703h.go
issue6703i.go
issue6703j.go
issue6703k.go
issue6703l.go
issue6703m.go
issue6703n.go
issue6703o.go
issue6703p.go
issue6703q.go
issue6703r.go
issue6703s.go
issue6703t.go
issue6703u.go
issue6703v.go
issue6703w.go
issue6703x.go
issue6703y.go
issue6703z.go
issue6750.go [dev.typeparams] cmd/compile/internal/types2: adjusted array error message for compiler 2020-12-09 23:54:59 +00:00
issue6772.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue6789.go
issue6847.go
issue6866.go
issue6889.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue6899.go
issue6899.out
issue6902.go
issue6964.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue6977.go test: match gofrontend error messages 2020-12-03 20:30:02 +00:00
issue7023.go
issue7044.go
issue7050.go
issue7083.go
issue7129.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue7150.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue7153.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue7214.go
issue7223.go [dev.typeparams] cmd/compile/internal/types2: adjusted array error message for compiler 2020-12-09 23:54:59 +00:00
issue7272.go
issue7310.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue7316.go
issue7346.go
issue7366.go
issue7405.go
issue7419.go
issue7525.go
issue7525b.go
issue7525c.go
issue7525d.go
issue7525e.go
issue7538a.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue7538b.go
issue7547.go
issue7550.go
issue7590.go
issue7648.go
issue7675.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue7690.go
issue7740.go
issue7742.go
issue7746.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue7760.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue7794.go
issue7863.go
issue7867.go
issue7884.go
issue7921.go [dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typecheck 2021-01-18 05:55:08 +00:00
issue7944.go
issue7995.go
issue7995b.go
issue7996.go
issue7997.go
issue7998.go
issue8004.go
issue8011.go
issue8017.go
issue8028.go
issue8036.go
issue8039.go
issue8042.go
issue8047.go
issue8047b.go runtime: ensure that Goexit cannot be aborted by a recursive panic/recover 2019-11-04 16:32:38 +00:00
issue8048.go
issue8060.go
issue8073.go
issue8074.go
issue8076.go
issue8079.go
issue8132.go
issue8139.go
issue8154.go
issue8155.go
issue8158.go
issue8183.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue8280.go
issue8311.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue8325.go
issue8336.go
issue8347.go
issue8385.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue8438.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue8440.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue8475.go
issue8501.go
issue8507.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue8606.go cmd/compile: fix ordering problems in struct equality 2020-06-15 18:03:08 +00:00
issue8606b.go cmd/compile: clean up equality generation 2020-08-27 23:25:58 +00:00
issue8612.go
issue8613.go
issue8620.go
issue8745.go [dev.typeparams] test: enable some more errorcheck tests 2020-12-04 21:22:23 +00:00
issue8761.go
issue8836.go
issue8947.go
issue8961.go
issue9006.go
issue9017.go
issue9036.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue9076.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue9083.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue9110.go
issue9321.go
issue9355.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue9370.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue9432.go [dev.typeparams] test: enable some more errorcheck tests 2020-12-04 21:22:23 +00:00
issue9521.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue9537.go
issue9604.go
issue9604b.go
issue9608.go
issue9634.go [dev.typeparams] test: enable some more errorcheck tests 2020-12-04 21:22:23 +00:00
issue9691.go
issue9731.go
issue9738.go
issue9862.go
issue9862_run.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue10047.go
issue10066.go
issue10135.go
issue10219.go
issue10253.go
issue10284.go
issue10320.go
issue10332.go
issue10353.go
issue10407.go
issue10441.go
issue10486.go
issue10607.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue10607a.go
issue10654.go
issue10700.go
issue10925.go
issue10958.go
issue10975.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue10977.go
issue11053.go
issue11053.out
issue11256.go
issue11286.go
issue11326.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue11326b.go test: permit "exponent too large" error 2020-12-18 23:47:11 +00:00
issue11354.go
issue11359.go
issue11361.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue11362.go [dev.typeparams] cmd/compile: refactor import logic 2021-01-12 02:16:50 +00:00
issue11369.go
issue11370.go
issue11371.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue11590.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue11610.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue11614.go test: match gofrontend error messages 2020-12-15 21:01:37 +00:00
issue11656.go test: trigger SIGSEGV instead of SIGTRAP in issue11656.go 2020-12-22 18:36:29 +00:00
issue11674.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue11699.go
issue11737.go [dev.typeparams] cmd/compile/internal/types2: adjusted qualified identifier error message for compiler 2020-12-09 23:56:19 +00:00
issue11750.go
issue11771.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue11790.go
issue11945.go
issue11987.go
issue12006.go cmd/compile: use clearer error message for stuct literal 2020-09-12 08:31:49 +00:00
issue12108.go
issue12133.go
issue12226.go
issue12347.go
issue12411.go
issue12413.go
issue12525.go
issue12536.go
issue12577.go
issue12588.go cmd/compile: trim function name prefix from escape diagnostics 2019-09-16 15:30:51 +00:00
issue12621.go
issue12677.go
issue12686.go
issue12944.go
issue13160.go
issue13162.go
issue13169.go
issue13171.go
issue13248.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue13261.go
issue13262.go
issue13263.go
issue13265.go
issue13266.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue13268.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue13273.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue13274.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue13319.go
issue13337.go
issue13365.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue13415.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue13471.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue13480.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue13485.go [dev.typeparams] cmd/compile/internal/types2: adjusted qualified identifier error message for compiler 2020-12-09 23:56:19 +00:00
issue13539.go [dev.typeparams] cmd/compile/internal/types2: adjusted qualified identifier error message for compiler 2020-12-09 23:56:19 +00:00
issue13559.go [dev.typeparams] cmd/compile/internal/types2: adjusted qualified identifier error message for compiler 2020-12-09 23:56:19 +00:00
issue13587.go
issue13684.go
issue13777.go
issue13779.go
issue13799.go [dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typecheck 2021-01-18 05:55:08 +00:00
issue13821.go
issue13821b.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue14006.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue14010.go test: match gofrontend error messages 2020-12-10 18:34:40 +00:00
issue14136.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue14164.go
issue14321.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue14331.go
issue14405.go
issue14520.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue14540.go
issue14553.go
issue14591.go
issue14636.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue14646.go
issue14651.go
issue14652.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue14725.go
issue14729.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue14988.go
issue14999.go cmd/compile: remove period from "not allowed in runtime" errors 2019-10-14 19:32:08 +00:00
issue15002.go cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
issue15013.go
issue15039.go
issue15042.go
issue15055.go [dev.typeparams] all: merge dev.regabi (77365c5) into dev.typeparams 2021-01-05 10:13:59 -08:00
issue15071.go test/fixedbugs: fix some tests will not be run 2019-05-23 01:39:41 +00:00
issue15084.go
issue15091.go
issue15141.go
issue15175.go
issue15252.go
issue15277.go
issue15281.go all: add empty line between copyright header and package clause 2020-08-17 09:45:44 +00:00
issue15303.go
issue15311.go
issue15329.go
issue15439.go
issue15470.go
issue15514.go
issue15528.go
issue15548.go
issue15550.go
issue15572.go
issue15585.go
issue15602.go
issue15604.go
issue15609.go test: skip a test on failing test on nacl/386 2019-05-23 20:48:20 +00:00
issue15611.go cmd/compile/internal/syntax: better scanner error messages 2020-03-05 00:40:38 +00:00
issue15646.go
issue15722.go
issue15733.go
issue15747.go
issue15747b.go
issue15838.go
issue15895.go
issue15898.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue15902.go
issue15920.go
issue15926.go
issue15961.go
issue15975.go
issue15988.go
issue15992.go test: fix issue 15992 test wrong function call 2020-03-11 06:06:20 +00:00
issue15992.out cmd/compile: rewrite f(g()) for multi-value g() during typecheck 2019-03-14 21:00:20 +00:00
issue16008.go
issue16016.go
issue16037_run.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue16095.go
issue16130.go
issue16133.go
issue16193.go
issue16249.go
issue16306.go
issue16317.go
issue16331.go
issue16369.go
issue16428.go
issue16439.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue16515.go
issue16616.go
issue16733.go
issue16741.go
issue16760.go
issue16804.go
issue16870.go
issue16948.go
issue16949.go [dev.typeparams] cmd/compile/internal/types2: adjusted qualified identifier error message for compiler 2020-12-09 23:56:19 +00:00
issue16985.go
issue17005.go
issue17038.go cmd/compile: rewrite f(g()) for multi-value g() during typecheck 2019-03-14 21:00:20 +00:00
issue17039.go
issue17111.go
issue17194.go
issue17270.go
issue17318.go cmd/compile: trim function name prefix from escape diagnostics 2019-09-16 15:30:51 +00:00
issue17328.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue17381.go
issue17449.go
issue17551.go
issue17588.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue17596.go
issue17631.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue17640.go
issue17645.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue17710.go
issue17752.go
issue17758.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue17918.go
issue18089.go
issue18092.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue18149.go
issue18231.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue18331.go
issue18392.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue18393.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue18410.go
issue18419.go
issue18459.go
issue18595.go
issue18636.go
issue18640.go cmd/compile: reintroduce work-around for cyclic alias declarations 2018-11-05 20:30:19 +00:00
issue18655.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue18661.go
issue18725.go
issue18747.go
issue18808.go
issue18882.go
issue18895.go
issue18906.go
issue18911.go
issue18915.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue18994.go
issue19012.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue19028.go
issue19040.go
issue19056.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue19078.go
issue19084.go
issue19113.go cmd/compile: implement shifts by signed amounts 2019-02-15 23:13:09 +00:00
issue19137.go
issue19168.go
issue19182.go
issue19201.go
issue19217.go
issue19246.go
issue19261.go
issue19275.go
issue19323.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue19359.go
issue19467.go
issue19482.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue19507.go
issue19515.go
issue19548.go
issue19555.go
issue19610.go
issue19632.go
issue19658.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue19667.go test: match gofrontend error messages 2020-12-14 17:26:06 +00:00
issue19671.go
issue19678.go
issue19679.go
issue19696.go
issue19699.go
issue19699b.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue19705.go
issue19710.go
issue19743.go cmd/compile: skip escape analysis diagnostics for OADDR 2019-04-02 16:34:03 +00:00
issue19764.go
issue19783.go
issue19799.go
issue19880.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue19911.go
issue19947.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue19977.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue20029.go
issue20097.go
issue20145.go
issue20162.go
issue20174.go
issue20185.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue20227.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue20232.go [dev.regabi] cmd/compile: fix reporting of overflow 2020-11-25 15:47:36 +00:00
issue20233.go
issue20245.go
issue20250.go [dev.regabi] cmd/compile: always use the compile queue 2021-01-12 23:22:04 +00:00
issue20298.go
issue20333.go
issue20335.go
issue20415.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue20529.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue20530.go
issue20602.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue20682.go
issue20739.go
issue20749.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue20780.go [dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA construction 2021-01-10 08:01:49 +00:00
issue20780b.go [dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA construction 2021-01-10 08:01:49 +00:00
issue20789.go
issue20811.go
issue20812.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue20813.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue20923.go
issue21048.go
issue21120.go
issue21221.go
issue21253.go
issue21256.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue21273.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue21317.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue21576.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue21655.go
issue21687.go
issue21709.go cmd/compile: use clearer error message for stuct literal 2020-09-12 08:31:49 +00:00
issue21770.go
issue21808.go
issue21808.out
issue21879.go
issue21879.out
issue21882.go
issue21887.go
issue21887.out
issue21934.go cmd/compile: lookup methods of base type for named pointer type 2019-10-04 18:34:18 +00:00
issue21963.go
issue21979.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue21988.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue22063.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue22076.go
issue22083.go
issue22164.go
issue22198.go
issue22200.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue22200b.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue22305.go
issue22326.go cmd/compile: fix package initialization ordering 2019-05-29 20:29:04 +00:00
issue22326.out cmd/compile: fix package initialization ordering 2019-05-29 20:29:04 +00:00
issue22327.go cmd/compile: in append(f()), type convert appended items 2018-10-22 17:30:57 +00:00
issue22344.go cmd/compile: allow iota inside function in a ConstSpec 2019-09-12 06:46:57 +00:00
issue22351.go
issue22389.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue22429.go
issue22458.go
issue22581.go
issue22605.go
issue22660.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue22662.go
issue22662b.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue22683.go
issue22683.out
issue22781.go
issue22794.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue22822.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue22877.go
issue22881.go
issue22904.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue22921.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue22941.go
issue22962.go
issue23017.go [dev.regabi] cmd/compile: fix map assignment order 2021-01-03 19:48:18 +00:00
issue23093.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue23094.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue23116.go cmd/compile/internal/gc: reword "declared and not used" error message 2019-10-28 23:34:13 +00:00
issue23179.go
issue23188.go
issue23298.go
issue23305.go
issue23311.go cmd/compile: allow bodyless function if it is linkname'd 2018-11-26 20:00:59 +00:00
issue23414.go
issue23489.go
issue23504.go
issue23521.go
issue23522.go
issue23545.go
issue23546.go
issue23586.go
issue23587.go
issue23609.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue23664.go
issue23719.go
issue23732.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue23734.go runtime: panic on uncomparable map key, even if map is empty 2018-12-29 01:00:54 +00:00
issue23780.go cmd/compile: initialize sparse slice literals dynamically 2018-11-26 22:50:48 +00:00
issue23781.go cmd/compile: fix constant index bounds check and error message 2018-11-30 23:48:00 +00:00
issue23812.go
issue23823.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue23837.go cmd/compile: when comparing 0-size types, make sure expr side-effects survive 2018-10-30 17:45:19 +00:00
issue23912.go
issue24120.go
issue24159.go
issue24173.go
issue24187.go
issue24339.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue24419.go
issue24449.go
issue24470.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue24488.go runtime: proper panic tracebacks with mid-stack inlining 2019-01-04 00:00:24 +00:00
issue24491a.go cmd/compile: fix defer/go calls to variadic unsafe-uintptr functions 2020-10-17 21:30:53 +00:00
issue24491b.go test: fix flaky test for issue24491 2020-09-13 07:54:42 +00:00
issue24503.go
issue24547.go
issue24651a.go cmd/compile: output cost while inlining function with Debug['m'] > 1 2020-02-26 14:44:24 +00:00
issue24651b.go cmd/compile: output cost while inlining function with Debug['m'] > 1 2020-02-26 14:44:24 +00:00
issue24693.go
issue24693.out
issue24760.go cmd/compile: don't constant-fold non-Go constants in the frontend 2018-11-26 22:49:57 +00:00
issue24761.go
issue24763.go
issue24799.go
issue24801.go
issue24817.go
issue24937.go
issue24939.go cmd/compile: reintroduce work-around for cyclic alias declarations 2018-11-05 20:30:19 +00:00
issue25006.go
issue25055.go
issue25101.go
issue25322.go
issue25322.out
issue25507.go test: match gofrontend error messages 2020-12-14 17:37:52 +00:00
issue25516.go
issue25727.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue25741.go
issue25776.go
issue25897a.go runtime: get map of args of unstarted goroutines like we do for defers 2019-06-03 18:50:30 +00:00
issue25897b.go runtime: get map of args of unstarted goroutines like we do for defers 2019-06-03 18:50:30 +00:00
issue25958.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue25966.go
issue25984.go
issue25993.go
issue26024.go
issue26043.go
issue26094.go
issue26097.go
issue26105.go
issue26116.go
issue26120.go
issue26153.go
issue26163.go
issue26248.go
issue26335.go
issue26340.go
issue26341.go
issue26407.go
issue26411.go cmd/compile: simplified test case (cleanup) 2018-10-16 23:11:02 +00:00
issue26416.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue26426.go
issue26438.go
issue26495.go
issue26616.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue26855.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue27143.go
issue27201.go cmd/compile: when merging instructions, prefer line number of faulting insn 2019-01-14 22:41:33 +00:00
issue27232.go cmd/compile: reintroduce work-around for cyclic alias declarations 2018-11-05 20:30:19 +00:00
issue27267.go cmd/compile: reintroduce work-around for cyclic alias declarations 2018-11-05 20:30:19 +00:00
issue27278.go
issue27289.go cmd/compile: in prove, fix fence-post implications for unsigned domain 2018-08-31 08:54:38 +00:00
issue27356.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue27518a.go runtime: on a signal, set traceback address to a deferreturn call 2018-10-03 19:54:23 +00:00
issue27518b.go runtime: on a signal, set traceback address to a deferreturn call 2018-10-03 19:54:23 +00:00
issue27557.go cmd/compile: more precise analysis of method values 2020-04-21 20:49:34 +00:00
issue27595.go [dev.typeparams] all: merge dev.regabi (07569da) into dev.typeparams 2020-12-28 00:39:17 -08:00
issue27695.go reflect: ensure correct scanning of return values 2018-09-29 20:25:24 +00:00
issue27695b.go reflect: ensure correct scanning of return values 2018-09-29 20:25:24 +00:00
issue27695c.go runtime: when using explicit argmap, also use arglen 2018-11-13 22:52:09 +00:00
issue27718.go test/fixedbugs: add more test cases to issue #27718 2019-08-28 02:29:42 +00:00
issue27732a.go test: remove -newescape from regress tests 2019-08-28 19:27:20 +00:00
issue27829.go cmd/compile: fix precedence order bug 2018-09-24 17:43:55 +00:00
issue27836.go test: add testcase for gccgo compile failure 2018-09-27 15:01:24 +00:00
issue27938.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue27961.go cmd/compile: fix type of OffPtr in some optimization rules 2018-10-03 15:01:47 +00:00
issue28055.go cmd/compile: allow VARDEF at top level 2018-10-06 16:28:04 +00:00
issue28058.go cmd/compile: don't panic on invalid map key declarations 2018-10-15 22:11:26 +00:00
issue28078.go cmd/compile: don't convert non-Go-constants to OLITERALs 2018-11-27 01:21:41 +00:00
issue28079a.go cmd/compile: don't convert non-Go-constants to OLITERALs 2018-11-27 01:21:41 +00:00
issue28079b.go [dev.regabi] all: merge master into dev.regabi 2020-12-21 11:19:04 -08:00
issue28079c.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue28085.go cmd/compile: unify duplicate const detection logic 2019-02-27 01:08:13 +00:00
issue28268.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue28390.go cmd/compile: convert arguments as needed 2018-10-28 18:22:36 +00:00
issue28390.out cmd/compile: convert arguments as needed 2018-10-28 18:22:36 +00:00
issue28430.go cmd/compile: convert arguments as needed 2018-10-28 18:22:36 +00:00
issue28445.go cmd/compile: don't combine load+op if the op has SymAddr arguments 2018-12-12 21:13:15 +00:00
issue28450.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue28601.go test: add test that gccgo failed to compile 2018-11-05 20:54:58 +00:00
issue28616.go cmd/compile: don't deadcode eliminate labels 2018-11-06 18:50:16 +00:00
issue28688.go cmd/compile/internal/gc: OMUL should be evaluated when using soft-float 2018-11-14 18:52:15 +00:00
issue28748.go reflect: special-case panic message when returning Value{} from MakeFunc function 2019-05-06 21:23:29 +00:00
issue28797.go cmd/compile: check for negative upper bound to IsSliceInBounds 2018-12-07 23:04:58 +00:00
issue28926.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue29013a.go cmd/compile: fix static initializer 2018-12-03 16:48:21 +00:00
issue29013b.go cmd/compile: fix static initializer 2018-12-03 16:48:21 +00:00
issue29190.go cmd/compile: fix length overflow when appending elements to a slice 2018-12-14 05:48:18 +00:00
issue29215.go cmd/compile: guard against loads with negative offset from readonly constants 2019-02-16 02:02:31 +00:00
issue29218.go cmd/compile: process blocks containing only dead values in fuseIf 2019-05-28 17:13:46 +00:00
issue29220.go cmd/compile: prevent double-walk of switch for OPRINT/OPRINTN 2018-12-17 22:49:21 +00:00
issue29264.go cmd/compile: increase nesting depth limit for type descriptors 2018-12-18 00:13:58 +00:00
issue29304.go cmd/compile: generate interface method expression wrapper for error.Error 2018-12-17 19:48:36 +00:00
issue29312.go cmd/compile: give every really deep type a unique name 2020-01-08 18:43:55 +00:00
issue29329.go test: disable issue 29329 test when cgo is not enabled 2018-12-29 14:18:11 +00:00
issue29350.go cmd/compile: fix ICE due to bad rune width 2018-12-20 19:35:04 +00:00
issue29362.go runtime: add test for go function argument scanning 2019-01-03 20:17:01 +00:00
issue29362b.go runtime: don't scan go'd function args past length of ptr bitmap 2019-01-03 23:37:42 +00:00
issue29389.go cmd/compile: fix line number for implicitly declared method expressions 2018-12-22 01:08:39 +00:00
issue29402.go cmd/compile: fix MIPS SGTconst-with-shift rules 2018-12-27 00:07:53 +00:00
issue29504.go cmd/compile: fix line numbers for index panics 2019-04-30 21:30:30 +00:00
issue29562.go cmd/compile: modify swt.go to skip repeated walks of switch 2019-01-04 21:51:37 +00:00
issue29610.go cmd/compile: separate data and function LSyms 2019-01-11 00:45:49 +00:00
issue29612.go test/fixedbugs: fix some tests will not be run 2019-05-23 01:39:41 +00:00
issue29735.go runtime: keep FuncForPC from crashing for PCs between functions 2019-01-14 23:37:39 +00:00
issue29855.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue29870.go cmd/compile: don't bother compiling functions named "_" 2019-01-22 22:06:11 +00:00
issue29870b.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue29919.go cmd/compile: hide init functions in tracebacks 2019-01-27 04:02:46 +00:00
issue29943.go cmd/compile: base PPC64 trunc rules on final type, not op type 2019-01-27 01:43:05 +00:00
issue30041.go reflect: eliminate write barrier for copying result in callReflect 2019-02-01 19:23:02 +00:00
issue30061.go cmd/compile: fix crash when memmove argument is not the right type 2019-02-01 23:43:09 +00:00
issue30085.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue30087.go [dev.typeparams] all: merge dev.regabi (07569da) into dev.typeparams 2020-12-28 00:39:17 -08:00
issue30116.go cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
issue30116.out cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
issue30116u.go cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
issue30116u.out cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
issue30243.go cmd/compile: don't mix internal float/complex constants of different precision 2019-02-19 21:05:17 +00:00
issue30430.go cmd/compile: fix false positives in isGoConst 2019-02-28 20:31:53 +00:00
issue30476.go cmd/compile: make KeepAlive work on stack object 2019-03-01 15:36:52 +00:00
issue30566a.go cmd/compile: fix ordering for short-circuiting ops 2019-03-06 20:04:07 +00:00
issue30566b.go cmd/compile: fix ordering for short-circuiting ops 2019-03-06 20:04:07 +00:00
issue30606.go reflect: fix StructOf GC programs 2019-03-06 20:22:14 +00:00
issue30606b.go reflect: fix more issues with StructOf GC programs 2019-03-07 00:06:12 +00:00
issue30659.go test: add new test for gccgo compilation problem 2019-03-12 00:04:59 +00:00
issue30679.go cmd/compile: add handling for new floating-point comparisons flags 2019-03-12 14:01:26 +00:00
issue30709.go cmd/compile: fix const declaration group broken with closure 2019-04-16 19:07:42 +00:00
issue30709.out cmd/compile: fix const declaration group broken with closure 2019-04-16 19:07:42 +00:00
issue30722.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue30862.go test: new test for issue 30862 2019-03-15 19:05:53 +00:00
issue30898.go cmd/compile: use clearer error message for stuct literal 2020-09-12 08:31:49 +00:00
issue30907.go cmd/compile: fix importing rewritten f(g()) calls 2019-03-18 19:43:38 +00:00
issue30908.go test: fix fixedbugs/issue30908.go to work with no-opt builder 2019-03-27 17:53:36 +00:00
issue30956.go cmd/compile: fix literal struct interface {} lost passing by value 2019-03-27 17:28:06 +00:00
issue30956.out cmd/compile: fix literal struct interface {} lost passing by value 2019-03-27 17:28:06 +00:00
issue30977.go cmd/compile: copy volatile values before emitting write barrier call 2019-03-21 21:05:13 +00:00
issue31010.go cmd/compile: fix "append outside assignment" ICE 2019-03-26 02:20:09 +00:00
issue31053.go cmd/compile: improve error when setting unexported fields 2020-05-08 20:44:01 +00:00
issue31060.go cmd/compile: fix ICE from invalid operations on float/complex constants 2019-03-28 17:46:55 +00:00
issue31252.go cmd/compile: use correct package name for stack object symbol 2019-04-22 17:40:48 +00:00
issue31412a.go test: add testcases for gccgo bug 2019-04-11 20:17:26 +00:00
issue31412b.go test: add testcases for gccgo bug 2019-04-11 20:17:26 +00:00
issue31419.go runtime: set itab.fun[0] only on successful conversion 2019-04-11 18:59:57 +00:00
issue31546.go cmd/compile: don't initialize blank struct fields 2019-04-25 01:30:56 +00:00
issue31573.go cmd/compile: use clearer error message for stuct literal 2020-09-12 08:31:49 +00:00
issue31636.go runtime: revert init order changes 2019-05-22 11:07:00 +00:00
issue31636.out runtime: revert init order changes 2019-05-22 11:07:00 +00:00
issue31637.go test: new test for issue 31637 2019-04-24 19:55:13 +00:00
issue31747.go cmd/compile: better error message for language version errors 2019-10-03 04:48:44 +00:00
issue31777.go cmd/compile: fix maplit init panics for dynamic entry 2019-05-01 21:14:28 +00:00
issue31782.go cmd/compile: fix isStaticCompositeLiteral reports wrong for struct field 2019-05-03 03:49:11 +00:00
issue31782.out cmd/compile: fix isStaticCompositeLiteral reports wrong for struct field 2019-05-03 03:49:11 +00:00
issue31915.go cmd/compile: correct the argument type in SETXXstore -> MOVBstore rules on AMD64 2019-05-13 19:04:43 +00:00
issue31959.go cmd/compile: fix typecheck type alias makes wrong export symbol metadata 2019-05-21 17:44:21 +00:00
issue31959.out cmd/compile: fix typecheck type alias makes wrong export symbol metadata 2019-05-21 17:44:21 +00:00
issue31987.go cmd/compile: make sure to initialize static entries of slices 2019-05-14 16:36:38 +00:00
issue32133.go cmd/compile/internal/syntax: better scanner error messages 2020-03-05 00:40:38 +00:00
issue32175.go cmd/compile: fix capture-by-reference of return parameters 2019-05-22 18:43:09 +00:00
issue32175.out cmd/compile: fix capture-by-reference of return parameters 2019-05-22 18:43:09 +00:00
issue32187.go cmd/compile: ensure interface-to-concrete comparison panics when it should 2019-08-28 19:45:00 +00:00
issue32288.go cmd/compile: don't move nil checks across a VarDef 2019-05-31 21:52:17 +00:00
issue32347.go test: add a test for gccgo bug #32347 2019-05-31 19:57:27 +00:00
issue32454.go cmd/compile: optimize more pointer comparisons 2019-08-29 19:35:18 +00:00
issue32477.go cmd/link: fix deferreturn detector 2019-06-07 18:51:04 +00:00
issue32560.go cmd/compile: fix range analysis of small signed integers 2019-06-12 18:03:46 +00:00
issue32595.go cmd/compile: don't mark argument array as noalg 2019-06-25 21:30:39 +00:00
issue32680.go cmd/compile: add necessary operand to mergePoint in rewrite rules 2019-06-20 16:56:47 +00:00
issue32680.out cmd/compile: add necessary operand to mergePoint in rewrite rules 2019-06-20 16:56:47 +00:00
issue32680b.go test: add another test for issue 32680 2019-07-05 12:11:36 +00:00
issue32723.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue32778.go test: add testcase for gccgo compile failure 2019-07-02 16:34:55 +00:00
issue32901.go test: add a test for gccgo bug #32901 2019-07-03 14:12:22 +00:00
issue32922.go test: add new test case for gccgo compiler bug 2019-07-08 13:20:23 +00:00
issue32959.go cmd/compile: fix unsafeValue handles OLSH/ORSH wrong 2019-07-09 01:49:44 +00:00
issue33013.go test: new testcase for gccgo compiler bug 2019-07-10 18:26:53 +00:00
issue33020.go test: new testcase for gccgo bug 2019-07-18 11:34:23 +00:00
issue33020a.go test: new testcase for gollvm bug 2019-08-29 15:21:31 +00:00
issue33062.go test: add a test for gccgo bug #33062. 2019-07-11 22:30:42 +00:00
issue33158.go test: new testcase for gccgo bug 2019-07-18 17:24:59 +00:00
issue33219.go test: new testcase for gccgo compiler failure 2019-07-23 12:39:03 +00:00
issue33275.go internal/fmtsort: don't out-of-bounds panic if there's a race condition 2019-08-30 05:41:23 +00:00
issue33275_run.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue33308.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue33355.go cmd/compile: don't eliminate all registers when restricting to desired ones 2019-08-01 02:15:18 +00:00
issue33386.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue33438.go cmd/compile: fix crash on write barrier insertion 2019-08-02 19:35:37 +00:00
issue33460.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue33555.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue33724.go cmd/compile: preserve statements in late nilcheckelim optimization 2019-10-15 16:43:44 +00:00
issue33739.go test: add test that failed with gccgo 2019-08-28 18:35:32 +00:00
issue33866.go test: add test that failed with gccgo 2019-09-06 12:11:17 +00:00
issue33903.go cmd/compile: handle infinite loops in shortcircuit pass 2019-08-29 17:41:49 +00:00
issue34123.go runtime: fix line number for faulting instructions 2019-11-08 21:05:17 +00:00
issue34329.go cmd/compile: require -lang=go1.14 for overlapping interfaces 2019-09-16 19:43:54 +00:00
issue34395.go cmd/link: produce valid binaries with large data section on wasm 2019-10-07 18:09:29 +00:00
issue34503.go test: add testcase for gccgo compiler buglet 2019-09-25 18:10:57 +00:00
issue34520.go test: add testcase for Issue 34520 2019-10-04 15:04:57 +00:00
issue34577.go test: new testcase for gccgo compiler problem 2019-10-09 17:26:20 +00:00
issue34723.go cmd/compile: improve write barrier removal 2019-10-07 17:19:13 +00:00
issue34966.go cmd/compile: fix -d=checkptr for named unsafe.Pointer types 2019-10-17 21:10:22 +00:00
issue34968.go cmd/compile: disable checkptr for //go:cgo_unsafe_args functions 2019-10-17 22:27:31 +00:00
issue35027.go cmd/compile: recognize reflect.{Slice,String}Header for -d=checkptr 2019-10-21 20:51:06 +00:00
issue35073.go cmd/compile: don't inline reflect.Value.UnsafeAddr/Pointer if enable checkptr 2020-04-01 06:12:05 +00:00
issue35157.go test: add test for fixed internal compiler error 2019-10-26 08:29:23 +00:00
issue35291.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue35518.go test: add another test case for #35518 2019-11-12 21:02:24 +00:00
issue35576.go cmd/compile: allow print/println(f()) where f() is multi-value 2020-02-22 03:34:22 +00:00
issue35576.out cmd/compile: allow print/println(f()) where f() is multi-value 2020-02-22 03:34:22 +00:00
issue35586.go test: new test for gollvm compiler crash bug 2019-11-18 21:19:53 +00:00
issue35652.go cmd/compile: try harder to not use an empty src.XPos for a bogus line 2019-11-22 03:06:22 +00:00
issue35739.go test: add test that fails with gofrontend 2020-10-13 22:50:26 +00:00
issue36085.go test: add a test for gccgo compiler bug of missing type descriptor 2019-12-11 19:48:39 +00:00
issue36259.go cmd/compile: avoid memmove -> SSA move rewrite when size is negative 2020-02-24 20:23:14 +00:00
issue36437.go test: recognize and use gc build tag 2020-12-18 00:10:44 +00:00
issue36516.go test: disable test for #36516 when cgo is not enabled 2020-01-19 20:36:10 +00:00
issue36705.go runtime/cgo: fix unsetenv wrapper 2020-02-24 21:32:48 +00:00
issue36723.go cmd/compile: on PPC64, fold offset into some loads/stores only when offset is 4-aligned 2020-01-27 16:13:58 +00:00
issue37246.go cmd/compile: add test for issue 37246 2020-05-14 15:18:29 +00:00
issue37513.go runtime: print instruction bytes when reporting a SIGILL 2020-03-02 18:46:06 +00:00
issue37716.go runtime: make typehash match compiler generated hashes exactly 2020-03-10 16:26:59 +00:00
issue37753.go cmd/compile: use only bit patterns in isNonNegative 2020-03-09 20:19:25 +00:00
issue37837.go cmd/compile: support inlining of type switches 2020-11-06 20:49:11 +00:00
issue37975.go cmd/compile: make isSmallMakeSlice checks slice cap only 2020-03-31 21:51:51 +00:00
issue38093.go runtime: fix race condition between timer and event handler 2020-05-31 18:35:04 +00:00
issue38117.go [dev.typeparams] cmd/compile/internal/types2: adjusted more error messages for compiler 2020-12-09 23:59:57 +00:00
issue38125.go test: add test that gccgo failed to compile 2020-08-28 23:43:22 +00:00
issue38356.go cmd/compile: fix incorrect block for s390x Select1 op 2020-04-14 19:01:47 +00:00
issue38359.go cmd/compile: prevent constant folding of +/- when result is NaN 2020-04-10 19:32:41 +00:00
issue38496.go test: add test for nil check / bounds check compiler confusion 2020-04-17 04:26:54 +00:00
issue38690.go cmd/compile: do not emit code for discardable blank fields 2020-05-06 04:34:54 +00:00
issue38745.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue38746.go cmd/compile: restrict bit test rewrite rules 2020-05-05 15:41:37 +00:00
issue38905.go cmd/compile: another fix initializing blank fields in struct literal 2020-08-15 03:09:21 +00:00
issue38916.go cmd/compile: fix tuple selector bug in CSE pass 2020-05-14 08:07:52 +00:00
issue39292.go cmd/compile: use clearer error message for stuct literal 2020-09-12 08:31:49 +00:00
issue39459.go cmd/compile: remove check that Zero's arg has the correct base type 2020-06-25 15:59:48 +00:00
issue39472.go cmd/compile: always tighten and de-duplicate tuple selectors 2020-06-10 14:55:29 +00:00
issue39505.go cmd/compile: Install testcases for flag constant Ops 2020-08-28 16:40:32 +00:00
issue39505b.go cmd/compile: Install testcases for flag constant Ops 2020-08-28 16:40:32 +00:00
issue39541.go reflect: zero stack slots before writing to them with write barriers 2020-06-19 02:11:35 +00:00
issue39651.go cmd/compile: mark s390x int <-> float conversions as clobbering flags 2020-06-18 16:36:16 +00:00
issue40152.go test: add test for conversion of untyped bool to interface 2020-08-15 01:43:18 +00:00
issue40252.go test: add test case that caused gccgo undefined symbol reference 2020-08-15 00:23:28 +00:00
issue40367.go cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if block to phi block 2020-07-30 17:23:11 +00:00
issue40629.go cmd/compile: fix live variable computation for deferreturn 2020-08-14 21:49:36 +00:00
issue40746.go cmd/compile: correct type of CvtBoolToUint8 values 2020-08-13 22:59:31 +00:00
issue40917.go cmd/compile: fix checkptr handling of &^ 2020-08-20 17:48:29 +00:00
issue40954.go cmd/cgo: use go:notinheap for anonymous structs 2020-09-16 17:26:46 +00:00
issue41239.go runtime: use old capacity to decide on append growth regime 2020-09-25 03:59:54 +00:00
issue41247.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue41440.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue41500.go [dev.typeparams] all: merge dev.regabi into dev.typeparams 2020-12-22 17:50:13 +00:00
issue41575.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue41635.go cmd/compile: change mustHeapAlloc to return a reason why 2020-10-03 13:02:20 +00:00
issue41680.go cmd/compile: fix type checking of "make" arguments 2020-09-28 20:54:13 +00:00
issue41736.go cmd/compile: correct leaf type when "selecting" singleton register-sized struct 2020-10-06 15:37:42 +00:00
issue41780.go cmd/compile: avoid applying ARM CMP->CMN rewrite in unsigned context 2020-10-06 01:14:39 +00:00
issue41872.go cmd/compile: fix incorrect comparison folding 2020-10-08 20:35:54 +00:00
issue42032.go cmd/compile: fix storeType to handle pointers to go:notinheap types 2020-10-27 21:28:53 +00:00
issue42058a.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue42058b.go test: recognize gofrontend error messages 2020-12-15 02:35:59 +00:00
issue42075.go cmd/compile: fix ICE in reporting of invalid recursive types 2020-10-19 21:30:43 +00:00
issue42076.go cmd/compile, runtime: store pointers to go:notinheap types indirectly 2020-10-27 21:29:13 +00:00
issue42284.go cmd/compile: fix reassignVisitor 2020-10-30 19:30:44 +00:00
issue42401.go cmd/compile: make sure linkname'd symbol is non-package 2020-11-09 16:09:16 +00:00
issue42568.go cmd/compile: fix load of interface{}-typed OpIData in expand_calls 2020-11-14 17:24:37 +00:00
issue42587.go cmd/compile: mask SLL,SRL,SRAconst shift amount 2020-11-16 08:22:10 +00:00
issue42686.go cmd/compile: fix panic in field tracking logic 2020-11-18 22:12:57 +00:00
issue42703.go cmd/compile: fix miscompilation during inlining 2020-11-18 22:24:21 +00:00
issue42727.go cmd/compile: allow loading single field of typed-interface{} OpIData 2020-11-20 17:31:50 +00:00
issue42753.go cmd/compile: add test for 42753 2020-11-21 16:46:05 +00:00
issue42784.go cmd/compile: set OpLoad argument type interface{} correctly 2020-11-24 03:06:15 +00:00
issue42790.go go/types: fix incorrect string(int) conversion (regression) 2020-11-24 00:50:11 +00:00
issue42876.go cmd/compile: do not assume TST and TEQ set V on arm 2020-12-01 22:59:34 +00:00
issue42944.go cmd/compile: make sure address of offset(SP) is rematerializeable 2020-12-03 21:34:39 +00:00
issue43099.go cmd/compile: don't constant fold divide by zero 2020-12-10 03:18:00 +00:00
issue43111.go cmd/compile: fix select statement evaluation order corner case 2020-12-11 22:02:02 +00:00
issue43112.go cmd/compile: set correct type for OpIData 2020-12-14 03:21:35 +00:00
issue43164.go [dev.regabi] cmd/compile: use ir.Ident for imported identifiers 2020-12-15 07:53:10 +00:00
issue43167.go [dev.regabi] cmd/compile: use ir.Ident for imported identifiers 2020-12-15 07:53:10 +00:00
issue43292.go cmd/compile: recognize reassignments involving receives 2020-12-20 09:43:29 +00:00
issue43384.go [dev.regabi] cmd/compile: fix defined-pointer method call check 2020-12-30 04:38:20 +00:00
issue43428.go [dev.regabi] cmd/compile: fix printing of method expressions 2020-12-31 05:52:09 +00:00
issue43444.go [dev.regabi] cmd/compile: fix package-initialization order 2021-01-01 10:52:33 +00:00
issue43444.out [dev.regabi] cmd/compile: fix package-initialization order 2021-01-01 10:52:33 +00:00
issue43479.go [dev.regabi] cmd/compile: fix re-export of parameters 2021-01-04 10:30:08 +00:00
issue43480.go [dev.regabi] cmd/compile: fix ICE due to large uint64 constants 2021-01-04 10:30:07 +00:00
issue43551.go cmd/compile: fix late expand_calls leaf type for OpStructSelect/OpArraySelect 2021-01-07 19:31:03 +00:00
issue43570.go cmd/compile: don't short-circuit copies whose source is volatile 2021-01-08 05:00:06 +00:00
issue43619.go cmd/compile: fix wrong complement for arm64 floating-point comparisons 2021-01-14 17:23:11 +00:00
issue43633.go [dev.regabi] cmd/compile: stop using Vargen for import/export 2021-01-12 03:15:18 +00:00
issue43677.go [dev.regabi] cmd/compile: fix ICE when initializing blank vars 2021-01-14 00:14:28 +00:00
issue43701.go [dev.regabi] cmd/compile: don't promote Byval CaptureVars if Addrtaken 2021-01-15 16:13:04 +00:00
issue43762.go [dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparams 2021-01-22 16:32:37 -08:00