]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-08-19 Dmitriy Vyukovruntime: allow copying of onM frame
2014-08-19 Dmitriy Vyukovruntime: fix MemStats on 32-bits
2014-08-19 Dmitriy Vyukovruntime: convert Gosched to Go
2014-08-19 Dmitriy Vyukovcmd/gc: fix heap buffer overflow
2014-08-19 Dmitriy Vyukovruntime: improve diagnostics of non-copyable frames
2014-08-19 Dmitriy Vyukovruntime: fix memstats
2014-08-19 Alex Brainmanos: make SameFile handle paths like c:a.txt properly
2014-08-19 Alex Brainmanruntime: apply KindMask before comparison
2014-08-19 Andrew Gerrandhtml/template: don't panic on second execution of unesc...
2014-08-19 Evan Kroskenet/http: correct error message for incorrect Body...
2014-08-19 Russ Coxruntime: fix windows/amd64 build after pc-relative...
2014-08-19 Josh Bleecher... liblink: fix encoding of ASETPC in 6a, 8a
2014-08-19 Russ Coxcmd/gc, runtime: refactor interface inlining decision...
2014-08-19 Russ Coxdoc/go1.4: mention pc-relative addressing on amd64
2014-08-19 Russ Coxliblink: use pc-relative addressing for all memory...
2014-08-19 Russ Coxruntime: avoid $sym(SB) as constant
2014-08-19 Dave Cheneycmd/6g: fix undefined behavior in reg.c
2014-08-18 Andrew Gerrandfmt: print byte stringers correctly
2014-08-18 Jeff R. Allenbzip2: improve performance
2014-08-18 Keith Randallruntime: move panicindex/panicslice to Go.
2014-08-18 Marcel van... unicode: strconv: regexp: Upgrade to Unicode 7.0.0.
2014-08-18 Dmitriy Vyukovruntime: add more cases to GC info test
2014-08-18 Brad Fitzpatrickinternal/syscall: add support for getrandom on arm
2014-08-18 Dmitriy Vyukovruntime: implement transfer cache
2014-08-18 Dmitriy Vyukovruntime: fix dump of data/bss
2014-08-18 Dmitriy Vyukovruntime: don't acquirem on malloc fast path
2014-08-16 Dmitriy Vyukovruntime: mark with non-atomic operations when GOMAXPROCS=1
2014-08-16 Dave Cheneycmd/ld: fix operator precedence
2014-08-16 Shenghou Macmd/ld: fix operator precedence
2014-08-16 Brad Fitzpatrickcrypto/x509: SystemRootsError style tweaks, document...
2014-08-15 Henning Schmiedehausencmd/dist: goc2c ignores GOROOT_FINAL
2014-08-15 Ian Lance TaylorA+C: Henning Schmiedehausen (individual CLA)
2014-08-15 Rob Pikecmd/go: fix a couple of errors found by "go vet"
2014-08-15 Rob Pikefmt: fix size returned on fast path of ReadRune
2014-08-15 Dmitriy Vyukovruntime: fix getgcmask
2014-08-15 Matthew Dempskycmd/gc: disallow pointer constants
2014-08-15 Dmitriy Vyukovmisc/nacl: add debugging instructions
2014-08-15 Egon Elbrenet: fix CNAME resolving on Windows
2014-08-14 Mikio Haradoc: make it point to correct go1.3.1 change history
2014-08-14 Dmitriy Vyukovruntime: mark objects with non-atomic operations
2014-08-14 Matthew Dempskycmd/cgo: check for compiler errors in the C preamble
2014-08-13 Rob Pikedoc/go1.4.txt: cmd/go changes, syscall
2014-08-13 Robert Griesemertext/scanner: improve documentation
2014-08-13 Matthew Dempskycmd/cgo, debug/dwarf: fix translation of zero-size...
2014-08-13 Dmitriy Vyukovruntime: keep objects in free lists marked as allocated.
2014-08-13 Thiago Fransosi... cmd/dist: Reuse streq whenever possible.
2014-08-13 Andrew Gerranddoc: remove the "the" in "the the" in the release notes
2014-08-13 Andrew Gerrandtag go1.3.1
2014-08-13 Andrew Gerrandmisc/makerelease: exit with nonzero status code on...
2014-08-13 Rob Pikeall: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
2014-08-12 Russ Coxcmd/6c, cmd/6g: avoid address-as-constant in amd64...
2014-08-12 Russ Coxcmd/go: adjust import comment error
2014-08-12 Russ Coxruntime: avoid using address as constant in amd64 assembly
2014-08-12 Rob Pikedoc/compat1.html: link to go.sys
2014-08-12 Rob Pikesyscall: freeze the package
2014-08-12 Russ Coxcmd/ld: handle large link base addresses
2014-08-12 Russ Coxcmd/go, go/build: implement import comment checking
2014-08-12 Andrew Gerranddoc: document go1.3.1
2014-08-12 Brad Fitzpatrickcrypto/rand: use getrandom system call on Linux
2014-08-12 Dmitriy Vyukovruntime: remove FlagNoProfile
2014-08-12 Dmitriy Vyukovruntime/pprof: fix data race
2014-08-12 Matthew Dempskycmd/cgo: make C function pointers non-assignable
2014-08-12 Thiago Fransosi... dist: Make vaddn private to buf.c
2014-08-12 Ian Lance TaylorA+C: Thiago Fransosi Farina (individual CLA)
2014-08-12 Matthew Dempskyrun.bash: run misc/cgo/testgodefs/test.bash
2014-08-12 Matthew Dempskycmd/cgo: fix default alignment for empty structs
2014-08-11 Matthew Dempskycmd/cgo: iterate over names in deterministic order
2014-08-11 Andres Erbsencrypto/tls: implement tls-unique channel binding (RFC...
2014-08-11 Andrew Gerrandcompress/{gzip,zlib}: mention that Close flushes
2014-08-11 Chris Manghanecmd/gc: comma-ok assignments produce untyped bool as...
2014-08-11 Shenghou Macmd/8g: fix build
2014-08-11 Shenghou Maruntime: no need to set R9 to m for runtime.sigpanic...
2014-08-11 Shenghou Mamisc/nacl/testzip.proto: add fewer files to the zip
2014-08-11 Russ CoxA+C: Andrew Bursavich (individual CLA)
2014-08-11 Russ Coxcmd/6g, cmd/8g: fix, test byte-sized magic multiply
2014-08-11 Matthew Dempskycmd/link: fix zig-zag decoding
2014-08-08 Rob Pikedoc/go1.4.txt: go.sys subrepo created
2014-08-08 Rob PikeA+C: Joel Stemmer (individual CLA)
2014-08-08 Joel Stemmertime: Fix missing colon when formatting time zone offse...
2014-08-08 Ian Lance Taylortest: add another test case that gccgo crashed on
2014-08-08 Dmitriy Vyukovruntime: bump MaxGcprocs to 32
2014-08-08 Matthew Dempskyruntime: mark functions as static where possible
2014-08-08 Dmitriy Vyukovruntime: fix data race in stackalloc
2014-08-08 Russ Coxsyscall: ignore EINVAL/ENOENT from readdirent on OS...
2014-08-08 Dmitriy Vyukovencoding/gob: fix data races in benchmarks
2014-08-08 Mikio Haracmd/go: fix build in airplane mode
2014-08-08 Alex Brainmandebug/pe/testdata: make sure gcc-amd64-mingw-exec has...
2014-08-08 Shenghou Mamisc/nacl/testzip.proto: include cmd/internal/* to...
2014-08-08 Alex Brainmanos: simplify windows Getwd (fixes build)
2014-08-07 Andrew Gerrandencoding/json: document coercion of invalid UTF-8 chara...
2014-08-07 Andrew Gerrandflag: mention -h in docs
2014-08-07 Andrew Gerrandcmd/go: download test dependencies of all named packages
2014-08-07 Ian Lance Taylorcmd/go: don't pass --buildid=none on OpenBSD
2014-08-07 Keith Randallruntime: convert equality functions to Go
2014-08-07 Adam Langleydoc: add note about crypto/tls cert selection callback.
2014-08-07 Keith Randallruntime: convert interface routines from C to Go.
2014-08-07 Ian Lance Taylorcmd/go: don't pass --buildid=none on FreeBSD
2014-08-07 Dmitriy Vyukovruntime: fix nacl/amd64p32 build
2014-08-07 Robert Griesemergo/parser: don't do method receiver checks at parse...
2014-08-07 Ian Lance Taylorcmd/go: pass --build-id=none when generating a cgo .o
next