summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: enable more lenient type inference for untyped argumentsRobert Griesemer2023-05-181-0/+19
* cmd/compile: un-hide closure func if parent expr moved to staticinitThan McIntosh2023-05-051-0/+100
* cmd/compile: rework marking of dead hidden closure functionsThan McIntosh2023-05-057-0/+202
* cmd/compile: fix compilation of inferred type argumentsMatthew Dempsky2023-05-031-9/+7
* cmd/compile: enable reverse type inferenceRobert Griesemer2023-05-031-0/+39
* cmd/compile/internal/types2: only mark variables as used if they areRobert Griesemer2023-04-192-2/+2
* Revert "cmd/compile: rework marking of dead hidden closure functions"Than McIntosh2023-04-181-65/+0
* cmd/compile: rework marking of dead hidden closure functionsThan McIntosh2023-04-171-0/+65
* cmd/compile: reenable inline static initCuong Manh Le2023-04-142-2/+2
* cmd/compile: handle string concatenation in static init inlinerCuong Manh Le2023-04-141-0/+14
* cmd/link: establish dependable package initialization orderKeith Randall2023-04-141-2/+2
* cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo2023-04-122-0/+33
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-1118-20/+20
* runtime: mark map bucket slots as empty during map clearCuong Manh Le2023-04-081-0/+77
* cmd/compile: use correct type for byteswaps on multi-byte storesKeith Randall2023-04-071-0/+80
* cmd/compile: deadcode unreferenced hidden closures during inliningThan McIntosh2023-04-072-0/+85
* cmd/compile: don't set range expr key/value type if already setCuong Manh Le2023-04-051-0/+26
* crypto/subtle: don't cast to *uintptr when word size is 0Keith Randall2023-03-311-0/+18
* go/types, types2: don't report assignment mismatch errors if there are other ...Robert Griesemer2023-03-281-1/+1
* test: add test that caused a gofrontend crashIan Lance Taylor2023-03-281-0/+18
* cmd/compile: don't assume pointer of a slice is non-nilKeith Randall2023-03-281-0/+28
* go/types, types2: refactor initVarsRobert Griesemer2023-03-289-1/+16
* go/types, types2: more systematic use of Checker.use und useLHSRobert Griesemer2023-03-285-3/+6
* go/types, types2: better error message for some invalid integer array lengthsRobert Griesemer2023-03-273-4/+4
* cmd/compile: don't panic if unsafe.Sizeof/Offsetof is used with oversize typesRobert Griesemer2023-03-271-0/+39
* test: add test that caused gofrontend crashIan Lance Taylor2023-03-221-0/+13
* cmd/compile: mark negative size memclr non-inlineableCuong Manh Le2023-03-221-0/+12
* Revert "cmd/link: establish dependable package initialization order"Keith Randall2023-03-091-2/+2
* cmd/compile: enable address folding for globals on ARM64, just not -dynlink modeCherry Mui2023-03-071-0/+23
* cmd/compile: experimental loop iterator capture semantics changeDavid Chase2023-03-061-2/+3
* cmd/link: establish dependable package initialization orderKeith Randall2023-03-031-2/+2
* cmd/compile: ensure FuncForPC works on closures that start with NOPsKeith Randall2023-03-032-0/+37
* cmd/compile: relax overly strict assertionMatthew Dempsky2023-03-013-0/+36
* test: add regress test for #58572Matthew Dempsky2023-02-171-0/+29
* cmd/compile: fix wrong escape analysis for go/defer generic callsCuong Manh Le2023-02-131-0/+30
* cmd/compile: disable inline static init optimizationCuong Manh Le2023-02-091-1/+1
* cmd/compile/internal/staticinit: fix panic in interface conversionSung Yoon Whang2023-02-093-0/+33
* cmd/compile: remove constant arithmetic overflows during typecheckCuong Manh Le2023-02-091-0/+13
* cmd/compile: use MakeResult in empty MakeSlice eliminationJorropo2023-02-081-0/+15
* cmd/compile: fix inline static init arguments substitued treeCuong Manh Le2023-02-081-0/+23
* test: add test for issue 58345Cuong Manh Le2023-02-071-0/+15
* cmd/compile: ensure first instruction in a function is not inlinedKeith Randall2023-02-062-0/+31
* cmd/compile: fix -m=2 output for recursive function with closuresKeith Randall2023-01-281-0/+22
* cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky2023-01-252-5/+1
* test: remove TODO in issue20250.goMatthew Dempsky2023-01-241-5/+3
* runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox2023-01-191-2/+3
* cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruptionCuong Manh Le2023-01-181-0/+76
* cmd/compile: fix static init inlining for hidden node fieldsMatthew Dempsky2023-01-171-0/+19
* cmd/compile: ensure temp register mask isn't emptyKeith Randall2023-01-171-0/+33
* go/types, types2: don't look up fields or methods when expecting a typeRobert Findley2023-01-111-1/+1