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
Age
Commit message (
Expand
)
Author
2022-08-08
cmd/compile: avoid assignment conversion in append(a, b...)
Keith Randall
2022-08-08
cmd/compile: treat constants to type parameter conversion as non-constant in ...
Cuong Manh Le
2022-08-08
cmd/compile: correct alignment of atomic.Int64
Cuong Manh Le
2022-08-04
all: clean up TODO after fixing issue 44505
hopehook
2022-08-04
[dev.unified] all: merge master (85d87b9) into dev.unified
Matthew Dempsky
2022-08-03
[dev.unified] cmd/compile: start using runtime dictionaries
Matthew Dempsky
2022-08-01
cmd/compile: fix wrong dict pass condition for type assertions
Wayne Zuo
2022-07-28
[dev.unified] all: merge master (462b78f) into dev.unified
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: move "has init" to private metadata
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-24
cmd/compile/internal/noder: correct spelling errors for instantiation
jacobishao
2022-07-22
[dev.unified] cmd/compile: make Unified IR always writes concrete type for co...
Cuong Manh Le
2022-07-20
Merge "[dev.unified] all: merge master (8e1e64c) into dev.unified" into dev.u...
Gerrit Code Review
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: 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: 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: implicit conversions for binary exprs
Matthew Dempsky
2022-07-19
[dev.unified] cmd/compile/internal/noder: prefer *At functions
Matthew Dempsky
2022-07-19
[dev.unified] all: merge master (8e1e64c) into dev.unified
David Chase
2022-07-18
cmd/compile: revert "remove -installsuffix flag"
Matthew Dempsky
2022-07-13
cmd/compile: remove -installsuffix flag
Matthew Dempsky
2022-07-13
cmd/compile: fix type assert in dict pass
Wayne Zuo
2022-07-12
internal/pkgbits: change EnableSync into a dynamic knob
Matthew Dempsky
2022-07-08
cmd/compile: don't convert to interface{} for un-comparable types in generic ...
Cuong Manh Le
2022-07-06
cmd/compile: only check implicit dots for method call enabled by a type bound
Cuong Manh Le
2022-06-30
[dev.unified] all: merge master (993c387) into dev.unified
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-28
cmd/compile: fix generic inter-inter comparisons from value switch statements
Cuong Manh Le
2022-06-27
[dev.unified] cmd/compile: drop package height from Unified IR importer
Cuong Manh Le
2022-06-26
cmd/compile: do branch/label checks only once
Robert Griesemer
2022-06-24
[dev.unified] all: merge master (5a1c5b8) into dev.unified
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: rename haveRType and implicitExpr
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: implicit conversions for return statements
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: implicit conversions for writer.ass...
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: refactor stmtAssign generation
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: implicit conversion of call arguments
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: remove needType logic
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: implicit conversions for complits
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: start writing implicit conversions
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: add pkgWriter.typeOf helper
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: special case f(g()) calls in Unified IR
Matthew Dempsky
[prev]
[next]