2014-08-06 |
Shenghou Ma | liblink, cmd/dist, cmd/5l: introduce %^ and move C_... |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | cmd/cc, cmd/gc: set ctxt->debugvlog with debug['v'] |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code... |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | liblink: support big-endian properly |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | cmd/ld: fix operator precedence |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | runtime: get rid of SA_RESTORER on ARM. |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | liblink: use LinkArch.textflag() to get text and dataflag |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | runtime: remove dead code |
commit | commitdiff | tree |
2014-08-06 |
Shenghou Ma | runtime: disable aeshash on NaCl at compile time |
commit | commitdiff | tree |
2014-08-06 |
Rui Ueyama | liblink: shorter encoding for zeroing register |
commit | commitdiff | tree |
2014-08-06 |
Matthew Dempsky | cmd/cgo: fix recursive type mapping |
commit | commitdiff | tree |
2014-08-06 |
Matthew Dempsky | cmd/cgo: fix handling of defs_linux.go |
commit | commitdiff | tree |
2014-08-06 |
Mikio Hara | net: separate DNS transport from DNS query-response... |
commit | commitdiff | tree |
2014-08-06 |
Ian Lance Taylor | cmd/cgo: for -godefs, promote first field of anonymous... |
commit | commitdiff | tree |
2014-08-05 |
Dmitriy Vyukov | runtime: cache one GC workbuf in thread-local storage |
commit | commitdiff | tree |
2014-08-05 |
Rui Ueyama | mime/multipart: fix Writer data race test |
commit | commitdiff | tree |
2014-08-05 |
Adam Langley | doc/go1.4.txt: document ASN.1 behaviour change. |
commit | commitdiff | tree |
2014-08-05 |
Brad Fitzpatrick | mime/multipart: add Writer data race test |
commit | commitdiff | tree |
2014-08-05 |
Brad Fitzpatrick | undo CL 95760043 / b2131d729e52 |
commit | commitdiff | tree |
2014-08-05 |
Adam Langley | crypto/tls: add ALPN support. |
commit | commitdiff | tree |
2014-08-05 |
Dmitriy Vyukov | runtime: remove type.go |
commit | commitdiff | tree |
2014-08-05 |
Robert Griesemer | spec: comma-ok expressions return untyped boolean 2nd... |
commit | commitdiff | tree |
2014-08-05 |
Adam Langley | A+C: Percy Wegmann (individual CLA) |
commit | commitdiff | tree |
2014-08-05 |
Dmitriy Vyukov | runtime/race: add tests for maps with big keys/vals |
commit | commitdiff | tree |
2014-08-05 |
Dmitriy Vyukov | runtime: remove outdated comment |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | runtime: use memmove rather than memcopy in mgc0.c |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | syscall: fix typo in comment |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | runtime: remove unused enum maxround |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | runtime: only use a single variable in USED |
commit | commitdiff | tree |
2014-08-05 |
Ian Lance Taylor | test: add test for function type in function literal |
commit | commitdiff | tree |
2014-08-04 |
Brad Fitzpatrick | archive/zip: accept bogus trailing zeros in extras |
commit | commitdiff | tree |
2014-08-04 |
Mikio Hara | net: consolidate sockaddrToAddr functions |
commit | commitdiff | tree |
2014-08-03 |
Rob Pike | encoding/gob: save a call to userType |
commit | commitdiff | tree |
2014-08-02 |
Brad Fitzpatrick | net: fix Dial comment about IPv6 addresses |
commit | commitdiff | tree |
2014-08-01 |
Peter Collingbourne | cmd/go: use correct link flags if main package contains... |
commit | commitdiff | tree |
2014-08-01 |
Keith Randall | runtime: move constants from map header to map type |
commit | commitdiff | tree |
2014-08-01 |
David du Colombier | test/run: go fmt |
commit | commitdiff | tree |
2014-08-01 |
Josh Bleecher... | runtime: prevent pointless jmp in amd64 and 386 memmove |
commit | commitdiff | tree |
2014-08-01 |
Alex Brainman | runtime: implement monotonic clocks on windows |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: missed a file in alg checkin |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: convert hash functions to Go calling convention. |
commit | commitdiff | tree |
2014-07-31 |
Rui Ueyama | strconv: remove needless cast |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: move built-in print routines to go. |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: fix 32 bit build. |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: convert slice operations to Go. |
commit | commitdiff | tree |
2014-07-31 |
Josh Bleecher... | cmd/gc: fix example flag in comment |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: use right mask to extract type kind |
commit | commitdiff | tree |
2014-07-31 |
Dmitriy Vyukov | runtime: get rid of free |
commit | commitdiff | tree |
2014-07-31 |
Nigel Tao | image/jpeg: rename some internal variables. |
commit | commitdiff | tree |
2014-07-31 |
Keith Randall | runtime: cast to uintptr to match %p formatter. |
commit | commitdiff | tree |
2014-07-31 |
Matthew Dempsky | runtime: fix cmallocgc's C prototype |
commit | commitdiff | tree |
2014-07-30 |
Keith Randall | runtime: fix stack memory test |
commit | commitdiff | tree |
2014-07-30 |
Rob Pike | runtime: fix assembler macro definitions to be consiste... |
commit | commitdiff | tree |
2014-07-30 |
Keith Randall | runtime: fix freebsd build. Assignment is int32* on... |
commit | commitdiff | tree |
2014-07-30 |
Keith Randall | runtime: rewrite malloc in Go. |
commit | commitdiff | tree |
2014-07-30 |
Rui Ueyama | mime/multipart: delay reading random source |
commit | commitdiff | tree |
2014-07-30 |
Mikio Hara | undo CL 107280044 / ee11f19bc514 |
commit | commitdiff | tree |
2014-07-30 |
Mikio Hara | undo CL 104290043 / 1d13818e6b3d |
commit | commitdiff | tree |
2014-07-30 |
Rui Ueyama | bufio: fix rot13Reader bug in test |
commit | commitdiff | tree |
2014-07-30 |
Mikio Hara | undo CL 102610045 / 7244ce3ae9db |
commit | commitdiff | tree |
2014-07-30 |
Mikio Hara | undo CL 101460043 / 746e175af5d2 |
commit | commitdiff | tree |
2014-07-30 |
Rob Pike | A+C: fixed doubled entry |
commit | commitdiff | tree |
2014-07-29 |
Mihai Borobocea | fmt: measure width in runes not bytes with %c and ... |
commit | commitdiff | tree |
2014-07-29 |
Keith Randall | cmd/gc: don't allow escaping arguments in the runtime... |
commit | commitdiff | tree |
2014-07-29 |
Rob Pike | A+C: Mihai Borobocea (individual CLA) |
commit | commitdiff | tree |
2014-07-29 |
Dmitriy Vyukov | runtime: generate type info for chans |
commit | commitdiff | tree |
2014-07-29 |
Dmitriy Vyukov | runtime: verify hmap type size |
commit | commitdiff | tree |
2014-07-29 |
Dmitriy Vyukov | runtime: mark global var as NOPTR |
commit | commitdiff | tree |
2014-07-29 |
Dmitriy Vyukov | runtime: mark global var as NOPTR |
commit | commitdiff | tree |
2014-07-29 |
Mikio Hara | net: prevent spurious on-connect events via epoll on... |
commit | commitdiff | tree |
2014-07-29 |
Dmitriy Vyukov | cmd/ld: better diagnostics on unaligned symbols |
commit | commitdiff | tree |
2014-07-29 |
Dmitriy Vyukov | runtime: simpler and faster GC |
commit | commitdiff | tree |
2014-07-29 |
Rui Ueyama | image/png: use branch-free abs function |
commit | commitdiff | tree |
2014-07-29 |
Rob Pike | time: make it clearer that the reference time is the... |
commit | commitdiff | tree |
2014-07-28 |
Adam Langley | crypto/tls: check curve equation in ECDHE. |
commit | commitdiff | tree |
2014-07-28 |
Adam Langley | encoding/asn1: only omit optional elements matching... |
commit | commitdiff | tree |
2014-07-28 |
Asim Shankar | crypto/tls: Support ECDSA keys in generate_cert.go |
commit | commitdiff | tree |
2014-07-28 |
Brad Fitzpatrick | net/http: make ServeContent support dates in If-Range... |
commit | commitdiff | tree |
2014-07-26 |
Shenghou Ma | liblink: warn about TLS base MRC instruction that does... |
commit | commitdiff | tree |
2014-07-26 |
Shenghou Ma | cmd/ld: remove duplicated nuxiinit() call. |
commit | commitdiff | tree |
2014-07-26 |
Shenghou Ma | cmd/5g: remove dead code. |
commit | commitdiff | tree |
2014-07-26 |
Shenghou Ma | cmd/5l: remove unused noop.c |
commit | commitdiff | tree |
2014-07-26 |
Shenghou Ma | cmd/5l, cmd/6l, cmd/8l: remove mkenam. |
commit | commitdiff | tree |
2014-07-25 |
Keith Randall | runtime: convert complex128div to go. |
commit | commitdiff | tree |
2014-07-25 |
Bobby Powers | include/u.h: define _DEFAULT_SOURCE for new glibc |
commit | commitdiff | tree |
2014-07-25 |
Bobby Powers | cmd/gc: don't mark select descriptor as EscNone |
commit | commitdiff | tree |
2014-07-25 |
Alex Brainman | syscall: fix handling of bool return values in mksyscal... |
commit | commitdiff | tree |
2014-07-25 |
Andrew Gerrand | doc: drop scheme from links that are known to support... |
commit | commitdiff | tree |
2014-07-24 |
Mathieu Lonjaret | time: minor typo in doc |
commit | commitdiff | tree |
2014-07-24 |
Keith Randall | runtime: set sweepgen atomically before updating span... |
commit | commitdiff | tree |
2014-07-24 |
David du Colombier | test/run: always set goos and goarch |
commit | commitdiff | tree |
2014-07-24 |
Brad Fitzpatrick | net/http: don't ignore errors in Request.Write |
commit | commitdiff | tree |
2014-07-23 |
ChaiShushan | misc/pprof: support web profiles on windows/MinGW |
commit | commitdiff | tree |
2014-07-23 |
Dmitriy Vyukov | runtime: don't lock mheap on user goroutine |
commit | commitdiff | tree |
2014-07-23 |
Dmitriy Vyukov | runtime: fix unexpected return pc for runtime.newstackcall |
commit | commitdiff | tree |
2014-07-23 |
Russ Cox | liblink: more precise literal word comparison on arm |
commit | commitdiff | tree |
2014-07-23 |
Russ Cox | lib9: format %#04x, 0 as 0x0000 not 000000. |
commit | commitdiff | tree |
2014-07-23 |
Dmitriy Vyukov | cmd/gc: mark auxiliary symbols as containing no pointers |
commit | commitdiff | tree |
2014-07-23 |
Alex Brainman | doc/go1.4.txt: windows can do symlinks now |
commit | commitdiff | tree |
2014-07-23 |
Russ Cox | testing: add Coverage function |
commit | commitdiff | tree |
next |