2013-08-03 |
Mikio Hara | net: reduce unnecessary syscall.Sockaddr conversions |
commit | commitdiff | tree |
2013-08-03 |
Mikio Hara | net: make IP address selection work correctly on IPv6... |
commit | commitdiff | tree |
2013-08-03 |
Brad Fitzpatrick | build: ignore new zfiles, delete temp goplay binary... |
commit | commitdiff | tree |
2013-08-02 |
Rémy Oudompheng | cmd/dist: fix windows build. |
commit | commitdiff | tree |
2013-08-02 |
Brad Fitzpatrick | cmd/go: fix build |
commit | commitdiff | tree |
2013-08-02 |
Alberto García... | cmd/go: Fix go get when the fetched XML uses ASCII... |
commit | commitdiff | tree |
2013-08-02 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2013-08-02 |
Keith Randall | runtime: reimplement reflect.call to not use stack... |
commit | commitdiff | tree |
2013-08-02 |
Russ Cox | cmd/dist: fix build again |
commit | commitdiff | tree |
2013-08-02 |
Russ Cox | cmd/dist: fix build |
commit | commitdiff | tree |
2013-08-02 |
Russ Cox | build: on OS X 10.8 and later, use clang instead of gcc |
commit | commitdiff | tree |
2013-08-02 |
Russ Cox | testing: make parsing of -cpu more lenient |
commit | commitdiff | tree |
2013-08-02 |
Russ Cox | runtime: in newstack, double-check calling goroutine |
commit | commitdiff | tree |
2013-08-02 |
Brad Fitzpatrick | misc/dist: don't ship cmd/api |
commit | commitdiff | tree |
2013-08-02 |
Alex Brainman | cmd/go: change error message to refer to correct bootst... |
commit | commitdiff | tree |
2013-08-02 |
Nigel Tao | image/draw: fix typos found by "go vet". |
commit | commitdiff | tree |
2013-08-02 |
Rob Pike | fmt: clean up some errors found by vet |
commit | commitdiff | tree |
2013-08-02 |
Russ Cox | runtime: disable preemption during software fp routines |
commit | commitdiff | tree |
2013-08-01 |
Brad Fitzpatrick | bytes: move IndexByte assembly to pkg runtime |
commit | commitdiff | tree |
2013-08-01 |
Scott Ferguson | net/url: prepend slash to path in String() |
commit | commitdiff | tree |
2013-08-01 |
Russ Cox | runtime: fix traceback across morestack |
commit | commitdiff | tree |
2013-08-01 |
Brad Fitzpatrick | A+C: Scott Ferguson (individual CLA) |
commit | commitdiff | tree |
2013-08-01 |
Pieter Droogendijk | compress/flate: Fixed two panics on bad data |
commit | commitdiff | tree |
2013-08-01 |
Brad Fitzpatrick | net/http: don't write out invalid cookie lines |
commit | commitdiff | tree |
2013-08-01 |
Andrew Balholm | net/http: document that Error is to be used with plain... |
commit | commitdiff | tree |
2013-08-01 |
Brad Fitzpatrick | strings: add IndexByte, for consistency with bytes... |
commit | commitdiff | tree |
2013-08-01 |
Russ Cox | cmd/ld: report pclntab, funcdata sizes in 6l -v output |
commit | commitdiff | tree |
2013-08-01 |
Russ Cox | strconv: fix doc comment for IntSize |
commit | commitdiff | tree |
2013-08-01 |
Dmitriy Vyukov | runtime: print "created by" for running goroutines... |
commit | commitdiff | tree |
2013-08-01 |
Dmitriy Vyukov | runtime: remove unused var |
commit | commitdiff | tree |
2013-08-01 |
Dmitriy Vyukov | runtime: make new tests shorter in short mode |
commit | commitdiff | tree |
2013-08-01 |
Dmitriy Vyukov | testing: say what was the timeout if it fires |
commit | commitdiff | tree |
2013-08-01 |
Dmitriy Vyukov | runtime: fix netbsd/arm build |
commit | commitdiff | tree |
2013-08-01 |
Andrew Gerrand | doc: remove jquery.js and style.css |
commit | commitdiff | tree |
2013-08-01 |
Andrew Gerrand | misc/dist: include godoc from go.tools |
commit | commitdiff | tree |
2013-08-01 |
Brad Fitzpatrick | syscall: add Dup3 on Linux |
commit | commitdiff | tree |
2013-08-01 |
Brad Fitzpatrick | net/http: don't MIME sniff if handler set an empty... |
commit | commitdiff | tree |
2013-08-01 |
Rémy Oudompheng | runtime: fix arm build. |
commit | commitdiff | tree |
2013-08-01 |
Robert Griesemer | spec: clarify index and selector expressions |
commit | commitdiff | tree |
2013-08-01 |
Andrew Gerrand | doc: remove godocs.js and playground.js from core repo |
commit | commitdiff | tree |
2013-08-01 |
Russ Cox | runtime: mark arm _lsvh nosplit (may fix arm build) |
commit | commitdiff | tree |
2013-08-01 |
Russ Cox | runtime: fix arm preemption |
commit | commitdiff | tree |
2013-08-01 |
Andrew Gerrand | build: remove builder from test suite (fix build) |
commit | commitdiff | tree |
2013-08-01 |
Chris Manghane | misc/dashboard/app, misc/dashboard/builder: delete... |
commit | commitdiff | tree |
2013-08-01 |
Andrew Gerrand | C: add Chris Manghane (Google CLA) |
commit | commitdiff | tree |
2013-08-01 |
Andrew Gerrand | cmd/godoc: delete from core repository |
commit | commitdiff | tree |
2013-08-01 |
Andrew Gerrand | cmd/go: install go.tools/cmd/godoc to $GOROOT/bin/godoc |
commit | commitdiff | tree |
2013-08-01 |
Robert Daniel... | doc: don't invoke go build with -o /dev/null during... |
commit | commitdiff | tree |
2013-08-01 |
Andrew Gerrand | C: add Folke Behrens (Google CLA) |
commit | commitdiff | tree |
2013-07-31 |
Brad Fitzpatrick | undo CL 12193043 / cc5858966b08 |
commit | commitdiff | tree |
2013-07-31 |
Rémy Oudompheng | runtime: save 8 stack bytes in timediv on arm. |
commit | commitdiff | tree |
2013-07-31 |
Brad Fitzpatrick | doc/go1.2.txt: add time zone offsets with seconds |
commit | commitdiff | tree |
2013-07-31 |
Rob Pike | spec: clarify a couple of issues about channels |
commit | commitdiff | tree |
2013-07-31 |
Pieter Droogendijk | container/list: added MoveBefore and MoveAfter |
commit | commitdiff | tree |
2013-07-31 |
Robert Griesemer | undo CL 11884043 / bfd5ed8236d5 |
commit | commitdiff | tree |
2013-07-31 |
Robert Griesemer | spec: clarify index and selector expressions |
commit | commitdiff | tree |
2013-07-31 |
Rémy Oudompheng | crypto/des: faster permutation. |
commit | commitdiff | tree |
2013-07-31 |
Russ Cox | cmd/ld: report pclntab, funcdata sizes in 6l... |
commit | commitdiff | tree |
2013-07-31 |
Dmitriy Vyukov | runtime: better debug output for inconsistent Note |
commit | commitdiff | tree |
2013-07-31 |
Dmitriy Vyukov | runtime: do not park sysmon thread if any goroutines... |
commit | commitdiff | tree |
2013-07-31 |
Dmitriy Vyukov | undo CL 12167043 / 475e11851fc1 |
commit | commitdiff | tree |
2013-07-31 |
Dmitriy Vyukov | cmd/gc: record argument size for all indirect function... |
commit | commitdiff | tree |
2013-07-31 |
Dmitriy Vyukov | runtime: do not park sysmon thread if any goroutines... |
commit | commitdiff | tree |
2013-07-31 |
Russ Cox | runtime: rewrite map size test |
commit | commitdiff | tree |
2013-07-31 |
Pieter Droogendijk | path/filepath: Panic in Match when parsing invalid... |
commit | commitdiff | tree |
2013-07-31 |
Robert Daniel... | fmt: make all errors begin with the string "%!", always. |
commit | commitdiff | tree |
2013-07-31 |
Ulf Holm Nielsen | time: Allow Parse and Format to handle time zone offset... |
commit | commitdiff | tree |
2013-07-31 |
Rob Pike | A+C: Ulf Holm Nielsen (individual CLA) |
commit | commitdiff | tree |
2013-07-31 |
Rob Pike | text/template/parse: print TextNodes using %s not %q |
commit | commitdiff | tree |
2013-07-31 |
Rob Pike | fmt: treat \r\n as \n in Scan |
commit | commitdiff | tree |
2013-07-31 |
Keith Randall | runtime: optimize some hash lookups. |
commit | commitdiff | tree |
2013-07-31 |
Rob Pike | fmt: remove "Scan:" prefix from error messages |
commit | commitdiff | tree |
2013-07-31 |
Rob Pike | fmt: put a ! in all error output generated by Printf... |
commit | commitdiff | tree |
2013-07-31 |
Mikio Hara | net: add simple SetKeepAlivePeriod call test |
commit | commitdiff | tree |
2013-07-31 |
Russ Cox | runtime: fix build on FreeBSD |
commit | commitdiff | tree |
2013-07-31 |
Rob Pike | text/template: fix type of ComplexZero in test |
commit | commitdiff | tree |
2013-07-31 |
Russ Cox | runtime: ARM _sfloat has no arguments |
commit | commitdiff | tree |
2013-07-31 |
Russ Cox | cmd/go: send timed out test SIGQUIT before SIGKILL |
commit | commitdiff | tree |
2013-07-31 |
Russ Cox | runtime: cut struct Hmap back to 48-byte allocation |
commit | commitdiff | tree |
2013-07-31 |
Shivakumar GN | net/http: skip TestDirJoin on Windows, even if /etc... |
commit | commitdiff | tree |
2013-07-30 |
Robert Griesemer | container/list: document complexity of Len |
commit | commitdiff | tree |
2013-07-30 |
Dmitriy Vyukov | runtime: fix code formatting |
commit | commitdiff | tree |
2013-07-30 |
Dmitriy Vyukov | runtime: enable goroutine preemption |
commit | commitdiff | tree |
2013-07-30 |
Dmitriy Vyukov | runtime: fix race builders |
commit | commitdiff | tree |
2013-07-30 |
Dmitriy Vyukov | net: fix memory leak on unix |
commit | commitdiff | tree |
2013-07-30 |
Russ Cox | cmd/gc: don't report mark if other things are broken |
commit | commitdiff | tree |
2013-07-30 |
Russ Cox | cmd/gc: insert \n at end of every input file |
commit | commitdiff | tree |
2013-07-30 |
Mikio Hara | net: fix comment on SetKeepAlivePeriod |
commit | commitdiff | tree |
2013-07-30 |
Mikio Hara | net: add missing SetKeepAlivePeriod for Plan 9 |
commit | commitdiff | tree |
2013-07-30 |
Andrew Gerrand | doc: don't block page load on JavaScript fetch |
commit | commitdiff | tree |
2013-07-30 |
Alex A Skinner | encoding/xml: Do not pass through invalid utf8 bytes |
commit | commitdiff | tree |
2013-07-30 |
Andrew Gerrand | A+C: Alex A Skinner (individual CLA) |
commit | commitdiff | tree |
2013-07-30 |
Rémy Oudompheng | cmd/gc: make bisonerrors compatible with GNU Bison 3.0 |
commit | commitdiff | tree |
2013-07-29 |
Andrew Gerrand | doc/codewalk: test source code |
commit | commitdiff | tree |
2013-07-29 |
Robert Griesemer | go/parser: don't report name errors if DeclarationError... |
commit | commitdiff | tree |
2013-07-29 |
Russ Cox | build: fix build |
commit | commitdiff | tree |
2013-07-29 |
Robert Griesemer | go/parser: selectors may be method expressions |
commit | commitdiff | tree |
2013-07-29 |
Russ Cox | build: break builds |
commit | commitdiff | tree |
2013-07-29 |
Russ Cox | runtime: adjust timediv to avoid _vasop; mark _subv... |
commit | commitdiff | tree |
2013-07-29 |
Russ Cox | runtime: fix timediv calls on NetBSD, OpenBSD |
commit | commitdiff | tree |
next |