aboutsummaryrefslogtreecommitdiff
path: root/src/go/scanner
AgeCommit message (Expand)Author
2021-06-21go/scanner: fall back to next() when encountering 0 bytes in parseIdentifierRob Findley
2021-04-27go: various minor cleanups with the help of Golandkumakichi
2021-04-27go/scanner: optimize scanIdentifierRob Findley
2021-04-27go/scanner: improve variety in benchmarks for file scanningRob Findley
2021-04-16go/scanner: fix a typo in scanner_test.goRob Findley
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-02-19go/scanner: accept 'i' suffix orthogonally on all numbersRobert Griesemer
2019-02-11go/scanner: accept new Go2 number literalsRobert Griesemer
2018-10-11go/scanner: don't return token.INVALID for ".." sequenceRobert Griesemer
2018-08-02go/scanner: continue adding directory to file nameIan Lance Taylor
2018-03-15go/scanner: report errors for incorrect line directivesRobert Griesemer
2018-03-09go/scanner: recognize //line and /*line directives incl. columnsRobert Griesemer
2018-02-12go/scanner: don't eat \r in comments if that shortens the commentRobert Griesemer
2016-11-05Revert "go/scanner, go/token: recognize => (ALIAS) token"Robert Griesemer
2016-10-26go/scanner: recognize invalid floating-point constant exponentRobert Griesemer
2016-10-04go/scanner, go/token: recognize => (ALIAS) tokenRobert Griesemer
2016-04-10all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann
2016-03-02all: single space after period.Brad Fitzpatrick
2015-05-14go/scanner: don't return previous comment as literal value if none is expectedRobert Griesemer
2015-04-01go/scanner: Simplify ErrorList.Sort implementation.David Symonds
2015-04-01go/scanner: Stabilize (*ErrorList).SortJan Mercl
2014-09-08build: move package sources from src/pkg to srcRuss Cox