index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
walk
/
convert.go
Age
Commit message (
Expand
)
Author
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2022-11-17
cmd/compile: fix broken IR for iface -> eface
Cuong Manh Le
2022-09-19
cmd/compile: implement slice-to-array conversions
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: shape-based stenciling for unified IR
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: add RType fields
Matthew Dempsky
2022-06-21
[dev.unified] cmd/compile: extract rtype code from walk
Matthew Dempsky
2022-03-30
cmd/compile/internal/walk: fix wrong soleComponent implementation
Cuong Manh Le
2022-03-25
cmd/compile: handle sole component for 1-byte type interface conversion
Cuong Manh Le
2021-10-07
cmd/compile,runtime: implement uint64->float32 correctly on 32-bit archs
Keith Randall
2021-09-09
cmd/compile: move checkptr alignment to SSA generation
Cuong Manh Le
2021-08-31
cmd/compile: use right line number for conversion expression
Keith Randall
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-08-25
cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] pattern
Cuong Manh Le
2021-08-09
[dev.typeparams] cmd/compile: simplify interface conversions
Keith Randall
2021-07-24
[dev.typeparams] cmd/compile: introduce OCONVIDATA op
Keith Randall
2021-06-26
[dev.typeparams] cmd/compile: rewrite method calls during typecheck
Cuong Manh Le
2021-05-26
[dev.typeparams] cmd/compile: simplify inlining variadic calls
Matthew Dempsky
2021-04-12
cmd/compile: make interface conversion function selection ABI insensitive
Cherry Zhang
2021-04-08
cmd/compile: adjust interface conversion function selection with 0-sized fields
Cherry Zhang
2021-04-08
cmd/compile: fix buglet in walk convert phase relating to convF32/64
Than McIntosh
2021-04-08
cmd/compile: fix buglet in walk convert phase relating to convT64
Than McIntosh
2021-04-05
cmd/compile, runtime: use ABI-aware function converting float to interface
Cherry Zhang
2021-01-17
[dev.regabi] cmd/compile: use LinksymOffsetExpr in walkConvInterface
Matthew Dempsky
2021-01-17
[dev.regabi] cmd/compile: refactor temp construction in walk
Matthew Dempsky
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2021-01-16
[dev.regabi] cmd/compile: remove ONEWOBJ
Cuong Manh Le
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: move Node.Opt to Name
Matthew Dempsky
2020-12-24
[dev.regabi] cmd/compile: change ir.IsAssignable -> ir.IsAddressable
Cuong Manh Le
2020-12-23
[dev.regabi] cmd/compile: split SliceExpr.List into separate fields
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated]
Russ Cox