summaryrefslogtreecommitdiff
path: root/src/internal/pkgbits
Commit message (Expand)AuthorAgeFilesLines
* all: re-run stringerIan Lance Taylor2023-04-111-2/+5
* cmd/compile: make a type-specialized copy of encoding/binary.ReadUvarintDavid Chase2022-09-271-1/+30
* cmd/compile: introduce "temporary" readers for more storage reuseDavid Chase2022-09-271-8/+62
* cmd/compile/internal/noder: explicitly handle function instantiationsMatthew Dempsky2022-08-101-0/+1
* internal/pkgbits: fix performance of rawRelocDavid Chase2022-08-102-9/+13
* all: use io.Seek* instead of deprecated os.SEEK_*Tobias Klauser2022-08-081-1/+1
* all: clean up TODO after fixing issue 44505hopehook2022-08-042-5/+5
* [dev.unified] all: merge master (85d87b9) into dev.unifieddev.unifiedMatthew Dempsky2022-08-043-49/+19
|\
| * all: remove pre-Go 1.17 workaroundsRuss Cox2022-08-043-49/+19
* | [dev.unified] cmd/compile: start using runtime dictionariesMatthew Dempsky2022-08-031-1/+0
* | [dev.unified] cmd/compile: move "has init" to private metadataMatthew Dempsky2022-07-281-0/+4
* | [dev.unified] cmd/compile: write iface conversion RTTI into unified IRMatthew Dempsky2022-07-281-0/+1
* | [dev.unified] cmd/compile: write RTTI into unified IR export dataMatthew Dempsky2022-07-281-0/+1
* | [dev.unified] cmd/compile: add method expressions to dictionariesMatthew Dempsky2022-07-251-1/+7
* | internal/pkgbits: change EnableSync into a dynamic knobMatthew Dempsky2022-07-124-18/+53
* | [dev.unified] cmd/compile/internal/noder: refactor N:1 expression handlingMatthew Dempsky2022-06-301-0/+2
* | [dev.unified] cmd/compile/internal/noder: push exprBlank up into assignment h...Matthew Dempsky2022-06-062-30/+32
|/
* internal/pkgbits: add Index typeMatthew Dempsky2022-05-253-25/+29
* internal/pkgbits: finish documentationMatthew Dempsky2022-05-256-24/+130
* internal/pkgbits: better documentationMatthew Dempsky2022-05-204-5/+80
* internal/pkgbits: add fingerprints to unified IR export formatMatthew Dempsky2022-03-282-3/+19
* cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky2022-03-072-30/+32
* internal/pkgbits: add version numberMatthew Dempsky2022-03-012-0/+6
* internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky2022-03-019-0/+992