summaryrefslogtreecommitdiff
path: root/src/go/token/token.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-1/+0
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-10/+0
* go/token: allocate fewer times at init timeDaniel Martí2022-03-101-1/+1
* go/token: slight performance improvement for IsIdentifierchanxuehong2022-03-021-1/+4
* [dev.typeparams] go/token, go/scanner: add the "~" operatorRob Findley2021-06-171-1/+10
* go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí2019-04-151-1/+33
* Revert "go/scanner, go/token: recognize => (ALIAS) token"Robert Griesemer2016-11-051-7/+1
* go/scanner, go/token: recognize => (ALIAS) tokenRobert Griesemer2016-10-041-1/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+308