2013-08-15 |
Dmitriy Vyukov | runtime: fix plan9 build |
commit | commitdiff | tree |
2013-08-15 |
Rémy Oudompheng | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-15 |
Mikio Hara | net: rearrange the call order of runtime-integrated... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | time: expand acceptance of time zones when parsing |
commit | commitdiff | tree |
2013-08-15 |
Brad Fitzpatrick | archive/zip: speed up Zip64 test |
commit | commitdiff | tree |
2013-08-15 |
Brad Fitzpatrick | testing: add TB, an interface common to T and B |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | os/exec: document that LookPath's result may be a relat... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | go_spec.html: clarify that tags are part of struct... |
commit | commitdiff | tree |
2013-08-15 |
Alex Brainman | runtime/race: add end-to-end test on windows |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | cmd/go: fix bad error message in coverage for package... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | time: handle GMT possibly with offset |
commit | commitdiff | tree |
2013-08-14 |
David Symonds | cmd/go: fix detached heads that are remnants of bad... |
commit | commitdiff | tree |
2013-08-14 |
Dominik Honnef | misc/emacs: Allow go-coverage to work in existing cover... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/xml: support generic encoding interfaces |
commit | commitdiff | tree |
2013-08-14 |
Carl Shapiro | cmd/go, runtime/cgo: explicitly target ARMv5T |
commit | commitdiff | tree |
2013-08-14 |
Andrew Gerrand | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-14 |
Brad Fitzpatrick | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-14 |
Mikio Hara | net: simplify dial |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | cmd/ld: Remove superfluous redundant iself check |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | runtime: fix SetBlockProfileRate |
commit | commitdiff | tree |
2013-08-14 |
Mikio Hara | net: simplify non-cgo DNS exchange |
commit | commitdiff | tree |
2013-08-14 |
Mikio Hara | net: fix TestTCPLookup |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-14 |
Rémy Oudompheng | cmd/5g, cmd/6g, cmd/8g: restore occurrences of R replac... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/xml: add, support Marshaler interface |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/xml: add, support Unmarshaler interface |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/json: support encoding.TextMarshaler, encoding... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | runtime: make SetFinalizer(x, f) accept any f for which... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | runtime/cgo: use old-style indirect call on arm |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | runtime: fix windows build |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | runtime: implement SysUnused on windows |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | net: make TCPStress test shorter |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | runtime: Fix build on older ARM |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | net: make TestDeadlineRace shorter |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | runtime: Fix netbsd/arm and freebsd/arm build |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | cmd/dist: fix darwin build |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | cmd/cgo: fix windows build |
commit | commitdiff | tree |
2013-08-14 |
Matt Joiner | database/sql: fix accumulation of bad conns on prepared... |
commit | commitdiff | tree |
2013-08-14 |
Brad Fitzpatrick | A+C: Matt Joiner (individual CLA) |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | runtime.cmd/ld: Add ARM external linking and implement... |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | runtime: improve block profiler support for channels |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | sync/atomic: fix new swap on arm linux |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | cmd/5g: fix temp-merging on ARM |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | time: make Time implement encoding interfaces |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | net: make IP implement encoding.MarshalerText, encoding... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | undo CL 12603044 / 2ca230b93195 |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/gob: support new generic interfaces in package... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding: new package |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/xml: add, support Marshaler interface |
commit | commitdiff | tree |
2013-08-14 |
ChaiShushan | misc/notepadplus: support Calltips |
commit | commitdiff | tree |
2013-08-14 |
Andrew Gerrand | cmd/go: add -t flag to 'go get' to download test depend... |
commit | commitdiff | tree |
2013-08-13 |
Russ Cox | runtime: fix build on arm |
commit | commitdiff | tree |
2013-08-13 |
Brad Fitzpatrick | archive/zip: add File.DataOffset |
commit | commitdiff | tree |
2013-08-13 |
Mikio Hara | net: make Dial, Listen and ListenPacket return consiste... |
commit | commitdiff | tree |
2013-08-13 |
Brad Fitzpatrick | database/sql: add a disabled broken test |
commit | commitdiff | tree |
2013-08-13 |
Brad Fitzpatrick | archive/zip: remove an allocation, speed up a test |
commit | commitdiff | tree |
2013-08-13 |
Rob Pike | encoding/binary: make Write work like Read |
commit | commitdiff | tree |
2013-08-13 |
Rob Pike | cmd/go: nicer error diagnosis in go test |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | net: fix build fix |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | net: fix windows build |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime: dump scheduler state if GODEBUG=schedtrace... |
commit | commitdiff | tree |
2013-08-13 |
Russ Cox | sync/atomic: update comment for ARM 64-bit atomics |
commit | commitdiff | tree |
2013-08-13 |
Keith Randall | undo CL 12840043 / 3b9f54db72a1 |
commit | commitdiff | tree |
2013-08-13 |
Keith Randall | runtime: tell GC not to scan internal hashmap structures. |
commit | commitdiff | tree |
2013-08-13 |
Russ Cox | undo CL 12787044 / ed695cdf962b |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime: fix LockOSThread |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime: more reliable preemption |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime: do no lose CPU profiling signals |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime: fix false deadlock crash |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | sync/atomic: fix ARM nomenclature in comments |
commit | commitdiff | tree |
2013-08-13 |
Rick Arnold | io: prevent write to PipeWriter after Close |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | sync/atomic: add Swap to nil deref test |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | sync/atomic: trigger paging fault early on linux/arm |
commit | commitdiff | tree |
2013-08-13 |
Alex A Skinner | net: implement DNS TCP fallback query if UDP response... |
commit | commitdiff | tree |
2013-08-13 |
Alberto García... | cmd/cgo: Add support for C function pointers |
commit | commitdiff | tree |
2013-08-13 |
Russ Cox | runtime/pprof: test netbsd and openbsd again |
commit | commitdiff | tree |
2013-08-13 |
Anthony Martin | test/run: process build tags like go/build |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime/pprof: fix test |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime: fix handling of network deadlines |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | sync/atomic: add Swap functions |
commit | commitdiff | tree |
2013-08-13 |
Mikio Hara | net: make deadline helpers join to netFD as its methods |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | sync: faster Cond |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime: eliminate excessive notewakeup calls in timers |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | syscall: disable cpu profiling around fork |
commit | commitdiff | tree |
2013-08-13 |
Dmitriy Vyukov | runtime: fix network timers related crash |
commit | commitdiff | tree |
2013-08-13 |
Andrew Gerrand | tag go1.1.2 |
commit | commitdiff | tree |
2013-08-13 |
David Symonds | go/doc: permit a package synopsis to end with ":\n". |
commit | commitdiff | tree |
2013-08-13 |
Andrew Gerrand | doc: release notes for go1.1.2 |
commit | commitdiff | tree |
2013-08-13 |
Russ Cox | cmd/gc: add temporary-merging optimization pass |
commit | commitdiff | tree |
2013-08-13 |
Rob Pike | doc/go1.2.txt: bufio.{Writer,Reader}.Reset |
commit | commitdiff | tree |
2013-08-13 |
Brad Fitzpatrick | cmd/api: don't fail API check if there's no network |
commit | commitdiff | tree |
2013-08-13 |
Russ Cox | cmd/6l: fix printing of frame size in TEXT instruction |
commit | commitdiff | tree |
2013-08-13 |
Russ Cox | cmd/gc: move flow graph into portable opt |
commit | commitdiff | tree |
2013-08-13 |
Rob Pike | go/build: change the wording of NoGoError and comment... |
commit | commitdiff | tree |
2013-08-13 |
Elias Naur | text/template: Make function call builtin handle nil... |
commit | commitdiff | tree |
2013-08-13 |
Russ Cox | cmd/6g, cmd/8g: proginfo carry fixes |
commit | commitdiff | tree |
2013-08-12 |
Russ Cox | cmd/gc: support for "portable" optimization logic |
commit | commitdiff | tree |
2013-08-12 |
Volker Dobler | net/http: do not send malformed cookie domain attribute |
commit | commitdiff | tree |
2013-08-12 |
Keith Randall | runtime: change textflags from numbers to symbols |
commit | commitdiff | tree |
next |