| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/compile: enable more lenient type inference for untyped arguments | Robert Griesemer | 2023-05-18 | 2 | -4/+6 |
| * | cmd/compile: don't inline from norace packages in race mode | Cherry Mui | 2023-05-17 | 2 | -1/+26 |
| * | go/types, types2: permit partially instantiated functions as function arguments | Robert Griesemer | 2023-05-16 | 3 | -51/+148 |
| * | go/types, types2: remove superfluous argument test in Checker.arguments | Robert Griesemer | 2023-05-16 | 1 | -11/+0 |
| * | cmd/compile: call phiElimValue from removePhiArg | Jakub Ciolek | 2023-05-16 | 4 | -8/+2 |
| * | cmd/compile/internal/noder: suppress unionType consistency check | Matthew Dempsky | 2023-05-16 | 1 | -12/+17 |
| * | cmd/compile: add more information to the bisect-verbose report | David Chase | 2023-05-16 | 2 | -5/+26 |
| * | cmd/compile: make memcombine pass a bit more robust to reassociation of exprs | Keith Randall | 2023-05-16 | 1 | -24/+17 |
| * | cmd/compile/internal/walk: delete statement that don't need | cuiweixie | 2023-05-16 | 1 | -1/+0 |
| * | cmd/compile: enhance tighten pass for memory values | eric fang | 2023-05-16 | 2 | -7/+105 |
| * | cmd/compile: update rules to generate more prefixed instructions | Lynn Boger | 2023-05-15 | 3 | -141/+159 |
| * | reflect: do not escape Value.Type | Cherry Mui | 2023-05-12 | 1 | -5/+13 |
| * | cmd/compile: remove post-inlining PGO graph dump | Michael Pratt | 2023-05-12 | 2 | -100/+0 |
| * | cmd/compile/internal/pgo: remove node weights from IRNode | Michael Pratt | 2023-05-12 | 1 | -66/+32 |
| * | go/types: minor refactoring of missingMethod following CL 494615 | Rob Findley | 2023-05-12 | 1 | -4/+7 |
| * | go/types, types2: call recordInstance in instantiateSignature | Robert Griesemer | 2023-05-12 | 1 | -19/+12 |
| * | go/types, types2: be sure to type-check wrong methods in missingMethod | Rob Findley | 2023-05-12 | 1 | -0/+4 |
| * | cmd/compile/internal/pgo/internal/graph: delete dead code | Michael Pratt | 2023-05-11 | 2 | -329/+0 |
| * | cmd/compile/internal/pgo: move pprof graph to internal package | Michael Pratt | 2023-05-11 | 2 | -8/+9 |
| * | cmd/compile: remove "WORK IN PROGRESS" from package pgo | Michael Pratt | 2023-05-11 | 1 | -2/+0 |
| * | cmd/compile: remove go:wasmimport restriction | Johan Brandhorst-Satzkorn | 2023-05-11 | 1 | -4/+0 |
| * | cmd/compile: remove debugging option InlineSCCOnePass from inliner | Than McIntosh | 2023-05-11 | 2 | -19/+8 |
| * | internal/bisect: copy parser changes from CL 494177 | Russ Cox | 2023-05-11 | 1 | -22/+24 |
| * | internal/abi: common up some offset/size functions | David Chase | 2023-05-10 | 1 | -7/+8 |
| * | cmd/compile: add ability to print extra information in bisect output | Russ Cox | 2023-05-10 | 5 | -41/+45 |
| * | go/types, types2: move xlist next to targs in Checker.arguments signature | Robert Griesemer | 2023-05-10 | 2 | -6/+6 |
| * | cmd/compile: add De Morgan's rewrite rule | Stefan | 2023-05-10 | 2 | -0/+182 |
| * | go/types, types2: control type inference in Checker.funcInst via infer argument | Robert Griesemer | 2023-05-10 | 2 | -12/+30 |
| * | go/types, types2: explicitly look for nil type arguments in infer | Robert Griesemer | 2023-05-10 | 1 | -7/+13 |
| * | all: fix a lot of comments | cui fliter | 2023-05-10 | 7 | -7/+7 |
| * | cmd/compile: remove FS debug hash form | Russ Cox | 2023-05-09 | 3 | -26/+20 |
| * | cmd/compile: use more of internal/bisect in HashDebug | Russ Cox | 2023-05-09 | 5 | -187/+132 |
| * | cmd/compile: standardize on outer-to-inner for pos lists | Russ Cox | 2023-05-09 | 4 | -29/+26 |
| * | internal/godebug: add bisect support | Russ Cox | 2023-05-09 | 1 | -3/+3 |
| * | cmd/compile/loopvar: adjust logging messages | David Chase | 2023-05-09 | 2 | -14/+20 |
| * | go/types, types2: infer minimum default type for untyped arguments | Robert Griesemer | 2023-05-08 | 3 | -24/+65 |
| * | go/types, types2: move functions for untyped constants into const.go | Robert Griesemer | 2023-05-08 | 2 | -293/+307 |
| * | cmd/compile/internal/types2: pass pos argument to Checker.overflow | Robert Griesemer | 2023-05-08 | 1 | -7/+7 |
| * | go/types, types2: remove genericMultiExpr (inline it in genericExprList) | Robert Griesemer | 2023-05-08 | 2 | -31/+30 |
| * | math: optimize math.Abs on mipsx | Junxian Zhu | 2023-05-08 | 6 | -1/+23 |
| * | go/types, types2: factor out maximum type computation | Robert Griesemer | 2023-05-05 | 2 | -9/+24 |
| * | cmd/compile: allow more inlining of functions that construct closures | Than McIntosh | 2023-05-05 | 2 | -19/+14 |
| * | cmd/compile: un-hide closure func if parent expr moved to staticinit | Than McIntosh | 2023-05-05 | 1 | -0/+6 |
| * | cmd/compile: rework marking of dead hidden closure functions | Than McIntosh | 2023-05-05 | 1 | -37/+58 |
| * | go/types, types2: better error message for bad assignment | Robert Griesemer | 2023-05-05 | 1 | -1/+1 |
| * | go/types, types2: exclude untyped nil arguments early in type inference | Robert Griesemer | 2023-05-05 | 2 | -7/+7 |
| * | cmd/compile: work with new bisect command | Russ Cox | 2023-05-05 | 4 | -55/+56 |
| * | internal/abi: refactor (basic) type struct into one definition | David Chase | 2023-05-05 | 2 | -20/+11 |
| * | cmd/compile: add "loop-transformed" (for whole loop) to logopt | David Chase | 2023-05-05 | 4 | -66/+165 |
| * | math: optimize math.Abs on mips64x | Junxian Zhu | 2023-05-05 | 6 | -1/+23 |