]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-01-08 Rob PikeRewrite tokenizer to clean up and fix a bug with spaces...
2010-01-08 Adam LangleyAdd builder scripts.
2010-01-08 Russ Coxadd doc/devel/index.html, linked from nav bar
2010-01-08 Russ Coxcodereview: repeated hg mail sends "PTAL"
2010-01-08 Russ Coxhttp: most of a URL shouldn't use URL-escaping
2010-01-08 Rob PikeAdd a parser to the time package, the inverse of time...
2010-01-07 Robert Griesemeradded some missing periods
2010-01-07 Rob Pikemake Format about twice as fast by removing allocations...
2010-01-07 Rob Pikeupdate timing logs for benchmarks.
2010-01-07 Evan Shaw8g: float->uint64 conversion optimization
2010-01-07 Evan Shawlibmach: Add disassembly for newly implemented opcodes
2010-01-07 Russ Coxruntime: close TODO now that 8c bug is fixed
2010-01-07 Rob Pikeadd a standard interface that wraps ReadByte, io.ReadByter
2010-01-07 Russ Coxsync make-arm.bash with make.bash
2010-01-07 Russ Cox8c: only refer to extern register variables in MOVL...
2010-01-07 Russ Coxdeps.bash: handle space between .go and \ in GOFILES=
2010-01-07 Hector ChuPorted runtime to Windows.
2010-01-07 Russ Coxtime: fix Makefile so deps.bash is happy (fixes build)
2010-01-06 Russ Coxgodoc: serve index.html in place of directory listing...
2010-01-06 Russ Coxadd release log as doc/devel/release.html
2010-01-06 Austin ClementsUse remove-text-properties instead of
2010-01-06 Russ Coxhttp: avoid header duplication - take struct fields...
2010-01-06 Devon H. O... cgo: Use -fno-eliminate-unused-debug-types when calling...
2010-01-06 Rob PikeNew time formatter, time.Format(formatString)
2010-01-06 Jan H. HosangAdded me to authors and contributors.
2010-01-06 Devon H. O... Fix missing explicit GOBIN in src/pkg/Makefile. Clean...
2010-01-06 Ivan KrasinAdd http.CanonicalPath and tests for it. Remove BUG...
2010-01-06 Ivan KrasinPropagate error to the caller in json.Marshal. Fixes...
2010-01-06 Russ Coxrelease.2010-01-05
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
next