2013-07-29 |
Dmitriy Vyukov | net: fix memory leaks on windows |
commit | commitdiff | tree |
2013-07-29 |
Pieter Droogendijk | runtime: allow SetFinalizer with a func(interface{}) |
commit | commitdiff | tree |
2013-07-29 |
Mikio Hara | net: remove redundant comment on isWildcard |
commit | commitdiff | tree |
2013-07-29 |
Mikio Hara | net: document sockaddr interface |
commit | commitdiff | tree |
2013-07-29 |
Andrew Gerrand | doc/articles: state that slices/arrays start at the... |
commit | commitdiff | tree |
2013-07-29 |
Alex Brainman | misc/dashboard/builder: increase cmdTimeout to 10 minutes |
commit | commitdiff | tree |
2013-07-29 |
David Symonds | misc/dashboard: don't update tip tag for release branch... |
commit | commitdiff | tree |
2013-07-28 |
Rémy Oudompheng | all: move examples into package *_test. |
commit | commitdiff | tree |
2013-07-28 |
Rémy Oudompheng | effective_go.html: make snippets look formatted. |
commit | commitdiff | tree |
2013-07-28 |
Rémy Oudompheng | compress/flate: reduce tiny allocs done by encoder. |
commit | commitdiff | tree |
2013-07-28 |
Mikio Hara | net: make UnixAddr implement sockaddr interface |
commit | commitdiff | tree |
2013-07-28 |
Mikio Hara | net: extend sockaddr interface to the all address families |
commit | commitdiff | tree |
2013-07-28 |
Mikio Hara | net: simplify socket option helpers |
commit | commitdiff | tree |
2013-07-27 |
Dmitriy Vyukov | misc/dashboard: fix typo in comment |
commit | commitdiff | tree |
2013-07-27 |
Dmitriy Vyukov | cmd/dist: fix crash on windows |
commit | commitdiff | tree |
2013-07-27 |
Dmitriy Vyukov | runtime: fix potential deadlock in netpoll on windows |
commit | commitdiff | tree |
2013-07-27 |
Dmitriy Vyukov | net: temporary skip hanging test on windows |
commit | commitdiff | tree |
2013-07-26 |
ChaiShushan | misc/notepadplus: use new User Defined Language system... |
commit | commitdiff | tree |
2013-07-26 |
Russ Cox | runtime: handle runtime.Goexit during init |
commit | commitdiff | tree |
2013-07-26 |
Dmitriy Vyukov | runtime: refactor mallocgc |
commit | commitdiff | tree |
2013-07-26 |
Rémy Oudompheng | crypto/des: faster block expansion. |
commit | commitdiff | tree |
2013-07-26 |
Alex Brainman | cmd/pack: support removing of leading file prefix on... |
commit | commitdiff | tree |
2013-07-26 |
Alex Brainman | gc: fix line directive processing on windows |
commit | commitdiff | tree |
2013-07-26 |
Keith Randall | undo CL 11788043 / 62d06cccc261 |
commit | commitdiff | tree |
2013-07-26 |
Keith Randall | 5c: fix pc recalculation in the presence of AFUNCDATA |
commit | commitdiff | tree |
2013-07-25 |
Robert Griesemer | go/parser: restrict ParseDir to files with suffix ... |
commit | commitdiff | tree |
2013-07-25 |
Robert Griesemer | spec: update prose in Constants section |
commit | commitdiff | tree |
2013-07-25 |
Mikio Hara | net: give more detail when test panics |
commit | commitdiff | tree |
2013-07-25 |
Peter Mundy | syscall: prlimit argument error for Getrlimit and Setrl... |
commit | commitdiff | tree |
2013-07-25 |
Ian Lance Taylor | cmd/cgo: gccgo fixes |
commit | commitdiff | tree |
2013-07-25 |
Rémy Oudompheng | cmd/gc: avoid passing unevaluated constant expressions... |
commit | commitdiff | tree |
2013-07-25 |
Mikio Hara | net: simplify probeIPv6Stack |
commit | commitdiff | tree |
2013-07-25 |
Nick Craig... | crypto/md5: native arm assembler version |
commit | commitdiff | tree |
2013-07-25 |
Andrew Gerrand | bufio: check buffer availability before reading in... |
commit | commitdiff | tree |
2013-07-25 |
Kevin Klues | cmd/cgo: Fix issue with cgo cdefs |
commit | commitdiff | tree |
2013-07-24 |
Brad Fitzpatrick | C: add Kevin Klues (Google CLA) |
commit | commitdiff | tree |
2013-07-24 |
Keith Randall | undo CL 11683043 / bb75d03e6ccb |
commit | commitdiff | tree |
2013-07-24 |
Dominik Honnef | misc/emacs: replace our go-goto-opening-parenthesis... |
commit | commitdiff | tree |
2013-07-24 |
Ian Lance Taylor | log/syslog: restore use of serverConn interface |
commit | commitdiff | tree |
2013-07-24 |
Keith Randall | runtime: only define SEH when we need it. |
commit | commitdiff | tree |
2013-07-24 |
Keith Randall | cc: generate argument pointer maps for C functions. |
commit | commitdiff | tree |
2013-07-24 |
Mikio Hara | runtime: drop EV_RECEIPT support from network pollster... |
commit | commitdiff | tree |
2013-07-24 |
Dominik Honnef | misc/emacs: Make godef-jump behave more like find-tag... |
commit | commitdiff | tree |
2013-07-24 |
Russ Cox | runtime: more cgocallback_gofunc work |
commit | commitdiff | tree |
2013-07-24 |
Mikio Hara | runtime: fix throw message in netpoll |
commit | commitdiff | tree |
2013-07-24 |
Russ Cox | runtime: fix windows build |
commit | commitdiff | tree |
2013-07-24 |
Andrew Bonventre | doc/go1.2.txt: document new functions/types added to... |
commit | commitdiff | tree |
2013-07-24 |
Rob Pike | doc/go1.2.txt: document new function unicode.In |
commit | commitdiff | tree |
2013-07-24 |
Rob Pike | unicode: add "In" function to test membership of a... |
commit | commitdiff | tree |
2013-07-23 |
Mikio Hara | net: consolidate listenerBacklog declaration |
commit | commitdiff | tree |
2013-07-23 |
Russ Cox | runtime: reduce frame size for runtime.cgocallback_gofunc |
commit | commitdiff | tree |
2013-07-23 |
Andrew Gerrand | math/rand: mention that the default Source is thread... |
commit | commitdiff | tree |
2013-07-23 |
Russ Cox | misc/cgo/test: test recursive internal OS thread lock |
commit | commitdiff | tree |
2013-07-23 |
Andrew Gerrand | math/rand: mention Seed in overview, add another top... |
commit | commitdiff | tree |
2013-07-23 |
Brad Fitzpatrick | net/http: respect tls.Config.ServerName in Transport |
commit | commitdiff | tree |
2013-07-23 |
Alex Brainman | database/sql: close statement before connection |
commit | commitdiff | tree |
2013-07-23 |
Rob Pike | all: be more idiomatic when documenting boolean return... |
commit | commitdiff | tree |
2013-07-23 |
Mikio Hara | net: make use of noDeadline instead of time.Time{} |
commit | commitdiff | tree |
2013-07-22 |
Nick Craig... | runtime: Stop arm memmove corrupting its parameters |
commit | commitdiff | tree |
2013-07-22 |
Brad Fitzpatrick | all: change "true iff" to "whether" in public docs |
commit | commitdiff | tree |
2013-07-22 |
David du Colombier | cmd/ld: fix warnings on Plan 9 |
commit | commitdiff | tree |
2013-07-22 |
Dmitriy Vyukov | runtime: introduce notetsleepg function |
commit | commitdiff | tree |
2013-07-22 |
Dmitriy Vyukov | misc/cgo/test: add test for cgo callbacks with differen... |
commit | commitdiff | tree |
2013-07-22 |
Dmitriy Vyukov | runtime: allow stack split in body of closechan |
commit | commitdiff | tree |
2013-07-22 |
Dmitriy Vyukov | runtime: clarify comment for m->locked |
commit | commitdiff | tree |
2013-07-22 |
Mikio Hara | net: remove unnecessary bit masking |
commit | commitdiff | tree |
2013-07-22 |
Alex Brainman | net: implement netpoll for windows |
commit | commitdiff | tree |
2013-07-22 |
David Symonds | runtime: add a missing newline in a debug printf. |
commit | commitdiff | tree |
2013-07-22 |
Andrew Gerrand | doc: fix wiki content error |
commit | commitdiff | tree |
2013-07-20 |
Rémy Oudompheng | regexp: use a very fast random generator for benchmarks. |
commit | commitdiff | tree |
2013-07-20 |
Anthony Martin | libmach: support more 386/amd64 instructions |
commit | commitdiff | tree |
2013-07-20 |
Alex Brainman | libmach,lib9: override unused parameter warnings (fixes... |
commit | commitdiff | tree |
2013-07-20 |
Alex Brainman | libmach,lib9: override unused parameter warnings (fixes... |
commit | commitdiff | tree |
2013-07-19 |
Russ Cox | cmd/dist, cmd/go: enable more warnings, make clang... |
commit | commitdiff | tree |
2013-07-19 |
Russ Cox | cmd/ld, runtime: remove unused fields from Func |
commit | commitdiff | tree |
2013-07-19 |
Ian Lance Taylor | cmd/gc, cmd/ld: fix build: remove unused var, use corre... |
commit | commitdiff | tree |
2013-07-19 |
Russ Cox | runtime: use funcdata to supply garbage collection... |
commit | commitdiff | tree |
2013-07-19 |
Russ Cox | cmd/dist: generate offsets for P structure |
commit | commitdiff | tree |
2013-07-19 |
Keith Randall | debug/gosym: put pclinetest file in temporary directory |
commit | commitdiff | tree |
2013-07-19 |
Keith Randall | runtime: cleanup: use ArgsSizeUnknown to mark all functions |
commit | commitdiff | tree |
2013-07-19 |
Dmitriy Vyukov | runtime: prevent GC from seeing the contents of a frame... |
commit | commitdiff | tree |
2013-07-19 |
Dmitriy Vyukov | test: fix error output in the test |
commit | commitdiff | tree |
2013-07-19 |
Dmitriy Vyukov | runtime: hide mheap from GC |
commit | commitdiff | tree |
2013-07-19 |
Dmitriy Vyukov | runtime: prevent sysmon from polling network excessivly |
commit | commitdiff | tree |
2013-07-19 |
David Symonds | regexp: exclude exhaustive RE2 test from running under... |
commit | commitdiff | tree |
2013-07-19 |
Russ Cox | runtime: disable preemption during runtime.settype |
commit | commitdiff | tree |
2013-07-19 |
Brad Fitzpatrick | net/http: document and test Client.Post treating Reader... |
commit | commitdiff | tree |
2013-07-18 |
Dmitriy Vyukov | runtime: preempt long-running goroutines |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | runtime: handle morestack/lessstack in stack trace |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | cmd/6a, cmd/6l: make FUNCDATA work |
commit | commitdiff | tree |
2013-07-18 |
Daniel Morsing | regexp/syntax: update documentation for Parse. |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | runtime: disable preemption during deferreturn |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | runtime: record full frame size for arm _sfloat2 |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | runtime: mark concatstring as variadic (fixes 386 build) |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | cmd/ld: refine test for history stack pop (fix Windows... |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | debug/gosym: avoid test failure on Windows |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | cmd/ld, runtime: use new contiguous pcln table |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | libmach: update for Go 1.2 pcln table |
commit | commitdiff | tree |
2013-07-18 |
Russ Cox | debug/gosym: update for Go 1.2 pcln table |
commit | commitdiff | tree |
2013-07-18 |
Brad Fitzpatrick | io: let SectionReader seek past the end; document Seeke... |
commit | commitdiff | tree |
next |