]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-01-06 Russ Coxhgtags: delete "release" (prepare for new release) weekly.2010-01-05
2010-01-06 Evan Shaw8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructions
2010-01-06 Russ Coxrollback of https://golang.org/cl/181077
2010-01-06 Evan Shawxml: Fix comment so that example code compiles
2010-01-06 Austin ClementsUpdate Emacs go-mode for new semicolon rule.
2010-01-06 Russ Coxbig: fix ProbablyPrime bug, comments
2010-01-06 Devon H. O... Fix missing explicit GOBIN in src/pkg/Makefile. Clean...
2010-01-05 Devon H. O... syscall: add nanosleep on FreeBSD
2010-01-05 Roger Peppenet: make Dial correctly return nil on error.
2010-01-05 Robert Griesemerremove reference to "basic literal" since it's never...
2010-01-05 Robert GriesemerSimplified parser interface.
2010-01-05 Rob PikeCheck for errors when writing fields of a struct.
2010-01-04 Roger PeppeAllow a nil Ident to print without crashing.
2010-01-03 Rob Pikefix up YB and add ZB, EB in example
2010-01-02 Yongjian XuRemove redundant size check in resize. Let callers...
2009-12-31 Rob Piketrivial bug: []byte is special but [3]byte is not.
2009-12-30 Robert GriesemerMore Xcode support.
2009-12-29 Ian Lance TaylorDocument how to build gccgo to use gold.
2009-12-29 Robert GriesemerTest case for issue 475 and related bug.
2009-12-29 Ken FriedenbachImproved Xcode support
2009-12-29 Robert Griesemeradded author/contributor
2009-12-29 Robert Griesemertest case for issue 471
2009-12-29 Rob Pikeimprove some type switches now that multiple types...
2009-12-29 Robert GriesemerApply symmetric changes to sha1 and sha256 as to md4...
2009-12-29 Nigel TaoPNG decoder now handles transparent paletted images.
2009-12-29 Nigel TaoJPEG decoder now handles RST (restart) markers.
2009-12-29 Rob Pikeadd a debugging printer to the gob package.
2009-12-29 Rob Pikeremove all references to gobType() from the decoder.
2009-12-29 Robert GriesemerFix bug in godoc tab conversion filter:
2009-12-29 Robert GriesemerSymmetric changes to md4.go as for md5.go.
2009-12-28 Robert GriesemerA couple of tighter loops.
2009-12-28 Robert GriesemerClarify section on tokens.
2009-12-28 Rob Pikefix dumb bug: must write out default values inside...
2009-12-28 Robert Griesemersimplify some code that is using vectors
2009-12-28 Adam Langleycrypto/tls: make Listener a pointer.
2009-12-27 Russ Coxgc: various C nits, found by plan 9 compiler.
2009-12-26 Rob Pikeadd exceptions to the road map. i think this just...
2009-12-24 Devon H. O... Update documentation around time.Sleep to specify its...
2009-12-24 Rob Pikefix naked < and > as reported by Peter Williams <>
2009-12-24 Ian Lance TaylorUse t.Errorf for formatted error output.
2009-12-24 Ian Lance TaylorAdd a test for issue 337.
2009-12-23 Russ Coxgo_spec: use PrimaryExpr as type switch expression
2009-12-23 Peter FroehlichAdd query to find number of subexpressions.
2009-12-23 Robert Griesemerremove nums.sh
2009-12-23 Rob Pikeimplement .repeats for maps.
2009-12-23 Rob Pikemake 6prof (sic) architecture-independent.
2009-12-23 Adam Langleycrypto/tls: extensions and Next Protocol Negotiation
2009-12-23 Devon H. O... cgo: don't overwrite p.Crefs
2009-12-23 Peter FroehlichFix comment for Chmod.
2009-12-23 Rob Pikefix documentation bug in example
2009-12-23 Robert GriesemerCleanup: remove Exp ending in identifiers
2009-12-23 Robert GriesemerReplace container/vector with exp/vector (faster).
2009-12-22 Robert Griesemeradd comment (warning about generated files)
2009-12-22 Russ Coxhgtags: release.2009-12-22
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 ...
next