]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2009-12-22 Russ Coxhgtags: delete "release" (step 1 of new release) weekly.2009-12-22
2009-12-22 Rob Pikefix up %p
2009-12-22 Russ Coxjson: fix doc comment
2009-12-22 Rob PikeAllow %p on reference types, for debugging.
2009-12-21 Robert Griesemerupdate test.sh so it can run to completion again
2009-12-21 Jan MerclExperimental alternative implementation of the vector...
2009-12-21 Robert Griesemeradding individual contributor
2009-12-21 Russ Cox8g: add TESTL etc to reg opt
2009-12-21 Russ Coxcgo: interpret $CGOPKGDIR as absolute path if rooted
2009-12-19 Ian Lance TaylorMore evaluation order tests, for global variables and...
2009-12-19 Russ Coxgc: method expressions on concrete types
2009-12-18 Rob Pikenew comments for bytes.NewBuffer and NewBufferString.
2009-12-18 Adam Langleyruntime: fix race condition
2009-12-18 Robert Griesemerfix build, enable an exp/eval's assignment check
2009-12-18 Robert Griesemerreport an error for illegal octal numbers instead of...
2009-12-18 Robert Griesemerremoved semantic check from parsers
2009-12-18 Russ CoxMake.pkg: fix cgo for TARG=a/b
2009-12-18 Russ Coxcgo: include line number information to keep go/printer...
2009-12-18 Kai Backman first stub for softfloats, intercepts float instructio...
2009-12-17 Robert Griesemerfix for gofmt rewrite matcher bug
2009-12-17 Russ Coxgc: fix compiler crash
2009-12-17 Robert Griesemeruse new tab indentation format in godoc, but convert
2009-12-17 Ben Olivetime: add ISO 8601 time format
2009-12-17 Russ CoxA+C: Ben Olive (individual CLA)
2009-12-17 Devon H. O... Allow cgo to accept multiple .go inputs for a package
2009-12-17 Devon H. O... Use BitSize instead of the field's type native ByteSize...
2009-12-17 Tor AnderssonUpdated the XGB python script to generate semicolon...
2009-12-17 Russ Coxruntime: if os/signal is not in use, crash on
2009-12-17 Rob Pikemake it more explicit that design discussions should...
2009-12-17 Robert Griesemer- Parse expressions as opposed to statements for gofmt...
2009-12-16 Nigel TaoBasic image/jpeg decoder.
2009-12-16 Ian Lance TaylorAdd roadmap document.
2009-12-16 Robert GriesemerDon't ignore flags controlling the amount of source...
2009-12-16 Rob Pikeadd the ability to invoke niladic single-valued methods...
2009-12-16 Moriyoshi KoizumiThis patch enables cgo utility to correctly convert...
2009-12-16 William Josephsonrand: Zipf distributed random variates.
2009-12-16 Andrey Mirtchovskibytes, strings: add new function Fields
2009-12-16 Charles L.... math: special cases for Pow
2009-12-16 Russ Coxdoc/install.html: how to update to a new release
2009-12-16 David Symondsos/signal: new package
2009-12-16 Robert GriesemerFix for scanner bug (introduced with most recent change).
2009-12-16 Russ Coxsyscall: RawSyscall must not call exitsyscall
2009-12-16 Rob Pikenew semicolon rule in effective_go.html.
2009-12-16 Russ Coxrand: add explicit Int31n to avoid 64-bit divide on...
2009-12-16 Russ Coxmath: faster, easier to inline IsNaN, IsInf
2009-12-16 Russ Coxruntime: return zero value in x, ok = <-c when ok ...
2009-12-16 Russ Coxgc: fix import name resolution
2009-12-16 Ivan KrasinAdd basic http authentication support.
2009-12-16 Russ Coxgc: bug fixes.
2009-12-16 Russ Coxgc: allow ... in method lists
2009-12-15 Robert Griesemer1) Change default gofmt default settings for
2009-12-15 Robert Griesemer1) Change default gofmt default settings for
2009-12-15 Robert Griesemer1) Change default gofmt default settings for
2009-12-15 Robert Griesemer 1) Change default gofmt default settings for
2009-12-15 Rob Pikeupdate tutorial.
2009-12-15 Robert Griesemer 1) Change default gofmt default settings for
2009-12-15 Russ Coxgc: double-check usage of ...
2009-12-15 Russ Coxgc: var x, ok = m[y]
2009-12-15 Ian Lance TaylorTweak test to work with both 6g and gccgo.
2009-12-15 Russ Coxcodereview: add golang-dev@googlegroups.com
2009-12-15 Robert Griesemerfix TODO: insert semicolons before any sequence of...
2009-12-15 Arvindh Rajesh... xml: handle unexpected EOF while parsing and fix a...
2009-12-15 Russ Coxruntime: in exitsyscall, avoid confusing garbage collector
2009-12-15 Robert Griesemerimproved formatting of import declarations and
2009-12-14 Andy Daviscrypto/sha256: new package
2009-12-14 Rob Pikesimpler fix for the negative rune problem, spotted...
2009-12-14 Rob Pikegenerate replacement rune when asked to encode a negati...
2009-12-14 Christopher... archive/tar: bug fixes.
2009-12-14 Robert Griesemerdon't show semicolons anymore with godoc
2009-12-14 Russ CoxA+C: two more names
2009-12-14 Rob Pikefix naked < as reported by pwil3058@gmail.com
2009-12-14 Rob PikeWhen the buffer is empty, reset b.off to the beginning...
2009-12-13 Christopher... syscall: fix error return bug for 64-bit return on...
2009-12-13 Hector Chu8l: add support for PE output.
2009-12-13 Christopher... clean.bash: stop if $GOROOT is not set
2009-12-13 Hector ChuPorted godefs to Windows.
2009-12-13 Russ Coxgc: fix comment
2009-12-13 Rob PikeUpdate goyacc to new syntax, still with semicolons.
2009-12-12 Ken Thompsonmore on the optimizer
2009-12-12 Rob Pikefix bug for large counts: used a one-byte buffer.
2009-12-12 Robert GriesemerVarious cleanups:
2009-12-11 Russ Coxgc: semicolons
2009-12-11 Ken Thompsonbug in 6g optimizer
2009-12-11 Robert Griesemerparser changed to reflect new semicolon rules
2009-12-11 Robert Griesemerfix printer test for new syntax
2009-12-11 Devon H. O... Remove GOBIN in PATH dependency; don't assume cwd is...
2009-12-11 Russ Coxmisc/bash: completion file for bash
2009-12-11 Maxim Ushakovencoding/binary: Add support for slices of arrays of...
2009-12-11 Devon H. O... Add a Makefile in place of all.bash. Update docs to...
2009-12-11 Yves Junqueirasyslog: new package
2009-12-11 Yongjian Xumkbuiltin: generate builtin.c directly
2009-12-11 Russ CoxA+C:
2009-12-11 Kei Sonbytes, strings: allow -1 in Map to mean "drop this...
2009-12-11 Robert Griesemer- make make test working again
2009-12-11 Robert GriesemerNew flags for gofmt:
2009-12-11 Robert Griesemerrename exp/parser package to oldParser
2009-12-11 Robert GriesemerSpec modified to reflect new semicolon rules.
2009-12-10 Robert Griesemerimplement NoSemis and NoStringConcat mode for go/printer
2009-12-10 Robert Griesemerimplemented InsertSemis mode for go/scanner
2009-12-10 Robert Griesemer- unmodified copy of existing go/parser, not yet hooked up
next