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 |
2014-07-23 |
Alex Brainman | syscall: allow for mksyscall_windows.go to be used... |
commit | commitdiff | tree |
2014-07-22 |
Dave Cheney | runtime: rename throwgo to gothrow |
commit | commitdiff | tree |
2014-07-22 |
Dmitriy Vyukov | cmd/ld: mark hostobj sections as containing no pointers |
commit | commitdiff | tree |
2014-07-22 |
Keith Randall | runtime: make go vet happy |
commit | commitdiff | tree |
2014-07-22 |
Keith Randall | cmd/gc: in the runtime package, don't promote any decls... |
commit | commitdiff | tree |
2014-07-22 |
Keith Randall | runtime: keep build version around in binaries |
commit | commitdiff | tree |
2014-07-22 |
David Symonds | syscall: fix typo in namei doc comment. |
commit | commitdiff | tree |
2014-07-22 |
David Symonds | crypto/subtle: make ConstantTimeCompare return zero... |
commit | commitdiff | tree |
2014-07-21 |
Dmitriy Vyukov | runtime: pass correct size to malloc |
commit | commitdiff | tree |
2014-07-21 |
Dmitriy Vyukov | runtime: simplify code |
commit | commitdiff | tree |
2014-07-21 |
Russ Cox | liblink: remove some gotos + other fixes |
commit | commitdiff | tree |
2014-07-21 |
Russ Cox | runtime: round gohash stack frame to multiple of 8... |
commit | commitdiff | tree |
2014-07-21 |
Brad Fitzpatrick | net/http: create internal pkg, unify two chunked.go... |
commit | commitdiff | tree |
2014-07-21 |
Brad Fitzpatrick | cmd/api: ignore internal packages |
commit | commitdiff | tree |
2014-07-21 |
Josh Bleecher... | runtime: add Benchmark[Clear|Copy]Fat[8|12] |
commit | commitdiff | tree |
2014-07-21 |
Alex Brainman | make.bat: do not exit builder on successful completion... |
commit | commitdiff | tree |
2014-07-20 |
Ian Lance Taylor | test: avoid "declared but not used" errors in shift1.go |
commit | commitdiff | tree |
2014-07-20 |
Ian Lance Taylor | test: add test for confusion with dot imports |
commit | commitdiff | tree |
2014-07-20 |
Dmitriy Vyukov | cmd/gc: do not mark PC as pointer on stack |
commit | commitdiff | tree |
2014-07-20 |
Dmitriy Vyukov | cmd/gc: allocate select descriptor on stack |
commit | commitdiff | tree |
2014-07-20 |
Dmitriy Vyukov | sync/atomic: fix data races in tests |
commit | commitdiff | tree |
2014-07-20 |
Anthony Martin | build: be verbose when running tests on Plan 9 |
commit | commitdiff | tree |
2014-07-19 |
Keith Randall | runtime: fix stacks_sys accounting |
commit | commitdiff | tree |
2014-07-19 |
David du Colombier | cmd/addr2line, cmd/objdump: fix on amd64 Plan 9 |
commit | commitdiff | tree |
2014-07-19 |
Ian Lance Taylor | test: add some tests for mismatches between call result... |
commit | commitdiff | tree |
2014-07-19 |
Shenghou Ma | codereview: abort 'hg commit' before entering commit... |
commit | commitdiff | tree |
2014-07-19 |
Shenghou Ma | codereview: revive the tests. |
commit | commitdiff | tree |
2014-07-19 |
Shenghou Ma | test: add test for issue8347 |
commit | commitdiff | tree |
2014-07-18 |
Josh Bleecher... | runtime: use uint32 arrays in BenchmarkClearFat* |
commit | commitdiff | tree |
2014-07-18 |
Josh Bleecher... | runtime: add Benchmark[Clear|Copy]Fat[16|24] |
commit | commitdiff | tree |
2014-07-18 |
Nicolas Owens | os: broaden the range of errors understood by IsNotExis... |
commit | commitdiff | tree |
2014-07-18 |
Josh Bleecher... | go/ast: fix typo in comment |
commit | commitdiff | tree |
2014-07-18 |
Egon Elbre | bufio: fix UnreadSlice followed by UnreadRune |
commit | commitdiff | tree |
2014-07-18 |
Russ Cox | A+C: add Xia Bin (individual CLA) |
commit | commitdiff | tree |
2014-07-18 |
Keith Randall | runtime: fix gctrace=1 |
commit | commitdiff | tree |
2014-07-18 |
Dmitriy Vyukov | go/printer: simplify test |
commit | commitdiff | tree |
2014-07-18 |
Dmitriy Vyukov | encoding/gob: remove unnecessary receivers |
commit | commitdiff | tree |
2014-07-18 |
Shenghou Ma | undo CL 109640045 / f97fb06525e5 |
commit | commitdiff | tree |
2014-07-18 |
snyh | cmd/cgo: disable inappropriate warnings when the gcc... |
commit | commitdiff | tree |
2014-07-18 |
Dave Cheney | runtime: add throwgo |
commit | commitdiff | tree |
2014-07-17 |
Keith Randall | undo CL 101570044 / 2c57aaea79c4 |
commit | commitdiff | tree |
2014-07-17 |
Josh Bleecher... | sync: fix typo in benchmark name |
commit | commitdiff | tree |
2014-07-17 |
Dmitriy Vyukov | runtime: make NumGoroutines faster |
commit | commitdiff | tree |
2014-07-17 |
Dmitriy Vyukov | runtime: improve select benchmarks |
commit | commitdiff | tree |
2014-07-17 |
Rui Ueyama | strings: remove byteBitmap |
commit | commitdiff | tree |
2014-07-17 |
Robert Griesemer | gofmt: -s flag simplifies "for _ = range x" |
commit | commitdiff | tree |
2014-07-17 |
Michael Fraenkel | os: Implement symlink support for Windows |
commit | commitdiff | tree |
2014-07-17 |
Shenghou Ma | A+C: snyh (individual CLA) |
commit | commitdiff | tree |
2014-07-17 |
Keith Randall | runtime: align gomemeq return value correctly |
commit | commitdiff | tree |
2014-07-17 |
Cristian Staretu | archive/tar: fix writing of pax headers |
commit | commitdiff | tree |
2014-07-16 |
Robert Griesemer | src, misc: applied gofmt -s -w |
commit | commitdiff | tree |
2014-07-16 |
Russ Cox | cmd/gc: implement 'for range x {' |
commit | commitdiff | tree |
2014-07-16 |
Russ Cox | time: change nsec back to int32 |
commit | commitdiff | tree |
2014-07-16 |
Russ Cox | liblink: fix precedence bug in pcdata comparison |
commit | commitdiff | tree |
2014-07-16 |
Keith Randall | runtime: convert map implementation to Go. |
commit | commitdiff | tree |
2014-07-16 |
Volker Dobler | strconv: fix handling of BOMs in CanBackquote |
commit | commitdiff | tree |
2014-07-16 |
Matthew Cottingham | flag: fix typo |
commit | commitdiff | tree |
2014-07-16 |
Rob Pike | cmd/ld: use count, not upper bound, in type of array |
commit | commitdiff | tree |
2014-07-16 |
Yasuhiro Matsumoto | cmd/go/doc: Fix example domain |
commit | commitdiff | tree |
2014-07-16 |
Dmitriy Vyukov | runtime: start goroutine ids at 1 |
commit | commitdiff | tree |
2014-07-16 |
Adam Langley | compress/bzip2: fix panics on malformed input. |
commit | commitdiff | tree |
2014-07-15 |
Rob Pike | cmd/ld: change DWARF encoding for array lengths |
commit | commitdiff | tree |
2014-07-15 |
Matthew Dempsky | cmd/ld: consistently document flags that expect values |
commit | commitdiff | tree |
2014-07-15 |
Matthew Dempsky | objdump: remove out-of-date comment |
commit | commitdiff | tree |
2014-07-15 |
Dmitriy Vyukov | runtime: make a test more robust |
commit | commitdiff | tree |
2014-07-15 |
Dmitriy Vyukov | runtime: zero dangling pointer |
commit | commitdiff | tree |
2014-07-15 |
Jakob Borg | net: Don't read beyond end of slice when parsing resolv... |
commit | commitdiff | tree |
2014-07-15 |
Dave Cheney | cmd/go: skip vcs tests on nacl and android |
commit | commitdiff | tree |
2014-07-15 |
Volker Dobler | strconv: fix CanBackquote for invalid UTF-8 |
commit | commitdiff | tree |
2014-07-15 |
Robert Griesemer | go/ast: fix walk to handle "for range x" |
commit | commitdiff | tree |
2014-07-15 |
Rob Pike | cmd/ld: generate correct upper bound value for array... |
commit | commitdiff | tree |
2014-07-15 |
Chris McGee | go get: Support for IBM DevOps Services (hub.jazz.net... |
commit | commitdiff | tree |
2014-07-15 |
Andrew Gerrand | A+C: add Chris McGee (individual CLA) |
commit | commitdiff | tree |
2014-07-15 |
Russ Cox | runtime: refactor routines for stopping, running gorout... |
commit | commitdiff | tree |
2014-07-14 |
Robert Griesemer | go/*: permit "for range x" |
commit | commitdiff | tree |
2014-07-14 |
Rob Pike | doc/go1.4.txt: permit for range x |
commit | commitdiff | tree |
next |