]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-01-20 Russ Coxrelease.2011-01-20 weekly.2011-01-20
2011-01-20 Russ Coxdelete float, complex - code changes
2011-01-20 Russ Coxgc: delete float, complex
2011-01-20 Russ Coxmisc: update type + builtin lists found in editor suppo...
2011-01-20 Rob Pikedocs: float->float64 plus a couple of other tweaks.
2011-01-20 Robert Griesemergo spec: remove float, complex in favor of float64...
2011-01-20 Andrew Gerrandtag release.2011-01-19
2011-01-20 Andrew Gerrandrelease.2011-01-19 weekly.2011-01-19
2011-01-20 Andrew Gerrandnet: remove duplicate import of runtime
2011-01-20 Andrew Gerrandsyscall: attempt to fix windows build, supply missing...
2011-01-20 Adam Langley crypto/twofish: update with rsc's comments
2011-01-20 Ken Thompsonarm bug with stack adjust
2011-01-20 Hector Chucodereview: fix hg change on Windows
2011-01-19 Robert Griesemergodoc: enable fulltext index by default
2011-01-19 Robert Griesemergodoc: enable qualified identifiers ("math.Sin") as...
2011-01-19 Gustavo Niemeyerxml: handle tag paths through the same element
2011-01-19 Rob Pikeruntime/debug: fix build (missing Makefile)
2011-01-19 Jeff R. Allen5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large...
2011-01-19 Russ CoxA+C: Jeff R. Allen (individual CLA)
2011-01-19 Roger Peppenetchan: do not block sends; implement flow control.
2011-01-19 Rob Pikeruntime/debug: new package
2011-01-19 Russ Coxnet: fix build on freebsd
2011-01-19 Brad Fitzpatrickhttp: support for relative URLs
2011-01-19 Kyle Lemonsnet: add LookupAddr
2011-01-19 Russ CoxCONTRIBUTORS: secondary email for Kyle Lemons
2011-01-19 Hector Chuwindows: implement exception handling
2011-01-19 Alex Brainman8l: pe changes
2011-01-19 Wei Guangjingnet: implement windows timeout
2011-01-19 Ryan Hitchmancodereview: don't mail change lists with no files
2011-01-19 Albert Strasheimnet, syscall: return source address in Recvmsg
2011-01-19 Sebastien Binetcgo: add complex float, complex double
2011-01-19 Eoghan Sherrymath: handle denormals in Frexp, Ilogb, Ldexp, and...
2011-01-19 Albert Strasheimnet: add unixpacket
2011-01-19 Ben Lynnregexp: reject bare ?
2011-01-19 Rob PikeCONTRIBUTORS: add Ben Lynn (Google employee)
2011-01-19 Russ Coxruntime: add per-pause gc stats
2011-01-19 Russ Coxfmt: document %X of string, []byte
2011-01-19 Robert Griesemergo spec: adjust language for constant typing
2011-01-19 Russ CoxA+C: Clement Skau (individual CLA)
2011-01-19 Clement Skauhttp: fix Content-Range and Content-Length in response
2011-01-19 Corey Thomassonnet: avoid nil dereference if /etc/services can't be...
2011-01-19 Yasuhiro Matsumotosyscall: fix build. WUNTRACED isn't defined for win32.
2011-01-19 Rob Pikecrypto/cipher: fix build (missing file in Makefile)
2011-01-19 Ken Thompsonarm register allocation/tempname allocation bug
2011-01-18 Adam Langleycrypto/cipher: add OFB mode
2011-01-18 Russ Coxcc: fix vlong condition
2011-01-18 Russ Coxgc, runtime: make range on channel safe for multiple...
2011-01-18 Gustavo Niemeyerxml: support for > in tags
2011-01-18 Russ Coxruntime: print signal information during panic
2011-01-18 Rob Piketutorial: update go_tutorial.txt
2011-01-18 Russ Coxsyscall: correct WSTOPPED on OS X
2011-01-18 Rob Piketutorial: make stdin, stdout, stderr work on Windows.
2011-01-18 Robert Griesemergodoc: bring back "indexing in progress" message
2011-01-18 Anthony Martingc: fix typed constant declarations
2011-01-18 Jos Visserexpvar: add Float
2011-01-18 Russ CoxC: add Jos Visser (Google CLA)
2011-01-18 Ian Lance Taylorsyscall: Correct length of GNU/Linux abstract Unix...
2011-01-18 Ken Thompsonarm reg bug with SP adjust
2011-01-17 Ken Thompsonarm bug address of a string
2011-01-16 Ken Thompsonarm reg bug with address(variable)
2011-01-16 Ken Thompsondisable reg - tar test failed
2011-01-16 Ken Thompsonarm reg bug MOVW into bool variable
2011-01-15 Rob Pikebytes.Buffer: fix typo in comment (doubled 'to')
2011-01-14 Russ Coxruntime: fix arm reflect.call boundary case
2011-01-14 Ian Lance Taylorcgo: In _cgo_main.c define all provided symbols as...
2011-01-14 Ian Lance Taylorruntime/cgo: Don't define crosscall2 in dummy _cgo_main.c.
2011-01-14 Ian Lance Taylorsyscall: Correct length of SockaddrUnix.
2011-01-14 Robert Griesemergofmt, go/printer: do not insert extra linebreaks where...
2011-01-14 Ken Thompsonfix tst instruction on arm to set overflow bit
2011-01-14 Robert Griesemergodoc: remove tab before <pre>-formatted section
2011-01-14 Robert Griesemerfix build (this time for real): adjust typechecker...
2011-01-14 Robert Griesemerfix build (submitted a modified parser.go file by mistake)
2011-01-14 Robert Griesemergo/scanner: Make Init take a *token.File instead of...
2011-01-14 Rob Pikecmath test: fix format (%g does not print booleans)
2011-01-13 Ken Thompsonadd TST op code
2011-01-13 Andrew GerrandCONTRIBUTORS: fix bradfitz entry
2011-01-13 Andrew GerrandCONTRIBUTORS: add bradfitz@golang.org
2011-01-13 Brad Fitzpatrickhttp: fix scheme-relative URL parsing; add ParseRequestURL
2011-01-13 Robert Griesemergodoc: don't double HTML-escape search result snippets
2011-01-13 Russ Coxhttp: handle HEAD requests correctly
2011-01-13 Robert Griesemergo_spec: specify that int and uint have the same size
2011-01-13 Robert Griesemergodoc: peephole optimization for generated HTML
2011-01-13 Andrew Gerrandtag release.2011-01-12
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
next