]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-12-10 Russ Coxruntime: remove non-extern decls of runtime.goarm
2013-12-10 Alex Brainmancmd/cgo: use __gcc_struct__ for go exported functions
2013-12-09 Anthony Martinliblink: fix extern register accesses on Plan 9 (386)
2013-12-09 David du Colombiercmd/8c, cmd/8g, cmd/8l: fix Plan 9 warnings
2013-12-09 Anthony Martinruntime: do not use memmove in the Plan 9 signal handler
2013-12-09 Russ Cox.hgignore: ignore liblink/anames?.c
2013-12-09 Anthony Martinbuild: do not use the host's libbio on Plan 9
2013-12-09 Carl Shapirocmd/gc, runtime: correct a misnomer regarding dead...
2013-12-09 Russ Coxcmd/gc: fix windows build, probably
2013-12-09 Russ Coxcmd/6l: fix linux/amd64
2013-12-09 Russ Coxcmd/dist, cmd/go: pass -fmessage-length always
2013-12-09 Russ Coxcmd/gc: print more information for windows failure
2013-12-09 Russ Coxcmd/ld: fix linux/386 build
2013-12-09 Russ Coxcmd/dist, cmd/go: pass -fmessage-length=0 when using...
2013-12-09 David du Colombierliblink: fix Plan 9 build
2013-12-09 Russ Coxruntime: remove cross-function jump in vlop_arm.s
2013-12-09 Russ Coxcmd/5g, cmd/6g, cmd/8g: use liblink
2013-12-09 Russ Coxcmd/5c, cmd/6c, cmd/8c: use liblink
2013-12-09 Russ Coxcmd/5a, cmd/6a, cmd/8a: use liblink
2013-12-09 Russ Coxliblink: create new library based on linker code
2013-12-09 Russ Coxcmd/dist: add liblink build information
2013-12-06 Carl Shapirocmd/gc: do not generate dead value maps yet
2013-12-06 Carl Shapirocmd/gc: clarify a TODO regarding variables used in...
2013-12-06 Carl Shapiroruntime: add GODEBUG option for an electric fence like...
2013-12-06 Peter Collingbournedoc: update list of gccgo import search paths
2013-12-06 Ian Lance TaylorCONTRIBUTORS: add Peter Collingbourne (Google CLA)
2013-12-06 Carl Shapirocmd/dist: revert an accidental change to the optimizati...
2013-12-06 Carl Shapirocmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd...
2013-12-04 Andrew GerrandA+C: add Dmitri Shuralyov
2013-12-04 Rob Pikedoc/go1.3.txt: add file to track significant CLs for 1.3
2013-12-03 Carl Shapiroencoding/gob: do not hide an unsafe.Pointer in a uintptr
2013-12-03 Carl Shapiroruntime: add an allocation and free tracing for gc...
2013-12-03 Keith Randallcmd/gc: fix special-casing of the printed names of...
2013-12-03 Carl Shapiroruntime: move stack scanning into the parallel mark...
2013-12-03 Keith Randallruntime: get rid of concatstring's vararg C argument.
2013-12-03 Keith Randallruntime: fix race detector when map keys/values are...
2013-12-03 Keith Randallreflect: test to make sure big Zero()-obtained objects...
2013-12-03 Keith Randallreflect: fix Zero() implementation - not every type...
2013-12-02 Keith Randallreflect: prevent the callXX routines from calling makeF...
2013-12-02 Keith Randallruntime: don't use ... formal argument to deferreturn.
2013-12-02 Keith Randallruntime: pass key/value to map accessors by reference...
2013-12-01 Andrew Gerrandtag go1.2
2013-11-27 David Symondsmisc/vim: send Fmt errors to the quickfix list instead...
2013-11-25 Oling Catdoc/install.html: fix a tag.
2013-11-25 David Symondsmisc/vim: describe how to get gofmt-on-save behaviour.
2013-11-20 Rob PikeREADME: Fix installation instructions
2013-11-20 Andrew Gerranddoc: update installation instructions
2013-11-19 dvyukovtest: revert unintentional commits
2013-11-19 dvyukov-
2013-11-19 dvyukov13+
2013-11-18 Andrew Gerrandmisc/dist: fix file regexp
2013-11-18 Andrew Gerrandtag go1.2rc5
2013-11-15 Brad FitzpatrickC: add Marko Mikulicic (Google CLA)
2013-11-14 Russ Coxdoc/asm: more about SP, ARM R11
2013-11-14 Russ Coxencoding/gob: do not use MarshalText, UnmarshalText
2013-11-13 Andrew Gerrandencoding/gob: expose encode/decode example
2013-11-13 Andrew Gerrandtag go1.2rc4
2013-11-13 Rob Pikesrc/cmd/?a: link to new assembler document
2013-11-13 Rob Pikedoc/asm.html: new document, a brief guide to the assembler
2013-11-13 Robert Griesemerspec: clarify rules for blank identifiers
2013-11-13 Andrew Gerranddoc: use the same wording for OS X as the other OSes
2013-11-13 Andrew Gerranddoc: we support all recent versions of OS X
2013-11-12 Robert GriesemerCONTRIBUTORS: add additional e-mail address for Richard...
2013-11-12 Robert GriesemerA+C: Richard Musiol (individual CLA)
2013-11-11 David Crawshawmisc/vim: add a gofmt_command flag for :Fmt
2013-11-11 Olivier Duperraycmd/godoc: document package-level examples
2013-11-08 Dominik Honnefmisc/emacs: various cleanups
2013-11-08 Sameer Ajmaniemacs: allow users to customize the gofmt command,...
2013-11-07 Russ Coxcmd/cgo: fix handling of array of pointers when using...
2013-11-06 Ian Lance Taylordoc: update note about GCC 4.8.2 in gccgo instructions
2013-11-05 Ato Arakigo/doc: add full stop of Japanese, Chinese and Korean.
2013-11-05 Andrew GerrandA+C: Ato Araki (individual CLA)
2013-11-05 Andrew Gerranddoc/go1.2: link to cgo documentation
2013-11-04 Brad Fitzpatricknet/textproto: fix CanonicalMIMEHeaderKey panic
2013-11-04 Andrew GerrandC: add Robert Snedegar (Google CLA)
2013-11-01 Brad FitzpatrickC: add Brad Garcia (Google CLA)
2013-11-01 Andrew Gerrandtag go1.2rc3
2013-10-31 Russ Coxcmd/5l, runtime: fix divide for profiling tracebacks...
2013-10-31 Russ Coxundo CL 19810043 / 352f3b7c9664
2013-10-30 Russ Coxcmd/5l, runtime: make ARM integer division profiler...
2013-10-30 Rob Pikedoc/go1.2.html: delete repeated word
2013-10-30 Rob Pikedoc/go1.2.html: stack sizes, thread limits
2013-10-30 Russ Coxcmd/cgo: accept extra leading _ on __cgodebug_data...
2013-10-30 Alan Donovanundo CL 19010044 / dbcd720e5396
2013-10-30 Brad Fitzpatrickdatabase/sql: document Result methods
2013-10-29 Julien Schmidtdatabase/sql: Fix typos in doc
2013-10-29 David SymondsA+C: Jakob Borg (individual CLA).
2013-10-29 Russ Coxtime: correct path to time zone zip file on Unix
2013-10-29 Russ Coxencoding/xml: fix doc comment
2013-10-29 Brad Fitzpatricknet/http/httputil: fix DumpRequestOut with ContentLengt...
2013-10-29 Dominik Honnefmisc/emacs: various cleanups
2013-10-29 Russ Coxos: do not return Lstat errors from Readdir
2013-10-29 Russ Coxcmd/gc: silence clang warning
2013-10-29 Dominik Honnefmisc/emacs: support godef-jump on import statements
2013-10-29 Russ Coxdebug/dwarf: add DWARF 4 form constants
2013-10-29 Andrew Gerranddoc: update front page summary text
2013-10-29 Russ Coxcmd/cgo: stop using -fno-eliminate-unused-debug-types
2013-10-28 Russ Coxruntime: relax preemption assertion during stack split
2013-10-28 Josh Bleecher... net: handle single-line non-\n-terminated files correct...
2013-10-25 Andrew Gerrandnet/url: fix Encode doc comment
next