]> Cypherpunks.ru repositories - gostls13.git/history - test/fixedbugs
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / fixedbugs /
2022-11-21 Matthew Dempskycmd/compile: reject anonymous interface cycles
2022-11-18 Wayne Zuocmd/compile: fix wrong optimization for eliding Not...
2022-11-17 Cuong Manh Lecmd/compile: fix broken IR for iface -> eface
2022-11-17 Cuong Manh Lecmd/compile: fix static init for inlined calls
2022-11-15 Cuong Manh Lecmd/compile: fix missing typecheck for static initializ...
2022-11-11 Cuong Manh Letest: add regression test for issue 53439
2022-11-08 Matthew Dempskycmd/compile: fix transitive inlining of generic functions
2022-11-03 Matthew Dempskycmd/compile: allow ineffectual //go:linkname in -lang...
2022-10-20 Keith Randallcmd/compile: in compiler errors, print more digits...
2022-10-12 Michael Matloobtest: update test/run.go and some tests to use importcfg
2022-10-12 Cuong Manh Leall: prevent fakePC overflow on 386 in libfuzzer mode
2022-10-10 Ian Lance Taylortest: add test case that caused a bogus error from...
2022-10-10 Cuong Manh Lecmd/compile: fix missing walk pass for static initializ...
2022-09-30 Michael Prattcmd/compile: eagerly create LSym for closures
2022-09-29 Robert Griesemergo/types, types2: more concise error messages for cycle...
2022-09-28 Robert Griesemercmd/compile: use "shifted operand %s (type %s) must...
2022-09-28 Robert Griesemercmd/compile: use "cannot use %s as %s value in %s:...
2022-09-27 Robert Griesemercmd/compile: use "method T.m already declared" for...
2022-09-27 Robert Griesemergo/types, types2: use "unknown field f in struct litera...
2022-09-27 Robert Griesemergo/types, types2: use "and not used" instead of "but...
2022-09-24 cuiweixiecmd/compile: use "missing method m" instead of "missing...
2022-09-23 Robert Griesemercmd/compile: use "init... cycle" instead of "init....
2022-09-19 Keith Randallcmd/compile: avoid using destination pointer base type...
2022-09-19 Cuong Manh Lecmd/compile/internal/typebits: relax alignment check
2022-09-07 Matthew Dempskytest: add failing test case for inlined type switches
2022-09-07 Cuong Manh Letest: add regression test for issue 54911
2022-09-06 Cuong Manh Lecmd/compile: do not devirtualize defer/go calls
2022-09-02 Austin Clementsruntime: drop function context from traceback
2022-09-02 Cuong Manh Lego/types,types2: move notinheap tests to fixedbugs...
2022-09-02 Cherry Muicmd/link: only add dummy XCOFF reference if the symbol...
2022-09-02 Cuong Manh Lecmd/compile: restrict //go:notinheap to runtime/interna...
2022-09-01 Robert Griesemercmd/compile: avoid "not used" errors due to bad go...
2022-09-01 Robert Griesemergo/parser: adjustments to error messages
2022-09-01 Robert Griesemercmd/compile/internal/syntax: use BadExpr instead of...
2022-09-01 Cuong Manh Lego/types,types2: exclude tests that need cgo.Incomplete
2022-09-01 Cuong Manh Letest: use cgo.Incomplete instead of go:notinheap for...
2022-08-30 Cuong Manh Lecmd/compile: fix unified IR shapifying recursive instan...
2022-08-26 Cherry Muicmd/compile: align stack offset to alignment larger...
2022-08-24 Matthew Dempskycmd/compile: defer transitive inlining until after...
2022-08-23 Keith Randallcmd/compile: handle partially overlapping assignments
2022-08-19 Ian Lance Taylortest: add test that caused gccgo crash
2022-08-19 Ian Lance Taylortest: add test that caused gccgo to crash
2022-08-16 Cuong Manh Letest: add regression test for issue 43942
2022-08-16 Robert Griesemergo/types, types2: check integer constant literal overflow
2022-08-15 Cuong Manh Lecmd/compile: fix ICE when checking implicit dot for...
2022-08-14 Cuong Manh Letest: add test case for issue 53702
2022-08-11 Matthew Dempskytest: make issue54343.go robust against the tiny allocator
2022-08-11 Matthew Dempskytest: relax fixedbugs/issue20250.go expectations
2022-08-11 Cuong Manh Lecmd/compile: fix wrong typeparams for selector expr...
2022-08-09 Matthew Dempskytest: add test for package-scope method value GC
2022-08-09 Cuong Manh Leall: use ":" for compiler generated symbols
2022-08-08 Keith Randallcmd/compile: avoid assignment conversion in append...
2022-08-08 Cuong Manh Lecmd/compile: treat constants to type parameter conversi...
2022-08-08 Cuong Manh Lecmd/compile: correct alignment of atomic.Int64
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-25 Keith Randallcmd/compile: fix blank label code
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 Matthew Dempsky[dev.unified] test: relax panic message expectations
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-19 David Chase[dev.unified] test: change Unicode file/package name...
2022-07-08 Cuong Manh Lecmd/compile: don't convert to interface{} for un-compar...
2022-07-06 Keith Randallcmd/compile: rework induction variable detector
2022-07-06 Ian Lance Taylortest: recognize new gofrontend error message
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-30 Keith Randallcmd/compile: fix prove pass when upper condition is...
2022-06-30 Matthew Dempskytest: add regress test for #53619
2022-06-28 Ian Lance Taylortest: add test that gofrontend failed to compile
2022-06-27 Ian Lance Taylortest: add test that caused gofrontend crash
2022-06-27 Ian Lance Taylortest: add test that caused gofrontend crash
2022-06-26 Ian Lance Taylortest: add test that gofrontend gets wrong
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-24 Robert Griesemergo/types, types2: print qualified object names in cycle...
2022-06-22 Ian Lance Taylortest: add test that causes gofrontend crash
2022-06-21 Keith Randallcmd/compile: allow 128-bit values to be spilled
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-16 Ian Lance Taylortest: add test that gofrontend fails
2022-06-15 Robert Griesemertest: add tests for string/[]byte/[]rune conversions
2022-06-13 Cuong Manh Lecmd/compile: fix missing dict pass for type assertions
2022-06-09 Cuong Manh Le[dev.unified] test: relax issue7921.go diagnostic message
2022-06-06 Cuong Manh Le[dev.unified] cmd/compile: export/import implicit attri...
2022-06-06 Cuong Manh Le[dev.unified] cmd/compile: fix missing method value...
2022-05-31 Cuong Manh Lecmd/compile: fix wrong unsafe.Offsetof evaluation insid...
2022-05-23 Cuong Manh Lecmd/compile: fix loong64 constant folding in division...
2022-05-18 Cherry Muicmd/compile: do not use special literal assignment...
2022-05-18 John Bamptonall: fix spelling
2022-05-18 Ian Lance Taylortest: add test that caused a gofrontend crash
2022-05-17 Cuong Manh Lecmd/compile: tighten the condition for inlining shape...
2022-05-16 Matthew Dempskytest: fix issue20014 for noopt builder
2022-05-16 Matthew Dempskycmd/compile: set LocalPkg.Path to -p flag
2022-05-14 Cuong Manh Lecmd/compile: fix inlining function has shape in type
2022-05-12 Ian Lance Taylortest: add test case that caused a gofrontend crash
2022-05-11 Cuong Manh Lecmd/compile: fix bad order of evaluation for multi...
2022-05-10 David Chasecmd/compile: be sure to export types mentioned in f...
2022-05-09 Cherry Muicmd/compile: more fix on boolean ops on ARM64
2022-05-09 Cherry Muicmd/compile: fix If lowering on ARM64
2022-05-08 Robert Griesemercmd/compile: don't crash in size computation for invali...
2022-05-06 Ian Lance Taylortest: add test that crashed gofrontend
2022-05-05 Cuong Manh Lecmd/compile: fix constructing expr side-effects when...
next