]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-08-04 Brad Fitzpatrickarchive/zip: accept bogus trailing zeros in extras
2014-08-04 Mikio Haranet: consolidate sockaddrToAddr functions
2014-08-03 Rob Pikeencoding/gob: save a call to userType
2014-08-02 Brad Fitzpatricknet: fix Dial comment about IPv6 addresses
2014-08-01 Peter Collingbournecmd/go: use correct link flags if main package contains...
2014-08-01 Keith Randallruntime: move constants from map header to map type
2014-08-01 David du Colombiertest/run: go fmt
2014-08-01 Josh Bleecher... runtime: prevent pointless jmp in amd64 and 386 memmove
2014-08-01 Alex Brainmanruntime: implement monotonic clocks on windows
2014-07-31 Keith Randallruntime: missed a file in alg checkin
2014-07-31 Keith Randallruntime: convert hash functions to Go calling convention.
2014-07-31 Rui Ueyamastrconv: remove needless cast
2014-07-31 Keith Randallruntime: move built-in print routines to go.
2014-07-31 Keith Randallruntime: fix 32 bit build.
2014-07-31 Keith Randallruntime: convert slice operations to Go.
2014-07-31 Josh Bleecher... cmd/gc: fix example flag in comment
2014-07-31 Keith Randallruntime: use right mask to extract type kind
2014-07-31 Dmitriy Vyukovruntime: get rid of free
2014-07-31 Nigel Taoimage/jpeg: rename some internal variables.
2014-07-31 Keith Randallruntime: cast to uintptr to match %p formatter.
2014-07-31 Matthew Dempskyruntime: fix cmallocgc's C prototype
2014-07-30 Keith Randallruntime: fix stack memory test
2014-07-30 Rob Pikeruntime: fix assembler macro definitions to be consiste...
2014-07-30 Keith Randallruntime: fix freebsd build. Assignment is int32* on...
2014-07-30 Keith Randallruntime: rewrite malloc in Go.
2014-07-30 Rui Ueyamamime/multipart: delay reading random source
2014-07-30 Mikio Haraundo CL 107280044 / ee11f19bc514
2014-07-30 Mikio Haraundo CL 104290043 / 1d13818e6b3d
2014-07-30 Rui Ueyamabufio: fix rot13Reader bug in test
2014-07-30 Mikio Haraundo CL 102610045 / 7244ce3ae9db
2014-07-30 Mikio Haraundo CL 101460043 / 746e175af5d2
2014-07-30 Rob PikeA+C: fixed doubled entry
2014-07-29 Mihai Boroboceafmt: measure width in runes not bytes with %c and ...
2014-07-29 Keith Randallcmd/gc: don't allow escaping arguments in the runtime...
2014-07-29 Rob PikeA+C: Mihai Borobocea (individual CLA)
2014-07-29 Dmitriy Vyukovruntime: generate type info for chans
2014-07-29 Dmitriy Vyukovruntime: verify hmap type size
2014-07-29 Dmitriy Vyukovruntime: mark global var as NOPTR
2014-07-29 Dmitriy Vyukovruntime: mark global var as NOPTR
2014-07-29 Mikio Haranet: prevent spurious on-connect events via epoll on...
2014-07-29 Dmitriy Vyukovcmd/ld: better diagnostics on unaligned symbols
2014-07-29 Dmitriy Vyukovruntime: simpler and faster GC
2014-07-29 Rui Ueyamaimage/png: use branch-free abs function
2014-07-29 Rob Piketime: make it clearer that the reference time is the...
2014-07-28 Adam Langleycrypto/tls: check curve equation in ECDHE.
2014-07-28 Adam Langleyencoding/asn1: only omit optional elements matching...
2014-07-28 Asim Shankarcrypto/tls: Support ECDSA keys in generate_cert.go
2014-07-28 Brad Fitzpatricknet/http: make ServeContent support dates in If-Range...
2014-07-26 Shenghou Maliblink: warn about TLS base MRC instruction that does...
2014-07-26 Shenghou Macmd/ld: remove duplicated nuxiinit() call.
2014-07-26 Shenghou Macmd/5g: remove dead code.
2014-07-26 Shenghou Macmd/5l: remove unused noop.c
2014-07-26 Shenghou Macmd/5l, cmd/6l, cmd/8l: remove mkenam.
2014-07-25 Keith Randallruntime: convert complex128div to go.
2014-07-25 Bobby Powersinclude/u.h: define _DEFAULT_SOURCE for new glibc
2014-07-25 Bobby Powerscmd/gc: don't mark select descriptor as EscNone
2014-07-25 Alex Brainmansyscall: fix handling of bool return values in mksyscal...
2014-07-25 Andrew Gerranddoc: drop scheme from links that are known to support...
2014-07-24 Mathieu Lonjarettime: minor typo in doc
2014-07-24 Keith Randallruntime: set sweepgen atomically before updating span...
2014-07-24 David du Colombiertest/run: always set goos and goarch
2014-07-24 Brad Fitzpatricknet/http: don't ignore errors in Request.Write
2014-07-23 ChaiShushanmisc/pprof: support web profiles on windows/MinGW
2014-07-23 Dmitriy Vyukovruntime: don't lock mheap on user goroutine
2014-07-23 Dmitriy Vyukovruntime: fix unexpected return pc for runtime.newstackcall
2014-07-23 Russ Coxliblink: more precise literal word comparison on arm
2014-07-23 Russ Coxlib9: format %#04x, 0 as 0x0000 not 000000.
2014-07-23 Dmitriy Vyukovcmd/gc: mark auxiliary symbols as containing no pointers
2014-07-23 Alex Brainmandoc/go1.4.txt: windows can do symlinks now
2014-07-23 Russ Coxtesting: add Coverage function
2014-07-23 Alex Brainmansyscall: allow for mksyscall_windows.go to be used...
2014-07-22 Dave Cheneyruntime: rename throwgo to gothrow
2014-07-22 Dmitriy Vyukovcmd/ld: mark hostobj sections as containing no pointers
2014-07-22 Keith Randallruntime: make go vet happy
2014-07-22 Keith Randallcmd/gc: in the runtime package, don't promote any decls...
2014-07-22 Keith Randallruntime: keep build version around in binaries
2014-07-22 David Symondssyscall: fix typo in namei doc comment.
2014-07-22 David Symondscrypto/subtle: make ConstantTimeCompare return zero...
2014-07-21 Dmitriy Vyukovruntime: pass correct size to malloc
2014-07-21 Dmitriy Vyukovruntime: simplify code
2014-07-21 Russ Coxliblink: remove some gotos + other fixes
2014-07-21 Russ Coxruntime: round gohash stack frame to multiple of 8...
2014-07-21 Brad Fitzpatricknet/http: create internal pkg, unify two chunked.go...
2014-07-21 Brad Fitzpatrickcmd/api: ignore internal packages
2014-07-21 Josh Bleecher... runtime: add Benchmark[Clear|Copy]Fat[8|12]
2014-07-21 Alex Brainmanmake.bat: do not exit builder on successful completion...
2014-07-20 Ian Lance Taylortest: avoid "declared but not used" errors in shift1.go
2014-07-20 Ian Lance Taylortest: add test for confusion with dot imports
2014-07-20 Dmitriy Vyukovcmd/gc: do not mark PC as pointer on stack
2014-07-20 Dmitriy Vyukovcmd/gc: allocate select descriptor on stack
2014-07-20 Dmitriy Vyukovsync/atomic: fix data races in tests
2014-07-20 Anthony Martinbuild: be verbose when running tests on Plan 9
2014-07-19 Keith Randallruntime: fix stacks_sys accounting
2014-07-19 David du Colombiercmd/addr2line, cmd/objdump: fix on amd64 Plan 9
2014-07-19 Ian Lance Taylortest: add some tests for mismatches between call result...
2014-07-19 Shenghou Macodereview: abort 'hg commit' before entering commit...
2014-07-19 Shenghou Macodereview: revive the tests.
2014-07-19 Shenghou Matest: add test for issue8347
2014-07-18 Josh Bleecher... runtime: use uint32 arrays in BenchmarkClearFat*
2014-07-18 Josh Bleecher... runtime: add Benchmark[Clear|Copy]Fat[16|24]
next