]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-12-13 Robert Griesemergo/printer, godoc: print comments in example code
2011-12-13 Robert Griesemergofmt: simplify flags
2011-12-13 Andrew Gerrandgofix: add googlecode module for rewriting Google Code...
2011-12-13 Roger Peppehttp: close connection after printing panic stack trace
2011-12-13 Yasuhiro Matsumotogofix: add fix httputil
2011-12-13 Yasuhiro Matsumotocodereview: fix path slash issue.
2011-12-13 Christopher... archive/tar: (test) structure comparison not reflect...
2011-12-13 Russ Coxmath: regularize build
2011-12-13 Christopher... cypto/ocsp: fix tests
2011-12-13 Russ Coxgo: implement doc, fmt, fix, list, vet
2011-12-13 Russ Coxbuild: disable cgo on Windows/amd64
2011-12-13 Rob Pikestrconv: make QuoteRune etc. take a rune argument
2011-12-13 Russ Cox5g: fix build
2011-12-13 Rob Pikestrconv: include package and function name in error...
2011-12-13 Russ Coxgodoc: text wrapping
2011-12-13 Russ Coxgc: delete DUPOK definition
2011-12-13 Dave Cheneyexp/ssh: improve client channel close behavior
2011-12-13 Luuk van Dijkgc: small fixes to fmt.c
2011-12-13 Luuk van Dijkgc: fix use of stackallocated AST node in generation...
2011-12-13 Rob Pikedoc/go1: time
2011-12-13 Rob Pikedoc/go1: more package updates
2011-12-13 Russ Coxgc: implement == on structs and arrays
2011-12-13 Russ Coxspec: allow comparison of structs, arrays containing...
2011-12-13 Nigel Taohtml: update comments to match latest spec.
2011-12-13 Nigel Taohtml: a first step at parsing foreign content (MathML...
2011-12-13 Mikio Harasyscall: regenerate z-files for darwin, freebsd
2011-12-13 Mikio Haranet: fix typo
2011-12-12 Alex Brainmanenv.bash: export CGO_ENABLED so cgo tests run
2011-12-12 Alex Brainmanmisc/cgo/test: fix after latest time changes
2011-12-12 David Symondsvarious: a grab-bag of time.Duration cleanups.
2011-12-12 Russ Coxtime: allow sleep tests to run for 200% too long
2011-12-12 Ivan Krasincompress/flate: fix out of bounds error
2011-12-12 Christopher... runtime: Changes to the runtime to support NetBSD.
2011-12-12 Christoph Hackgodoc: added an opensearch description document.
2011-12-12 Russ CoxA+C: add Christoph Hack (individual CLA)
2011-12-12 Andrew Gerranddoc: add Error Handling article
2011-12-12 Brad Fitzpatricksql: fix missing mutex unlock in an error case
2011-12-12 Gustavo Niemeyerreflect: fix Slice cap
2011-12-12 Sébastien Paolacciruntime: madvise and SysUnused for Linux
2011-12-12 Lucio De Regc: avoid 0-length C array
2011-12-12 Anthony Martinos: fix Plan 9 build for new FileInfo API
2011-12-12 Anthony Martintime: fix Plan 9 build for new API
2011-12-12 Rémy Oudomphenggc: fix wrong arguments to error message for switches.
2011-12-12 Robert Hencketime: gob marshaler for Time
2011-12-12 Charles L.... math: fix special cases in Nextafter
2011-12-12 Christopher... ld/6l/8l: First pass at changes to the linker to suppor...
2011-12-12 Christopher... build: Changes to the build infrastructure for NetBSD.
2011-12-12 Lucio De Regc: add varargck for %lN
2011-12-12 Russ Coxgc: allow colon in //line file name
2011-12-12 Rob Pikedoc/go1: the simpler package changes
2011-12-12 Roger Peppearchive/zip: make zip understand os.FileMode.
2011-12-12 Ian Lance Taylornet/http: make test remove temporary file and directory
2011-12-12 Taru Karttunencrypto/aes: Made faster by eliminating some indirection
2011-12-12 Andrew Gerranddoc: remove file.go from run (fix windows build)
2011-12-12 Rob Pikedoc/go_tutorial: make clear the file example is Unix...
2011-12-12 Andrew Balholmhtml: don't ignore whitespace in or after framesets
2011-12-12 Andrew Gerranddoc: add Defer, Panic, and Recover article
2011-12-11 Rob Pikenet/http: further simplify example program
2011-12-11 Joel Singexp/norm: fix rune/int types in test
2011-12-11 Lucio De ReHousekeeping: Cleaning up the clean-up process.
2011-12-11 Lucio De Repkg/runtime/Makefile: sorted object module names.
2011-12-11 Olivier Duperraynet/http: fix trivial example server
2011-12-10 Robert Henckegotest: use build.ArchChar()
2011-12-10 Hector Chutime: fix Time.Add
2011-12-10 Robert Henckespec: adjust complex constant example
2011-12-10 Robert Henckepkg: adjust "the a" in comments
2011-12-09 Rob Pikeexpvar: fix typo in Publish documentation
2011-12-09 Rob Pikedoc/go1: syscalls, strconv
2011-12-09 Russ Coxgc: 0 expected bugs
2011-12-09 Rob Pikehtml/template: make Must work
2011-12-09 Russ Coxgc: fix another blank bug
2011-12-09 Rob Pikedoc/go1: the rest of the language changes
2011-12-09 Rob Piketmpltohtml: feature for easier snippet extraction
2011-12-09 Russ Coxgc: resolve built-ins to built-in symbol
2011-12-09 Russ Coxgc: minor changes for inlining
2011-12-09 Russ Coxspec: examples of untyped boolean, string constants
2011-12-09 Russ Coxspec: remove redundant, outdated definition of default...
2011-12-09 Russ Coxgc: rune is now an alias for int32
2011-12-09 Russ Coxspec: rune is now an alias for int32
2011-12-09 Russ Coxexp/types: fix linux build
2011-12-09 Russ Coxgc: fix export of '\'' and '\\' constants
2011-12-09 Charles L.... spec: fix typo in example comment
2011-12-09 Russ Coxupdate tree for new default type rule
2011-12-09 Russ Coxgc: implement character constant type rules
2011-12-09 Charles L.... math: special cases for Pow10; delete BUG
2011-12-09 Russ Coxspec: var x = 'a' defaults to type rune
2011-12-09 Rob Pikedoc/go1: most of the simple language changes
2011-12-09 Alex Brainmansyscall: allow for mksyscall_windows.pl to be used...
2011-12-09 Alex Brainmanmisc/cgo/testso: do not leave out file behind
2011-12-08 Benny Siegertsyscall: Remove obsolete Errstr call from commented...
2011-12-08 Charles L.... math: document more special cases
2011-12-08 Adam Langleycrypto/dsa: don't truncate input hashes.
2011-12-08 Rob Pikedoc/go1: document rearranged package hierarchy
2011-12-08 Rob Piketmpltohtml: put a DO NOT EDIT mark automatically in...
2011-12-08 Rob Pikehtml/template: clean up locking for ExecuteTemplate
2011-12-08 Andrea Spadaccinisyscall: add constants for flock() system call under...
2011-12-08 David SymondsCONTRIBUTORS: Andrea Spadaccini (Google CLA)
2011-12-08 David Symondstime: use Duration for AfterFunc.
2011-12-08 Russ Coxgc: rename %union field name from lint to i
2011-12-08 Alex Brainmansyscall: return error, not uintptr, when function retur...
next