aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-26cmd/go/internal/vcs: fix outdated commentCameron Bedard
2023-01-26cmd/compile: change some unreachable code paths into FatalfMatthew Dempsky
2023-01-26cmd/compile: remove -d=typecheckinl flagMatthew Dempsky
2023-01-26cmd/compile/internal/pkginit: remove dependency on typecheck.ResolveMatthew Dempsky
2023-01-26cmd/compile: improve register overwrite decision for resultInArg0 opsKeith Randall
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-25cmd/link: don't export all symbols for ELF external linkingIan Lance Taylor
2023-01-25Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops"Keith Randall
2023-01-25cmd/compile: improve register overwrite decision for resultInArg0 opsKeith Randall
2023-01-25cmd/compile: revert package typecheck part of CL 422914Matthew Dempsky
2023-01-25cmd/go/internal/str: fix PathPrefix functions for root directoriesBryan C. Mills
2023-01-25os: make Lstat for symlinks on Windows consistent with POSIXBryan C. Mills
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-24cmd/link: support R_ADDRPOWER_GOT_PCREL34 on ppc64lePaul E. Murphy
2023-01-24all: fix some commentscui fliter
2023-01-24Revert "cmd/compile: teach prove about bitwise OR operation"Keith Randall
2023-01-24go/types, types2: refuse pointer to array as argument to "clear" builtinCuong Manh Le
2023-01-24cmd/link: remove importcycles functionJeremy Quirke
2023-01-24cmd/compile: flag 'large' functions when -m=2+ in effectThan McIntosh
2023-01-24archive: error check when parse archiveJames Yang
2023-01-23cmd/compile/internal/pgo: gofmt and simplifyKoichi Shiraishi
2023-01-23utf16: reduce utf16.Decode allocationsqmuntal
2023-01-23cmd/compile: teach prove about unsigned division, modulus and rshJorropo
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2023-01-23cmd/compile: make loopbce handle 8, 16 and 32 bit induction variablesJakub Ciolek
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-21test: test that we schedule OpArgIntReg earlyKeith Randall
2023-01-21cmd/compile: sort liveness variable reportsKeith Randall
2023-01-20internal/coverage/decodemeta: fix coding error in func literal handlingThan McIntosh
2023-01-20cmd/link: fix incorrect DOS header on Windows binariesKevin Parsons
2023-01-20cmd/compile: ensure register args come before on-stack args in scheduleKeith Randall
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2023-01-20cmd/dist: mark linux/sparc64 as a broken port, remove incomplete mapDmitri Shuralyov
2023-01-20cmd/dist: add map of broken ports and -force flagDmitri Shuralyov
2023-01-20cmd/dist: remove GOTESTONLY environment variableDmitri Shuralyov
2023-01-20cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le}Dmitri Shuralyov
2023-01-20cmd/go: update test for change in panic(nil) behaviorIan Lance Taylor
2023-01-20go/types: use internal/lazyregexp for goVersionRxDaniel Martí
2023-01-20cmd/link: use strings.LastIndexByte to fix a TODODaniel Martí
2023-01-20cmd/compile: use a boolean as a avoid clobbering flags mov markerJakub Ciolek
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2023-01-20cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwoJorropo
2023-01-20cmd/compile: rewrite empty makeslice to zerobase pointerJorropo
2023-01-20cmd/compile: improve scheduling passKeith Randall
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-20go/types: generate infer.goRobert Griesemer
2023-01-20cmd/compile/internal/types2: remove useConstraintTypeInference flg (cleanup)Robert Griesemer
2023-01-19cmd/internal/obj/riscv: add check for invalid shift amount inputWayne Zuo