]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-08-16 Nigel Taodatabase/sql: make Rows.Next returning false always...
2013-08-16 Russ Coxcmd/gc: ensure addable in checknil (fix race build)
2013-08-16 Brad Fitzpatricknet/http: don't send an automatic Content-Length on...
2013-08-16 Rob Pikedoc/go1.2.txt: delete 'go doc'
2013-08-16 Rob Pikedoc/go1.2.txt: three-index slices are going into 1.2
2013-08-16 Rob Pikecmd/go: delete 'go doc'
2013-08-15 Brad Fitzpatricknet/http: unify the confusingly-named serve_test and...
2013-08-15 Russ Coxcmd/gc: &x panics if x does
2013-08-15 Russ Coxspec: &x panics if x does
2013-08-15 Russ Coxtests: remove two misuses of nil pointers
2013-08-15 Mikio Hararuntime: fix wrong syscall numbers on freebsd/386,...
2013-08-15 Mikio Haranet: enable runtime-integrated network pollster on...
2013-08-15 Dmitriy Vyukovruntime: remove old preemption checks
2013-08-15 Dmitriy Vyukovruntime: fix plan9 build
2013-08-15 Rémy Oudomphengdoc: update go1.2.txt
2013-08-15 Mikio Haranet: rearrange the call order of runtime-integrated...
2013-08-15 Rob Piketime: expand acceptance of time zones when parsing
2013-08-15 Brad Fitzpatrickarchive/zip: speed up Zip64 test
2013-08-15 Brad Fitzpatricktesting: add TB, an interface common to T and B
2013-08-15 Rob Pikeos/exec: document that LookPath's result may be a relat...
2013-08-15 Rob Pikego_spec.html: clarify that tags are part of struct...
2013-08-15 Alex Brainmanruntime/race: add end-to-end test on windows
2013-08-15 Rob Pikecmd/go: fix bad error message in coverage for package...
2013-08-15 Rob Piketime: handle GMT possibly with offset
2013-08-14 David Symondscmd/go: fix detached heads that are remnants of bad...
2013-08-14 Dominik Honnefmisc/emacs: Allow go-coverage to work in existing cover...
2013-08-14 Russ Coxencoding/xml: support generic encoding interfaces
2013-08-14 Carl Shapirocmd/go, runtime/cgo: explicitly target ARMv5T
2013-08-14 Andrew Gerranddoc: update go1.2.txt
2013-08-14 Brad Fitzpatrickdoc: update go1.2.txt
2013-08-14 Mikio Haranet: simplify dial
2013-08-14 Elias Naurcmd/ld: Remove superfluous redundant iself check
2013-08-14 Dmitriy Vyukovruntime: fix SetBlockProfileRate
2013-08-14 Mikio Haranet: simplify non-cgo DNS exchange
2013-08-14 Mikio Haranet: fix TestTCPLookup
2013-08-14 Russ Coxdoc: update go1.2.txt
2013-08-14 Rémy Oudomphengcmd/5g, cmd/6g, cmd/8g: restore occurrences of R replac...
2013-08-14 Russ Coxencoding/xml: add, support Marshaler interface
2013-08-14 Russ Coxencoding/xml: add, support Unmarshaler interface
2013-08-14 Russ Coxencoding/json: support encoding.TextMarshaler, encoding...
2013-08-14 Russ Coxruntime: make SetFinalizer(x, f) accept any f for which...
2013-08-14 Russ Coxruntime/cgo: use old-style indirect call on arm
2013-08-14 Dmitriy Vyukovruntime: fix windows build
2013-08-14 Dmitriy Vyukovruntime: implement SysUnused on windows
2013-08-14 Dmitriy Vyukovnet: make TCPStress test shorter
2013-08-14 Elias Naurruntime: Fix build on older ARM
2013-08-14 Dmitriy Vyukovnet: make TestDeadlineRace shorter
2013-08-14 Elias Naurruntime: Fix netbsd/arm and freebsd/arm build
2013-08-14 Russ Coxcmd/dist: fix darwin build
2013-08-14 Elias Naurcmd/cgo: fix windows build
2013-08-14 Matt Joinerdatabase/sql: fix accumulation of bad conns on prepared...
2013-08-14 Brad FitzpatrickA+C: Matt Joiner (individual CLA)
2013-08-14 Elias Naurruntime.cmd/ld: Add ARM external linking and implement...
2013-08-14 Dmitriy Vyukovruntime: improve block profiler support for channels
2013-08-14 Russ Coxsync/atomic: fix new swap on arm linux
2013-08-14 Russ Coxcmd/5g: fix temp-merging on ARM
2013-08-14 Russ Coxtime: make Time implement encoding interfaces
2013-08-14 Russ Coxnet: make IP implement encoding.MarshalerText, encoding...
2013-08-14 Russ Coxundo CL 12603044 / 2ca230b93195
2013-08-14 Russ Coxencoding/gob: support new generic interfaces in package...
2013-08-14 Russ Coxencoding: new package
2013-08-14 Russ Coxencoding/xml: add, support Marshaler interface
2013-08-14 ChaiShushanmisc/notepadplus: support Calltips
2013-08-14 Andrew Gerrandcmd/go: add -t flag to 'go get' to download test depend...
2013-08-13 Russ Coxruntime: fix build on arm
2013-08-13 Brad Fitzpatrickarchive/zip: add File.DataOffset
2013-08-13 Mikio Haranet: make Dial, Listen and ListenPacket return consiste...
2013-08-13 Brad Fitzpatrickdatabase/sql: add a disabled broken test
2013-08-13 Brad Fitzpatrickarchive/zip: remove an allocation, speed up a test
2013-08-13 Rob Pikeencoding/binary: make Write work like Read
2013-08-13 Rob Pikecmd/go: nicer error diagnosis in go test
2013-08-13 Dmitriy Vyukovnet: fix build fix
2013-08-13 Dmitriy Vyukovnet: fix windows build
2013-08-13 Dmitriy Vyukovruntime: dump scheduler state if GODEBUG=schedtrace...
2013-08-13 Russ Coxsync/atomic: update comment for ARM 64-bit atomics
2013-08-13 Keith Randallundo CL 12840043 / 3b9f54db72a1
2013-08-13 Keith Randallruntime: tell GC not to scan internal hashmap structures.
2013-08-13 Russ Coxundo CL 12787044 / ed695cdf962b
2013-08-13 Dmitriy Vyukovruntime: fix LockOSThread
2013-08-13 Dmitriy Vyukovruntime: more reliable preemption
2013-08-13 Dmitriy Vyukovruntime: do no lose CPU profiling signals
2013-08-13 Dmitriy Vyukovruntime: fix false deadlock crash
2013-08-13 Dmitriy Vyukovsync/atomic: fix ARM nomenclature in comments
2013-08-13 Rick Arnoldio: prevent write to PipeWriter after Close
2013-08-13 Dmitriy Vyukovsync/atomic: add Swap to nil deref test
2013-08-13 Dmitriy Vyukovsync/atomic: trigger paging fault early on linux/arm
2013-08-13 Alex A Skinnernet: implement DNS TCP fallback query if UDP response...
2013-08-13 Alberto García... cmd/cgo: Add support for C function pointers
2013-08-13 Russ Coxruntime/pprof: test netbsd and openbsd again
2013-08-13 Anthony Martintest/run: process build tags like go/build
2013-08-13 Dmitriy Vyukovruntime/pprof: fix test
2013-08-13 Dmitriy Vyukovruntime: fix handling of network deadlines
2013-08-13 Dmitriy Vyukovdoc: update go1.2.txt
2013-08-13 Dmitriy Vyukovsync/atomic: add Swap functions
2013-08-13 Mikio Haranet: make deadline helpers join to netFD as its methods
2013-08-13 Dmitriy Vyukovsync: faster Cond
2013-08-13 Dmitriy Vyukovruntime: eliminate excessive notewakeup calls in timers
2013-08-13 Dmitriy Vyukovsyscall: disable cpu profiling around fork
2013-08-13 Dmitriy Vyukovruntime: fix network timers related crash
2013-08-13 Andrew Gerrandtag go1.1.2
next