2011-12-09 |
Russ Cox | gc: 0 expected bugs |
commit | commitdiff | tree |
2011-12-09 |
Rob Pike | html/template: make Must work |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | gc: fix another blank bug |
commit | commitdiff | tree |
2011-12-09 |
Rob Pike | doc/go1: the rest of the language changes |
commit | commitdiff | tree |
2011-12-09 |
Rob Pike | tmpltohtml: feature for easier snippet extraction |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | gc: resolve built-ins to built-in symbol |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | gc: minor changes for inlining |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | spec: examples of untyped boolean, string constants |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | spec: remove redundant, outdated definition of default... |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | gc: rune is now an alias for int32 |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | spec: rune is now an alias for int32 |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | exp/types: fix linux build |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | gc: fix export of '\'' and '\\' constants |
commit | commitdiff | tree |
2011-12-09 |
Charles L.... | spec: fix typo in example comment |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | update tree for new default type rule |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | gc: implement character constant type rules |
commit | commitdiff | tree |
2011-12-09 |
Charles L.... | math: special cases for Pow10; delete BUG |
commit | commitdiff | tree |
2011-12-09 |
Russ Cox | spec: var x = 'a' defaults to type rune |
commit | commitdiff | tree |
2011-12-09 |
Rob Pike | doc/go1: most of the simple language changes |
commit | commitdiff | tree |
2011-12-09 |
Alex Brainman | syscall: allow for mksyscall_windows.pl to be used... |
commit | commitdiff | tree |
2011-12-09 |
Alex Brainman | misc/cgo/testso: do not leave out file behind |
commit | commitdiff | tree |
2011-12-08 |
Benny Siegert | syscall: Remove obsolete Errstr call from commented... |
commit | commitdiff | tree |
2011-12-08 |
Charles L.... | math: document more special cases |
commit | commitdiff | tree |
2011-12-08 |
Adam Langley | crypto/dsa: don't truncate input hashes. |
commit | commitdiff | tree |
2011-12-08 |
Rob Pike | doc/go1: document rearranged package hierarchy |
commit | commitdiff | tree |
2011-12-08 |
Rob Pike | tmpltohtml: put a DO NOT EDIT mark automatically in... |
commit | commitdiff | tree |
2011-12-08 |
Rob Pike | html/template: clean up locking for ExecuteTemplate |
commit | commitdiff | tree |
2011-12-08 |
Andrea Spadaccini | syscall: add constants for flock() system call under... |
commit | commitdiff | tree |
2011-12-08 |
David Symonds | CONTRIBUTORS: Andrea Spadaccini (Google CLA) |
commit | commitdiff | tree |
2011-12-08 |
David Symonds | time: use Duration for AfterFunc. |
commit | commitdiff | tree |
2011-12-08 |
Russ Cox | gc: rename %union field name from lint to i |
commit | commitdiff | tree |
2011-12-08 |
Alex Brainman | syscall: return error, not uintptr, when function retur... |
commit | commitdiff | tree |
2011-12-08 |
Rob Pike | doc/go1: map deletion |
commit | commitdiff | tree |
2011-12-07 |
Andrew Gerrand | gobuilder: goinstall packages after building go tree |
commit | commitdiff | tree |
2011-12-07 |
Robert Griesemer | strconv: fix documentation |
commit | commitdiff | tree |
2011-12-07 |
Rob Pike | doc: skeleton for release note document |
commit | commitdiff | tree |
2011-12-07 |
Rémy Oudompheng | gc: keep pointer to original node in constant rewrites. |
commit | commitdiff | tree |
2011-12-07 |
David Symonds | exp/sql: simplify some string conversions. |
commit | commitdiff | tree |
2011-12-07 |
Russ Cox | gc: fix spurious typecheck loop in &composite literal |
commit | commitdiff | tree |
2011-12-07 |
Russ Cox | bytes: lost edit from earlier CL |
commit | commitdiff | tree |
2011-12-07 |
Russ Cox | bytes: faster Count, Index, Equal |
commit | commitdiff | tree |
2011-12-07 |
Russ Cox | regexp: avoid allocation of input interface |
commit | commitdiff | tree |
2011-12-07 |
Russ Cox | test: make array smaller in nilptr test |
commit | commitdiff | tree |
2011-12-07 |
Olivier Duperray | godoc: <pre> must not occur inside <p> |
commit | commitdiff | tree |
2011-12-07 |
Russ Cox | A+C: Olivier Duperray, Taru Karttunen (individual CLA) |
commit | commitdiff | tree |
2011-12-07 |
Charles L.... | math: document special-cases behavior for Dim, Max... |
commit | commitdiff | tree |
2011-12-07 |
Peter Mundy | time: fix daysIn for December |
commit | commitdiff | tree |
2011-12-07 |
Robert Griesemer | strconv: faster float conversion |
commit | commitdiff | tree |
2011-12-07 |
Robert Griesemer | misc/benchcmp: don't require "Benchmark" at beginning... |
commit | commitdiff | tree |
2011-12-07 |
Scott Lawrence | ld: fix memory leaks |
commit | commitdiff | tree |
2011-12-07 |
Rémy Oudompheng | gc: more accurate description of -w and -W switches. |
commit | commitdiff | tree |
2011-12-07 |
Gustav Paul | exp/ssh: Have Wait() return an *ExitError |
commit | commitdiff | tree |
2011-12-07 |
Dmitriy Vyukov | ld: increase default stack size on Windows for cgo |
commit | commitdiff | tree |
2011-12-07 |
Andrew Gerrand | tag weekly.2011-12-06 |
commit | commitdiff | tree |
2011-12-07 |
Andrew Gerrand | doc: fix weekly.2011-12-06 release notes typo weekly.2011-12-06 |
commit | commitdiff | tree |
2011-12-07 |
Andrew Gerrand | tag weekly.2011-12-06 |
commit | commitdiff | tree |
2011-12-07 |
Andrew Gerrand | weekly.2011-12-06 |
commit | commitdiff | tree |
2011-12-07 |
Brad Fitzpatrick | http: make Transport warning about connections closing... |
commit | commitdiff | tree |
2011-12-06 |
Adam Langley | crypto: allocate less. |
commit | commitdiff | tree |
2011-12-06 |
Dave Cheney | exp/ssh: cleanup client auth tests |
commit | commitdiff | tree |
2011-12-06 |
Andrew Gerrand | goinstall: honour -install=false flag when -make=true |
commit | commitdiff | tree |
2011-12-06 |
Robert Griesemer | strconv: squeezed a bit more out of int/uint formatting |
commit | commitdiff | tree |
2011-12-06 |
Adam Langley | crypto/x509: if a parent cert has a raw subject, use it. |
commit | commitdiff | tree |
2011-12-06 |
Rob Pike | html/template: simplify ExecuteTemplate a little |
commit | commitdiff | tree |
2011-12-06 |
Rob Pike | fmt: benchmark floating point. |
commit | commitdiff | tree |
2011-12-06 |
Maxim Pimenov | cgo: fix typo in the documentation |
commit | commitdiff | tree |
2011-12-06 |
Robert Griesemer | strconv: 34% to 63% faster conversions |
commit | commitdiff | tree |
2011-12-06 |
Russ Cox | gc: disallow map/func equality via interface comparison |
commit | commitdiff | tree |
2011-12-06 |
Russ Cox | image: avoid func comparison during ColorModel comparison |
commit | commitdiff | tree |
2011-12-06 |
Dave Cheney | exp/ssh: simplify client channel open logic |
commit | commitdiff | tree |
2011-12-06 |
Rob Pike | various: we don't cast, we convert |
commit | commitdiff | tree |
2011-12-06 |
Andrew Gerrand | hash: rewrite comment on Hash.Sum method |
commit | commitdiff | tree |
2011-12-06 |
Rob Pike | fmt: only use Stringer or Error for strings |
commit | commitdiff | tree |
2011-12-05 |
Volker Dobler | godoc: Show type examples between variables and methods. |
commit | commitdiff | tree |
2011-12-05 |
Russ Cox | gofix: fix for strconv API change |
commit | commitdiff | tree |
2011-12-05 |
Russ Cox | use new strconv API |
commit | commitdiff | tree |
2011-12-05 |
Russ Cox | strconv: new API |
commit | commitdiff | tree |
2011-12-05 |
Luuk van Dijk | gc: changes in export format in preparation of inlining. |
commit | commitdiff | tree |
2011-12-05 |
Russ Cox | gc: remove type elision in struct literals |
commit | commitdiff | tree |
2011-12-05 |
Russ Cox | spec: remove contentious composite literal shortening |
commit | commitdiff | tree |
2011-12-05 |
Charles L.... | math: add special-cases comments to Sinh and Tanh. |
commit | commitdiff | tree |
2011-12-05 |
Rémy Oudompheng | crypto/aes: eliminate some bounds checking and manual... |
commit | commitdiff | tree |
2011-12-05 |
Russ Cox | runtime: prep for type-specific algorithms |
commit | commitdiff | tree |
2011-12-05 |
Andrew Gerrand | gobuilder: use new dashboard protocol |
commit | commitdiff | tree |
2011-12-05 |
Andrew Gerrand | misc/dashboard: init handler for bootstrapping |
commit | commitdiff | tree |
2011-12-05 |
Andrew Gerrand | misc/dashboard/app: revert gofix of app engine file |
commit | commitdiff | tree |
2011-12-04 |
David Symonds | net/mail: correctly compare parsed times in the test. |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | gc: fix build (not sure how this edit got lost) |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | gc: fix line number for redundant print |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | gc: use gofmt spacing when printing map type |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | gofmt -s misc src |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | gofmt: handle &T in composite literal simplify |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | gc: composite literals as per Go 1 |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | spec: additional composite literal shortenings per... |
commit | commitdiff | tree |
2011-12-02 |
Robert Griesemer | goinstall: fix typo in comment |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | spec: pointer to array can be sliced |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | gc: do not allow slice of array literal |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | doc: do not slice array literal |
commit | commitdiff | tree |
2011-12-02 |
Russ Cox | spec: avoid slice of array literal |
commit | commitdiff | tree |
2011-12-02 |
Gustav Paul | exp/ssh: allow for msgUserAuthBanner during authentication |
commit | commitdiff | tree |
next |