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
/
gc
/
export.go
Age
Commit message (
Expand
)
Author
2025-02-10
cmd/compile/internal/gc: handle errors from *bio.Writer
Mateusz Poliwczak
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-11
cmd/compile: simplify asmhdr and plugin exports handling
Matthew Dempsky
2022-01-10
cmd/compile: use exact constant in go_asm.h
Ian Lance Taylor
2021-10-30
cmd/compile: emit sensible go_asm.h consts for big ints
Austin Clements
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-06-05
[dev.typeparams] cmd/compile: refactor export writing
Matthew Dempsky
2021-06-04
[dev.typeparams] cmd/compile: allow inlining in instantiated functions
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: get export/import of generic types & functions ...
Dan Scales
2021-04-05
cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...
Dan Scales
2021-02-18
[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...
Dan Scales
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split out package inline [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: split out package typecheck [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/compile: remove Left, Right etc methods [generated]
Russ Cox
2020-12-21
[dev.regabi] cmd/compile: stop using ONONAME with Name
Matthew Dempsky
2020-12-21
[dev.regabi] cmd/compile: simplify declaration importing
Matthew Dempsky
2020-12-21
[dev.regabi] cmd/compile: separate exportsym more cleanly
Russ Cox
2020-12-21
[dev.regabi] cmd/compile: collect global compilation state
Russ Cox
2020-12-17
[dev.regabi] cmd/compile: cleanup for concrete types - mop-up
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]
Russ Cox
2020-12-06
[dev.regabi] cmd/compile: replace NodeQueue with NameQueue
Matthew Dempsky
2020-12-02
[dev.regabi] cmd/compile: add ir.NewDeclNameAt
Matthew Dempsky
2020-12-01
[dev.regabi] cmd/compile: add NewNamed
Matthew Dempsky
2020-11-30
[dev.regabi] cmd/compile: clean up Name and Func uses
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: convert types.Node (a pointer) to types.IRNode (an ...
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: use Node getters and setters [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: clean up flag handling [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: replace Val with go/constant.Value
Matthew Dempsky
2020-11-24
[dev.regabi] cmd/compile: prep refactoring for switching to go/constant
Matthew Dempsky
2020-11-24
[dev.regabi] cmd/compile/internal/types: remove Func.Nname
Matthew Dempsky
2020-10-22
cmd/compile: make gc debug flags collector a struct
Alberto Donizetti
2020-10-11
cmd/compile/internal/gc: fix wrong function name in the comment
hk
2019-10-03
cmd/compile: change size diagnostic to use benchmark format
Matthew Dempsky
2019-02-11
cmd/compile: do not export float or complex constants with -asmhdr
Robert Griesemer
2019-01-02
cmd/compile/internal/gc: remove unused methodbyname type
Iskander Sharipov
2018-11-12
cmd/compile: mark function Syms
Austin Clements
2018-10-18
cmd/compile: extract gc.eqtype as types.Identical
Matthew Dempsky
2018-10-03
cmd/compile/internal/gc: disable binary package export format
Matthew Dempsky
2018-08-20
cmd/compile/internal/gc: various minor cleanups
Daniel MartÃ
2018-06-22
cmd/compile: fix compile failure for lazily resolved shadowed types
Matthew Dempsky
2018-04-24
cmd/compile: add indexed export format
Matthew Dempsky
2018-04-20
cmd/compile: refactor how declarations are imported
Matthew Dempsky
2018-04-17
cmd/compile: remove duplicate build ID from export data
Matthew Dempsky
2018-04-09
cmd/compile: fix constant pointer comparison failure
Matthew Dempsky
2018-04-09
cmd/compile: rename gc.exportname to types.IsExported
Matthew Dempsky
[next]