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
/
compile
/
internal
/
noder
/
noder.go
Age
Commit message (
Expand
)
Author
14 days
cmd/compile, cmd/link: add linknamestd directive for std-only linknames
Cherry Mui
2026-03-10
cmd/compile: remove loop variable capture workarounds
gojkovicmatija99
2025-06-04
cmd/compile: better error message when import embed package
qiulaidongfeng
2025-02-15
std: add //go:fix inline directives to some deprecated functions
Alan Donovan
2024-08-09
cmd/compile: add basic wasmexport support
Cherry Mui
2023-10-11
cmd/compile: use absolute file name in isCgo check
Ian Lance Taylor
2023-08-29
cmd/compile: eliminate fallback code for missing -p flag
Matthew Dempsky
2023-05-11
cmd/compile: remove go:wasmimport restriction
Johan Brandhorst-Satzkorn
2023-03-30
cmd/compile: allow go:wasmimport in syscall
Johan Brandhorst-Satzkorn
2023-03-10
cmd/compile: pass type checker error codes in the compiler
Robert Griesemer
2023-03-02
all: implement wasmimport directive
Evan Phoenix
2023-01-27
cmd/compile/internal/noder: remove unused noding code
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2022-11-03
cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and older
Matthew Dempsky
2022-09-02
cmd/compile: remove go:notinheap pragma
Cuong Manh Le
2022-09-02
cmd/compile: restrict //go:notinheap to runtime/internal/sys
Cuong Manh Le
2022-06-26
cmd/compile: do branch/label checks only once
Robert Griesemer
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
2022-05-04
Revert "cmd/compile: enable Asan check for global variables"
Bryan Mills
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
2022-04-22
Revert "cmd/compile: enable Asan check for global variables"
Bryan Mills
2022-04-22
cmd/compile: enable Asan check for global variables
fanzha02
2022-04-21
cmd/compile: add //go:uintptrkeepalive
Michael Pratt
2022-04-12
cmd/compile: add a test case and some comments for deadlock on syntax error
hopehook
2022-04-07
cmd/compile: fix deadlock on syntax error
hopehook
2022-03-30
cmd/compile/internal/syntax: remove generic-specific parse modes
Robert Griesemer
2022-03-23
cmd/compile/internal/types: simplify AllowsGoVersion
Cuong Manh Le
2022-03-01
cmd/compile/internal/ir: remove unused -G=0 node types
Matthew Dempsky
2022-03-01
cmd/compile: remove a bunch of dead noder code
Matthew Dempsky
2022-03-01
cmd/compile: remove -G flag
Matthew Dempsky
2021-10-28
cmd/compile: resolve the TODO of processPragmas
Leonard Wang
2021-10-25
cmd/compile: use SetInit instead of *PtrInit
wdvxdr
2021-10-14
cmd/compile/internal/syntax: remove AllowTypeSets mode
Robert Griesemer
2021-10-01
cmd/compile: accept constraint literals with elided interfaces
Robert Griesemer
2021-09-16
cmd/compile: fixing writebarrier.go for -G=3
wdvxdr
2021-09-01
cmd/compile: remove useless fcount
Leonard Wang
2021-08-26
cmd/compile: move types init code into package types
Matthew Dempsky
2021-08-25
cmd/compile: always accept 1.18 syntax but complain if not 1.18
Robert Griesemer
2021-08-20
cmd/compile/internal/syntax: add PosBase.Trimmed
Matthew Dempsky
2021-07-02
[dev.typeparams] cmd/compile: enable generics syntax with -lang=go1.18
Matthew Dempsky
2021-06-18
[dev.typeparams] cmd/compile: add documentation for unified IR pipeline
Cuong Manh Le
2021-06-15
[dev.typeparams] cmd/compile: add -d=unified flag to enable unified IR
Matthew Dempsky
2021-06-13
[dev.typeparams] cmd/compile: move //go:embed -lang check to noder
Matthew Dempsky
2021-06-12
[dev.typeparams] cmd/compile: simplify NewClosureFunc
Matthew Dempsky
2021-06-12
[dev.typeparams] cmd/compile: refactor closure construction
Matthew Dempsky
2021-06-12
[dev.typeparams] cmd/compile: avoid ir.DeepCopy in noder.constDecl
Matthew Dempsky
2021-06-07
[dev.typeparams] all: merge master (8212707) into dev.typeparams
Matthew Dempsky
2021-06-04
cmd/compile: remove spurious ir.Dump
Matthew Dempsky
2021-06-01
[dev.typeparams] cmd/compile: refactor noder/irgen helpers
Matthew Dempsky
2021-05-27
[dev.typeparams] cmd/compile: tweaks to match types2
Matthew Dempsky
[next]