aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/lex
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2024-09-06cmd/asm/internal: use slices.ContainsTobias Klauser
2023-08-29cmd/asm: stop using "" as the local package prefixMatthew Dempsky
2023-08-29cmd: simplify some handling of package pathsMatthew Dempsky
2023-08-22cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flagAustin Clements
2023-06-29cmd/asm/internal/lex: fix comment, remove the first "has"Jes Cok
2022-09-08cmd/asm: use strings.Buildercuiweixie
2022-08-04all: clean up TODO after fixing issue 44505hopehook
2022-04-12cmd/asm: update comment to refer to #44505hopehook
2022-03-18internal/buildcfg: extract logic specific to cmd/goBryan C. Mills
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-08internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements
2021-04-08cmd/asm,runtime: reduce spellings of GOEXPERIMENTsAustin Clements
2021-03-18all: explode GOEXPERIMENT=regabi into 5 sub-experimentsAustin Clements
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2020-10-13cmd/asm: reject misplaced go:build commentsRuss Cox
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-02-26cmd/compile: track line directives w/ column informationRobert Griesemer
2017-11-13cmd/compile: record original and absolute file names for line directivesgriesemer
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2016-02-25cmd/asm: fix EOF message on operand parsing errors.Tal Shprecher
2015-11-08cmd/asm/internal/lex: format error correctlyDominik Honnef
2015-09-21cmd/asm: fix crash triggered by nested #defineRob Pike
2015-09-18asm: handle EOF betterRob Pike
2015-09-04cmd/asm: fix handling of nested #if[n]defsMichael Hudson-Doyle
2015-05-15cmd/internal/obj: update callers to Linkline{fmt,hist} and removeMatthew Dempsky
2015-02-21[dev.cc] cmd/asm: add end-to-end testRob Pike
2015-02-19[dev.cc] cmd/asm: accept #define A /* nothing */Rob Pike
2015-02-17[dev.cc] cmd/asm: fix macro definition bug in the lexerRob Pike
2015-02-11[dev.cc] cmd/asm: final fixups for correct assembly of runtime, the last pack...Rob Pike
2015-02-09[dev.cc] cmd/asm: rewrite to work with new obj APIRob Pike
2015-02-03[dev.cc] asm: fix handling of statics (data<>) and symbolsRob Pike
2015-02-02[dev.cc] cmd/asm: fix a few minor issuesRob Pike
2015-01-30[dev.cc] cmd/asm: handle the case where a macro is named without argumentsRob Pike
2015-01-30[dev.cc] cmd/asm: rewrite the macro processorRob Pike
2015-01-28[dev.cc] cmd/asm: fix the expression parser and add testsRob Pike
2015-01-24[dev.cc] cmd/asm: changes to get identical output as new6aRob Pike
2015-01-23[dev.cc] cmd/asm: add lex internal packageRob Pike