go /
go /
a25e40df4755cd05b8e142d2b4280c36756a9360 - a25e40d doc: Add reminder to go1.5.txt for os/signal changes by Michael MacInnis · 10 years ago
- 18f273f cmd/dist: don't use "uname -v" to recognize GOHOSTARCH by Mikio Hara · 10 years ago
- 194ad16 os/signal: add ability to ignore signals and restore initial signal handlers by Michael MacInnis · 10 years ago
- 10a4696 image/jpeg: remove the (temporary) dependency on image/draw. by Nigel Tao · 10 years ago
- 7b36227 runtime: remove C-style strcmp and strncmp helpers by Matthew Dempsky · 10 years ago
- f10e037 image/jpeg: support decoding CMYK and YCbCrK images. by Nigel Tao · 10 years ago
- b5c3a9e image: add image.CMYK and color.CMYK types. by Nigel Tao · 10 years ago
- 61c9c3d math/big: implement fast path in Float.SetRat if argument is integer by Robert Griesemer · 10 years ago
- 52dadc1 cmd/gc: fix noscan maps by Dmitry Vyukov · 10 years ago
- 2dd7a6d math/big: always round after the sign is set by Robert Griesemer · 10 years ago
- 7aa6875 doc/asm: document that assembly function must use short name by Shenghou Ma · 10 years ago
- 788f78a cmd/go: remove script and script.txt by Shenghou Ma · 10 years ago
- 5aa448f test: add test case for issue 4365 by Ian Lance Taylor · 10 years ago
- b7bfb54 math/big: fix aliasing bug in Float.Quo by Robert Griesemer · 10 years ago
- a809dc7 math/big: don't scan past a binary exponent if not accepted syntactically by Robert Griesemer · 10 years ago
- ccdbfe3 math/big: only permit bases 2, 10, 16 when scanning number w/ "decimal" point by Robert Griesemer · 10 years ago
- 2e3c738 math/big: remove Float.Round (not needed anymore), fix a bug in SetInt64 by Robert Griesemer · 10 years ago
- df218d3 math/big: implement/rename accessors for precision and rounding mode by Robert Griesemer · 10 years ago
- 31e8524 math/big: fix aliasing error in Add, Sub by Robert Griesemer · 10 years ago
- 7a77d8d math/big: use internal validation more consistently by Robert Griesemer · 10 years ago
- b5b11bd test: deflake init1.go test, tighten its bounds by Brad Fitzpatrick · 10 years ago
- ad73dc3 cmd/gc: replace NULL by nil by David du Colombier · 10 years ago
- ae3229a cmd/ld: always mark tlsg STLSBSS by David Crawshaw · 10 years ago
- 69937d2 androidtest.bash: remove use of cp --preserve. by Hyang-Ah (Hana) Kim · 10 years ago
- 855145d cmd/ld: set alignment for the .rel.plt section on 32-bit architectures by Shenghou Ma · 10 years ago
- 5f1efe7 cmd/ld: make cmd/ld a real library by Russ Cox · 10 years ago
- 8922864 cmd/dist: avoid trailing space in instruction name strings by Russ Cox · 10 years ago
- 5c87cf7 cmd/gc: minor adjustments for C to Go translation by Russ Cox · 10 years ago
- acba34e cmd/gc: eliminate some pointer arithmetic by Russ Cox · 10 years ago
- ff81c14 cmd/gc: rename arch to thearch by Russ Cox · 10 years ago
- 4b27c9d cmd/gc: add .y to error about missing x in x.y by Russ Cox · 10 years ago
- fa7efa2 cmd/gc: add debugging to liveness analysis by Russ Cox · 10 years ago
- bed481d cmd/gc: correct errors in constant parsing by Russ Cox · 10 years ago
- be4ecd9 cmd/gc: avoid writing past end of region array by Russ Cox · 10 years ago
- 2e78447 cmd/yacc: adjust expansion of $n to be more useful in errors by Russ Cox · 10 years ago
- 3be158d encoding/xml: encoding name spaces correctly by Roger Peppe · 10 years ago
- f59f9b8 runtime: fix stack corruption in race mode by Dmitry Vyukov · 10 years ago
- 6731063 runtime/race: fix test in preparation for new race runtime by Dmitry Vyukov · 10 years ago
- 6e5cc1f runtime: rename drainworkbuf and drainobjects by Austin Clements · 10 years ago
- 60a16ea runtime: remove drainallwbufs argument to drainworkbuf by Austin Clements · 10 years ago
- 15c9a2e runtime: eliminate drainworkbufs from scanblock by Austin Clements · 10 years ago
- 1ac65f8 runtime: eliminate b == 0 special case from scanblock by Austin Clements · 10 years ago
- cf964e1 runtime: replace scanblock(0, 0, nil, nil) with drainworkbuf by Austin Clements · 10 years ago
- c2de2f8 runtime: move checknocurrentwbuf() from scanblock to drainworkbuf by Austin Clements · 10 years ago
- c4ee44b cmd/gc: transform closure calls to function calls by Dmitry Vyukov · 10 years ago
- 3813799 cmd/go: make consistent use of leading Tabs by Shenghou Ma · 10 years ago
- 612d78d cmd/gc: restore amd64p32 hack for bucket size by Dmitry Vyukov · 10 years ago
- 8090f86 runtime: cleanup after conversion to Go by Dmitry Vyukov · 10 years ago
- 01ef6db cmd/5g, cmd/6g, cmd/8g, cmd/9g: use a register to zero in componentgen by Josh Bleecher Snyder · 10 years ago
- 8f734d4 cmd/5g, cmd/6g, cmd/8g, cmd/9g: zero more in componentgen by Josh Bleecher Snyder · 10 years ago
- 77a2113 cmd/gc: evaluate concrete == interface without allocating by Josh Bleecher Snyder · 10 years ago
- 747c849 cmd/6g, cmd/8g: make 2/3 word sgen more efficient by Josh Bleecher Snyder · 10 years ago
- c1c3ce6 cmd/6g: allocate fewer new registers in sgen by Josh Bleecher Snyder · 10 years ago
- 9e9ddb0 math/big: implemented Float.Int64, simplified Float.Uint64 by Robert Griesemer · 10 years ago
- 277d587 runtime: move wbuf-related functions to new gcwork.go by Austin Clements · 10 years ago
- 27ed1fc runtime: on Plan 9, zero memory returned to the brk by sysFree by Austin Clements · 10 years ago
- 3b67e9c doc: update pre-requisites for bootstrapping by Andrew Gerrand · 10 years ago
- b3be360 cmd/gc: allocate non-escaping maps on stack by Dmitry Vyukov · 10 years ago
- aed88be cmd/gc: restore stack frame debugging by Dmitry Vyukov · 10 years ago
- ed8cc5c runtime: fix race instrumentation of append by Dmitry Vyukov · 10 years ago
- c1bbf0a cmd/gc: remove several copies of outervalue by Dmitry Vyukov · 10 years ago
- 9568126 cmd/gc: allocate buffers for non-escaping string conversions on stack by Dmitry Vyukov · 10 years ago
- cdc2b05 runtime: remove obsolete SELinux execmem comment by Brad Fitzpatrick · 10 years ago
- 4a2233c runtime: move all stdFunctions into os1_windows.go (no code changes) by Alex Brainman · 10 years ago
- f984cea runtime: remove unused signals_windows.h by Alex Brainman · 10 years ago
- e77fbd5 syscall: Readlink doesn't handle junction on windows by mattn · 10 years ago
- f58a5cb cmd/gc: avoid %#016x, which really means Go's %#014x by Russ Cox · 10 years ago
- 7c3eeda cmd/gc: use go.builtin as package prefix, not go%2ebuiltin by Russ Cox · 10 years ago
- 9096571 cmd/gc: make qsort comparisons totally ordered by Russ Cox · 10 years ago
- 1250d2e cmd/gc: remove C subclassing trick from popt.c by Russ Cox · 10 years ago
- ad88fd1 cmd/gc: move reg.c into portable code by Russ Cox · 10 years ago
- b8a3e88 cmd/gc: remove cgen_asop, no longer used by Russ Cox · 10 years ago
- eb1774f cmd/gc: factor newly-portable code into gc directory by Russ Cox · 10 years ago
- 81a3f29 strconv: simplified logic resulting in faster float formatting by Robert Griesemer · 10 years ago
- 764a9cf math/big: completed Float.Uint64 by Robert Griesemer · 10 years ago
- 15fe15a math/big: add test cases for Float.Abs and Float.Neg by Robert Griesemer · 10 years ago
- 64e7038 math/big: implemented Float.Int (truncation of Floats to Ints) by Robert Griesemer · 10 years ago
- 950aa9f math/big: When result prec == 0, use at least prec == 64 for SetInt, SetRat. by Robert Griesemer · 10 years ago
- a15818f runtime: cache workbufs on Ms and add consistency checks by Rick Hudson · 10 years ago
- 59495e8 runtime: never show system goroutines in traceback by Dmitry Vyukov · 10 years ago
- 84e2567 reflect: mark map access functions as go:noescape by Dmitry Vyukov · 10 years ago
- e604c6e runtime: fix span unusedsince setup by Dmitry Vyukov · 10 years ago
- f3b73e0 cmd/dist: fetch version when needed, instead of at init by Austin Clements · 10 years ago
- 32304fc crypto/x509: allow matchHostnames to work with absolute domain names by rubyist · 10 years ago
- 6dd3166 runtime: don't put container symbols in functab by Keith Randall · 10 years ago
- f43a8de net: disable WriteMsgUDP tests on nacl, windows (fix build) by Mikio Hara · 10 years ago
- a9a6757 net: update documentation for WriteMsgUDP by Mikio Hara · 10 years ago
- 85cae5d cmd/pprof/internal/report: fix typo in recognized output unit by Ian Lance Taylor · 10 years ago
- f77696a math/big: implemented Frexp, Ldexp, IsInt, Copy, bug fixes, more tests by Robert Griesemer · 10 years ago
- 263405e net: permit WriteMsgUDP to connected UDP sockets by Nicolas S. Dade · 10 years ago
- e810a07 runtime: simplify and comment some windows code by Alex Brainman · 10 years ago
- d34ee29 net/http: fix test to check that requests to 'localhost' are not proxied by Rajat Goel · 10 years ago
- a1dbb92 cmd/go: use current go source code when generating doc.go by Andrew Gerrand · 10 years ago
- 5c4a86d runtime: introduce CPU access functions on windows by Alex Brainman · 10 years ago
- 1e5d8bb cmd/go: document that -run isn't implemented by Rob Pike · 10 years ago
- ea22a08 net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windows by mattn · 10 years ago
- e6fbce3 cmd/dist: reactivate vfp detection on linux/arm by Dave Cheney · 10 years ago
- 0661143 liblink, runtime: move all references to runtime.tlsg to tls_arm.s by Shenghou Ma · 10 years ago
- 04ce9db math/big: correct umax by Robert Griesemer · 10 years ago
- f8176f8 cmd/go: stream test output if parallelism is set to 1. by Rahul Chaudhry · 10 years ago