Sign in
go
/
go
/
HEAD
« Previous
a745171
cmd/compile: fix SSA type comparison
by Keith Randall
· 5 months ago
6133883
runtime: reduce critical path in injectglist
by Cholerae Hu
· 8 months ago
6dad1b4
cmd/cgo: close file
by alex-semenyuk
· 8 months ago
0633782
cmd/compile: optimize unsigned comparisons to 0/1 on arm64
by Junchen Li
· 6 months ago
7fbd8c7
all: fix spelling mistakes
by lihaowei
· 5 months ago
db4cda2
testing/iotest: correct ErrReader signature and remove exported error
by Emmanuel T Odeke
· 5 months ago
77a11c0
reflect: remove depth from deepequal recursion
by Keith Randall
· 7 months ago
ef9c8a38
cmd/compile: don't rewrite (CMP (AND x y) 0) to TEST if AND has other uses
by Keith Randall
· 7 months ago
8b8f926
runtime: bit parallel implementation of findBitRange64
by Keith Randall
· 7 months ago
4e5ed83
runtime: use bit-parallel operations to compute heap bit summaries
by Keith Randall
· 7 months ago
88c094c
runtime: print faulting instruction on a SIGFPE
by Keith Randall
· 7 months ago
ba97be4
runtime: remove tracebackinit and unused skipPC
by liu-xuewen
· 6 months ago
17553c6
cmd/compile: move dumpFileSeq
by surechen
· 6 months ago
99d6e3e
internal/bytealg: use CBZ instructions
by Heisenberg
· 7 months ago
a61a3c3
runtime: use the CBZ instruction in the assembler
by Heisenberg
· 7 months ago
e6d0bd2
runtime: clean up old mcentral code
by Michael Anthony Knyszek
· 11 months ago
260dff3
runtime: clean up old markrootSpans
by Michael Anthony Knyszek
· 11 months ago
e30fbe3
cmd/compile: optimize unsigned comparisons to 0
by Junchen Li
· 6 months ago
1a35583
cmd/go: add tracing for querying and downloading from the proxy
by Michael Matloob
· 6 months ago
c0cf190
cmd/go: do context propagation for tracing downloads
by Michael Matloob
· 7 months ago
797124f
cmd/go/internal/test: keep looking for go command flags after ambiguous test flag
by Bryan C. Mills
· 5 months ago
1b86bdb
cmd/test2json: do not emit a final Action if the result is not known
by Bryan C. Mills
· 5 months ago
f30044a
cmd/go/internal: remove some users of par.Work
by Michael Matloob
· 7 months ago
2ac4bf3
cmd/go: add span for modload.LoadBuildList
by Michael Matloob
· 7 months ago
ebccba7
cmd/go: process -debug-trace flag for cmd/test and cmd/vet
by Michael Matloob
· 7 months ago
38fea3a
cmd/go: add tracing instrumentation to load.TestPackagesFor
by Michael Matloob
· 7 months ago
15b98e5
cmd/go: mark trace flows between actions
by Michael Matloob
· 7 months ago
a26d687
cmd/go: propagate context into Action.Func calls
by Michael Matloob
· 7 months ago
023d497
cmd/go: add trace events for each action
by Michael Matloob
· 7 months ago
49003da
cmd/go/internal/trace: add function to distinguish goroutines
by Michael Matloob
· 7 months ago
abfeec5
testing/iotest: add ErrReader
by Carlos Alexandro Becker
· 5 months ago
a2a2237
cmd/link: emit correct jump instruction on ARM for DYNIMPORT
by Cherry Zhang
· 5 months ago
7ee2622
cmd/link: link dynamic library automatically
by Cherry Zhang
· 5 months ago
a22ec6e
Revert "cmd/internal/obj: fix inline marker issue on s390x"
by Austin Clements
· 5 months ago
d19fedd
runtime: move checkmarks to a separate bitmap
by Austin Clements
· 8 months ago
7148abc
runtime: simplify heapBitsSetType doubleCheck
by Austin Clements
· 8 months ago
7bbd5ca
runtime: replace index and contains with bytealg calls
by Austin Clements
· 6 months ago
dc12d5b
all: add empty line between copyright header and package clause
by Tobias Klauser
· 5 months ago
bf51268
syscall: cap RLIMIT_NOFILE soft limit in TestRlimit on darwin
by Cholerae Hu
· 6 months ago
d79350b
runtime: use hw.ncpuonline sysctl in getncpu on netbsd
by Tobias Klauser
· 9 months ago
9138a2a
cmd/link: avoid duplicate DT_NEEDED entries
by Joel Sing
· 8 months ago
681559e
runtime: update comment: modTimer is called by Timer.Reset
by zero.xu
· 5 months ago
f979d07
runtime: avoid memclr call for keys in mapdelete_fast
by Martin Möhrmann
· 9 months ago
99f179f
fmt: avoid badverb formatting for %q when used with integers
by Martin Möhrmann
· 6 months ago
51ac0f0
strings: optimize Replace by using a strings.Builder
by Polina Osadcha
· 7 months ago
6f99b33
all: replace Replace(..., -1) with ReplaceAll(...)
by Polina Osadcha
· 7 months ago
f7fc25e
image/gif: add more writer benchmarks
by Nigel Tao
· 5 months ago
c810c6d
doc/articles/wiki: add missing log import to net/http tutorial
by Chirag Sukhala
· 5 months ago
8c39bbf
cmd/compile: stop race instrumentation from clobbering frame pointer
by Keith Randall
· 5 months ago
01f99b4
cmd/compile: mark DUFFZERO/DUFFCOPY as async unsafe
by Keith Randall
· 5 months ago
c6a11f0
crypto,internal/bytealg: fix assembly that clobbers BP
by Keith Randall
· 5 months ago
d303630
syscall: support rawVforkSyscall on linux/riscv64
by Joel Sing
· 8 months ago
cf9b4f6
runtime: use riscv64 RDTIME instruction
by Joel Sing
· 9 months ago
b6ad288
net/http: avoid setting body when NoBody is set for js/wasm
by Agniva De Sarker
· 7 months ago
ccc9516
cmd/link: move comma outside quotes
by Alberto Donizetti
· 5 months ago
c0dded0
runtime: do not explicitly exit on ctrl handler
by Jason A. Donenfeld
· 6 months ago
69d34e2
test: bump array size in fixedbugs/issue39292.go
by Matthew Dempsky
· 5 months ago
948d324
cmd/compile: add failing test case for #24305
by Cuong Manh Le
· 5 months ago
82c45eb
cmd/compile: handle OCLOSURE/OCALLPART in mustHeapAlloc check
by Cuong Manh Le
· 6 months ago
0031fa8
cmd/compile: another fix initializing blank fields in struct literal
by Cuong Manh Le
· 9 months ago
441b52f
math: simplify the code
by kakulisen
· 8 months ago
12d40ad
test: add test for conversion of untyped bool to interface
by Ian Lance Taylor
· 6 months ago
6072d6e
test: add a test case that gccgo fails to compile
by Ian Lance Taylor
· 6 months ago
f714449
test: add test case that caused gccgo undefined symbol reference
by Ian Lance Taylor
· 5 months ago
5a18e0b
sync: fix goroutine leak for when TestMutexFairness times out
by Gaurav Singh
· 6 months ago
24ff2af
cmd/dist: fix typo
by lufia
· 6 months ago
407bf0c
reflect: add parentheses to properly bind <- in ChanOf’s string
by Alexander Klauer
· 7 months ago
32a84c9
cmd/compile: fix live variable computation for deferreturn
by Keith Randall
· 5 months ago
02a7b4b
cmd/go/internal/modload: don't initialize build cache
by Jay Conrod
· 7 months ago
8766f96
cmd/go: migrate to module.MatchPrefixPatterns
by Jay Conrod
· 7 months ago
9a75959
cmd/go: don't save sums for modules loaded for import resolution
by Jay Conrod
· 7 months ago
016e13d
cmd/go/internal/modfetch: stop migrating go.modverify to go.sum
by Jay Conrod
· 7 months ago
5ae1980
cmd/go: don't initialize Builder in envcmd.MkEnv
by Jay Conrod
· 8 months ago
a20cb4c
database/sql: make Rows.Scan properly wrap underlying errors
by Tim Möhlmann
· 5 months ago
d0d6593
cmd/internal/obj: fix inline marker issue on s390x
by Michael Munday
· 5 months ago
cde5fd1
cmd/compile: correct type of CvtBoolToUint8 values
by Josh Bleecher Snyder
· 5 months ago
5387cdc
[dev.link] cmd/link, cmd/compile: create content addressable pcdata syms
by Jeremy Faller
· 5 months ago
954db9f
[dev.link] debug/gosym: fix file mappings
by Jeremy Faller
· 5 months ago
7d7bd5a
cmd/internal/obj/ppc64: don't remove NOP in assembler
by Lynn Boger
· 5 months ago
c2e73fb
cmd/compile: remove AttrSeenGlobl (use AttrOnList instead)
by Than McIntosh
· 7 months ago
933ca0c
doc: add a release notes blurb on 1.16 linker improvements
by Than McIntosh
· 5 months ago
92bda33
runtime: revert signal stack mlocking
by Austin Clements
· 6 months ago
b235317
doc/go1.15: include behavior updates to the context package
by Andrew
· 5 months ago
50f63a7
doc/go1.15: clarify external linking can still be used for building PIE
by Cherry Zhang
· 5 months ago
52fe92f
cmd: merge branch 'dev.link' into master
by Cherry Zhang
· 5 months ago
2bfa45c
cmd/go: propagate context into PackagesForBuild and Do for tracing
by Michael Matloob
· 7 months ago
14715b2
cmd/go: add Context parameter to base.command.Run
by Michael Matloob
· 7 months ago
52b0ea2
cmd/go: add a debug-trace flag to generate traces
by Michael Matloob
· 9 months ago
20254c0
cmd/go: add rudimentary tracing support.
by Michael Matloob
· 9 months ago
cc700bd
cmd/trace: move viewer data structs into cmd/internal/traceviewer
by Michael Matloob
· 7 months ago
b249703
[dev.link] cmd/compile, cmd/asm: add length to hashed symbols
by Jeremy Faller
· 5 months ago
9ae8f71
[dev.link] cmd/link: stop renumbering files for pclntab generation
by Jeremy Faller
· 6 months ago
ffa9f33
[dev.link] all: merge branch 'master' into dev.link
by Cherry Zhang
· 5 months ago
b3de3e5
doc/go1.16: start draft release notes
by Dmitri Shuralyov
· 5 months ago
813b6bb
internal/goversion: update Version to 1.16
by Dmitri Shuralyov
· 5 months ago
3a185d7
[dev.link] cmd/pack: use cmd/internal/archive package
by Cherry Zhang
· 6 months ago
f900d60
[dev.link] cmd/link: remove a stale comment
by Austin Clements
· 5 months ago
3fc2e6b
[dev.link] cmd/internal/obj: combine objfile.go and objfile2.go
by Cherry Zhang
· 5 months ago
991adcd
[dev.link] cmd/internal/obj: traverse files in deterministic order
by Cherry Zhang
· 5 months ago
27e3778
[dev.link] cmd: remove "2", another round
by Cherry Zhang
· 6 months ago
Next »