aboutsummaryrefslogtreecommitdiff
path: root/src/go/token
AgeCommit message (Expand)Author
2021-06-17[dev.typeparams] go/token, go/scanner: add the "~" operatorRob Findley
2021-05-17go/token: correct the interval notation used in some panic messagesRob Findley
2021-02-23all: faster midpoint computation in binary searchyangwenmai
2020-10-14token: more descriptive panicsJean de Klerk
2020-06-17go/token: explain file base offset better in documentationRobert Griesemer
2019-04-15go/token: add IsIdentifier, IsKeyword, and IsExportedDaniel Martí
2018-09-10go/token: add (*File).LineStart, which returns Pos for a given lineAlan Donovan
2018-03-13go/token: add example for retrieving Position from Posjimmyfrasche
2018-03-09go/scanner: recognize //line and /*line directives incl. columnsRobert Griesemer
2017-06-14go/token: use fine-grained locking in FileSetAlan Donovan
2017-05-09go/token: remove excess parenthesis in NoPos.IsValid() documentationIbrahim AshShohail
2016-11-05Revert "go/scanner, go/token: recognize => (ALIAS) token"Robert Griesemer
2016-10-04go/scanner, go/token: recognize => (ALIAS) tokenRobert Griesemer
2016-08-16go/token: Fix race in FileSet.PositionFor.Jan Mercl
2016-05-05go/token: document postcondition of SetLinesAlan Donovan
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-02-23go/token: document that column positions and file offsets are in bytesRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox