2014-02-21 |
Adam Langley | crypto/tls: enforce that either ServerName or InsecureS... |
commit | commitdiff | tree |
2014-02-21 |
Russ Cox | A+C: Jay Weisskopf (individual CLA) |
commit | commitdiff | tree |
2014-02-21 |
Russ Cox | reflect: better error for walking through nil embedded... |
commit | commitdiff | tree |
2014-02-21 |
Brad Fitzpatrick | A+C: Apisak Darakananda (individual CLA) |
commit | commitdiff | tree |
2014-02-20 |
Russ Cox | runtime/debug: add SetPanicOnFault |
commit | commitdiff | tree |
2014-02-20 |
Russ Cox | runtime: use goc2c as much as possible |
commit | commitdiff | tree |
2014-02-20 |
Russ Cox | cmd/pack: fix match |
commit | commitdiff | tree |
2014-02-20 |
Russ Cox | cmd/gc: explain 'nointerface' method failure |
commit | commitdiff | tree |
2014-02-20 |
Chris Manghane | cmd/gc: make embedded, unexported fields read-only. |
commit | commitdiff | tree |
2014-02-20 |
Josh Bleecher... | cmd/ld: fix off-by-one error in DWARF .debug_line trans... |
commit | commitdiff | tree |
2014-02-20 |
David du Colombier | os: fix Rename on Plan 9 |
commit | commitdiff | tree |
2014-02-20 |
Alex Brainman | net/http: remove tmp file created in TestMultipartReade... |
commit | commitdiff | tree |
2014-02-20 |
Rob Pike | syscall: terminate error string in exec package on... |
commit | commitdiff | tree |
2014-02-20 |
Alex Brainman | cmd/pack: provide executable name in TestHello |
commit | commitdiff | tree |
2014-02-20 |
Rob Pike | cmd/pack: another attempt to fix the build for TestHello |
commit | commitdiff | tree |
2014-02-19 |
Rob Pike | cmd/pack: don't look for " in output from go env |
commit | commitdiff | tree |
2014-02-19 |
Rob Pike | cmd/pack: dump output of command of "go env" command... |
commit | commitdiff | tree |
2014-02-19 |
Russ Cox | cmd/gc, runtime: enable precisestack by default |
commit | commitdiff | tree |
2014-02-19 |
Russ Cox | cmd/5g, cmd/8g: zero ambiguously live values on entry |
commit | commitdiff | tree |
2014-02-19 |
Russ Cox | cmd/pack: add 'c' command to create archive |
commit | commitdiff | tree |
2014-02-19 |
Russ Cox | api: update next.txt |
commit | commitdiff | tree |
2014-02-19 |
Rob Pike | cmd/gc: fix printf format in typecheck.c |
commit | commitdiff | tree |
2014-02-19 |
Rob Pike | cmd/pack: use log.SetPrefix to make log calls more... |
commit | commitdiff | tree |
2014-02-19 |
Russ Cox | cmd/addr2line: reimplement in Go |
commit | commitdiff | tree |
2014-02-19 |
Rick Arnold | cmd/gc: fix array index out of bounds error message |
commit | commitdiff | tree |
2014-02-19 |
Adam Langley | crypto/x509: add example of using a custom root list. |
commit | commitdiff | tree |
2014-02-19 |
Adam Langley | crypto/tls: improve documentation for ServerName. |
commit | commitdiff | tree |
2014-02-19 |
Russ Cox | cmd/go: skip writing dwarf debug info for ephemeral... |
commit | commitdiff | tree |
2014-02-19 |
Russ Cox | cmd/ld: drop gcargs, gclocals symbols from symbol table |
commit | commitdiff | tree |
2014-02-19 |
Rémy Oudompheng | cmd/gc: fix handling of append with -race. |
commit | commitdiff | tree |
2014-02-19 |
Rémy Oudompheng | cmd/gc: reject incorrect use of fallthrough. |
commit | commitdiff | tree |
2014-02-19 |
Rob Pike | reflect: improve documentation of IsNil |
commit | commitdiff | tree |
2014-02-19 |
Russ Cox | cmd/ld: remove Plan 9 symbol table |
commit | commitdiff | tree |
2014-02-19 |
Dominik Honnef | misc/emacs: add support for ff-find-other-file |
commit | commitdiff | tree |
2014-02-19 |
Dominik Honnef | misc/emacs: actually use point argument that is passed... |
commit | commitdiff | tree |
2014-02-19 |
Rick Arnold | cmd/link: change cloneProg to return the cloned value |
commit | commitdiff | tree |
2014-02-18 |
Brad Fitzpatrick | crypto/rc4: test the portable version too |
commit | commitdiff | tree |
2014-02-18 |
Brad Fitzpatrick | api: whitelist change to unicode.Version |
commit | commitdiff | tree |
2014-02-18 |
Rob Pike | doc/go1.3.txt: unicode upgrade to 6.3.0 |
commit | commitdiff | tree |
2014-02-18 |
Marcel van... | unicode: upgrade to Unicode 6.3.0 |
commit | commitdiff | tree |
2014-02-18 |
Alex Brainman | run.bat: use double-colon to comment text |
commit | commitdiff | tree |
2014-02-18 |
Andrew Gerrand | go/doc: document the conditions where examples are... |
commit | commitdiff | tree |
2014-02-18 |
Russ Cox | undo CL 64100044 / 04d062c2e81c |
commit | commitdiff | tree |
2014-02-18 |
Nigel Tao | cmd/link: fix comment typo. |
commit | commitdiff | tree |
2014-02-18 |
Russ Cox | cmd/gc, runtime: enable precisestack by default |
commit | commitdiff | tree |
2014-02-18 |
Russ Cox | runtime: clear f, arg to avoid leak in timerproc |
commit | commitdiff | tree |
2014-02-17 |
Dave Cheney | undo CL 64820044 / 4f9dee8402af |
commit | commitdiff | tree |
2014-02-17 |
ChaiShushan | crypto/md5: add example for Sum |
commit | commitdiff | tree |
2014-02-17 |
Ian Lance Taylor | cmd/gc: correct function name in internal error messages |
commit | commitdiff | tree |
2014-02-17 |
Dmitriy Vyukov | testing: ease writing parallel benchmarks |
commit | commitdiff | tree |
2014-02-17 |
Dmitriy Vyukov | net/http: close body in benchmarks |
commit | commitdiff | tree |
2014-02-16 |
Dave Cheney | go/build: temporarily disable cgo for freebsd/arm |
commit | commitdiff | tree |
2014-02-16 |
Russ Cox | build: disable race detector test in run.bat on windows |
commit | commitdiff | tree |
2014-02-16 |
Russ Cox | cmd/gc: record &x[0] as taking address of x, if x is... |
commit | commitdiff | tree |
2014-02-16 |
Russ Cox | cmd/gc: avoid pointer beyond array in range loop |
commit | commitdiff | tree |
2014-02-16 |
Russ Cox | debug/elf: correct test failure print |
commit | commitdiff | tree |
2014-02-15 |
Russ Cox | cmd/gc: correct liveness for fat variables |
commit | commitdiff | tree |
2014-02-15 |
Rémy Oudompheng | cmd/gc: do not lower copy to a value node in go/defer. |
commit | commitdiff | tree |
2014-02-15 |
Rob Pike | text/template: don't panic when function call evaluates... |
commit | commitdiff | tree |
2014-02-14 |
Anthony Martin | codereview: fix for Mercurial 2.9 |
commit | commitdiff | tree |
2014-02-14 |
Adam Langley | compress/bzip2: support superfluous Huffman levels. |
commit | commitdiff | tree |
2014-02-14 |
David du Colombier | runtime: fix "invalid address in sys call" on Plan 9 |
commit | commitdiff | tree |
2014-02-14 |
Michael T.... | math/big: Add text marshaller interface to Int |
commit | commitdiff | tree |
2014-02-14 |
Elias Naur | cmd/go: remove cross compiling restriction on cgo |
commit | commitdiff | tree |
2014-02-14 |
Ian Lance Taylor | runtime: if traceback sees a breakpoint, don't change... |
commit | commitdiff | tree |
2014-02-14 |
Mikio Hara | net: handle IP interface stack correctly on linux |
commit | commitdiff | tree |
2014-02-14 |
Mikio Hara | syscall: make use of include/linux when generating... |
commit | commitdiff | tree |
2014-02-14 |
Dmitriy Vyukov | runtime: remove misleading message during crash |
commit | commitdiff | tree |
2014-02-14 |
Dmitriy Vyukov | runtime: fix mem profile when both large and small... |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: fix build for 'default unsigned char' compilers |
commit | commitdiff | tree |
2014-02-14 |
Shenghou Ma | cmd/go: hide the "TERM" environment variable from ... |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: correct liveness for various non-returning... |
commit | commitdiff | tree |
2014-02-14 |
Dmitriy Vyukov | runtime: fix windows cpu profiler |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: correct liveness for func ending in panic |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: correct liveness for wrappers containing tail... |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: handle variable initialization by block move... |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/5g, cmd/8g: fix build |
commit | commitdiff | tree |
2014-02-14 |
Mikio Hara | syscall: fix system calls with misaligned arguments... |
commit | commitdiff | tree |
2014-02-14 |
Mikio Hara | net: disable TestDNSThreadLimit even in non-short mode... |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: rename AFATVARDEF to AVARDEF |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: fix liveness for addressed results |
commit | commitdiff | tree |
2014-02-14 |
Shenghou Ma | cmd/gc: rephrase the invalid indexing operation error... |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: distinguish unnamed vs blank-named return varia... |
commit | commitdiff | tree |
2014-02-14 |
Russ Cox | cmd/gc: relax address-of escape analysis |
commit | commitdiff | tree |
2014-02-14 |
Markus Zimmermann | container/list: mark must be an element of the list |
commit | commitdiff | tree |
2014-02-14 |
Robert Griesemer | A+C: Markus Zimmermann (individual CLA) |
commit | commitdiff | tree |
2014-02-14 |
Nick Craig... | math/big: Optimise ARM assembler |
commit | commitdiff | tree |
2014-02-13 |
David Symonds | net/http: increase panic stack trace buffer size from... |
commit | commitdiff | tree |
2014-02-13 |
Shenghou Ma | crypto/rsa: explain random parameter for GenerateKey... |
commit | commitdiff | tree |
2014-02-13 |
Shenghou Ma | cmd/go: fix cgo error output rewrite |
commit | commitdiff | tree |
2014-02-13 |
Russ Cox | runtime: update malloc comment for MSpan.needzero |
commit | commitdiff | tree |
2014-02-13 |
David du Colombier | lib9: fix Solaris build |
commit | commitdiff | tree |
2014-02-13 |
David du Colombier | lib9: enable on Plan 9 |
commit | commitdiff | tree |
2014-02-13 |
David du Colombier | lib9: fix inconsistencies and warnings on Plan 9 |
commit | commitdiff | tree |
2014-02-13 |
Daniel Morsing | cmd/gc: for loop init statement misanalyzed by escape... |
commit | commitdiff | tree |
2014-02-13 |
Carlos Castillo | cmd/go, go/build: support .m files |
commit | commitdiff | tree |
2014-02-13 |
Kyle Isom | crypto/x509: Add certificate signature request (CSR... |
commit | commitdiff | tree |
2014-02-13 |
Michael T.... | math/big: add support for general encoding interfaces |
commit | commitdiff | tree |
2014-02-13 |
Dmitriy Vyukov | cmd/gc: fix windows build |
commit | commitdiff | tree |
2014-02-13 |
Russ Cox | runtime: introduce MSpan.needzero instead of writing... |
commit | commitdiff | tree |
next |