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 |
2013-07-18 |
Andrew Bonventre | image/gif: don't write superfluous global color table |
commit | commitdiff | tree |
2013-07-18 |
Ian Lance Taylor | cmd/cgo: don't emit #pragma declarations when using... |
commit | commitdiff | tree |
2013-07-18 |
Dave Cheney | cmd/ld: trivial: fix unused parameter pedantry |
commit | commitdiff | tree |
2013-07-18 |
Brad Fitzpatrick | net/http: document NewRequest treating Reader as ReadCloser |
commit | commitdiff | tree |
2013-07-17 |
Ian Lance Taylor | runtime: disable preemption again to fix linux build |
commit | commitdiff | tree |
2013-07-17 |
Dominik Honnef | misc/emacs: Add godef-jump-other-window |
commit | commitdiff | tree |
2013-07-17 |
Russ Cox | runtime: re-enable preemption |
commit | commitdiff | tree |
2013-07-17 |
Dmitriy Vyukov | runtime: more reliable preemption |
commit | commitdiff | tree |
2013-07-17 |
Russ Cox | runtime: use new frame argument size information |
commit | commitdiff | tree |
2013-07-17 |
Joel Sing | crypto/tls: Add support for ECDHE-ECDSA |
commit | commitdiff | tree |
2013-07-17 |
Daniel Morsing | cmd/8g: Make clearfat non-interleaved with pointer... |
commit | commitdiff | tree |
2013-07-17 |
Dave Cheney | doc/effective_go: stamp out stray GOROOT reference |
commit | commitdiff | tree |
2013-07-16 |
Keith Randall | runtime: print g0 stack if we throw on it and GOTRACEBA... |
commit | commitdiff | tree |
2013-07-16 |
Adam Langley | crypto/rsa: remove obsolete TODO. |
commit | commitdiff | tree |
2013-07-16 |
Ian Lance Taylor | test: add a compilation test that gccgo failed to compile |
commit | commitdiff | tree |
2013-07-16 |
Adam Langley | CONTRIBUTORS: add Drew Hintz (Google CLA) |
commit | commitdiff | tree |
2013-07-16 |
Russ Cox | cmd/5g, cmd/6g, cmd/8g: insert arg size annotations... |
commit | commitdiff | tree |
2013-07-16 |
Russ Cox | cmd/5c, cmd/6c, cmd/8c: record arg size for every call |
commit | commitdiff | tree |
2013-07-16 |
Russ Cox | runtime: record argument size in assembly functions |
commit | commitdiff | tree |
2013-07-16 |
Russ Cox | syscall: record argument size for all assembly functions |
commit | commitdiff | tree |
2013-07-16 |
Russ Cox | cmd/5a, cmd/6a, cmd/8a: parse PCDATA |
commit | commitdiff | tree |
2013-07-16 |
Russ Cox | cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in... |
commit | commitdiff | tree |
2013-07-16 |
Alan Donovan | test: invert incorrect condition. |
commit | commitdiff | tree |
2013-07-16 |
Dmitriy Vyukov | runtime: minor cleanup of hashmap code |
commit | commitdiff | tree |
2013-07-16 |
Joel Sing | net: fix setsockopt for openbsd |
commit | commitdiff | tree |
2013-07-16 |
Russ Cox | cmd/ld, runtime: new in-memory symbol table format |
commit | commitdiff | tree |
2013-07-16 |
Dmitriy Vyukov | cmd/gc: do not race instrument syscall.forkAndExecInChild |
commit | commitdiff | tree |
2013-07-16 |
Daniel Morsing | cmd/gc: fix incorrect error when using f(g()) form... |
commit | commitdiff | tree |
2013-07-16 |
Evan Shaw | cmd/gc: complex types don't contain pointers |
commit | commitdiff | tree |
2013-07-16 |
Rémy Oudompheng | cmd/gc: fix race detector instrumentation of type switches. |
commit | commitdiff | tree |
2013-07-16 |
Alex Brainman | runtime: switch to os stack in windows osyield and... |
commit | commitdiff | tree |
2013-07-16 |
Russ Cox | cmd/gc: tweak interface satisfaction error message |
commit | commitdiff | tree |
2013-07-15 |
David Presotto | net: add SetKeepAlivePeriod |
commit | commitdiff | tree |
2013-07-15 |
Russ Cox | CONTRIBUTORS: add David Presotto (Google CLA) |
commit | commitdiff | tree |
2013-07-15 |
Dmitriy Vyukov | runtime: minor test cleanup |
commit | commitdiff | tree |
2013-07-15 |
Shenghou Ma | misc/cgo/test: skip test for issue 3250, the runtime... |
commit | commitdiff | tree |
2013-07-15 |
Andrew Bonventre | image/gif: add writer implementation |
commit | commitdiff | tree |
2013-07-15 |
Alexandre Normand | dist: fix postinstall script for Darwin |
commit | commitdiff | tree |
2013-07-15 |
Andrew Gerrand | A+C: Alexandre Normand (individual CLA) |
commit | commitdiff | tree |
2013-07-15 |
Nigel Tao | A+C: Andrew Bonventre (individual CLA). |
commit | commitdiff | tree |
2013-07-14 |
Joseph Holsten | log/syslog: fix typo: change Wanring to Warning |
commit | commitdiff | tree |
2013-07-14 |
Rob Pike | A+C: Joseph Holsten (individual CLA) |
commit | commitdiff | tree |
2013-07-13 |
Russ Cox | cmd/6l, cmd/8l: use one-byte XCHG forms when possible |
commit | commitdiff | tree |
2013-07-13 |
Russ Cox | encoding/json: add more tests for UTF-8 coercion |
commit | commitdiff | tree |
2013-07-13 |
Russ Cox | cmd/go, testing: streamline direct use of test binaries |
commit | commitdiff | tree |
2013-07-12 |
Russ Cox | undo CL 11161044 / ba455262a9db |
commit | commitdiff | tree |
next |