]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-09-28 Matthew Dempskycmd/compile: don't crash on (unsafe.Sizeof)(0)
2016-09-28 Cherry Zhangcmd/compile: re-enable nilcheck removal for newobject
2016-09-28 Blixtencoding/binary: add bool support
2016-09-28 Andrew Gerranddoc: add testing Name method to go1.8.txt
2016-09-28 Mikio Hararuntime, runtime/cgo: revert CL 18814; don't drop signa...
2016-09-28 Ian Lance Taylorruntime: minor simplifications to signal code
2016-09-28 Andrew Gerrandtesting: add Name method to *T and *B
2016-09-28 Alex Brainmanruntime: use RtlGenRandom instead of CryptGenRandom
2016-09-27 Keith Randallcmd/compile: remove duplicate nilchecks
2016-09-27 Cherry Zhangmath: add some assembly implementations on ARM64
2016-09-27 Brad Fitzpatricknet/http: add more IDNA2008 tests and fix some omissions
2016-09-27 Brad Fitzpatrickvendor: add golang.org/x/text/unicode/norm + x/test...
2016-09-27 mike andrews encoding/json: fix a bug in the documentation
2016-09-27 Ian Lance Taylorruntime: remove sigmask type, use sigset instead
2016-09-27 Daniel Theophanesdatabase/sql: add context methods
2016-09-27 Luigi Riefologo/doc: add IsPredeclared function
2016-09-27 Ian Lance Taylorruntime: simplify signalstack by dropping nil as argument
2016-09-27 Elias Naurruntime: relax SetFinalizer documentation to allow...
2016-09-27 Michael Mundaycmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructions
2016-09-27 Michael Mundaycmd/asm: add s390x instructions BLTU and BLEU
2016-09-27 Michael Mundaycmd/asm, cmd/internal/obj/s390x: improve add/multiply...
2016-09-27 Michael Mundayreflect, runtime: optimize Value.Call on s390x and...
2016-09-27 Alberto Donizetticmd/compile: remove commented-out old c code
2016-09-27 Cherry Zhangcmd/compile: move value around before kick it out of...
2016-09-27 Cherry Zhangruntime, cmd/compile: implement and use DUFFCOPY on...
2016-09-27 Oliver Tonnhoferimage/png: improve compression by skipping filter for...
2016-09-27 Alberto Donizetticmd/compile: fix misaligned comments
2016-09-27 Sam Whiteddatabase/sql: add doc comment for ErrTxDone
2016-09-27 Michal Bohuslávekmath/big: support negative numbers in ModInverse
2016-09-26 Austin Clementsruntime: optimize defer code
2016-09-26 Austin Clementsruntime: implement getcallersp in Go
2016-09-26 Austin Clementsruntime: update malloc.go documentation
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
next