]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-09-26 Austin Clementsruntime: document MemStats
2016-09-26 Austin Clementsruntime: eliminate memstats.heap_reachable
2016-09-26 Austin Clementsruntime: disentangle next_gc from GC trigger
2016-09-26 Robert Griesemergo/ast: better documentation for CallExpr node
2016-09-26 Robert Griesemercmd/printer: document that Fprint doesn't match gofmt...
2016-09-26 Ian Lance Taylorruntime: unify Unix implementations of unminit
2016-09-26 Alberto Donizettimath/big: better SetFloat64 example in doc
2016-09-26 Ian Lance Taylorruntime: merge setting new signal mask in minit
2016-09-26 David Chasecmd/compile: PPC64, find compare-with-immediate
2016-09-26 Alberto Donizetticmd/compile: only allow integer expressions as keys...
2016-09-26 Ian Lance Taylorruntime: unify sigtrampgo
2016-09-26 David Chasecmd/compile: On PPC, nilcheck load should be MOVBZ
2016-09-26 Alberto Donizetticmd/compile: fix bogus "fallthrough statement out of...
2016-09-26 Ian Lance Taylorruntime: unify handling of alternate signal stack
2016-09-26 Emmanuel Odekenet/http: add Client tests for various 3xx redirect...
2016-09-26 Gyu-Ho Leenet/http/httputil: preallocate trailerKeys slice
2016-09-26 Antonio Murdacanet/url: avoid if statement
2016-09-25 Sam Whitednet/rpc: Add documentation for client.Close
2016-09-25 Anders Pearsonexpvar: export http.Handler
2016-09-25 Ian Lance Taylorruntime: simplify conditions testing g.paniconfault
2016-09-25 Ian Lance Taylorruntime: merge sigpanic_unix.go into signal_unix.go
2016-09-25 Dmitry Vyukovruntime/race: don't crash on invalid PCs
2016-09-25 Dmitry Vyukovcmd/cgo: fix line info in _cgo_gotypes.go
2016-09-25 Dmitry Vyukovruntime: fix newextram PC passed to race detector
2016-09-25 Jaana Burcu... net/http/httptrace: remove the mention of http client
2016-09-25 Ian Lance Taylorruntime: merge Unix sighandler functions
2016-09-25 Kale Blankenshipos: make IsExist report true on ERROR_DIR_NOT_EMPTY...
2016-09-24 Keith Randallruntime: remove TestCollisions from -short
2016-09-24 Ian Lance Taylorruntime: unify some signal handling functions
2016-09-24 David Crawshawcmd/dist: enable plugin test on darwin/amd64
2016-09-24 David Crawshawcmd/go: enable -buildmode=plugin on darwin/amd64
2016-09-23 David Crawshawcmd/link: plugin support on darwin/amd64
2016-09-23 Keith Randallcmd/compile: fix 4-byte unaligned load rules
2016-09-23 Michael Mundaycmd/compile: recognize OpS390XLoweredNilCheck as a...
2016-09-23 Lynn Bogermath, cmd/internal/obj/ppc64: improve floor, ceil,...
2016-09-23 David Crawshawruntime: use sched_yield instead of pthread_yield
2016-09-23 David Crawshawplugin: darwin support
2016-09-23 David Crawshawruntime: check plugin-loaded moduledata addresses
2016-09-22 Ian Lance Taylorcmd/compile: don't instrument copy and append in runtime
2016-09-22 Keith Randallcmd/compile: fix type of static closure pointer
2016-09-22 Cherry Zhangtest: errorcheck auto-generated functions
2016-09-22 Cherry Zhangcmd/compile: ensure args are live in tail calls for...
2016-09-22 Adam Langleycrypto/tls: fix deadlock when racing to complete handshake.
2016-09-22 Kale Blankenshipnet/url: prefix relative paths containing ":" in the...
2016-09-22 David Chasecmd/compile: use ISEL, cleanup use of zero & extensions
2016-09-22 Emmanuel Odekecompress/gzip: add examples
2016-09-22 Nigel Taocrypto/rsa: clarify comment on maximum message length.
2016-09-21 Ian Lance Taylorruntime: merge signal[12]_unix.go into signal_unix.go
2016-09-21 Mikio Hararuntime: revert CL 18835; don't install new signal...
2016-09-21 Matthew Dempskycmd/compile: simplify obj.ProgInfo and extract from...
2016-09-21 Russ Coxcmd/link: add time stamp to hostlink print in -v mode
2016-09-21 Lynn Bogercmd/link: split large elf text sections on ppc64x
2016-09-21 Suyashimage/png: add Encode and Decode examples
2016-09-21 Brad Fitzpatricknet: add Resolver type, Dialer.Resolver, and DefaultRes...
2016-09-21 Thomas de Zeeuwnet/http/httptest: fill ContentLength in recorded Response
2016-09-21 Michal Bohusláveknet/http/cookiejar: fix typo
2016-09-21 Austin Clementsruntime: remove unnecessary atomics from heapBitSetType
2016-09-21 Mikio Haradoc: add note about CL 29491 to go1.8.txt
2016-09-21 Mikio Harasyscall: fix build on dragonfly
2016-09-21 Matthew Dempskycmd/internal/obj: remove unused GOROOT-related fields
2016-09-21 Matthew Dempskycmd/internal/obj: remove unused Textp and Etextp fields
2016-09-21 Yasuhiro Matsumotoos: use GetConsoleCP() instead of GetACP()
2016-09-21 Brad Fitzpatrickimage/draw: add FloydSteinberg Drawer example
2016-09-20 Brad Fitzpatrickdoc: add some missing HTML tags in the FAQ
2016-09-20 Keith Randallcmd/compile: improve tighten pass
2016-09-20 Keith Randallcmd/compile: simple cleanups
2016-09-20 Damien Neilsyscall: validate ParseDirent inputs
2016-09-20 Austin Clementsruntime: consistency check for G rescan position
2016-09-20 Austin Clementsruntime: report GCSys and OtherSys in heap profile
2016-09-20 Cherry Zhangcmd/compile: simplify div/mod on ARM
2016-09-20 Jaana Burcu... net/http/httptrace: fix bad tracing example
2016-09-20 Michael Hudson... cmd/link: remove more unused ctxt parameters
2016-09-20 Michael Hudson... cmd/link: kill off Symbols.Version
2016-09-20 Michael Hudson... cmd/link: remove now-unused ctxt arguments from a few...
2016-09-20 Michael Hudson... cmd/link: remove Linklookup & Linkrlookup
2016-09-20 Michael Hudson... cmd/link: use ctxt.{Lookup,ROLookup} in favour of funct...
2016-09-20 Michael Hudson... cmd/link: do not directly embed Symbols in Link
2016-09-20 Michael Hudson... cmd/link: split "bag of Symbols" functionality out...
2016-09-20 David Crawshawcmd/internal/obj, cmd/link: darwin dynlink support
2016-09-20 David Crawshawcmd/link: remove Cursym
2016-09-20 David Crawshawcmd/link: replace ld.Link.Diag with ld.Errorf
2016-09-19 Keith Randalldoc: mention KeepAlive & input args change
2016-09-19 Michael Hudson... cmd/link: move comment somewhere more appropriate
2016-09-19 Tormod Erevik Leacmd/vet: hard-code program name in usage message
2016-09-19 Rob Piketime: allow long fractions in ParseDuration
2016-09-19 Michael Mundaycmd/compile: intrinsify Ctz{32,64} and Bswap{32,64...
2016-09-19 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: add ppc64 vector regis...
2016-09-19 Emmanuel Odekecrypto/md5, crypto/sha1, crypto/sha256: add examples...
2016-09-19 Keith Randallcmd/compile: args no longer live until end-of-function
2016-09-19 Brady Sullivannet/http: rename Post's parameter from bodyType to...
2016-09-19 Keith Randallcmd/compile: cache CFG-dependent computations
2016-09-19 Keith Randallcmd/compile: fold ADDconsts together for PPC
2016-09-19 Keith Randallcmd/compile: inline convT2{I,E} when result doesn't...
2016-09-19 Rob Pikecmd/vet: fix documentation for -structtags
2016-09-18 Michael Hudson... cmd/link: remove size and version from genasmsym's...
2016-09-18 Michael Hudson... cmd/link: give names and a type to the symbol types...
2016-09-18 Cherry Zhangcmd/dist: fix internal linking check for mips64le
2016-09-17 Cherry Zhangcmd/compile: intrinsify runtime/internal/atomic.Xaddint64
2016-09-17 David Crawshawplugin: cast dlerror return value for android
2016-09-17 Keith Randallcmd/compile: fix format verbs in ssa package
next