aboutsummaryrefslogtreecommitdiff
path: root/src/go/scanner
AgeCommit message (Expand)Author
2023-10-19go: add available godoc linkcui fliter
2023-08-28go/scanner: give specific error for curvy “abc” quotesAlan Donovan
2023-05-10all: fix a lot of commentscui fliter
2023-04-06go/scanner: align line and column limit with the compiler's limitDamien Neil
2023-04-04go/scanner: reject large line and column numbers in //line directivesDamien Neil
2022-10-21go/scanner: use constant name rather than its value (cleanup)Park Zhou
2022-10-06all: fix some typoskijimaD
2022-09-27go/scanner: emit implicit semicolon tokens in correct orderAlan Donovan
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-21go/scanner: fall back to next() when encountering 0 bytes in parseIdentifierRob Findley
2021-06-17[dev.typeparams] go/token, go/scanner: add the "~" operatorRob 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