]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-08-13 David Symondsgo/doc: permit a package synopsis to end with ":\n".
2013-08-13 Andrew Gerranddoc: release notes for go1.1.2
2013-08-13 Russ Coxcmd/gc: add temporary-merging optimization pass
2013-08-13 Rob Pikedoc/go1.2.txt: bufio.{Writer,Reader}.Reset
2013-08-13 Brad Fitzpatrickcmd/api: don't fail API check if there's no network
2013-08-13 Russ Coxcmd/6l: fix printing of frame size in TEXT instruction
2013-08-13 Russ Coxcmd/gc: move flow graph into portable opt
2013-08-13 Rob Pikego/build: change the wording of NoGoError and comment...
2013-08-13 Elias Naurtext/template: Make function call builtin handle nil...
2013-08-13 Russ Coxcmd/6g, cmd/8g: proginfo carry fixes
2013-08-12 Russ Coxcmd/gc: support for "portable" optimization logic
2013-08-12 Volker Doblernet/http: do not send malformed cookie domain attribute
2013-08-12 Keith Randallruntime: change textflags from numbers to symbols
2013-08-12 Dmitriy Vyukovruntime/race: add end-to-end test
2013-08-12 Dmitriy Vyukovruntime: remove unused m->racepc
2013-08-12 Dmitriy Vyukovsync/atomic: specify argsize for asm routines
2013-08-12 Russ Coxcmd/5g: factor out prog information
2013-08-12 Russ Coxcmd/5l: fix encoding of new MOVB, MOVH instructions
2013-08-12 Dmitriy Vyukovruntime: fix ARM assembly formatting
2013-08-12 Keith Randallall: change textflags from numbers to symbols.
2013-08-12 Keith Randallmath: convert textflags from numbers to symbols
2013-08-12 Keith Randallsyscall: Convert textflags from numbers to symbols.
2013-08-12 Russ Coxcmd/8g: factor out prog information
2013-08-12 Andrew Gerrandbufio: add Writer example
2013-08-12 Rob Pikebufio: make it clear that the client must call Writer...
next