aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/assign.go
AgeCommit message (Expand)Author
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2024-05-08cmd/compile: avoid past-the-end pointer when zeroingKeith Randall
2023-11-22internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abiqiulaidongfeng
2023-10-05cmd/compile/internal/ir: tweak a couple namesMatthew Dempsky
2023-09-12cmd/compile: stop changing Field.Sym for parametersMatthew Dempsky
2023-09-12cmd/compile: rename OEFACE to OMAKEFACE and remove OCONVIDATAMatthew Dempsky
2023-09-05compile/internal/walk: add walkGrowsliceEgon Elbre
2023-08-22cmd/compile/internal/typecheck: merge SubstArgTypes into LookupRuntimeMatthew Dempsky
2023-08-22cmd/compile/internal/types: overhaul and simplify APIMatthew Dempsky
2023-08-18cmd/compile/internal/typecheck: replace Temp calls with TempAtMatthew Dempsky
2023-08-14cmd/compile: remove reflectdata.{TypePtr,ITabAddr} wrappersMatthew Dempsky
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-04cmd/compile/internal/ir: explicit Pos for New{Bool,Int,String}Matthew Dempsky
2022-09-01cmd/compile,runtime: redo growslice calling conventionKeith Randall
2022-06-21[dev.unified] cmd/compile: extract rtype code from walkMatthew Dempsky
2022-04-11all: gofmt main repoRuss Cox
2022-03-24cmd/compile: refactor walkIndexMapCuong Manh Le
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
2021-04-23cmd/compile: generalize fix for lvalue-init evaluationMatthew Dempsky
2021-04-23cmd/compile: make sure ascompatee walk lhs init statementsCuong Manh Le
2021-04-20cmd/compile: preserve pointerness when creating map key tempCherry Zhang
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-04-13cmd/compile: make map functions ABI insensitiveCherry Zhang
2021-03-03cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase
2021-01-25[dev.regabi] all: merge master (bf0f7c9) into dev.regabiMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: replace Node.HasCall with walk.mayCallMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile: cleanup OAS2FUNC orderingMatthew Dempsky
2021-01-14[dev.regabi] cmd/compile: move more PAUTOHEAP to SSA constructionMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-03[dev.regabi] cmd/compile: remove walkReturn "common case" pathMatthew Dempsky
2021-01-03[dev.regabi] cmd/compile: improve walkReturn common caseMatthew Dempsky
2021-01-03[dev.regabi] cmd/compile: improve ascompateeMatthew Dempsky
2021-01-03[dev.regabi] cmd/compile: simplify walkReturnMatthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove Nodes.Set [generated]Matthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove {Ptr,Set}Init from Node interfaceMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: remove refersToCommonNameMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: merge ascompatee, ascompatee1, and reorder3Matthew Dempsky
2020-12-28[dev.regabi] cmd/compile: simplify and optimize reorder3Matthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split SliceExpr.List into separate fieldsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated]Russ Cox