]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-02-25 Austin Clementsruntime: consolidate gcworkdone/gcscanvalid clearing...
2015-02-25 Austin Clementsruntime: remove unnecessary gcworkdone resetting loop
2015-02-25 Matthew Dempskyruntime: remove gogetcallerpc and gogetcallersp functions
2015-02-25 Matthew Dempskyruntime: simplify NetBSD semaphores
2015-02-25 Dave Cheneysyscall: generate AT_* constants and regenerate ztypes_...
2015-02-25 Jan Kratochvilgdb: fix map prettyprinter
2015-02-25 Matthew Dempskyruntime: simplify OpenBSD semaphores
2015-02-25 Dave Cheneysyscall: split implementation of Dup2 per linux GOOS
2015-02-25 Adam Langleydoc/go1.5: mention the change in certificate wildcard...
2015-02-25 Robert Griesemermath/big: permit passing of (possibly nil) *Float to...
2015-02-25 Dave Cheneysyscall: split implementation of Pipe/Pipe2 per GOOS
2015-02-25 Dave Cheneycmd/dist: respect runtime.NumCPU when bootstrapping...
2015-02-25 Rick Hudsonruntime: reset gcscanvalid and gcworkdone when GODEBUG...
2015-02-24 Dave Cheneysyscall: rebuild zsyscall_linux_*.go
2015-02-24 Robert Griesemermath/big: fix test for 32bit platforms (fix build)
2015-02-24 Robert Griesemergo/ast, go/parser: correct End() position for *ast...
2015-02-24 Robert Griesemermath/big: change Float.SetMantExp to always multiply...
2015-02-24 Rob Pikecmd/asm: fix build for new aliases
2015-02-24 Rob Pikecmd/asm: add alias for MOVOA=MOVO on amd64
2015-02-24 Adam Langleycrypto/x509: make behaviour of absolute DNS names match...
2015-02-24 Adam Langleycrypto/x509: allow wildcards only as the first label.
2015-02-24 Adam Langleycrypto/tls: allow larger initial records.
2015-02-24 Adam Langleycrypto/x509: don't reject certs with critical policy...
2015-02-24 Robert Griesemermath/big: fix several issues with string->Float conversion
2015-02-24 David Crawshawcmd/go: limit default darwin/arm parallelism
2015-02-24 Dmitry Vyukovsync: add active spinning to Mutex
2015-02-24 Mikio Haranet: enable TestTCPReadWriteAllocs in short mode
2015-02-24 Adam Langleycrypto/rsa: drop the primality check in crypto/rsa...
2015-02-23 Charlie Dorianmath: Dim, Max, Min - allow more bit patterns for NaN
2015-02-23 Russ Coxall: merge dev.cc (a91c2e0) into master
2015-02-23 Austin Clementsruntime: eliminate unnecessary assumption in heapBitsFo...
2015-02-23 Russ Cox[dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on...
2015-02-23 Russ Cox[dev.cc] cmd/5g etc: code cleanup: delay var decls...
2015-02-23 Robert Griesemermath/big: fix formatting for 'b' format
2015-02-23 Shenghou Maruntime/pprof: make TestBlockProfile more robust
2015-02-23 Charles Dorianmath: faster Cbrt
2015-02-23 Russ Cox[dev.cc] cmd/6a, cmd/6g etc: replace C implementations...
2015-02-23 Russ Cox[dev.cc] cmd/dist, cmd/go: stop building C implementati...
2015-02-23 Russ Cox[dev.cc] cmd/internal/gc: reconvert to pick up bug...
2015-02-23 Russ Cox[dev.cc] test: disable syntax error tests
2015-02-23 Rob Pike[dev.cc] cmd/asm: add end to end test for amd64
2015-02-23 Russ Cox[dev.cc] cmd/go: do not install tools while executing...
2015-02-23 Russ Cox[dev.cc] all: merge master (6a10f72) into dev.cc
2015-02-23 Robert Griesemermath/big: don't return io.EOF on successful call of...
2015-02-23 Rick Hudsonruntime: Add prefetch to allocation code
2015-02-23 Robert Griesemergo/token: document that column positions and file offse...
2015-02-23 Robert Griesemermath/big: incorporated feedback from prior TBR reviews
2015-02-23 Alexandre Cesaronet/mail: move RFC 2047 code to internal/mime
2015-02-23 David Crawshawcmd/go: link cgo into tests on darwin/arm
2015-02-23 Russ Cox[dev.cc] misc/nacl: add testdata for cmd/internal/rsc...
2015-02-23 Russ Cox[dev.cc] runtime, syscall: add names to FP offsets...
2015-02-23 Russ Cox[dev.cc] cmd/new6g, etc: reconvert to add profiling
2015-02-23 Russ Cox[dev.cc] all: merge master (48469a2) into dev.cc
2015-02-23 Russ Cox[dev.cc] cmd/go: fix expansion of cmd
2015-02-23 Russ Cox[dev.cc] doc/go1.5: mention cmd/go meaning of std change
2015-02-23 Russ Cox[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'
2015-02-23 David du Colombiercmd/ld: fix warning on Plan 9
2015-02-23 Matthew Dempskyruntime: remove unneeded C header files
2015-02-22 Aaron Jacobsnet/http: Removed some unused constants in request.go.
2015-02-22 Jan Kratochvilgdb: fix "gdb.error: No struct named reflect.rtype."
2015-02-22 Mark BucciarelliCall --> CallSlice in two spots. No logic change,...
2015-02-21 Russ Cox[dev.cc] cmd/asm/internal/asm: fix test on nacl
2015-02-21 Russ Cox[dev.cc] cmd/asm/internal/asm: fix test on windows
2015-02-21 Russ Cox[dev.cc] cmd/go: reenable verifyCompiler
2015-02-21 Russ Cox[dev.cc] cmd/new6g etc: reconvert from C
2015-02-21 Rob Pike[dev.cc] cmd/asm: fix build: broken end to end test
2015-02-21 Rob Pike[dev.cc] cmd/asm: fix build
2015-02-21 Rob Pike[dev.cc] cmd/asm: add end-to-end test
2015-02-21 Rob Pike[dev.cc] cm/asm: fix up arm after cross-check with 5a
2015-02-20 Russ Cox[dev.cc] crypto/md5, crypto/sha1: restore a few SP...
2015-02-20 Russ Cox[dev.cc] cmd/asm: add ppc64le support
2015-02-20 Russ Cox[dev.cc] cmd/go: install cmd/asm as a tool
2015-02-20 Dmitry Vyukovcmd/trace: add new command
2015-02-20 David Crawshaw[dev.cc] runtime: print to stderr as well as android...
2015-02-20 Dmitry Vyukovruntime/race: update race runtime to rev 229396
2015-02-20 Dmitry Vyukovruntime: adjust program counters in race detector
2015-02-20 Russ Coxruntime: split gc_m into gcMark and gcSweep
2015-02-20 Russ Coxruntime: unroll gc_m loop
2015-02-20 Russ Coxruntime: tidy GC driver
2015-02-20 Dmitry Vyukovruntime: fix cputicks on x86
2015-02-20 Rob Pike[dev.cc] cmd/asm: implement FMADD for ppc64
2015-02-20 Russ Cox[dev.cc] all: merge master (5868ce3) into dev.cc
2015-02-20 Russ Cox[dev.cc] cmd/go: disable verifyCompiler
2015-02-20 Andrew Gerrandpath/filepath: add example for filepath.Split
2015-02-20 Mikio Haranet, syscall: more accurate parsers for routing message...
2015-02-20 Ingo Oesercmd/go: simplify/fix handling private github repos
2015-02-20 Russ Coxdoc: dummy commit in go1.5.txt
2015-02-20 Rob Pike[dev.cc] cmd/asm: bring asm on ppc64 in sync with 9a
2015-02-20 Rob Pike[dev.cc] runtime,syscall: quiet some more vet errors
2015-02-20 Russ Cox[dev.cc] cmd/internal/obj, cmd/internal/gc, new6g:...
2015-02-20 Russ Cox[dev.cc] cmd/gc: tweak default fatal in ordersafeexpr...
2015-02-19 Andrew Gerrandcmd/dist: show friendlier error message when building...
2015-02-19 Russ Coxruntime: do not unmap work.spans until after checkmark...
2015-02-19 Rob Pike[dev.cc] runtime,syscall: add symbols for FP and SP...
2015-02-19 Rob Pike[dev.cc] cmd/go: enable verifyAsm for all architectures
2015-02-19 Rob Pike[dev.cc] cmd/asm: accept #define A /* nothing */
2015-02-19 Russ Coxruntime: missed change from reorganization CL
2015-02-19 Russ Coxruntime: reorganize memory code
2015-02-19 Russ Cox[dev.cc] test: disable rotate tests
2015-02-19 Dmitry Vyukovcmd/pprof: add -runtime flag
next