go /
go /
7ce02613870a67f26055836ded66591be148b82b - 7ce0261 cmd/dist: respect runtime.NumCPU when bootstrapping arm hosts by Dave Cheney · 10 years ago
- e31e35a runtime: reset gcscanvalid and gcworkdone when GODEBUG=gctrace=2 by Rick Hudson · 10 years ago
- 42289a4 syscall: rebuild zsyscall_linux_*.go by Dave Cheney · 10 years ago
- c4b8f91 math/big: fix test for 32bit platforms (fix build) by Robert Griesemer · 10 years ago
- 5ce9fde go/ast, go/parser: correct End() position for *ast.EmptyStmt by Robert Griesemer · 10 years ago
- c651fdc math/big: change Float.SetMantExp to always multiply mant by 2**exp by Robert Griesemer · 10 years ago
- aff84b1 cmd/asm: fix build for new aliases by Rob Pike · 10 years ago
- 90590a0 cmd/asm: add alias for MOVOA=MOVO on amd64 by Rob Pike · 10 years ago
- abf8bbb crypto/x509: make behaviour of absolute DNS names match Chromium. by Adam Langley · 10 years ago
- e7fae68 crypto/x509: allow wildcards only as the first label. by Adam Langley · 10 years ago
- 8f8d066 crypto/tls: allow larger initial records. by Adam Langley · 10 years ago
- c2317db crypto/x509: don't reject certs with critical policy extensions. by Adam Langley · 10 years ago
- d9859ad math/big: fix several issues with string->Float conversion by Robert Griesemer · 10 years ago
- 291bf1f cmd/go: limit default darwin/arm parallelism by David Crawshaw · 10 years ago
- edcad86 sync: add active spinning to Mutex by Dmitry Vyukov · 10 years ago
- 3dd029a net: enable TestTCPReadWriteAllocs in short mode by Mikio Hara · 10 years ago
- 7c7126c crypto/rsa: drop the primality check in crypto/rsa.Validate. by Adam Langley · 10 years ago
- ec92af6 math: Dim, Max, Min - allow more bit patterns for NaN by Charlie Dorian · 10 years ago
- b986f3e all: merge dev.cc (a91c2e0) into master by Russ Cox · 10 years ago
- bceb18e runtime: eliminate unnecessary assumption in heapBitsForObject by Austin Clements · 10 years ago
- a91c2e0 [dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on windows by Russ Cox · 10 years ago dev.cc
- 382b44e [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code by Russ Cox · 10 years ago
- ce13759 math/big: fix formatting for 'b' format by Robert Griesemer · 10 years ago
- f0bbb5c runtime/pprof: make TestBlockProfile more robust by Shenghou Ma · 10 years ago
- b48d2a5 math: faster Cbrt by Charles Dorian · 10 years ago
- 3af0d79 [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations by Russ Cox · 10 years ago
- d10ede5 [dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, assemblers by Russ Cox · 10 years ago
- 9c8c0e7 [dev.cc] cmd/internal/gc: reconvert to pick up bug fixes by Russ Cox · 10 years ago
- 5b94a47 [dev.cc] test: disable syntax error tests by Russ Cox · 10 years ago
- 9d6ed4a [dev.cc] cmd/asm: add end to end test for amd64 by Rob Pike · 10 years ago
- 264c099 [dev.cc] cmd/go: do not install tools while executing them by Russ Cox · 10 years ago
- e8d9c8d [dev.cc] all: merge master (6a10f72) into dev.cc by Russ Cox · 10 years ago
- 6a10f72 math/big: don't return io.EOF on successful call of ParseFloat by Robert Griesemer · 10 years ago
- 99482f2 runtime: Add prefetch to allocation code by Rick Hudson · 10 years ago
- 96333a7 go/token: document that column positions and file offsets are in bytes by Robert Griesemer · 10 years ago
- 2b0213d math/big: incorporated feedback from prior TBR reviews by Robert Griesemer · 10 years ago
- 828129f net/mail: move RFC 2047 code to internal/mime by Alexandre Cesaro · 10 years ago
- 2f9c9e5 cmd/go: link cgo into tests on darwin/arm by David Crawshaw · 10 years ago
- 20f9f54 [dev.cc] misc/nacl: add testdata for cmd/internal/rsc.io/x86/x86asm by Russ Cox · 10 years ago
- c72a211 [dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm assembly by Russ Cox · 10 years ago
- 53d4123 [dev.cc] cmd/new6g, etc: reconvert to add profiling by Russ Cox · 10 years ago
- de50bad [dev.cc] all: merge master (48469a2) into dev.cc by Russ Cox · 10 years ago
- 7cec215 [dev.cc] cmd/go: fix expansion of cmd by Russ Cox · 10 years ago
- 271a650 [dev.cc] doc/go1.5: mention cmd/go meaning of std change by Russ Cox · 10 years ago
- 096b294 [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' by Russ Cox · 10 years ago
- 48469a2 cmd/ld: fix warning on Plan 9 by David du Colombier · 10 years ago
- 57cefa6 runtime: remove unneeded C header files by Matthew Dempsky · 10 years ago
- d563014 net/http: Removed some unused constants in request.go. by Aaron Jacobs · 10 years ago
- 02d80b9 gdb: fix "gdb.error: No struct named reflect.rtype." by Jan Kratochvil · 10 years ago
- 4e408e0 Call --> CallSlice in two spots. No logic change, docs only. by Mark Bucciarelli · 10 years ago
- 5944cb8 [dev.cc] cmd/asm/internal/asm: fix test on nacl by Russ Cox · 10 years ago
- 6406acf [dev.cc] cmd/asm/internal/asm: fix test on windows by Russ Cox · 10 years ago
- c80ff3c [dev.cc] cmd/go: reenable verifyCompiler by Russ Cox · 10 years ago
- f6791da [dev.cc] cmd/new6g etc: reconvert from C by Russ Cox · 10 years ago
- 1996f27 [dev.cc] cmd/asm: fix build: broken end to end test by Rob Pike · 10 years ago
- 7ed429d [dev.cc] cmd/asm: fix build by Rob Pike · 10 years ago
- 634049d [dev.cc] cmd/asm: add end-to-end test by Rob Pike · 10 years ago
- 5d111b8 [dev.cc] cm/asm: fix up arm after cross-check with 5a by Rob Pike · 10 years ago
- c11dadc [dev.cc] crypto/md5, crypto/sha1: restore a few SP references by Russ Cox · 10 years ago
- 9c0c050 [dev.cc] cmd/asm: add ppc64le support by Russ Cox · 10 years ago
- cf6a77b [dev.cc] cmd/go: install cmd/asm as a tool by Russ Cox · 10 years ago
- edadffa cmd/trace: add new command by Dmitry Vyukov · 10 years ago
- 84e200c [dev.cc] runtime: print to stderr as well as android logd by David Crawshaw · 10 years ago
- 58125ff runtime/race: update race runtime to rev 229396 by Dmitry Vyukov · 10 years ago
- 3fc529e runtime: adjust program counters in race detector by Dmitry Vyukov · 10 years ago
- 89a091d runtime: split gc_m into gcMark and gcSweep by Russ Cox · 10 years ago
- 929597b runtime: unroll gc_m loop by Russ Cox · 10 years ago
- 2b655c0 runtime: tidy GC driver by Russ Cox · 10 years ago
- 6e70fdd runtime: fix cputicks on x86 by Dmitry Vyukov · 10 years ago
- adff896 [dev.cc] cmd/asm: implement FMADD for ppc64 by Rob Pike · 10 years ago
- b4a7806 [dev.cc] all: merge master (5868ce3) into dev.cc by Russ Cox · 10 years ago
- d90bbf9 [dev.cc] cmd/go: disable verifyCompiler by Russ Cox · 10 years ago
- 5868ce3 path/filepath: add example for filepath.Split by Andrew Gerrand · 10 years ago
- 69275ee net, syscall: more accurate parsers for routing messages on BSD variants by Mikio Hara · 10 years ago
- 668762c cmd/go: simplify/fix handling private github repos by Ingo Oeser · 10 years ago
- ea1306a doc: dummy commit in go1.5.txt by Russ Cox · 10 years ago
- 5b9429d [dev.cc] cmd/asm: bring asm on ppc64 in sync with 9a by Rob Pike · 10 years ago
- c21f1d5 [dev.cc] runtime,syscall: quiet some more vet errors by Rob Pike · 10 years ago
- dc7b54b [dev.cc] cmd/internal/obj, cmd/internal/gc, new6g: reconvert by Russ Cox · 10 years ago
- 786825c [dev.cc] cmd/gc: tweak default fatal in ordersafeexpr for c2go by Russ Cox · 10 years ago
- 5f84238 cmd/dist: show friendlier error message when building outside a Git repo by Andrew Gerrand · 10 years ago
- 5254b7e runtime: do not unmap work.spans until after checkmark phase by Russ Cox · 10 years ago
- 218ff3f [dev.cc] runtime,syscall: add symbols for FP and SP references in darwin-arm by Rob Pike · 10 years ago
- caf2bf2 [dev.cc] cmd/go: enable verifyAsm for all architectures by Rob Pike · 10 years ago
- f60fb5c [dev.cc] cmd/asm: accept #define A /* nothing */ by Rob Pike · 10 years ago
- 6c4b54f runtime: missed change from reorganization CL by Russ Cox · 10 years ago
- 484f801 runtime: reorganize memory code by Russ Cox · 10 years ago
- d7eb51e [dev.cc] test: disable rotate tests by Russ Cox · 10 years ago
- d384545 cmd/pprof: add -runtime flag by Dmitry Vyukov · 10 years ago
- 5dbbb77 runtime: don't test gdb on darwin by Josh Bleecher Snyder · 10 years ago
- c25c3710 runtime: use more natural types in struct workbuf by Austin Clements · 10 years ago
- 02dcdba runtime: switch to gcWork abstraction by Austin Clements · 10 years ago
- b30d19d runtime: introduce higher-level GC work abstraction by Austin Clements · 10 years ago
- 1b20585 runtime: drop unused workbufhdr.id field by Austin Clements · 10 years ago
- ac45234 doc: fix broken link in README by Ryan Seys · 10 years ago
- e559c5c [dev.cc] cmd/asm: add ppc64 by Rob Pike · 10 years ago
- 270f844 image/jpeg: support 16-bit quantization tables and Extended Sequential frames. by Nigel Tao · 10 years ago
- 6acd5a6 [dev.cc] runtime: fix FP reference in atomic_ppc64x.s by Rob Pike · 10 years ago
- 43a01db [dev.cc] cmd/9a,new9a: set v=1 on static names by Rob Pike · 10 years ago
- 1ae124b runtime: make gcDrainN take an int instead of uintptr by Austin Clements · 10 years ago