]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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]
2014-07-18 Nicolas Owensos: broaden the range of errors understood by IsNotExis...
2014-07-18 Josh Bleecher... go/ast: fix typo in comment
2014-07-18 Egon Elbrebufio: fix UnreadSlice followed by UnreadRune
2014-07-18 Russ CoxA+C: add Xia Bin (individual CLA)
2014-07-18 Keith Randallruntime: fix gctrace=1
2014-07-18 Dmitriy Vyukovgo/printer: simplify test
2014-07-18 Dmitriy Vyukovencoding/gob: remove unnecessary receivers
2014-07-18 Shenghou Maundo CL 109640045 / f97fb06525e5
2014-07-18 snyhcmd/cgo: disable inappropriate warnings when the gcc...
2014-07-18 Dave Cheneyruntime: add throwgo
2014-07-17 Keith Randallundo CL 101570044 / 2c57aaea79c4
2014-07-17 Josh Bleecher... sync: fix typo in benchmark name
2014-07-17 Dmitriy Vyukovruntime: make NumGoroutines faster
2014-07-17 Dmitriy Vyukovruntime: improve select benchmarks
2014-07-17 Rui Ueyamastrings: remove byteBitmap
2014-07-17 Robert Griesemergofmt: -s flag simplifies "for _ = range x"
2014-07-17 Michael Fraenkelos: Implement symlink support for Windows
2014-07-17 Shenghou MaA+C: snyh (individual CLA)
2014-07-17 Keith Randallruntime: align gomemeq return value correctly
2014-07-17 Cristian Staretuarchive/tar: fix writing of pax headers
2014-07-16 Robert Griesemersrc, misc: applied gofmt -s -w
2014-07-16 Russ Coxcmd/gc: implement 'for range x {'
2014-07-16 Russ Coxtime: change nsec back to int32
2014-07-16 Russ Coxliblink: fix precedence bug in pcdata comparison
2014-07-16 Keith Randallruntime: convert map implementation to Go.
2014-07-16 Volker Doblerstrconv: fix handling of BOMs in CanBackquote
2014-07-16 Matthew Cottinghamflag: fix typo
2014-07-16 Rob Pikecmd/ld: use count, not upper bound, in type of array
2014-07-16 Yasuhiro Matsumotocmd/go/doc: Fix example domain
2014-07-16 Dmitriy Vyukovruntime: start goroutine ids at 1
next