summaryrefslogtreecommitdiff
path: root/src/go/token/position.go
Commit message (Expand)AuthorAgeFilesLines
* all: replace fmt.Sprintf("%d") with strconv.ItoaPhilippe Antoine2023-03-311-1/+2
* go/token: delete a blank linesslime3362023-02-071-1/+0
* go/token: add (*File).Lines methodAlan Donovan2023-02-021-0/+9
* go/token: fix File.AddLineColumnInfo logicchanxuehong2022-10-031-1/+1
* go/token: make mutex locking in unpack cheaperDaniel Martí2022-08-221-1/+3
* go/token: add (*FileSet).RemoveFile(*File) methodAlan Donovan2022-08-161-0/+22
* go/token: use atomics not Mutex for last file cacheAlan Donovan2022-06-291-15/+19
* go/token: delete unused File.set fieldAlan Donovan2022-06-171-2/+1
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-23/+0
* go/token: match the implementation of index selection with sort.Searchsubham sarkar2021-08-241-1/+1
* go/token: correct the interval notation used in some panic messagesRob Findley2021-05-171-2/+2
* all: faster midpoint computation in binary searchyangwenmai2021-02-231-1/+1
* token: more descriptive panicsJean de Klerk2020-10-141-9/+12
* go/token: explain file base offset better in documentationRobert Griesemer2020-06-171-2/+21
* go/token: add (*File).LineStart, which returns Pos for a given lineAlan Donovan2018-09-101-1/+16
* go/scanner: recognize //line and /*line directives incl. columnsRobert Griesemer2018-03-091-17/+43
* go/token: use fine-grained locking in FileSetAlan Donovan2017-06-141-17/+18
* go/token: remove excess parenthesis in NoPos.IsValid() documentationIbrahim AshShohail2017-05-091-1/+1
* go/token: Fix race in FileSet.PositionFor.Jan Mercl2016-08-161-0/+2
* go/token: document postcondition of SetLinesAlan Donovan2016-05-051-0/+1
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-3/+3
* go/token: document that column positions and file offsets are in bytesRobert Griesemer2015-02-231-3/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+485