]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2014-12-12 Shenghou Ma.gitattributes: enforce unix eol style
2014-12-12 Brad Fitzpatrickcmd/api: treat a hex-y VERSION as devel and permit...
2014-12-12 Brad Fitzpatrickcmd/api: update the API checker to Go 1.4 and git
2014-12-12 Shenghou Macmd/dist: ignore \r in crlf EOL when splitlines()
2014-12-12 Russ Cox[release-branch.go1.4] cmd/api: make API check fail...
2014-12-12 Russ Cox[release-branch.go1.4] api: create go1.4.txt
2014-12-12 Andrew Gerrand[release-branch.go1.4] doc: scrub references to code...
2014-12-12 Andrew Gerrand[release-branch.go1.4] [release-branch.go1.4] doc:...
2014-12-12 David Symondsdoc/play: revise peano.go comment again.
2014-12-12 Alberto Donizettimath: Added parity check to ProbablyPrime
2014-12-11 David Symondsdoc/play: update obsolete comment in peano.go.
2014-12-11 Austin Clementscmd/pprof: remove -show_bytes from command line help
2014-12-11 Keith Randallruntime: fix nacl build
2014-12-11 Andrew Gerranddoc: tweak Go 1.4 release notes
2014-12-11 Andrew Gerranddoc: document go1.4
2014-12-11 Andrew Gerranddoc: remove TODO from go1.4 release notes
2014-12-11 Andrew Gerrandmisc/makerelease: handle git sub-repositories
2014-12-11 Shenghou Mamisc/cgo/test: skip test8694 on ARM.
2014-12-11 Keith Randallruntime: faster aeshash implementation
2014-12-10 Andrew Gerranddoc: update README.md and CONTRIBUTING.md in response...
2014-12-10 Andrew Gerranddoc: convert README to markdown and update CONTRIBUTING.md
2014-12-10 David Crawshawruntime: send android stderr to /dev/log/main
2014-12-10 Keith Randallruntime: clean up & go-ify the hash function seeder
2014-12-10 Keith Randallruntime: fix finalizer iterator
2014-12-10 Andrew Gerrandmisc/makerelease: use new storage api, handle git sub...
2014-12-10 Brad Fitzpatrickall: tighten overly-broad runtime/z* gitignore line
2014-12-09 Rick Hudsonruntime: fix some comment formatting
2014-12-09 Austin Clementsruntime: restore error message on early needm
2014-12-09 Shenghou Matest/fixedbugs/bug302: fix test on windows.
2014-12-09 Brad Fitzpatricknet/http: avoid some allocations in DetectContentType
2014-12-09 Ian Lance Taylortest: write Go wrapper code so that bug302 can be run...
2014-12-09 Burcu Dogandoc: Fix the canonical location
2014-12-09 Keith Randallcmd/objdump: Fix error logging
2014-12-08 Robert GriesemerFix whitespace (use blanks consistently).
2014-12-08 Keith Randallruntime: test for linear enqueue/dequeue behavior
2014-12-08 David Symondsdoc: remove obsolete FAQ entry about using Mercurial...
2014-12-08 Robert Griesemertest/fibo: a stand-alone bignum/allocation benchmark...
2014-12-08 Keith Randallruntime: use doubly-linked lists for channel send/recv...
2014-12-08 Austin Clementsruntime: fix missing newline when dumping bad symbol...
2014-12-08 Andrew Gerranddoc: add CONRIBUTORS.md
2014-12-08 David Symondsremove the obsolete lib/codereview.
2014-12-08 David Symondsremove dev.cc file, left over from merge of the dev...
2014-12-08 David Symondsadd bin/ to .gitignore.
2014-12-08 David Symondscmd/dist: convert dist from Hg to Git.
2014-12-08 David Symondsconvert .hgignore to .gitignore.
2014-12-08 David Symondsremove .hgtags.
2014-12-06 Russ Coxencoding/xml: remove SyntaxError.Byte
2014-12-06 Russ Coxall: merge dev.garbage (d1238958d4ae) into default...
2014-12-06 Russ Cox[dev.garbage] runtime: raise StackGuard limit for Windo...
2014-12-06 Russ Coxall: power64 is now ppc64
2014-12-05 Russ Cox[dev.garbage] runtime: reduce stack footprint of write...
2014-12-05 Russ Coxruntime: generate windows callback list with go generate
2014-12-05 Russ Coxruntime: convert netbsd/arm to Go
2014-12-05 Russ Coxall: merge default (faa3ed1dc30e) into dev.garbage
2014-12-05 Russ Coxall: merge dev.cc (81884b89bd88) into default
2014-12-05 Russ Cox[dev.garbage] all: merge dev.cc (81884b89bd88) into...
2014-12-05 Russ Cox[dev.cc] all: merge default (8d42099cdc23) into dev.cc
2014-12-05 Austin Clements[dev.cc] liblink: don't patch jumps to jumps to symbols
2014-12-05 Shenghou Ma[dev.cc] cmd/ld: finalize linkmode before determining...
2014-12-05 Rob Pikecmd/go: fix build
2014-12-05 Rob Pikecmd/go: avoid use of bufio.Scanner in generate
2014-12-04 Shenghou Macmd/pprof/internal/commands: add command to open browse...
2014-12-04 Rob Pikelib/time: update to ICANN time zone database 2014j
2014-12-03 David Symondsspec: add comment marker for consistency.
2014-12-03 Russ Coxcmd/pprof: fix symbol resolution for remote profiles
2014-12-02 Dominik Honnefcmd/go: regenerate doc.go
2014-12-02 Andrew Gerrandtag go1.4rc2
2014-12-01 Russ Coxruntime: fix hang in GC due to shrinkstack vs netpoll...
2014-12-01 Keith Randallreflect: Fix reflect.funcLayout. The GC bitmap has...
2014-11-25 Austin Clements[dev.cc] 9l: make R_CALLPOWER like ELF's R_PPC64_REL24
2014-11-25 David du Colombier[dev.cc] cmd/5g,cmd/6g,cmd/9g: fix warnings on Plan 9
2014-11-25 Andrew Gerranddoc: tidy up "Projects" page; add Go 1.4
2014-11-25 Russ Coxgo/build: build $GOOS_test.go always
2014-11-24 Russ Cox[dev.garbage] all: merge dev.cc (493ad916c3b1) into...
2014-11-24 Austin Clements[dev.cc] 9g: peephole optimizer
2014-11-24 Austin Clements[dev.cc] 9g: fill progtable for CC, V, and VCC instruct...
2014-11-24 Joel Sing[dev.cc] runtime: convert dragonfly/386 port to Go
2014-11-23 Russ Cox[dev.cc] all: merge default (95f5614b4648) into dev.cc
2014-11-22 Russ Coximage/jpeg: handle Read returning n > 0, err != nil...
2014-11-22 Shenghou Macmd/go: fix running pprof on windows.
2014-11-22 Joel Sing[dev.cc] runtime: convert netbsd/386 port to Go
2014-11-22 Joel Sing[dev.cc] runtime: convert netbsd/amd64 port to Go
2014-11-21 Shenghou Ma[dev.cc] runtime: migrate Android/ARM port to Go.
2014-11-21 Shenghou Ma[dev.cc] runtime: explicitly exclude android in zgoos_l...
2014-11-21 Rick Hudson[dev.garbage] runtime: Stop running gs during the GCsca...
2014-11-21 Austin Clements[dev.cc] liblink: more docs on Prog and Addr fields
2014-11-21 Austin Clements[dev.cc] 9g: correct bad proginfo for ADUFFZERO and...
2014-11-21 Russ Cox[dev.garbage] runtime: add prefetcht0, prefetcht1,...
2014-11-21 David du Colombier[dev.cc] liblink: fix warnings on Plan 9
2014-11-21 David du Colombier[dev.cc] cmd/8g: fix warning on Plan 9
2014-11-21 David du Colombier[dev.cc] runtime: convert Plan 9 port to Go
2014-11-21 Russ Cox[dev.cc] runtime: convert nacl support to Go
2014-11-21 Russ Cox[dev.cc] build: skip API checks on Windows too (not...
2014-11-21 Alex Brainman[dev.cc] runtime: windows does not use _cgo_setenv...
2014-11-21 Alex Brainman[dev.cc] runtime: fix windows goenvs conversion mistake
2014-11-20 Austin Clements[dev.cc] liblink: fix Solaris build some more
2014-11-20 Rick Hudson[dev.garbage] runtime: Fix constant overflow on 32...
2014-11-20 Robert Griesemergo/parser: Use test-specific filesets to avoid races.
2014-11-20 Rick Hudson[dev.garbage] runtime: Turn concurrent GC on by default...
2014-11-20 Russ Cox[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
next