aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-08-18cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox
2014-08-18runtime: avoid $sym(SB) as constantRuss Cox
2014-08-19fmt: print byte stringers correctlyAndrew Gerrand
2014-08-18bzip2: improve performanceJeff R. Allen
2014-08-18runtime: move panicindex/panicslice to Go.Keith Randall
2014-08-18unicode: strconv: regexp: Upgrade to Unicode 7.0.0.Marcel van Lohuizen
2014-08-18runtime: add more cases to GC info testDmitriy Vyukov
2014-08-18internal/syscall: add support for getrandom on armBrad Fitzpatrick
2014-08-18runtime: implement transfer cacheDmitriy Vyukov
2014-08-18runtime: fix dump of data/bssDmitriy Vyukov
2014-08-18runtime: don't acquirem on malloc fast pathDmitriy Vyukov
2014-08-16runtime: mark with non-atomic operations when GOMAXPROCS=1Dmitriy Vyukov
2014-08-15crypto/x509: SystemRootsError style tweaks, document in VerifyBrad Fitzpatrick
2014-08-15fmt: fix size returned on fast path of ReadRuneRob Pike
2014-08-15runtime: fix getgcmaskDmitriy Vyukov
2014-08-15net: fix CNAME resolving on WindowsEgon Elbre
2014-08-14runtime: mark objects with non-atomic operationsDmitriy Vyukov
2014-08-13text/scanner: improve documentationRobert Griesemer
2014-08-13cmd/cgo, debug/dwarf: fix translation of zero-size arraysMatthew Dempsky
2014-08-13runtime: keep objects in free lists marked as allocated.Dmitriy Vyukov
2014-08-12all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike
2014-08-12runtime: avoid using address as constant in amd64 assemblyRuss Cox
2014-08-12syscall: freeze the packageRob Pike
2014-08-12cmd/go, go/build: implement import comment checkingRuss Cox
2014-08-12crypto/rand: use getrandom system call on LinuxBrad Fitzpatrick
2014-08-13runtime: remove FlagNoProfileDmitriy Vyukov
2014-08-13runtime/pprof: fix data raceDmitriy Vyukov
2014-08-11crypto/tls: implement tls-unique channel binding (RFC 5929 section 3).Andres Erbsen
2014-08-12compress/{gzip,zlib}: mention that Close flushesAndrew Gerrand
2014-08-11runtime: no need to set R9 to m for runtime.sigpanic anymoreShenghou Ma
2014-08-08time: Fix missing colon when formatting time zone offsets with secondsJoel Stemmer
2014-08-08runtime: bump MaxGcprocs to 32Dmitriy Vyukov
2014-08-08runtime: mark functions as static where possibleMatthew Dempsky
2014-08-08runtime: fix data race in stackallocDmitriy Vyukov
2014-08-08syscall: ignore EINVAL/ENOENT from readdirent on OS X 10.10Russ Cox
2014-08-08encoding/gob: fix data races in benchmarksDmitriy Vyukov
2014-08-08debug/pe/testdata: make sure gcc-amd64-mingw-exec has symbolsAlex Brainman
2014-08-08os: simplify windows Getwd (fixes build)Alex Brainman
2014-08-08encoding/json: document coercion of invalid UTF-8 charactersAndrew Gerrand
2014-08-08flag: mention -h in docsAndrew Gerrand
2014-08-07runtime: convert equality functions to GoKeith Randall
2014-08-07runtime: convert interface routines from C to Go.Keith Randall
2014-08-07runtime: fix nacl/amd64p32 buildDmitriy Vyukov
2014-08-07go/parser: don't do method receiver checks at parse-timeRobert Griesemer
2014-08-07runtime: test distribution of interface hashes.Keith Randall
2014-08-07encoding/gob: make benchmarks parallelDmitriy Vyukov
2014-08-07go/build: look in $GOROOT/src/cmd/foo/bar for import cmd/foo/barRuss Cox
2014-08-07cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne
2014-08-07os: in Getwd, $PWD override syscall.GetwdRuss Cox
2014-08-07runtime: convert markallocated from C to GoDmitriy Vyukov