summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* time: Fix missing colon when formatting time zone offsets with secondsJoel Stemmer2014-08-082-6/+7
* runtime: bump MaxGcprocs to 32Dmitriy Vyukov2014-08-081-2/+2
* runtime: mark functions as static where possibleMatthew Dempsky2014-08-083-3/+3
* runtime: fix data race in stackallocDmitriy Vyukov2014-08-081-3/+5
* syscall: ignore EINVAL/ENOENT from readdirent on OS X 10.10Russ Cox2014-08-081-1/+34
* encoding/gob: fix data races in benchmarksDmitriy Vyukov2014-08-081-12/+17
* cmd/go: fix build in airplane modeMikio Hara2014-08-081-0/+3
* debug/pe/testdata: make sure gcc-amd64-mingw-exec has symbolsAlex Brainman2014-08-082-12/+19
* os: simplify windows Getwd (fixes build)Alex Brainman2014-08-081-0/+5
* encoding/json: document coercion of invalid UTF-8 charactersAndrew Gerrand2014-08-081-2/+2
* flag: mention -h in docsAndrew Gerrand2014-08-081-2/+3
* cmd/go: download test dependencies of all named packagesAndrew Gerrand2014-08-082-1/+14
* cmd/go: don't pass --buildid=none on OpenBSDIan Lance Taylor2014-08-071-1/+1
* runtime: convert equality functions to GoKeith Randall2014-08-0718-578/+265
* runtime: convert interface routines from C to Go.Keith Randall2014-08-0710-390/+535
* cmd/go: don't pass --buildid=none on FreeBSDIan Lance Taylor2014-08-071-1/+1
* runtime: fix nacl/amd64p32 buildDmitriy Vyukov2014-08-072-2/+2
* go/parser: don't do method receiver checks at parse-timeRobert Griesemer2014-08-071-31/+1
* cmd/go: pass --build-id=none when generating a cgo .oIan Lance Taylor2014-08-071-1/+17
* runtime: test distribution of interface hashes.Keith Randall2014-08-073-0/+72
* encoding/gob: make benchmarks parallelDmitriy Vyukov2014-08-071-19/+38
* go/build: look in $GOROOT/src/cmd/foo/bar for import cmd/foo/barRuss Cox2014-08-072-1/+16
* cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox2014-08-0711-383/+444
* cmd/fix: mention -help instead of the non-existent -? flagAndrew Gerrand2014-08-071-1/+1
* cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne2014-08-0724-512/+483
* os: in Getwd, $PWD override syscall.GetwdRuss Cox2014-08-072-14/+18
* cmd/gc: remove ignored debugging arguments in Fconv printRuss Cox2014-08-071-1/+1
* runtime: convert markallocated from C to GoDmitriy Vyukov2014-08-075-120/+161
* runtime: fix plan9/windows buildDmitriy Vyukov2014-08-074-5/+5
* runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov2014-08-0713-37/+18
* runtime: shrink stacks in parallelDmitriy Vyukov2014-08-071-6/+2
* path/filepath: do not restore original working directory twice in testAlex Brainman2014-08-071-6/+0
* encoding/xml: add InputOffset method to DecoderRuss Cox2014-08-062-4/+38
* cmd/go: revise disallowInternalRuss Cox2014-08-061-7/+28
* debug/dwarf: fix typos in comment for UnspecifiedTypeRob Pike2014-08-061-1/+1
* runtime: clean up naming of mcallable functions.Keith Randall2014-08-066-25/+35
* runtime: use better hash for floating point inputsRuss Cox2014-08-061-5/+2
* cmd/go: implement 'internal' conventionRuss Cox2014-08-065-5/+83
* runtime: shorten hash declarationsKeith Randall2014-08-062-19/+17
* runtime: use better hash for non-empty interfaceRuss Cox2014-08-063-54/+29
* cmd/gc: make liveness ~10x fasterRuss Cox2014-08-064-35/+69
* debug/dwarf: fix Reader panic on DW_TAG_unspecified_typeDerek Parker2014-08-061-0/+14
* runtime: turn off 'unexpected return pc' print on arm tracebackRuss Cox2014-08-061-2/+7
* crypto/tls: Added dynamic alternative to NameToCertificate map for SNIPercy Wegmann2014-08-064-21/+147
* cmd/cgo: consistently map void* to *byte under -{c,go}defsMatthew Dempsky2014-08-061-30/+12
* runtime: remove unused variableDmitriy Vyukov2014-08-061-1/+1
* runtime: simplify codeDmitriy Vyukov2014-08-063-40/+14
* dist: fix Plan 9 buildDavid du Colombier2014-08-061-2/+5
* runtime: burn cpu before calling yield in windows runtime.systimeAlex Brainman2014-08-061-1/+1
* undo CL 114420043 / b613f2acdf69Shenghou Ma2014-08-061-1/+1