Sign in
go
/
go
/
1b1c8b34d129eefcdbad234914df999581e62b2f
1b1c8b3
runtime: remove unused getrlimit function
by Tobias Klauser
· 7 years ago
9402a2b
cmd/go: document 'go run' exit codes
by Yury Smolsky
· 7 years ago
d58593d
runtime: move map fast functions into type specific files
by Martin Möhrmann
· 7 years ago
284a4a7
cmd/compile: replace misleading variable name
by Martin Möhrmann
· 7 years ago
f4bb25c
runtime: rename map implementation and test files to use a common prefix
by Martin Möhrmann
· 7 years ago
549cb18
doc: update devel/release.html to add Go 1.10
by Andrew Bonventre
· 7 years ago
8e402dc
cmd/go: permit pkg-config flags in any argument position
by Ian Lance Taylor
· 7 years ago
b26a4a1
compress/bzip2: use sort.Slice in huffman.go
by Joe Kyo
· 7 years ago
1102616
cmd/go: fix command injection in VCS path
by Arthur Khashaev
· 7 years ago
c941e27
cmd/go: restrict meta imports to valid schemes
by Ian Lance Taylor
· 7 years ago
0db53de
net/http: increase timeout length for TestOnlyWriteTimeout
by Richard Miller
· 7 years ago
b1dbce3
runtime: don't ignore address hint for sysReserve in Plan 9
by Richard Miller
· 7 years ago
07f0f09
cmd/compile: make math.Ceil/Floor/Round/Trunc intrinsics on arm64
by Chad Rosier
· 7 years ago
ba99433
runtime: only run TestArenaCollision if the target can exec
by Elias Naur
· 7 years ago
41d3d15
cmd/compile: permit go:cgo_import_dynamic anywhere
by Ian Lance Taylor
· 7 years ago
f2354d0
doc: add note about invalid flag errors to 1.10 release notes
by Ian Lance Taylor
· 7 years ago
fcba051
cmd/compile: arm64 intrinsics for math/bits.OnesCount
by Balaram Makam
· 7 years ago
c26fac8
cmd/compile/internal/gc: use functype instead of OTFUNC
by Matthew Dempsky
· 8 years ago
d7691d0
runtime: replace _MaxMem with maxAlloc
by Austin Clements
· 7 years ago
90666b8
runtime: move comment about address space sizes to malloc.go
by Austin Clements
· 7 years ago
51ae88e
runtime: remove non-reserved heap logic
by Austin Clements
· 7 years ago
2b41554
runtime: use sparse mappings for the heap
by Austin Clements
· 7 years ago
45ffeab
runtime: eliminate most uses of mheap_.arena_*
by Austin Clements
· 7 years ago
d6e8218
runtime: make span map sparse
by Austin Clements
· 7 years ago
0de5324
runtime: abstract remaining mheap.spans access
by Austin Clements
· 7 years ago
c0392d2
runtime: make the heap bitmap sparse
by Austin Clements
· 7 years ago
f61057c
runtime: fix various contiguous bitmap assumptions
by Austin Clements
· 7 years ago
29e9c4d
runtime: lay out heap bitmap forward in memory
by Austin Clements
· 9 years ago
4de4686
runtime: use spanOf* more widely
by Austin Clements
· 7 years ago
a90f9a0
runtime: consolidate mheap.lookup* and spanOf*
by Austin Clements
· 7 years ago
058bb7e
runtime: split object finding out of heapBitsForObject
by Austin Clements
· 7 years ago
41e6abd
runtime: replace mlookup and findObject with heapBitsForObject
by Austin Clements
· 7 years ago
b1d94c1
runtime: validate lfnode addresses
by Austin Clements
· 7 years ago
981d049
runtime: expand/update lfstack address space assumptions
by Austin Clements
· 7 years ago
51932c3
cmd/compile: improve absorb shifts optimization for arm64
by Chad Rosier
· 7 years ago
b3cb740
compiler: honor //line directives in DWARF variable file/line attrs
by Than McIntosh
· 7 years ago
1ae22d8
internal/trace: link user span start and end events
by Hana Kim
· 7 years ago
864ac31
cmd/cgo: delete double space in comment
by zaq1tomo
· 7 years ago
ff3885d
debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF
by Ian Lance Taylor
· 7 years ago
6977a3b
runtime/trace: implement annotation API
by Hana Kim
· 7 years ago
32d1cd3
runtime/trace: user annotation API
by Hana Kim
· 7 years ago
e057680
cmd/compile: convert untyped bool for OIF and OFOR
by Michael Fraenkel
· 7 years ago
9a9a8c0
cmd/asm, cmd/internal/obj/ppc64: add Immediate Shifted opcodes for ppc64x
by Carlos Eduardo Seo
· 7 years ago
d50bb8d
all: drop support for Windows Vista or below (Windows XP)
by Mikio Hara
· 7 years ago
9542ba6
net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD
by Tobias Klauser
· 7 years ago
33eb063
cmd/compile/internal/syntax: don't assume (operator) ~ means operator ^
by Robert Griesemer
· 7 years ago
e7cbbbe
cmd/vendor/github.com/google/pprof: refresh from upstream
by Daniel Martí
· 7 years ago
afb9fc1
runtime: move ELF structure definitions into own files
by Tobias Klauser
· 7 years ago
605c9fe
runtime: speed up stack copying a little
by Josh Bleecher Snyder
· 7 years ago
910d232
runtime: simplify amd64 memmove of 3/4 bytes
by Josh Bleecher Snyder
· 7 years ago
8e0b814
runtime: fix minor doc typos in amd64 memmove
by Josh Bleecher Snyder
· 7 years ago
3658299
runtime: short-circuit typedslicecopy when dstp == srcp
by Josh Bleecher Snyder
· 7 years ago
bf9f1c1
runtime: use new instead of newobject to create hmap in makemap
by Martin Möhrmann
· 7 years ago
530927e
runtime: improve test file naming
by Martin Möhrmann
· 7 years ago
f7c2a71
cmd/go: add options to security whitelist
by Ian Lance Taylor
· 7 years ago
229a8ce
doc: remove draft notice from Go 1.10 release notes
by Ian Lance Taylor
· 7 years ago
0849dfd
test: add new test that gccgo failed to compile
by Ian Lance Taylor
· 7 years ago
eda39fe
cmd/compile/internal/syntax: fix syntax.Parse doc string, improved tests
by Robert Griesemer
· 7 years ago
1a22738
cmd/compile/internal/syntax: more tolerant handling of missing function invocation in go/defer
by Robert Griesemer
· 7 years ago
d3f6d11
cmd/compile: fix typechecking of untyped boolean expressions
by Matthew Dempsky
· 7 years ago
bcb563f
cmd/compile: allow converting defined string types to []rune
by Kunpei Sakai
· 7 years ago
f04eebf
cmd/compile/internal/syntax: follow Go naming conventions for error methods
by Robert Griesemer
· 7 years ago
1566bf9
cmd/compile: fix constant folding of right shifts on s390x
by Keith Randall
· 7 years ago
c3e8da6
cmd/compile: fix printing of untyped types in -W output
by Matthew Dempsky
· 7 years ago
beeab6a
cmd/compile: fix go:uintptrescapes tag for unnamed parameters
by Cherry Zhang
· 7 years ago
91a6a2a
encoding/json: make error capture logic in recover more type safe
by Joe Tsai
· 7 years ago
70a04f6
go/types: make gotype continue after syntax errors
by Robert Griesemer
· 7 years ago
8f9cf552
cmd/compile: constant fold !true and !false
by Keith Randall
· 7 years ago
d1f679a
test: add test case for incorrect gccgo compilation error
by Ian Lance Taylor
· 7 years ago
034aca1
test: add a test that gccgo miscompiled
by Ian Lance Taylor
· 7 years ago
d9fc192
test: add test for rounding to positive zero
by Ian Lance Taylor
· 7 years ago
9916fee
cmd/compile/internal/ssa: don't spill register offsets on amd64
by Ilya Tocar
· 7 years ago
de4edf3
cmd/compile/internal/amd64: update popcnt code generation
by Ilya Tocar
· 7 years ago
9c4fd46
cmd/compile/internal: pass LocalSlot values, not pointers
by Heschi Kreinick
· 7 years ago
b8644e3
cmd/compile/internal: reuse memory for valueToProgAfter
by Heschi Kreinick
· 7 years ago
7ac756f
cmd/compile/internal/ssa: use math/bits for register sets
by Heschi Kreinick
· 7 years ago
39eea62
cmd/compile/internal/ssa: reduce location list memory use
by Heschi Kreinick
· 7 years ago
2075a93
cmd/compile: reimplement location list generation
by Heschi Kreinick
· 7 years ago
7d7af61
cmd/compile/internal: decouple scope tracking from location lists
by Heschi Kreinick
· 7 years ago
07751f4
runtime: use private futexes on Linux
by Ian Lance Taylor
· 7 years ago
ebd4950
cmd/asm: add PRFM instruction on ARM64
by fanzha02
· 7 years ago
0938e4c
cmd/internal/obj/mips: support NEG, avoid crash with illegal instruction
by Cherry Zhang
· 7 years ago
1fccbfe
nacl*.bash: pass flags to make.bash
by Cherry Zhang
· 7 years ago
5a43a27
cmd/compile: CALLudiv on nacl/arm doesn't clobber R12
by Cherry Zhang
· 7 years ago
633b38c
runtime/internal/atomic: add early nil check on ARM
by Cherry Zhang
· 7 years ago
97124af
runtime/internal/atomic: unify sys_*_arm.s on non-linux
by Cherry Zhang
· 7 years ago
a90fc6d
cmd/compile: replace range loop over list of nodes with orderexprlistinplace
by Martin Möhrmann
· 7 years ago
d009679
github: add a Pull Request template
by Andrew Bonventre
· 7 years ago
cdd9616
cmd/compile: generate tbz/tbnz when comparing against zero on arm64
by Chad Rosier
· 7 years ago
eab06e6
syscall, os: use pipe2 syscall on NetBSD instead of pipe
by Tobias Klauser
· 7 years ago
9dba56b
cmd/go: put "go help" list in the right order, take 2
by Nate Wilkinson
· 7 years ago
88ba645
sync: enable profiling of RWMutex
by Lorenz Bauer
· 7 years ago
8cb4327
crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes.
by Conrado Gouvea
· 8 years ago
c009433
crypto/rsa: improve error message for keys too short for PSS
by Filippo Valsorda
· 7 years ago
9558ba2
reflect: add embedded field test
by Ian Lance Taylor
· 7 years ago
b03f1d1
runtime: remove extraneous stackPreempt setting
by David Crawshaw
· 7 years ago
ebb77aa
cmd/compile/internal/ssa: optimize arm64 with FNMULS/FNMULD
by Ben Shi
· 7 years ago
3773cbb
misc/cgo/testcshared: increase sleep in TestUnexportedSymbols
by Ian Lance Taylor
· 7 years ago
03f27d5
path/filepath: fix escaped chars in Glob on non-Windows
by Daniel Martí
· 7 years ago
821b04d
path: remove filename mentions from pattern godocs
by Daniel Martí
· 7 years ago
Next »