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
/
noder
/
writer.go
Age
Commit message (
Expand
)
Author
2023-09-12
cmd/compile/internal/ir: add NewZero
Matthew Dempsky
2023-09-11
cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IR
Matthew Dempsky
2023-09-08
cmd/compile/internal/noder: stop preserving original const strings
Matthew Dempsky
2023-08-24
cmd/compile: create "init" function during noding
Matthew Dempsky
2023-08-24
cmd/compile/internal/syntax: add Unparen and UnpackListExpr helpers
Matthew Dempsky
2023-08-24
cmd/compile/internal: fix receiver names are different
cui fliter
2023-08-23
cmd/compile/internal/noder: elide statically known "if" statements
Matthew Dempsky
2023-08-11
cmd/compile: move early deadcode into unified writer
Matthew Dempsky
2023-08-11
cmd/compile: make use of types2.InitOrder
Matthew Dempsky
2023-08-08
cmd/compile: use new for loop semantics for Go 1.22+ compilations
David Chase
2023-07-21
cmd/compile: use "pw" as receiver name consistently
Cuong Manh Le
2023-05-03
cmd/compile: fix compilation of inferred type arguments
Matthew Dempsky
2023-03-10
cmd/compile: pass type checker error codes in the compiler
Robert Griesemer
2023-03-06
cmd/compile: add flag to FOR/RANGE to preserve loop semantics across inlines
David Chase
2023-03-02
all: implement wasmimport directive
Evan Phoenix
2022-12-07
cmd/compile: restore test/nested.go test cases
Matthew Dempsky
2022-11-03
cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and older
Matthew Dempsky
2022-09-29
cmd/compile: keep typecheck results in syntax tree
Keith Randall
2022-09-27
cmd/compile: abstract type type+value obtained from types2
Keith Randall
2022-09-07
cmd/compile/internal/noder: fix type switch case vars package
Matthew Dempsky
2022-09-03
cmd/compile/internal/noder: optimize itabs section of runtime dicts
Matthew Dempsky
2022-09-02
cmd/compile/internal/noder: allow OCONVNOP for identical iface conversions
Matthew Dempsky
2022-09-02
cmd/compile/internal/noder: refactor exprConvert code
Matthew Dempsky
2022-09-02
cmd/compile: remove go:notinheap pragma
Cuong Manh Le
2022-08-25
cmd/compile/internal/noder: fix inlined function literal positions
Matthew Dempsky
2022-08-23
Revert "cmd/compile: restore test/nested.go test cases"
Matthew Dempsky
2022-08-23
cmd/compile: fix unified IR's pointer-shaping
Matthew Dempsky
2022-08-23
cmd/compile: fix reflect naming of local generic types
Matthew Dempsky
2022-08-23
cmd/compile: restore test/nested.go test cases
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: set ir.Name.DictIndex for unified IR
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: pointer shaping for unified IR
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: shape-based stenciling for unified IR
Matthew Dempsky
2022-08-11
cmd/compile/internal/noder: fix implicit conversion position
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: explicit receiver expression handling
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: prune unified IR's dictionary logic
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: explicitly handle separate selectors
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: explicitly handle function instantiations
Matthew Dempsky
2022-08-09
cmd/compile/internal/noder: shuffle defined type handling code
Matthew Dempsky
2022-08-08
cmd/compile: treat constants to type parameter conversion as non-constant in ...
Cuong Manh Le
2022-08-03
[dev.unified] cmd/compile: start using runtime dictionaries
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: extract nil handling from exprType
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: write iface conversion RTTI into unified IR
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: write RTTI into unified IR export data
Matthew Dempsky
2022-07-25
[dev.unified] cmd/compile: add method expressions to dictionaries
Matthew Dempsky
2022-07-22
[dev.unified] cmd/compile: make Unified IR always writes concrete type for co...
Cuong Manh Le
2022-07-19
[dev.unified] cmd/compile/internal/noder: better switch statements
Matthew Dempsky
2022-07-19
[dev.unified] cmd/compile/internal/noder: explicit nil handling
Matthew Dempsky
2022-07-19
[dev.unified] cmd/compile/internal/noder: wire RTTI for implicit conversions
Matthew Dempsky
2022-07-19
[dev.unified] cmd/compile/internal/noder: implicit conversions for binary exprs
Matthew Dempsky
2022-07-12
internal/pkgbits: change EnableSync into a dynamic knob
Matthew Dempsky
[prev]
[next]