]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-18 Ian Lance Taylortest: add some tests that gccgo failed to handle correctly
2012-02-18 Rob Pikeencoding/gob: fix mutually recursive slices of structs
2012-02-18 Andrew Gerrandpkg: a slew of examples
2012-02-17 Robert Griesemercrypto/dsa: add missing period in package comment
2012-02-17 Russ Coxdoc: fix tables
2012-02-17 Rob Pikemath/rand: Intn etc. should panic if their argument...
2012-02-17 Anthony Martinos: fix existential typo
2012-02-17 Robert Griesemergo/doc: move Example code from go/ast to go/doc.
2012-02-17 Russ Coxcmd/gc: fix comparison of struct with _ field
2012-02-17 Gustavo Niemeyerruntime: remove use of ?:
2012-02-17 Robert Griesemergodoc: don't print spurious suggestion when running...
2012-02-17 Robert Griesemergo/parser: example for ParseFile use
2012-02-17 Robert Griesemergo/scanner: replace comment with example
2012-02-17 Joe Poiriermisc/dist/windows: distro builder updates
2012-02-17 Shenghou Macmd/dist: make dir check in defaulttarg() more robust
2012-02-17 Evan Shaw8a, 8l: add EMMS instruction
2012-02-17 Shenghou Ma.hgignore: add src/cmd/dist/dist.dSYM
2012-02-17 Ian Lance Taylordoc: clarify gccgo support for segmented stacks
2012-02-17 Dmitriy Vyukovsync: say that Cond.Wait can not return spuriously
2012-02-17 Dmitriy Vyukovnet/rpc: fix spurious panic in test
2012-02-17 Alex Brainmanruntime: silence warnings
2012-02-17 Rob Pikefaq: add entry about nil interfaces vs. nil pointers
2012-02-17 Russ Coxtest: use testlib (final 61)
2012-02-17 Russ Coxtest: use testlib (fourth 100)
2012-02-17 Russ Coxtest: use testlib (third 100)
2012-02-17 Russ Coxtest: use testlib (second 100)
2012-02-17 Russ Coxtest: use testlib (first 100)
2012-02-17 Russ Coxtest: add testlib
2012-02-17 Russ Coxnet/url: API
2012-02-17 David Symondsnet/url: spell the package name correctly.
2012-02-17 Nigel Taofix: walk ast.Ellipsis values.
2012-02-17 David Symondsruntime: Permit default behaviour of SIGTSTP, SIGTTIN...
2012-02-17 Rob Pikeos: add a simple example to the package doc.
2012-02-17 Russ Coxlog/syslog: disable on Windows
2012-02-17 Brad Fitzpatricknet: package doc overview / examples
2012-02-17 Mikio Haranet, os, syscall: delete os.EPLAN9
2012-02-17 Rob Pikedebug/dwarf: address TODO in doc comment for New
2012-02-17 Mike Rossetdoc: provide example filepath.Walk for go1
2012-02-17 Rob Pikenet/textproto: delete spurious quote
2012-02-16 Rob Pikenet/textproto: add Conn to doc comment
2012-02-16 Rob Pikeos: delete os.EINVAL and so on
2012-02-16 Rob Pikepath/filepath: fix test on darwin
2012-02-16 Rémy Oudomphengcmd/gc: correctly typecheck expression lists in returns.
2012-02-16 Robert Griesemergo/parser: imaginary constants and ! may start an expre...
2012-02-16 Robert Griesemergo spec: struct comparison only compares non-blank...
2012-02-16 David Symondsruntime: rename Cgocalls and Goroutines to NumCgoCall...
2012-02-16 Hector Chumake.bat, run.bat: echo newlines
2012-02-16 Russ Coxsyscall: fix bounds check in Error
2012-02-16 Rob Pikeencoding/gob: catch internal error when it happens
2012-02-16 Rémy Oudomphengpath, path/filepath: polish documentation.
2012-02-16 Bobby Powerscmd/go: fix 'go help <command>'
2012-02-16 David du Colombieros,syscall: fix plan 9 build
2012-02-16 Bobby Powersdist: add clang specific -Wno options
2012-02-16 Sébastien Paolacciruntime: release unused memory to the OS.
2012-02-16 Nigel Taocmd, pkg/go/*: fix "go vet" warnings for go/ast and...
2012-02-16 Rob Pikeos: fix build
2012-02-16 Rob Pikehtml/template: clone is implemented elsewhere, so delet...
2012-02-16 Rob Pikeall: errors caught by go vet
2012-02-16 David Symondsdashboard: tidy up 'top' link.
2012-02-16 Rob Pikeos: remove use of _test
2012-02-16 Rob Pikeexp/inotify: remove use of _test
2012-02-16 Rob Pikewindows: fix build
2012-02-16 David Symondsnet/url: Rename ParseWithReference to ParseWithFragment.
2012-02-16 Rob Pikeexp/winfsnotify: remove reference to _test
2012-02-16 David Symondsnet/url: regularise receiver names.
2012-02-16 David Symondsdebug/gosym: more carefully build the test binary.
2012-02-16 Gustavo Niemeyerencoding/xml: add MarshalIndent and move the example
2012-02-16 David Symondsdebug/gosym: dump 6a/6l output to process stdout/stderr...
2012-02-16 David Symondsdebug/gosym: Remove Makefile, rewrite test using go...
2012-02-16 Andrew Gerrandsort: add interface examples
2012-02-16 Rob Pikecmd/go: fix 'go help'
2012-02-16 Andrew Gerrandgo/ast: return Examples in name order
2012-02-16 Andrew Gerrandgodoc: show example function doc comments in UI
2012-02-16 Andrew Gerrandgodoc: make example code more readable with new comment...
2012-02-16 Alex Brainmanmake.bat: implement --no-clean
2012-02-15 Alex Brainmanbuild: use setlocal in run.bat
2012-02-15 Alex Brainmanbuild: keep environment variable changes local during...
2012-02-15 Rémy Oudomphengcmd/gc: error on constant shift overflows.
2012-02-15 Brad Fitzpatrickbufio: don't return errors from good Peeks
2012-02-15 Brad Fitzpatricknet/http: add some examples
2012-02-15 Andrew Gerrandgodoc: support for package examples, display example...
2012-02-15 Brad Fitzpatricknet/http: fix race in sendfile test
2012-02-15 Robert Griesemergo/printer: don't lose relevant parentheses when rewrit...
2012-02-15 David du Colombierruntime: define NSIG to fix plan 9 build
2012-02-15 Russ CoxA+C: David du Colombier (individual CLA)
2012-02-15 Shenghou Macmd/go: suggest 'go test -i [args to test]'
2012-02-15 Shenghou Macmd/go: go test -i correctly handle cgo packages
2012-02-15 Russ Coxbuild: add make.bash --no-clean option
2012-02-15 Ian Lance Taylortest: add new test of indirect type references
2012-02-15 Mikio Harabuild: fix clean.bash
2012-02-15 Alex Brainmancmd/dist: use correct package target when cross-compiling
2012-02-15 Shenghou Ma5c, 6c, 8c, 6g, 8g: correct boundary checking
2012-02-15 Brad Fitzpatrickdoc: fix links
2012-02-15 Albert Strasheimsyscall: Make Pdeathsig type Signal in SysProcAttr...
2012-02-15 Nigel Taohtml/template: add Clone and AddParseTree. Make text...
2012-02-15 Rob Piketext/template: evaluate function fields
2012-02-15 Alex Brainmantime: run TestTicker for longer during short test,...
2012-02-15 Andrew Gerrandtag weekly.2012-02-14
2012-02-15 Nigel Taofix: add fix for bufio, gzip, zlib NewWriterXxx changes. weekly.2012-02-14
2012-02-15 Yasuhiro Matsumotocmd/dist: xprintf() can't output whole of 'dist env'.
next