aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/lex
AgeCommit message (Expand)Author
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