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
2021-11-24
[release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...
Dan Scales
2021-06-04
cmd/compile: remove spurious ir.Dump
Matthew Dempsky
2021-05-02
cmd/compile: implement unsafe.Add and unsafe.Slice
Matthew Dempsky
2021-04-27
cmd/compile: fix nongeneric closures in generic functions
Keith Randall
2021-04-27
cmd/compile: fix handling of ir.CurFunc during stenciling
Dan Scales
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2021-04-15
cmd/compile: propagate pragmas from generic function to stenciled implementation
Keith Randall
2021-04-15
cmd/compile: look for function in instantiations in all global assignments
Dan Scales
2021-04-09
cmd/compile: don't set Ntype in noder2 anymore
Dan Scales
2021-04-08
cmd/compile: break out transformations of tcCompLit into transformCompLit
Dan Scales
2021-04-08
Revert "cmd/compile/internal/noder: limit the number of goroutine"
Matthew Dempsky
2021-04-08
cmd/compile,cmd/internal/objabi: abstract out object header string
Austin Clements
2021-04-07
cmd/compile/internal/types2: remove Config.InferFromConstraints flag
Robert Griesemer
2021-04-06
cmd/compile: fix gcSizes.Sizeof for a zero-sized struct
Dan Scales
2021-04-05
cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...
Dan Scales
2021-04-03
cmd/compile: rename newNamedTypeWithSym, add some commemnts
Dan Scales
2021-03-31
cmd/compile: deal with call.Use correctly for noder2, allow inlining of stenc...
Dan Scales
2021-03-31
cmd/compile: deal correctly with unnamed function params during stenciling
Dan Scales
2021-03-30
cmd/compile: handle partial type inference that doesn't require function args
Dan Scales
2021-03-30
cmd/compile/internal/noder: limit the number of goroutine
hqpko
2021-03-30
cmd/compile: fix creation of named generic types (setting of t.nod)
Dan Scales
2021-03-30
cmd/compile: fix various small bugs related to type lists
Dan Scales
2021-03-29
cmd/compile: remove typechecker calls in varDecl()
Dan Scales
2021-03-25
cmd/compile: add transform functions for OXDOT and builtins
Dan Scales
2021-03-25
cmd/compile: create/use noder2 transform functions for more node types
Dan Scales
2021-03-23
cmd/compile: replace calls to typecheck with transform functions
Dan Scales
2021-03-18
cmd/compile: get untyped constants working in generic functions
Dan Scales
2021-03-18
cmd: move experiment flags into objabi.Experiment
Austin Clements
2021-03-18
cmd/compile: remove unneeded calls to typecheck in noder2
Dan Scales
2021-03-17
cmd/compile: getting more built-ins to work with generics
Dan Scales
2021-03-16
cmd/compile: deal with comparable embedded in a constraint
Dan Scales
2021-03-15
cmd/compile: fix case where func-valued field of a generic type is called
Dan Scales
2021-03-15
cmd/compile: add support for generic maps
Dan Scales
2021-03-15
cmd/compile: add support for generic channels and type conversion during calls
Dan Scales
2021-03-12
cmd/compile: fix noder.Addr() to not call typechecker
Dan Scales
2021-03-12
cmd/compile: call types.CheckSize() in g.typ()
Dan Scales
2021-03-11
cmd/compile: fix handling of partially inferred type arguments
Dan Scales
2021-03-10
cmd/compile: deal with helper generic types that add methods to T
Dan Scales
2021-03-10
cmd/compile/internal/types2: better error reporting framework (starting point)
Robert Griesemer
2021-03-09
cmd/compile: get instantiated generic types working with interfaces
Dan Scales
2021-03-05
cmd/compile: do not report error for invalid constant
Cuong Manh Le
2021-03-04
cmd/compile: remove types2.(*Selection).TArgs(), now that instance bug seems ...
Dan Scales
2021-03-04
cmd/compile: make check2 gracefully exit if it reported errors
Cuong Manh Le
2021-03-04
cmd/compile: graceful handle error in noder LoadPackage
Cuong Manh Le
2021-02-26
cmd/compile: deal with closures in generic functions and instantiated functio...
Dan Scales
2021-02-24
cmd/compile: plumb abi info into ssagen/ssa
David Chase
2021-02-18
[dev.typeparams] cmd/compile: use new converter functions rather than methods...
Robert Griesemer
2021-02-18
[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...
Dan Scales
2021-02-11
[dev.typeparams] cmd/compile: small fixes for stenciling
Dan Scales
2021-02-10
[dev.typeparams] cmd/compile: make type conversions by type parameters work
Dan Scales
[next]