]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-02-19 Josh Bleecher... runtime: don't test gdb on darwin
2015-02-19 Austin Clementsruntime: use more natural types in struct workbuf
2015-02-19 Austin Clementsruntime: switch to gcWork abstraction
2015-02-19 Austin Clementsruntime: introduce higher-level GC work abstraction
2015-02-19 Austin Clementsruntime: drop unused workbufhdr.id field
2015-02-19 Ryan Seysdoc: fix broken link in README
2015-02-19 Rob Pike[dev.cc] cmd/asm: add ppc64
2015-02-19 Nigel Taoimage/jpeg: support 16-bit quantization tables and...
2015-02-19 Rob Pike[dev.cc] runtime: fix FP reference in atomic_ppc64x.s
2015-02-19 Rob Pike[dev.cc] cmd/9a,new9a: set v=1 on static names
2015-02-19 Austin Clementsruntime: make gcDrainN take an int instead of uintptr
2015-02-19 Matthew Dempskyruntime: fix accidentally exported OpenBSD constants
2015-02-18 Aaron Jacobsencoding/json: Fixed the comment specifying Marshal...
2015-02-18 Nigel Taoimage: change Rectangle.Eq to return true for all empty...
2015-02-18 Brad Fitzpatrickdoc: add cgi change go1.5.txt
2015-02-18 Alex Sergeyevnet/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT
2015-02-18 Russ Cox[dev.cc] cmd/9a, cmd/new9a: fix line numbers
2015-02-18 Russ Cox[dev.cc] cmd/dist, cmd/go: build new6g etc and verify...
2015-02-18 David Crawshawcrypto/x509: embed certificates on darwin/arm
2015-02-18 David du Colombiercmd/gc: replace NULL by nil
2015-02-18 Dmitry Vyukovcmd/gc: generate simpler names for closures
2015-02-18 Rob Pike[dev.cc] cmd/internal/obj/ppc64: set Ctxt when allocati...
2015-02-18 Rob Pike[dev.cc] cmd/asm: make 4(SP) illegal except on 386
2015-02-18 Andrew Gerranddoc: document Go 1.4.2
2015-02-18 Russ Cox[dev.cc] cmd/yacc: introduce yyParser to expose parser...
2015-02-18 Rob Pike[dev.cc] cmd/asm/internal/asm: add operand parsing...
2015-02-17 Russ Cox[dev.cc] cmd/internal/gc, cmd/new6g etc: convert from...
2015-02-17 Russ Cox[dev.cc] cmd/go: install new6g etc (once they are commi...
2015-02-17 Russ Cox[dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for...
next