aboutsummaryrefslogtreecommitdiff
path: root/src/go/token/position.go
AgeCommit message (Expand)Author
2020-10-14token: more descriptive panicsJean de Klerk
2020-06-17go/token: explain file base offset better in documentationRobert Griesemer
2018-09-10go/token: add (*File).LineStart, which returns Pos for a given lineAlan Donovan
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-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