summaryrefslogtreecommitdiff
path: root/src/go/scanner
Commit message (Expand)AuthorAgeFilesLines
* all: fix a lot of commentscui fliter2023-05-101-1/+1
* go/scanner: align line and column limit with the compiler's limitDamien Neil2023-04-061-1/+2
* go/scanner: reject large line and column numbers in //line directivesDamien Neil2023-04-041-2/+5
* go/scanner: use constant name rather than its value (cleanup)Park Zhou2022-10-211-1/+1
* all: fix some typoskijimaD2022-10-061-1/+1
* go/scanner: emit implicit semicolon tokens in correct orderAlan Donovan2022-09-273-218/+187
* all: gofmt main repoRuss Cox2022-04-111-1/+0
* all: remove trailing blank doc comment linesRuss Cox2022-04-012-9/+0
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* [dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le2021-06-252-1/+3
|\
| * go/scanner: fall back to next() when encountering 0 bytes in parseIdentifierRob Findley2021-06-212-1/+3
* | [dev.typeparams] go/token, go/scanner: add the "~" operatorRob Findley2021-06-172-1/+4
|/
* go: various minor cleanups with the help of Golandkumakichi2021-04-272-2/+2
* go/scanner: optimize scanIdentifierRob Findley2021-04-271-3/+50
* go/scanner: improve variety in benchmarks for file scanningRob Findley2021-04-271-19/+30
* go/scanner: fix a typo in scanner_test.goRob Findley2021-04-161-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* go/scanner: accept 'i' suffix orthogonally on all numbersRobert Griesemer2019-02-192-11/+12
* go/scanner: accept new Go2 number literalsRobert Griesemer2019-02-112-78/+367
* go/scanner: don't return token.INVALID for ".." sequenceRobert Griesemer2018-10-112-6/+32
* go/scanner: continue adding directory to file nameIan Lance Taylor2018-08-022-4/+38
* go/scanner: report errors for incorrect line directivesRobert Griesemer2018-03-152-69/+73
* go/scanner: recognize //line and /*line directives incl. columnsRobert Griesemer2018-03-092-54/+151
* go/scanner: don't eat \r in comments if that shortens the commentRobert Griesemer2018-02-122-7/+34
* Revert "go/scanner, go/token: recognize => (ALIAS) token"Robert Griesemer2016-11-052-2/+1
* go/scanner: recognize invalid floating-point constant exponentRobert Griesemer2016-10-262-1/+6
* go/scanner, go/token: recognize => (ALIAS) tokenRobert Griesemer2016-10-042-1/+2
* all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann2016-04-101-3/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* go/scanner: don't return previous comment as literal value if none is expectedRobert Griesemer2015-05-142-1/+37
* go/scanner: Simplify ErrorList.Sort implementation.David Symonds2015-04-011-17/+8
* go/scanner: Stabilize (*ErrorList).SortJan Mercl2015-04-011-1/+8
* build: move package sources from src/pkg to srcRuss Cox2014-09-084-0/+1707