summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fmt: measure width in runes not bytes with %c and %q for intsMihai Borobocea2014-07-292-1/+3
* cmd/gc: don't allow escaping arguments in the runtime package.Keith Randall2014-07-291-0/+2
* runtime: generate type info for chansDmitriy Vyukov2014-07-294-9/+42
* runtime: verify hmap type sizeDmitriy Vyukov2014-07-291-2/+2
* runtime: mark global var as NOPTRDmitriy Vyukov2014-07-291-0/+1
* runtime: mark global var as NOPTRDmitriy Vyukov2014-07-291-4/+5
* net: prevent spurious on-connect events via epoll on linuxMikio Hara2014-07-293-19/+30
* cmd/ld: better diagnostics on unaligned symbolsDmitriy Vyukov2014-07-291-4/+8
* runtime: simpler and faster GCDmitriy Vyukov2014-07-2927-2379/+1598
* image/png: use branch-free abs functionRui Ueyama2014-07-292-24/+25
* time: make it clearer that the reference time is the reference time.Rob Pike2014-07-281-2/+3
* crypto/tls: check curve equation in ECDHE.Adam Langley2014-07-281-0/+6
* encoding/asn1: only omit optional elements matching default value.Adam Langley2014-07-283-6/+37
* crypto/tls: Support ECDSA keys in generate_cert.goAsim Shankar2014-07-281-8/+54
* net/http: make ServeContent support dates in If-Range headersBrad Fitzpatrick2014-07-272-8/+39
* liblink: warn about TLS base MRC instruction that does not write into R0.Shenghou Ma2014-07-261-13/+21
* cmd/ld: remove duplicated nuxiinit() call.Shenghou Ma2014-07-261-1/+0
* cmd/5g: remove dead code.Shenghou Ma2014-07-261-2/+1
* cmd/5l: remove unused noop.cShenghou Ma2014-07-262-44/+0
* cmd/5l, cmd/6l, cmd/8l: remove mkenam.Shenghou Ma2014-07-263-135/+0
* runtime: convert complex128div to go.Keith Randall2014-07-252-58/+52
* cmd/gc: don't mark select descriptor as EscNoneBobby Powers2014-07-251-1/+0
* syscall: fix handling of bool return values in mksyscall_windows.goAlex Brainman2014-07-251-2/+5
* time: minor typo in docMathieu Lonjaret2014-07-241-1/+1
* runtime: set sweepgen atomically before updating span stateKeith Randall2014-07-241-1/+1
* net/http: don't ignore errors in Request.WriteBrad Fitzpatrick2014-07-232-4/+74
* runtime: don't lock mheap on user goroutineDmitriy Vyukov2014-07-231-6/+2
* runtime: fix unexpected return pc for runtime.newstackcallDmitriy Vyukov2014-07-231-3/+2
* liblink: more precise literal word comparison on armRuss Cox2014-07-231-2/+5
* lib9: format %#04x, 0 as 0x0000 not 000000.Russ Cox2014-07-231-6/+0
* cmd/gc: mark auxiliary symbols as containing no pointersDmitriy Vyukov2014-07-238-28/+25
* testing: add Coverage functionRuss Cox2014-07-221-0/+23
* syscall: allow for mksyscall_windows.go to be used outside of syscallAlex Brainman2014-07-231-12/+45
* runtime: rename throwgo to gothrowDave Cheney2014-07-233-15/+15
* cmd/ld: mark hostobj sections as containing no pointersDmitriy Vyukov2014-07-223-7/+7
* runtime: make go vet happyKeith Randall2014-07-212-3/+3
* cmd/gc: in the runtime package, don't promote any decls to the heap.Keith Randall2014-07-211-0/+2
* runtime: keep build version around in binariesKeith Randall2014-07-212-1/+11
* syscall: fix typo in namei doc comment.David Symonds2014-07-221-1/+1
* crypto/subtle: make ConstantTimeCompare return zero for args of different len...David Symonds2014-07-222-3/+4
* runtime: pass correct size to mallocDmitriy Vyukov2014-07-222-2/+6
* runtime: simplify codeDmitriy Vyukov2014-07-221-18/+2
* liblink: remove some gotos + other fixesRuss Cox2014-07-217-99/+110
* runtime: round gohash stack frame to multiple of 8 on amd64p32Russ Cox2014-07-211-1/+1
* net/http: create internal pkg, unify two chunked.go filesBrad Fitzpatrick2014-07-218-392/+40
* cmd/api: ignore internal packagesBrad Fitzpatrick2014-07-212-1/+27
* runtime: add Benchmark[Clear|Copy]Fat[8|12]Josh Bleecher Snyder2014-07-211-0/+26
* make.bat: do not exit builder on successful completion of make.bat (fixes build)Alex Brainman2014-07-211-1/+1
* cmd/gc: do not mark PC as pointer on stackDmitriy Vyukov2014-07-201-1/+1
* cmd/gc: allocate select descriptor on stackDmitriy Vyukov2014-07-209-34/+93