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
/
reader.go
Age
Commit message (
Expand
)
Author
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-17
cmd/dist: make toolchain build reproducible
Russ Cox
2022-11-08
cmd/compile: fix transitive inlining of generic functions
Matthew Dempsky
2022-10-31
cmd/compile/internal/pgo: remove most global state
Michael Pratt
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: remove go:notinheap pragma
Cuong Manh Le
2022-08-31
cmd/compile: use HaveInlineBody for unified IR
Matthew Dempsky
2022-08-30
cmd/compile: fix unified IR shapifying recursive instantiated types
Cuong Manh Le
2022-08-25
cmd/compile/internal/noder: fix inlined function literal positions
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-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-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: do not write implicit conversion for append in Unified IR
Cuong Manh Le
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: implement simple inline body pruning heuristic
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: allow inlining to fail gracefully
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-25
[dev.unified] cmd/compile: remove obsolete RTTI wiring
Matthew Dempsky
2022-07-19
[dev.unified] cmd/compile/internal/noder: simplify mixed tag/case RTTI wiring
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: preserve RTTI for select statements
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: prefer *At functions
Matthew Dempsky
2022-07-12
internal/pkgbits: change EnableSync into a dynamic knob
Matthew Dempsky
2022-06-30
[dev.unified] cmd/compile/internal/noder: implicit conversions for multi-valu...
Matthew Dempsky
2022-06-30
[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handling
Matthew Dempsky
2022-06-27
[dev.unified] cmd/compile: drop package height from Unified IR importer
Cuong Manh Le
2022-06-23
[dev.unified] cmd/compile/internal/noder: start writing implicit conversions
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: special case f(g()) calls in Unified IR
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clauses
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: plumb rtype through for OMAPLIT
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: start setting RType fields for Unified IR
Matthew Dempsky
2022-06-14
[dev.unified] cmd/compile: more Unified IR docs and review
Matthew Dempsky
2022-06-09
[dev.unified] cmd/compile/internal/noder: stop handling type expressions as e...
Matthew Dempsky
2022-06-09
[dev.unified] cmd/compile: set base.Pos when process assignDef in Unified IR
Cuong Manh Le
2022-06-09
[dev.unified] cmd/compile: fix unified IR don't report type size too large error
Cuong Manh Le
2022-06-07
[dev.unified] cmd/compile: visit LHS before RHS/X in assign/for statement
Cuong Manh Le
2022-06-06
[dev.unified] cmd/compile: fix missing method value wrapper in unified IR
Cuong Manh Le
[next]