aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2021-07-28[dev.typeparams] cmd/compile: don't export blank functions in unified IRMatthew Dempsky
2021-07-28[dev.typeparams] cmd/compile: mark methods of instantiated interface types as...Dan Scales
2021-07-27[dev.typeparams] cmd/compile: don't need to unshapify append callsKeith Randall
2021-07-26[dev.typeparams] cmd/compile: fix unified IR support for //go:nointerfaceMatthew Dempsky
2021-07-24[dev.typeparams] cmd/compile: fix HasShape, add dottype testKeith Randall
2021-07-24[dev.typeparams] transformDot() should set Selection and tc flag for added ODOTsDan Scales
2021-07-24[dev.typeparams] cmd/compile: get rid of concretify use for bounds.Dan Scales
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
2021-07-23[dev.typeparams] cmd/compile: fix some issues with cons.goKeith Randall
2021-07-23[dev.typeparams] cmd/compile: add CONVIFACE nodes for return values during no...Dan Scales
2021-07-23[dev.typeparams] cmd/compile: add dictionary entries for itab conversionDan Scales
2021-07-23[dev.typeparams] Add CONVIFACE nodes in noder2, where possibleDan Scales
2021-07-22[dev.typeparams] cmd/compile: make sure types added to the dictionary are ins...Keith Randall
2021-07-22[dev.typeparams] Fix problem with 14.goDan Scales
2021-07-22[dev.typeparams] Get dictionaryCapture.go working.Dan Scales
2021-07-21[dev.typeparams] Fix the types of the OFUNCINST nodes in noder2Dan Scales
2021-07-21[dev.typeparams] cmd/compile: handle ++/-- in noder2 for operands with generi...Dan Scales
2021-07-21[dev.typeparams] cmd/compile: added a builtins.go test, fixed one bugDan Scales
2021-07-21[dev.typeparams] cmd/compile: get runtime stuff workingKeith Randall
2021-07-21[dev.typeparams] cmd/compile: avoid adding incorrectly instantiated types to ...Keith Randall
2021-07-21[dev.typeparams] cmd/compile: ensure methods of generic types survive linker ...Keith Randall
2021-07-21[dev.typeparams] cmd/compile: introduce named gcshape typesKeith Randall
2021-07-21[dev.typeparams] cmd/compile: cleanup unified IR file format a littleMatthew Dempsky
2021-07-20[dev.typeparams] cmd/compile: add base.Assertf{,At} functionsMatthew Dempsky
2021-07-19[dev.typeparams] Separate out gcshape types that are instantiated typesDan Scales
2021-07-16[dev.typeparams] cmd/compile: use dictionary to convert arguments of ==, != t...Keith Randall
2021-07-16[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales
2021-07-15[dev.typeparams] cmd/compile: make TestUnifiedCompare insensitive to default ...Matthew Dempsky
2021-07-14[dev.typeparams] cmd/compile: fix escape printout bugs for -G=3Dan Scales
2021-07-14[dev.typeparams] cmd/compile: record more typ/fun info for dictionaries in un...Matthew Dempsky
2021-07-14[dev.typeparams] cmd/compile: handle objStub earlier in readerMatthew Dempsky
2021-07-13[dev.typeparams] cmd/compile/internal/types2: use InstantiateLazy to create i...Robert Griesemer
2021-07-13[dev.typeparams] cmd/compile/internal/types2: replace types2.Instantiate with...Robert Griesemer
2021-07-12[dev.typeparams] Add optional sub-dict entry for typeparam bound callsDan Scales
2021-07-11[dev.typeparams] cmd/compile: slightly more incremental unified typecheckMatthew Dempsky
2021-07-10[dev.typeparams] cmd/compile: more incremental typecheck for unified IRMatthew Dempsky
2021-07-09[dev.typeparams] cmd/compile: report mismatch between types because of //go:...Dan Scales
2021-07-08[dev.typeparams] cmd/compile: fix bunch of -G=3 bugs for test cases in test/t...Dan Scales
2021-07-07[dev.typeparams] cmd/compile: handle derived types that are converted to inte...Dan Scales
2021-07-07[dev.typeparams] cmd/compile: add built-in name/type "comparable".Dan Scales
2021-07-07[dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...Dan Scales
2021-07-04[dev.typeparams] cmd/compile: better Call constructorMatthew Dempsky
2021-07-04[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysisMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: remove ir.CallUseMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: flatten OINLCALL in walkMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: formalize "hidden parameters" ideaMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: separate out creating instantiations from crea...Dan Scales
2021-07-02[dev.typeparams] cmd/compile: start using sub-dictionary entries where neededDan Scales
2021-07-02[dev.typeparams] cmd/compile: incremental typecheck during unified IRMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: enable generics syntax with -lang=go1.18Matthew Dempsky