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 |
2022-03-10 |
Robert Griesemer | spec: remove note re: field accesses on type literals |
commit | commitdiff | tree |
2022-03-10 |
Robert Griesemer | spec: more adjustments/corrections |
commit | commitdiff | tree |
2022-03-10 |
Robert Griesemer | spec: remove notion of specific types |
commit | commitdiff | tree |
2022-03-10 |
Carl Johnson | net/url: add JoinPath, URL.JoinPath |
commit | commitdiff | tree |
2022-03-10 |
Meng Zhuo | cmd/compile,bytealg: change context register on riscv64 |
commit | commitdiff | tree |
2022-03-09 |
Robert Griesemer | go/types, types2: pointer base types cannot be type... |
commit | commitdiff | tree |
2022-03-09 |
Robert Findley | go/types, types2: clarify documentation with respect... |
commit | commitdiff | tree |
2022-03-09 |
Russ Cox | cmd/compile: require -p flag |
commit | commitdiff | tree |
2022-03-09 |
Robert Griesemer | go/types, types2: disable field accesses through type... |
commit | commitdiff | tree |
2022-03-09 |
Mark Pulford | cmd/go: fix buildvcs when using older git versions |
commit | commitdiff | tree |
2022-03-09 |
Rhys Hiltner | runtime/pprof: fix pcDeck's frame indexing |
commit | commitdiff | tree |
2022-03-09 |
Matthew Dempsky | cmd/compile: mark instantiated generic functions as... |
commit | commitdiff | tree |
2022-03-09 |
eric fang | cmd/internal/obj/arm64: optimize function prologue... |
commit | commitdiff | tree |
2022-03-09 |
Meng Zhuo | cmd/compile/internal: add ABI register information... |
commit | commitdiff | tree |
2022-03-08 |
Ian Lance Taylor | cmd/go: for gccgo expect one fewer file in TestScript... |
commit | commitdiff | tree |
2022-03-08 |
Robert Findley | go/printer: don't print unnecesary commas for func... |
commit | commitdiff | tree |
2022-03-08 |
Bryan C. Mills | net/http/pprof: skip TestDeltaProfile on all arm and... |
commit | commitdiff | tree |
2022-03-08 |
Michael Pratt | cmd/dist: log OS version when testing |
commit | commitdiff | tree |
2022-03-08 |
Michael Pratt | cmd/dist: log CPU model when testing |
commit | commitdiff | tree |
2022-03-08 |
Rhys Hiltner | runtime/pprof: check if PC is reused for inlining |
commit | commitdiff | tree |
2022-03-08 |
Tobias Klauser | runtime, syscall: implement syscall.Pipe using syscall... |
commit | commitdiff | tree |
2022-03-08 |
Tobias Klauser | os, internal/syscall/unix: consolidate Pipe implementations |
commit | commitdiff | tree |
2022-03-08 |
Tobias Klauser | syscall: add Pipe2 on solaris and use it for forkExecPipe |
commit | commitdiff | tree |
2022-03-08 |
Bryan C. Mills | cmd/compile/internal/syntax: don't try to parse files... |
commit | commitdiff | tree |
2022-03-08 |
Bryan C. Mills | internal/fuzz: fix encoding for out-of-range ints and... |
commit | commitdiff | tree |
2022-03-08 |
thepudds | cmd/compile/internal/types2: more consistently print... |
commit | commitdiff | tree |
2022-03-08 |
Joel Sing | internal/bytealg: optimise compare on riscv64 |
commit | commitdiff | tree |
2022-03-08 |
Joel Sing | internal/bytealg: optimise memequal on riscv64 |
commit | commitdiff | tree |
2022-03-08 |
Russ Cox | cmd/compile: allow fieldtrack of unexported fields |
commit | commitdiff | tree |
2022-03-08 |
Russ Cox | crypto/rand: simplify Prime to use only rejection sampling |
commit | commitdiff | tree |
2022-03-08 |
Robert Griesemer | spec: document that type inference doesn't apply to... |
commit | commitdiff | tree |
next |