2022-03-18 |
Bryan C. Mills | cmd/go/internal/test: ensure that build.ToolDir is... |
commit | commitdiff | tree |
2022-03-18 |
Bryan C. Mills | go/build: avoid setting Default.GOROOT when runtime... |
commit | commitdiff | tree |
2022-03-18 |
Bryan C. Mills | internal/testenv: add GOROOT and use it to fix tests... |
commit | commitdiff | tree |
2022-03-18 |
Bryan C. Mills | cmd/link: avoid stamping runtime.defaultGOROOT when... |
commit | commitdiff | tree |
2022-03-18 |
Bryan C. Mills | internal/buildcfg: initialize GOROOT to runtime.GOROOT |
commit | commitdiff | tree |
2022-03-18 |
Bryan C. Mills | cmd/go: avoid stamping VCS metadata in test binaries |
commit | commitdiff | tree |
2022-03-18 |
Bryan C. Mills | time: fix zoneinfo.zip locating logic when built with... |
commit | commitdiff | tree |
2022-03-18 |
Ian Lance Taylor | sort: generate generic variants with E rather than... |
commit | commitdiff | tree |
2022-03-18 |
Keith Randall | cmd/compile: pointers to notinheap types need their... |
commit | commitdiff | tree |
2022-03-18 |
Heschi Kreinick | cmd: update vendored pprof |
commit | commitdiff | tree |
2022-03-18 |
Cherry Mui | all: delete ARM64 non-register ABI fallback path |
commit | commitdiff | tree |
2022-03-18 |
Russ Cox | cmd/go: run 'go help documentation' through gofmt in... |
commit | commitdiff | tree |
2022-03-18 |
Russ Cox | internal/diff: add, replacing cmd/internal/diff |
commit | commitdiff | tree |
2022-03-18 |
Cherry Mui | internal/abi, internal/buildcfg: always enable register... |
commit | commitdiff | tree |
2022-03-18 |
Bryan C. Mills | internal/buildcfg: extract logic specific to cmd/go |
commit | commitdiff | tree |
2022-03-18 |
Cherry Mui | reflect, runtime: drop RegabiArgs conditions |
commit | commitdiff | tree |
2022-03-18 |
Cherry Mui | all: delete regabireflect goexperiment |
commit | commitdiff | tree |
2022-03-18 |
Tobias Klauser | syscall: use bytealg.IndexByte in clen |
commit | commitdiff | tree |
2022-03-18 |
Changkun Ou | A+C: update Changkun Ou's email |
commit | commitdiff | tree |
2022-03-18 |
Nuno Cruces | runtime: allow TestCtrlHandler to run in ConPTY |
commit | commitdiff | tree |
2022-03-18 |
Tobias Klauser | syscall: unskip TestDirentRepeat on freebsd |
commit | commitdiff | tree |
2022-03-18 |
Tobias Klauser | runtime/cgo: remove memset in _cgo_sys_thread_start... |
commit | commitdiff | tree |
2022-03-18 |
Tobias Klauser | syscall: optimize UTF16{,Ptr}FromString |
commit | commitdiff | tree |
2022-03-18 |
cuiweixie | crypto/x509: return err ans1.Marshal gives an error |
commit | commitdiff | tree |
2022-03-18 |
Matt Layher | A+C: add PlanetScale, Inc. |
commit | commitdiff | tree |
2022-03-18 |
Ian Lance Taylor | runtime: call testenv.MustHaveCGO in a couple of tests |
commit | commitdiff | tree |
2022-03-18 |
fangguizhen | net/rpc: reduce the execution of reflect and decode |
commit | commitdiff | tree |
2022-03-17 |
Heschi Kreinick | all: update vendored x dependencies for Go 1.19 develop... |
commit | commitdiff | tree |
2022-03-17 |
Bryan C. Mills | cmd/doc: use the 'go' command from buildCtx.GOROOT... |
commit | commitdiff | tree |
2022-03-17 |
Bryan C. Mills | cmd/doc: use 'go env' to identify GOROOT if it isn... |
commit | commitdiff | tree |
2022-03-17 |
Bryan C. Mills | runtime/debug: do not require a GOROOT/src prefix in... |
commit | commitdiff | tree |
2022-03-17 |
Brad Fitzpatrick | crypto/x509: fix Certificate.Verify crash |
commit | commitdiff | tree |
2022-03-17 |
fanzha02 | cmd/compile: set conversions to unsafe.Pointer as an... |
commit | commitdiff | tree |
2022-03-17 |
Fannie Zhang | Revert "cmd/compile: set conversions to unsafe.Pointer... |
commit | commitdiff | tree |
2022-03-17 |
Robert Griesemer | text/scanner: guard against installed IsIdentRune that... |
commit | commitdiff | tree |
2022-03-17 |
Russ Cox | os: raise open file rlimit at startup |
commit | commitdiff | tree |
2022-03-17 |
Josh Bleecher... | syscall: allow EINVAL in TestSCMCredentials |
commit | commitdiff | tree |
2022-03-17 |
Cherry Mui | syscall: call ABI0 exitsyscall on Plan 9/AMD64 |
commit | commitdiff | tree |
2022-03-17 |
Matthew Dempsky | cmd/compile: remove typecheckdef and Name.Walkdef |
commit | commitdiff | tree |
2022-03-17 |
Robert Findley | all: update vendored golang.org/x/tools |
commit | commitdiff | tree |
2022-03-16 |
Keith Randall | cmd/compile: allow noop conversions when comparing... |
commit | commitdiff | tree |
2022-03-16 |
Russ Cox | cmd/api: remove debug print |
commit | commitdiff | tree |
2022-03-16 |
Cherry Mui | cmd/link: mark unexported methods for plugins |
commit | commitdiff | tree |
2022-03-16 |
Matthew Dempsky | cmd/compile: remove unused code from typecheckdef |
commit | commitdiff | tree |
2022-03-16 |
Matthew Dempsky | cmd/compile: remove OIOTA |
commit | commitdiff | tree |
2022-03-16 |
Matthew Dempsky | cmd/compile: Fatalf in Type.SetBroke(true) and Node... |
commit | commitdiff | tree |
2022-03-16 |
Matthew Dempsky | cmd/compile: detect invalid NIH conversions within... |
commit | commitdiff | tree |
2022-03-16 |
Bryan C. Mills | go/internal/srcimporter: use the 'go' command from... |
commit | commitdiff | tree |
2022-03-16 |
Russ Cox | fmt, strconv: document use of Unicode replacement chara... |
commit | commitdiff | tree |
2022-03-16 |
Kir Kolyshkin | syscall: ensure that Getwd returns absolute path |
commit | commitdiff | tree |
2022-03-16 |
Russ Cox | internal/txtar: bring back to main repo, for tests... |
commit | commitdiff | tree |
2022-03-16 |
Cherry Mui | syscall: call ABIInternal entersyscall on register... |
commit | commitdiff | tree |
2022-03-16 |
Bryan C. Mills | runtime/pprof: do not require a GOROOT/src prefix in... |
commit | commitdiff | tree |
2022-03-16 |
fanzha02 | cmd/compile: set conversions to unsafe.Pointer as an... |
commit | commitdiff | tree |
2022-03-16 |
Meng Zhuo | cmd/link: default generic ABI compression for ELF |
commit | commitdiff | tree |
2022-03-16 |
Matthew Dempsky | go/types: return Universe for (*Package)(nil).Scope() |
commit | commitdiff | tree |
2022-03-16 |
Matthew Dempsky | go/types, cmd/compile: remove unused Interface.obj... |
commit | commitdiff | tree |
2022-03-15 |
Russ Cox | reflect: avoid panic in reflect.Kind.String for negativ... |
commit | commitdiff | tree |
2022-03-15 |
Cherry Mui | cmd/asm: support -d=pctab flag |
commit | commitdiff | tree |
2022-03-15 |
Bryan Mills | Revert "os: raise open file rlimit at startup" |
commit | commitdiff | tree |
2022-03-15 |
Ian Lance Taylor | compress/gzip: add example of compressing reader |
commit | commitdiff | tree |
2022-03-15 |
Ian Lance Taylor | cmd/go: document that 'go run' strips debug info |
commit | commitdiff | tree |
2022-03-15 |
Russ Cox | all: untab /* */ doc comments |
commit | commitdiff | tree |
2022-03-15 |
Keith Randall | internal/cpu: don't run SSE3 disable test if GOAMD64>1 |
commit | commitdiff | tree |
2022-03-15 |
Russ Cox | os: raise open file rlimit at startup |
commit | commitdiff | tree |
2022-03-15 |
Archana R | cmd/compile: fix PrefetchStreamed builtin implementatio... |
commit | commitdiff | tree |
2022-03-15 |
Ian Lance Taylor | syscall: add race annotations to Windows ReadFile and... |
commit | commitdiff | tree |
2022-03-15 |
fanzha02 | cmd/internal/obj/arm64: add TRN1 and TRN2 instructions... |
commit | commitdiff | tree |
2022-03-15 |
eric fang | cmd/internal/obj/arm64: refactor the handling of shifte... |
commit | commitdiff | tree |
2022-03-15 |
Rob Pike | text/template/parse: allow space after continue or... |
commit | commitdiff | tree |
2022-03-15 |
Keith Randall | cmd/compile: disable rewrite loop detector for deadcode... |
commit | commitdiff | tree |
2022-03-14 |
Russ Cox | cmd/api: require proposal # for new API features |
commit | commitdiff | tree |
2022-03-14 |
Keith Randall | internal/cpu: disallow disabling options that are requi... |
commit | commitdiff | tree |
2022-03-14 |
Robert Griesemer | go/types, types2: use correct underlying type in union... |
commit | commitdiff | tree |
2022-03-14 |
Cuong Manh Le | cmd/compile: fix wrong dict param when getting dict... |
commit | commitdiff | tree |
2022-03-14 |
Bryan C. Mills | cmd/go: use testGOROOT in TestListTemplateContextFunction |
commit | commitdiff | tree |
2022-03-14 |
Bryan C. Mills | go/build: set PWD for go subcommands |
commit | commitdiff | tree |
2022-03-14 |
Bryan C. Mills | debug/buildinfo: use testenv.GoToolPath in tests instea... |
commit | commitdiff | tree |
2022-03-14 |
Cuong Manh Le | cmd/compile: remove unified IR stmtTypeDeclHack |
commit | commitdiff | tree |
2022-03-14 |
Uzondu Enudeme | net/url: add OmitHost bool to url.URL |
commit | commitdiff | tree |
2022-03-13 |
Tobias Klauser | runtime/pprof: use syscall.RUSAGE_SELF |
commit | commitdiff | tree |
2022-03-12 |
Ian Lance Taylor | syscall: add race annotations to Pread and Pwrite |
commit | commitdiff | tree |
2022-03-11 |
eh-steve | encoding/hex: implement Decode with a lookup table |
commit | commitdiff | tree |
2022-03-11 |
Paul E. Murphy | cmd/asm: add support for bdnz/bdz extended mnemonics... |
commit | commitdiff | tree |
2022-03-11 |
Tobias Klauser | runtime/pprof, syscall: report MaxRSS on all unix platforms |
commit | commitdiff | tree |
2022-03-11 |
Robert Griesemer | spec: various minor clarifications |
commit | commitdiff | tree |
2022-03-11 |
Robert Griesemer | spec: clean up intro and replace bolded text with prose |
commit | commitdiff | tree |
2022-03-11 |
Bryan C. Mills | cmd/compile/internal/amd64: fix "missing objdump" skip... |
commit | commitdiff | tree |
2022-03-11 |
Bryan C. Mills | cmd/go: use the correct gofmt binary in TestScript... |
commit | commitdiff | tree |
2022-03-11 |
Cuong Manh Le | cmd/compile: fix re-export closure |
commit | commitdiff | tree |
2022-03-10 |
Steven Johnstone | internal/fuzz: minimization should not reduce coverage |
commit | commitdiff | tree |
2022-03-10 |
Roland Shoemaker | internal/fuzz: don't use dirty coverage maps during... |
commit | commitdiff | tree |
2022-03-10 |
Robert Griesemer | go/types, types2: remove incorrect assertion (don't... |
commit | commitdiff | tree |
2022-03-10 |
Keith Randall | cmd/compile: fix expression switches using type parameters |
commit | commitdiff | tree |
2022-03-10 |
Keith Randall | cmd/compile: fix transform of OEQ/ONE when one arg... |
commit | commitdiff | tree |
2022-03-10 |
Joe Tsai | flag: add TextVar function |
commit | commitdiff | tree |
2022-03-10 |
Joe Tsai | bytes: rely on runtime.growslice for growing |
commit | commitdiff | tree |
2022-03-10 |
Michael Pratt | runtime: fix SegvInCgo skip check |
commit | commitdiff | tree |
2022-03-10 |
Daniel Martà | go/token: allocate fewer times at init time |
commit | commitdiff | tree |
2022-03-10 |
Meng Zhuo | runtime,cmd/compile: change reg duff{zero,copy} for... |
commit | commitdiff | tree |
next |