]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-05-11 Rahul Chaudhrycmd/dist: de-dup iOS detection
2015-05-11 Alan Donovango/constant: rename go/constants
2015-05-11 Alexandre Cesaromime: Export RFC 2047 code
2015-05-11 Rob Pikefmt: allow for space and plus flags when computing...
2015-05-11 Josh Bleecher... fmt: skip malloc test under race detector
2015-05-11 Didier Speziacmd/gc: do not display ~b identifiers in error messages
2015-05-11 Michael Hudson... cmd/internal/ld: change Cpos to not flush the output...
2015-05-11 Daniel Morsingnet/http: silence race detector on client header timeou...
2015-05-11 Russ Coxruntime: use heap bitmap for typedmemmove
2015-05-11 Russ Coxruntime: zero entire bitmap for object, even past dead...
2015-05-11 Russ Coxruntime: reorder bits in heap bitmap bytes
2015-05-11 Russ Coxruntime: move a few atomic fields up
2015-05-11 Russ Coxcmd/internal/gc: mark panicindex calls as not returning
2015-05-11 Russ Coxcmd/internal/gc: drop unused Reslice field from Node
2015-05-11 Russ Coxcmd/internal/gc: show register dump before crashing...
2015-05-11 Russ Coxruntime: fix TestLFStack on 386
2015-05-11 Russ Coxcmd/internal/gc: emit branches in -g mode
2015-05-11 Russ Coxruntime: remove wbshadow mode
2015-05-11 Russ Coxruntime: reintroduce ``dead'' space during GC scan
2015-05-11 Russ Coxruntime: optimize heapBitsSetType
2015-05-11 Russ Coxruntime: use 2-bit heap bitmap (in place of 4-bit)
2015-05-11 Russ Coxruntime: use 1-bit pointer bitmaps in type representation
2015-05-11 Russ Coxruntime: add benchmark of heapBitsSetType
2015-05-11 Daniel Morsingruntime: enable profiling on g0
2015-05-11 Patrick Mezardinternal/syscall/windows/registry: handle invalid integ...
2015-05-11 Shenghou Mamisc/trace: add license for the trace-viewer
2015-05-11 Mikio Haranet: increase timeout in TestWriteTimeoutFluctuation...
2015-05-10 Shenghou Mago/build: fix typo
2015-05-10 Patrick Mezardinternal/syscall/windows: increase registry.ExpandStrin...
2015-05-09 Shenghou Masyscall: fix InotifyInit on linux/arm64
2015-05-09 Rahul Chaudhrybuild: correct quoting of args in run.bash
2015-05-09 Mikio Haranet: enable cgo test on solaris
2015-05-08 Didier Speziahtml: simplify and optimize escape/unescape
2015-05-08 Rob Piketesting: make the output of -v more uniform and aligned...
2015-05-08 Didier Speziahtml/template: fix pipeline sanitization
2015-05-08 Brett Cannondoc/effective_go: make function signature match functio...
2015-05-08 Ian Lance Taylorcmd/cgo: wrap generated exports with extern "C" for C++
2015-05-08 Shenghou Macmd/internal/ld: generate correct .debug_frames on...
2015-05-07 Josh Bleecher... cmd/internal/gc: unsafe.Pointer constants may only...
2015-05-07 Russ Coxruntime: turn off checkmark by default
2015-05-07 Russ Coxruntime: fix gccheckmark mode and enable by default
2015-05-07 Rick Hudsonruntime: set heap minimum default based on GOGC
2015-05-07 Rob Piketext/template: delete obsolete nil check
2015-05-07 Rob Pikefmt: fix panic with large precision
2015-05-07 Ian Lance Taylorcmd/go: install headers for c-archive/c-shared cgo...
2015-05-07 David Chasecmd/internal/gc: improve "type *X has no field or metho...
2015-05-07 Michael Hudson... runtime: check consistency of all module data objects
2015-05-07 John Dethridgedebug/dwarf: compute ByteSize for more DWARF types
2015-05-07 Alex Brainmannet: do not skip TestAcceptIgnoreSomeErrors
2015-05-07 Ian Lance Taylorcmd/cgo: add -exportheader option
2015-05-07 Shenghou Mabuildall.bash: also build for linux/arm with GOARM=5
2015-05-07 Brad Fitzpatricknet: disable failing ICMP test for now
2015-05-07 Mikio Haranet: don't run IP stack required tests on IP stack...
2015-05-07 Mikio Haranet: align temporary file, directory names in tests
2015-05-07 Mikio Haradoc: mention returned error types and values on the...
2015-05-07 Ian Lance Taylorcmd/cgo: add header guard for boilerplate in export...
2015-05-07 Alex Brainmanruntime: fix comments that mention g status values
2015-05-06 Shenghou Mago/build: enable cgo by default on iOS
2015-05-06 Ian Lance Taylorcmd/cgo: readability improvements to generated _cgo_exp...
2015-05-06 Rob Pikecmd/doc: add type-bound vars to global vars list
2015-05-06 Rob Piketesting: document that Log and Logf always print in...
2015-05-06 Austin Clementsruntime: use heap scan size as estimate of GC scan...
2015-05-06 Austin Clementsruntime: track "scannable" bytes of heap
2015-05-06 Austin Clementsruntime: include scalar slots in GC scan work metric
2015-05-06 Austin Clementsruntime: dispose gcWork caches before updating controll...
2015-05-06 Brad Fitzpatricktime: deflake TestAfterQueuing
2015-05-06 Brad Fitzpatrickos: eradicate smallpox after test
2015-05-06 Brad Fitzpatricknet: always use cgo for DNS on Android
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...
next