index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
asm
/
internal
/
lex
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2024-09-06
cmd/asm/internal: use slices.Contains
Tobias Klauser
2023-08-29
cmd/asm: stop using "" as the local package prefix
Matthew Dempsky
2023-08-29
cmd: simplify some handling of package paths
Matthew Dempsky
2023-08-22
cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flag
Austin Clements
2023-06-29
cmd/asm/internal/lex: fix comment, remove the first "has"
Jes Cok
2022-09-08
cmd/asm: use strings.Builder
cuiweixie
2022-08-04
all: clean up TODO after fixing issue 44505
hopehook
2022-04-12
cmd/asm: update comment to refer to #44505
hopehook
2022-03-18
internal/buildcfg: extract logic specific to cmd/go
Bryan C. Mills
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2021-04-08
internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new package
Austin Clements
2021-04-08
cmd/asm,runtime: reduce spellings of GOEXPERIMENTs
Austin Clements
2021-03-18
all: explode GOEXPERIMENT=regabi into 5 sub-experiments
Austin Clements
2021-03-11
cmd: move GOEXPERIMENT knob from make.bash to cmd/go
Matthew Dempsky
2020-10-13
cmd/asm: reject misplaced go:build comments
Russ Cox
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-02-26
cmd/compile: track line directives w/ column information
Robert Griesemer
2017-11-13
cmd/compile: record original and absolute file names for line directives
griesemer
2017-04-19
cmd/internal/objabi: extract shared functionality from obj
Matthew Dempsky
2017-01-09
[dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos
Robert Griesemer
2016-02-25
cmd/asm: fix EOF message on operand parsing errors.
Tal Shprecher
2015-11-08
cmd/asm/internal/lex: format error correctly
Dominik Honnef
2015-09-21
cmd/asm: fix crash triggered by nested #define
Rob Pike
2015-09-18
asm: handle EOF better
Rob Pike
2015-09-04
cmd/asm: fix handling of nested #if[n]defs
Michael Hudson-Doyle
2015-05-15
cmd/internal/obj: update callers to Linkline{fmt,hist} and remove
Matthew Dempsky
2015-02-21
[dev.cc] cmd/asm: add end-to-end test
Rob 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 lexer
Rob 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 API
Rob Pike
2015-02-03
[dev.cc] asm: fix handling of statics (data<>) and symbols
Rob Pike
2015-02-02
[dev.cc] cmd/asm: fix a few minor issues
Rob Pike
2015-01-30
[dev.cc] cmd/asm: handle the case where a macro is named without arguments
Rob Pike
2015-01-30
[dev.cc] cmd/asm: rewrite the macro processor
Rob Pike
2015-01-28
[dev.cc] cmd/asm: fix the expression parser and add tests
Rob Pike
2015-01-24
[dev.cc] cmd/asm: changes to get identical output as new6a
Rob Pike
2015-01-23
[dev.cc] cmd/asm: add lex internal package
Rob Pike