]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-05-06 Rob Pikedoc/go1.5.txt: LookupEnv
2015-05-06 Rob Pikecmd/doc: if no top-level symbols match, look for methods
2015-05-06 Burcu DoganCONTRIBUTORS: add Burcu Dogan's personal mail
2015-05-06 Rob Pikeos: rewrite LookupEnv's test
2015-05-06 Rick Hudsonruntime: remove unused GC times from api.next
2015-05-06 Rick Hudsonruntime: remove unused GC timers
2015-05-06 Mikio Haranet: fix inconsistent error values on Read for solaris
2015-05-06 Aram Hăvărneanunet: fix comment in sendFile
2015-05-06 Aram Hăvărneanunet: link with networking libraries when net package...
2015-05-06 Aram Hăvărneanusyscall, net: use sendfile on Solaris
2015-05-06 Aram Hăvărneanunet: try to fix setKeepAlivePeriod on Solaris
2015-05-06 Aram Hăvărneanuruntime, syscall: link Solaris binaries directly instea...
2015-05-06 Aram Hăvărneanugo/build: enable cgo by default on solaris/amd64
2015-05-06 Aram Hăvărneanudoc/progs: disable cgo tests that use C.Stdout on Solaris
2015-05-06 Aram Hăvărneanumisc/cgo: add various solaris build lines
2015-05-06 Aram Hăvărneanunet: add cgo support for Solaris
2015-05-06 Aram Hăvărneanuos/user: small fixes for Solaris
2015-05-06 Aram Hăvărneanuruntime/cgo: add cgo support for solaris/amd64
2015-05-06 Aram Hăvărneanucmd/ld: make .rela and .rela.plt sections contiguous
2015-05-06 Aram Hăvărneanuruntime: always load address of libcFunc on Solaris
2015-05-06 Aram Hăvărneanucmd/6l: use .plt instead of .got on Solaris
2015-05-06 Mikio Haranet: simplify error messages in tests
2015-05-06 Mikio Haranet: deflake listener tests
2015-05-06 Shenghou Madoc/go1.5.txt: mention GOARCH reservation change
2015-05-06 Nigel Taoimage/gif: allow encoding a single-frame image whose...
2015-05-06 Michael Hudson... cmd/internal/ld: recompute resoff after changing elfreserve
2015-05-06 Mikio Haranet: enable unixpacket tests on openbsd
2015-05-06 Mikio Harasyscall: fix TestSCMCredentials
2015-05-06 Michael Hudson... cmd/6l, cmd/internal/ld: handle R_PCREL to function...
2015-05-06 Brad Fitzpatricknet/http: don't send implicit Content-Length if Transfe...
2015-05-05 Didier Speziatext/template: check for malformed pipelines
2015-05-05 Michael Hudson... cmd/internal/ld: reserve space for package list note...
2015-05-05 Michael Hudson... cmd/go: rebuild stale shared objects before linking...
2015-05-05 Dave Cheneycmd/go: fix linux-amd64-clang builder
2015-05-05 Fabrizio (Misto... fmt: prevent panic from %.[]
2015-05-05 Rob Pikeos: add LookupEnv, like Getenv but reports presence
2015-05-05 Burcu Doganmisc/ios: fix plist indentation and whitespace
2015-05-05 Minux MaRevert "cmd/internal: disable OSQRT on GOARM=5"
2015-05-05 Rob Pikefmt: document that Scanf returns an error the same...
2015-05-05 Russ Coxruntime: rename ptrsize to ptrdata
2015-05-05 Rob Pikefmt: change the overflow test for large numbers in...
2015-05-05 Rob Piketext/template: shut down lexing goroutine on error
2015-05-05 Keith Randallruntime: let freezetheworld work even when gomaxprocs=1
2015-05-05 Mikio Haranet: fix inconsistent errors
2015-05-05 Mikio Haranet: add missing ReadFrom, WriteTo deadline tests
2015-05-05 Shenghou Maruntime: fix software FP regs corruption when emulating...
2015-05-05 Nigel Taoimage/gif: be consistent wrt "color map" or "color...
2015-05-05 Joel Singcmd/internal: disable OSQRT on GOARM=5
2015-05-05 Shenghou Mago/build: reserve GOARCH values for all common architec...
2015-05-05 Keith Randallcmd/internal/gc: Use shifts for powers-of-two indexing
2015-05-04 Dave Cheneycmd/internal/ld: delete Biobuf
2015-05-04 Shenghou Mago/internal/gcimporter, go/types: also skip tests on...
2015-05-04 David du Colombierarchive/tar: fix error message
2015-05-04 Austin Clementsruntime: add pointer size to type structure
2015-05-04 Austin Clementscmd/internal/ld: put all type decoding in decodesym.go
2015-05-04 Rob Pikefmt: catch overflow in width and prec calculations
2015-05-04 Rick Hudsonruntime: Reduce calls to shouldtriggergc
2015-05-04 Aymericktext/template: ensures code consistency in lexer
2015-05-04 Keith Randalltime: Fix ordering of slots in AfterQueueing test
2015-05-04 Nigel Taoimage/gif: don't encode local color tables if they...
2015-05-04 David Symondscmd/go: Update alldocs.go header to point to the correc...
2015-05-04 Shenghou Mahash/crc32: move reverse representation docs to an...
2015-05-03 Keith Randalltest: fix nosplit test for noopt build
2015-05-03 Shenghou Madoc/go1.5.txt: mention openbsd/arm port
2015-05-03 Shenghou Masyscall: fix little-endian assumptions
2015-05-03 Rob Pikedoc/go1.5.txt: huge integers are parse errors in text...
2015-05-03 Rob Piketext/template/parse: huge integers are not floats
2015-05-03 Rob Pikecmd/internal/gc,ld: use new flag syntax
2015-05-02 Shenghou Macmd/internal/gc: fix build on big endian systems
2015-05-02 Didier Speziatext/template: check for literals in chain of terms
2015-05-02 Dmitry Vyukovgo/ast: fix formatting of error message
2015-05-02 Shenghou Manacltest.bash: remove syscall/fstest_nacl.go after...
2015-05-02 Alex Brainmanruntime: fix stackDebug comment
2015-05-01 Dave Cheneycmd/internal/obj: remove Biobuf unget
2015-05-01 Brad Fitzpatricknet/http: fix scheduling race resulting in flaky test
2015-05-01 Didier Speziatext/template: detect unmatched else at parsing time
2015-05-01 Didier Speziacmd/internal/gc,ld: use new flag argument syntax
2015-05-01 Austin Clementsruntime: detailed debug output of controller state
2015-05-01 Russ Coxruntime: correct accounting of scan work and bytes...
2015-05-01 Russ Coxcmd/internal/gc, runtime: use 1-bit bitmap for stack...
2015-05-01 Dave Cheneycmd/internal/obj: clean up Biobuf
2015-05-01 David Chasecmd/internal/gc: Toughen escape analysis against some...
2015-05-01 Josh Bleecher... Revert "runtime/pprof: write heap statistics to heap...
2015-05-01 Keith Randallcmd/dist, runtime: Make stack guard larger for non...
2015-05-01 David Chasecmd/internal/gc: improve flow of input params to output...
2015-05-01 David Crawshawruntime/cgo, cmd/dist: turn off exc_bad_access handler...
2015-05-01 Shenghou Maruntime: adjust traceTickDiv for non-x86 architectures
2015-05-01 Dave Cheneycmd/cover: fix build
2015-05-01 Rob Pikecmd/cover: try once again to fix the build
2015-05-01 Rob Pikecmd/cover: fix build
2015-05-01 Dave Cheneycmd/8g: don't call gc.Fatal during initalisation
2015-05-01 Rob Piketext/template: allow newlines in raw quotes
2015-05-01 Rob Pikedoc/go1.5.txt: cover has moved
2015-05-01 Rob Pikecmd/cover: copy to standard repository from golang...
2015-04-30 Matthew Dempskydoc/progs: remove flaky timing-sensitive test
2015-04-30 Ian Lance Taylorcmd/go: support -buildmode=c-shared for gccgo
2015-04-30 Brad Fitzpatricknet/http: document ServeFile and FileServer index.html...
2015-04-30 Alex A Skinnernet: make go DNS use localhost if resolv.conf is missin...
2015-04-30 Michael Hudson... cmd/internal/ld: put the list of packages built into...
2015-04-30 Dave Cheneymisc/cgo/testcshared, misc/cgo/testshared: fix clang...
next