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
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
2022-06-06
[dev.unified] cmd/compile: remove package height
Cuong Manh Le
2022-06-06
[dev.unified] cmd/compile/internal/noder: push exprBlank up into assignment h...
Matthew Dempsky
2022-06-06
[dev.unified] cmd/compile/internal/noder: add optExpr for optional expressions
Matthew Dempsky
2022-06-06
[dev.unified] cmd/compile/internal/noder: rename exprName to exprGlobal
Matthew Dempsky
2022-05-25
internal/pkgbits: add Index type
Matthew Dempsky
2022-05-16
cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}
Matthew Dempsky
2022-05-13
cmd/compile/internal/noder: remove unified IR assumptions on LocalPkg.Path == ""
Matthew Dempsky
2022-05-05
cmd/compile: remove ir.TypeAssertExpr.Ntype
Matthew Dempsky
2022-05-05
cmd/compile: change ir.NewCompLitExpr from Ntype to *types.Type
Matthew Dempsky
2022-05-05
cmd/compile: remove ir.Name.Ntype
Matthew Dempsky
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
2022-05-04
Revert "cmd/compile: enable Asan check for global variables"
Bryan Mills
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
2022-04-29
cmd/compile: consistent unified IR handling of package unsafe
Matthew Dempsky
2022-04-22
Revert "cmd/compile: enable Asan check for global variables"
Bryan Mills
2022-04-22
cmd/compile: enable Asan check for global variables
fanzha02
2022-04-04
cmd/compile: switch to final unified IR export format
Matthew Dempsky
[prev]
[next]