summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: enable more lenient type inference for untyped argumentsRobert Griesemer2023-05-181-0/+19
* cmd/compile/internal/noder: suppress unionType consistency checkMatthew Dempsky2023-05-161-1/+5
* cmd/compile: make memcombine pass a bit more robust to reassociation of exprsKeith Randall2023-05-161-0/+26
* cmd/compile: enhance tighten pass for memory valueseric fang2023-05-161-0/+22
* cmd/compile: update rules to generate more prefixed instructionsLynn Boger2023-05-151-0/+71
* test: add escape test for reflect.Value operationsCherry Mui2023-05-121-0/+462
* reflect: do not escape Value.TypeCherry Mui2023-05-121-2/+2
* internal/testdir: move to cmd/internal/testdirDmitri Shuralyov2023-05-122-3/+3
* test/bench: deleteAustin Clements2023-05-1223-3759/+0
* test,internal/testdir: don't set GOOS/GOARCHAustin Clements2023-05-121-5/+8
* cmd/compile: add De Morgan's rewrite ruleStefan2023-05-101-0/+14
* test: add memcombine testcases for ppc64Lynn Boger2023-05-081-4/+95
* math: optimize math.Abs on mipsxJunxian Zhu2023-05-081-0/+1
* cmd/compile: allow more inlining of functions that construct closuresThan McIntosh2023-05-051-11/+15
* 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
* math: optimize math.Abs on mips64xJunxian Zhu2023-05-051-0/+1
* cmd/compile: fix compilation of inferred type argumentsMatthew Dempsky2023-05-031-9/+7
* Revert "cmd/compile: enhance tighten pass for memory values"Daniel Martí2023-05-031-22/+0
* cmd/compile: enhance tighten pass for memory valueserifan012023-05-031-0/+22
* cmd/compile: enable reverse type inferenceRobert Griesemer2023-05-031-0/+39
* cmd/link: put zero-sized data symbols at same address as runtime.zerobaseCherry Mui2023-04-281-0/+33
* runtime, cmd: rationalize StackLimit and StackGuardAustin Clements2023-04-211-10/+3
* Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements2023-04-201-3/+10
* runtime, cmd: rationalize StackLimit and StackGuardAustin Clements2023-04-201-10/+3
* cmd/compile/internal/types2: only mark variables as used if they areRobert Griesemer2023-04-193-3/+3
* cmd/compile: remove memequal call from string compares in more casesKeith Randall2023-04-181-0/+41
* Revert "cmd/compile: rework marking of dead hidden closure functions"Than McIntosh2023-04-181-65/+0
* Revert "cmd/compile: allow more inlining of functions that construct closures"Michael Knyszek2023-04-171-15/+11
* cmd/compile: allow more inlining of functions that construct closuresThan McIntosh2023-04-171-11/+15
* cmd/compile: rework marking of dead hidden closure functionsThan McIntosh2023-04-171-0/+65
* cmd/compile: better code generation for constant-fold switchCuong Manh Le2023-04-141-0/+14
* cmd/compile: reenable inline static initCuong Manh Le2023-04-144-4/+4
* cmd/compile: handle string concatenation in static init inlinerCuong Manh Le2023-04-141-0/+14
* cmd/link: establish dependable package initialization orderKeith Randall2023-04-142-5/+4
* Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh2023-04-141-15/+11
* cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo2023-04-122-0/+33
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-1125-27/+27
* cmd/compile: teach prove about bitwise OR operationCuong Manh Le2023-04-101-0/+5
* 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: allow more inlining of functions that construct closuresThan McIntosh2023-04-071-11/+15
* cmd/compile: deadcode unreferenced hidden closures during inliningThan McIntosh2023-04-072-0/+85
* cmd/compile: get more bounds info from logic operators in prove passruinan2023-04-072-1/+20
* cmd/compile: don't set range expr key/value type if already setCuong Manh Le2023-04-051-0/+26
* Revert "cmd/compile: allow more inlining of functions that construct closures"Than McIntosh2023-04-031-15/+11
* crypto/subtle: don't cast to *uintptr when word size is 0Keith Randall2023-03-311-0/+18
* cmd/compile: allow more inlining of functions that construct closuresAustin Clements2023-03-311-11/+15
* cmd/compile: casts from slices to array pointers are known to be non-nilKeith Randall2023-03-291-0/+7
* go/types, types2: don't report assignment mismatch errors if there are other ...Robert Griesemer2023-03-281-1/+1