]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-01-13 Andrew Gerrandrelease.2011-01-12 weekly.2011-01-12
2011-01-13 Rob Pikedisable arm registifier for the moment
2011-01-12 Rob Pikerpc: export names in debug service so it works with...
2011-01-12 Gustavo Niemeyergoinstall: Fix template to use exported fields
2011-01-12 Rob Pikeencoding/line: fix error call (missing argument)
2011-01-12 Rob Piketemplate: give "unexported" error when accessing an...
2011-01-12 Eric Eisnersuffixarray: faster creation algorithm
2011-01-12 Rob PikeC&A for Eric Eisner
2011-01-12 Robert Griesemergodoc: remove TODO (bug257.go can now be indexed)
2011-01-12 Nigel Taohg: add cgo/_cgo_* to .hgignore.
2011-01-12 Alex Brainmannet: use closesocket api instead of CloseHandle on...
2011-01-12 Rob Pikegob: make (en|dec)code(Ui|I)nt methods rather than...
2011-01-12 Adam Langleycrypto/openpgp: add error and armor
2011-01-12 Berengar Lehrcrypto: add twofish package
2011-01-12 Ken Thompsonturn off peep half of optimizer for release
2011-01-12 Andrew Gerrandjson: do not Marshal unexported struct fields
2011-01-12 Alex Brainmanruntime: revert 6974:1f3c3696babb
2011-01-12 Andrew Gerrandos: add Sync to *File, wraps syscall.Fsync
2011-01-11 Rob Piketemplate: allow accesses only to exported fields and...
2011-01-11 Ian Lance Taylorld: Fix exported dynamic symbols on 386 Mach-O.
2011-01-11 Russ Coxhttp: fix text displayed in Redirect
2011-01-11 Ian Lance Taylorld: Fix exported dynamic symbols on Mach-O.
2011-01-11 Rob Pikegob: do not encode or decode unexported fields
2011-01-11 Rob Pikenetchan: make fields public for pending gob change
2011-01-11 Anthony Martinsyscall: fix mksysnum_linux.sh
2011-01-11 Ian Lance Taylorld: Permit an Mach-O symbol to be exported in the dynam...
2011-01-11 Gustavo Niemeyergoinstall: preliminary support for cgo packages
2011-01-11 Rob Pikelog: add methods for exit and panic
2011-01-11 Ian Lance Taylorruntime/cgo: Add callbacks to support SWIG.
2011-01-11 Russ Coxgodefs: better handling of enums
2011-01-11 Gustavo Niemeyercgo: export unsafe.Pointer as void*
2011-01-11 Gustavo Niemeyercgo: output alignment fix
2011-01-11 Gustavo Niemeyercgo: fix enum const conflict
2011-01-10 Robert Griesemergodoc: support for regular expression full text search
2011-01-10 Robert Griesemergo spec: remove Maxalign from spec
2011-01-10 Ken Thompsonarm optimizer bug fixes
2011-01-10 Roger Peppetime: add AfterFunc to call a function after a given...
2011-01-10 Robert Griesemergo/ast: correct end position for Index and TypeAssert...
2011-01-09 Peter Mundybytes: fix TrimSpace typo
2011-01-09 Eoghan Sherrytime: fix tick accuracy when using multiple Tickers
2011-01-09 Peter Mundydoc: contribution copyright year 2011
2011-01-08 Ian Lance Taylorruntime: Restore scheduler stack position if cgo callba...
2011-01-08 Adam Langleyencoding/line: add
2011-01-08 Ken Thompsonadd peep
2011-01-08 Ken Thompsoninitial cut at arm optimizer
2011-01-08 Rob Pikearm: fix build
2011-01-07 Robert Griesemergofmt: don't attempt certain illegal rewrites
2011-01-07 Rob Piketime.NewTicker: panic for intervals <= 0.
2011-01-07 Rob Pikebytes.Buffer: Fix bug in UnreadByte.
2011-01-07 Robert Griesemergofmt: rewriter matches apply to expressions only
2011-01-07 Adam Langleycrypto/block: mark as deprecated.
2011-01-07 Andrew Gerrandtag release.2011-01-06
2011-01-07 Andrew Gerrandrelease.2011-01-06 weekly.2011-01-06
2011-01-07 Ian Lance Taylorld: Permit an ELF symbol to be exported in the dynamic...
2011-01-06 Andrew Gerranddoc: add golanguage.ru to foreign-language doc list
2011-01-06 Russ Coxcgo: disallow use of C.errno
2011-01-06 Russ CoxMake.pkg: use installed runtime.h for cgo
2011-01-06 Anthony Martinruntime/cgo: fix stackguard on FreeBSD/amd64
2011-01-06 Russ Coxgc: fix &^=
2011-01-06 Russ Coxcrypto/cipher: make NewCBCEncrypter return BlockMode
2011-01-05 Kyle ConsalusMade format string handling more efficient.
2011-01-05 Rob Pikeeffective go: explain the effect of repanicking better.
2011-01-05 Russ Coxio: fix Copyn EOF handling
2011-01-05 Russ Coxsyscall: correct Linux Splice definition
2011-01-05 Kyle Lemonsgoinstall: add -clean flag
2011-01-05 Russ CoxA+C: Kyle Lemons (individual CLA)
2011-01-05 Anthony Martingc: return constant floats for parts of complex constants
2011-01-05 Rob Pikefmt: normalize processing of format string
2011-01-05 Brad Fitzpatrickhttp: permit empty Reason-Phrase in response Status...
2011-01-05 Robert Griesemergo/ast: correct Pos/End ranges for field lists
2011-01-05 Rob Pikegob: generate a better error message in one confusing...
2011-01-05 Ian Lance Taylorsyscall: Make Access second argument consistently uint32.
2011-01-05 Nigel Taodoc: update contribution guidelines to prefix the chang...
2011-01-05 Roger Peppestrings: fix description of FieldsFunc
2011-01-04 Robert Griesemerfix occurrences of occur[^sr .,?!;\n]
2011-01-04 Icarus SparryThe Dec 06 change
2011-01-04 Rob Pikeregexp: implement early out for failed anchored search.
2011-01-04 Patrick Gavlinencoding/binary: reject types with implementation-depen...
2011-01-04 Russ Coxmerge tree
2011-01-04 Patrick Gavlingc: rewrite complex /= to l = l / r.
2011-01-04 Robert Griesemergo/ast: provide complete node text range info
2011-01-04 Russ Coxstrconv: update ftoa comment for 'E' and 'G'
2011-01-04 Russ CoxA+C: Patrick Gavlin (individual CLA)
2011-01-04 Michael Hoisienet: fix close of Listener
2011-01-04 Nigel Taodoc: update Effective Go for template API change.
2011-01-04 Gustavo Niemeyergoinstall: fix -u for bzr
2011-01-04 Andrew Gerrandgobuilder: prefix the tarball with 'go.', tweak release...
2011-01-03 Rob Pikeregexp: fix prefix bug.
2011-01-03 Rob Pikeregexp: fix performance bug, make anchored searches...
2010-12-30 Anschel Schaffer... Fix documentation typo.
2010-12-27 Stefan Nilssonatof: added 'E' as valid token for exponent
2010-12-27 Sebastien Binetsimple fix to not have 'exp/eval' panic in presence...
2010-12-27 Adam Langleycrypto/cipher: fix OCFB
2010-12-24 Caine Tighegoinstall/download.go: Add checkout concept and helper...
2010-12-23 Andrew GerrandA+C: Caine Tighe
2010-12-23 Andrew Gerrand6l: fix documentation of -L flag
2010-12-23 Andrew Gerrandtag release.2010-12-22
2010-12-23 Andrew Gerrandrelease.2010-12-22 weekly.2010-12-22
2010-12-23 Eoghan Sherrytesting: fix error message on invalid regexp
2010-12-21 Nigel Taohash/crc64: fix typo in Sum.
next