]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-03-23 Andrew Gerrandrelease.2010-03-22 weekly.2010-03-22
2010-03-23 Russ Coxgc: various map-related bug fixes
2010-03-22 Andrew Gerrandast/printer: support for printing ast.Spec nodes
2010-03-21 Russ Coxgoinstall: let git/hg/svn create the final directory...
2010-03-21 Russ CoxA+C: add Kyle Consalus (individual CLA)
2010-03-21 Russ Coxlibmach: more info when memory reads fail on Darwin
2010-03-21 Ken Thompsonissue 682
2010-03-20 Robert Griesemergodoc: line numbers for all remote search results
2010-03-20 Russ Coxgodoc: revert change 5089, per gri's instructions
2010-03-20 Andrew Gerrandwebsite: add Go Blog widget to frontpage,
2010-03-20 Robert Griesemergodoc: proper file path conversion for remote search
2010-03-19 Rob PikeMake.cmd: make 'all' the default target (was 'clean...
2010-03-19 Russ Coxos: drop File finalizer after normal Close
2010-03-19 Andrew Gerrandhttp: add Error helper function
2010-03-19 James Toydoc/htmlgen.go: remove unnecessary semicolons
2010-03-19 Russ CoxA+C: add James Toy (individual CLA)
2010-03-19 Charles L.... math: add Gamma function
2010-03-19 Alex Brainmansyscall: mingw implemntation of Errstr()
2010-03-19 Robert Griesemergodoc: show (some) line numbers for remote search
2010-03-19 Alex Brainmansyscall: mksyscall_mingw.sh emitting shorter calls...
2010-03-19 Rob PikeFactor the Makefiles to make writing outside Makefiles...
2010-03-19 Ken Thompsonissue 608
2010-03-19 Fumitoshi Ukaiwebsocket: use URL.RawPath to construct WebSocket-Locat...
2010-03-19 Alex Brainmandeps.bash: handle Makefiles with .go filenames that...
2010-03-19 Robert Griesemergodoc: improved comment formatting: recognize URLs
2010-03-19 Robert Griesemergodoc: implemented command-line search
2010-03-18 Andrew Gerrandtemplate: fixed html formatter bug where it would turn...
2010-03-18 Robert Griesemerrpc documentation cleanup: remove ;'s from code in...
2010-03-18 Robert Griesemergo/doc cleanup: remove some unnecessary string conversions
2010-03-18 Alex BrainmanFix src/pkg/syscall/mkall.sh: don't assume that . is...
2010-03-17 Ian Lance TaylorFix build: don't assume that . is on PATH.
2010-03-17 Russ Coxcrypto/rand: new package
2010-03-17 Russ Coxruntime: add GOROOT and Version
2010-03-17 Alex Brainmansyscall: more changes to mingw version
2010-03-17 Andrew Gerrandjson: add MarshalIndent (accepts user-specified indent...
2010-03-17 Russ Coxsyscall: add const ARCH, analogous to OS
2010-03-17 Russ Coxdoc/install: tweak port text; drop redundant list of...
2010-03-17 Russ Coxversion.bash: cope with ancient Mercurial
2010-03-17 Russ Coxhttp: change RawPath to mean raw path, not raw everythi...
2010-03-17 Russ Coxutf16: new package
2010-03-17 Andrew Gerrandgoinstall doc: fix link to godashboard/package
2010-03-16 Robert Griesemergofmt: more consistent formatting of const/var decls
2010-03-16 Robert Griesemergodoc: initial support for showing popup information
2010-03-16 Russ Coxnet: fix IPMask.String not to crash on all-0xff mask
2010-03-16 Petar Maymounkovhttp: add ParseQuery
2010-03-16 Anthony Starksmisc/bbedit: support for cmplx, real, imag
2010-03-16 Conrad Meyersha512: add sha384 (truncated version)
2010-03-16 Robert Griesemerimage/jpeg: fix typos
2010-03-16 David SymondsAdd new complex types, functions and literals to Vim...
2010-03-16 Russ Coxruntime: lock finalizer table accesses
2010-03-15 Andrew Gerrandrelease.2010-03-15 part two
2010-03-15 Andrew Gerrandrelease.2010-03-15 weekly.2010-03-15
2010-03-15 Andrew Gerrandinstall.html: elaborate on shell profile instructions
2010-03-15 Robert Griesemergofmt: fix for gofmt rewrite feature
2010-03-15 Andrew Gerrand dashboard: include package.html
2010-03-13 Robert Griesemergodoc: support for multiple packages in a directory
2010-03-13 Russ Coxhash/crc64: new package implementing 64-bit CRC
2010-03-12 Robert Griesemergofmt: make sure there is a newline after
2010-03-12 Robert Griesemergo/printer: fix a couple of hidden crashes that become
2010-03-12 Robert Griesemerast/filter.go: missing nil-check causes crash
2010-03-12 Robert Griesemergodoc: fix formatting of -src output
2010-03-12 Robert Griesemermath, path: minor comment fixes
2010-03-11 Christopher... syslog: increase test timeout from 10ms to 100ms
2010-03-11 Ian Lance TaylorRevert previous change: complexN only converts to complexN.
2010-03-11 Robert Griesemermath package: minor documentation fix
2010-03-11 Robert Griesemerinstall.html: add section on C tools
2010-03-10 Robert Griesemergodoc: change -x to -src, update doc.go (missed in...
2010-03-10 Robert Griesemergo_spec.html: fix typo and link
2010-03-10 Robert Griesemergodoc: provide mode which shows exported interface...
2010-03-10 Russ Coxfix 386 a[i] = cmplx(r, j)
2010-03-10 Russ Coxfix amd64 build (golden.out)
2010-03-10 Andrew Gerrandtemplate: add ParseFile, MustParseFile, and associated...
2010-03-10 Ken Thompson1. decommit complex(float) conversion
2010-03-09 Russ Coxgc: remove duplicate errors, give better error for...
2010-03-09 Alex Brainmansyscall: minimal mingw version of syscall to call windo...
2010-03-09 Dean Prichardreflect: typo in comment
2010-03-09 Andrey Mirtchovskimissing ';' renders the code snippet incorrectly on...
2010-03-09 Rob Pikefmt: enable the complex tests now that 8g supports...
2010-03-09 Ken Thompsonfix bugs compiling things like
2010-03-09 Ken Thompsonidentical complex implementation
2010-03-09 Dean Prichardarm: cleanup build warnings
2010-03-09 Raif S. Naffahcrypto/ripemd160: new package
2010-03-09 Conrad Meyercrypto/sha256: add SHA-224
2010-03-09 Giles Leanencoding/base64: fix typo in comment
2010-03-09 Dean Prichardgc: avoid fixed length buffer cleanbuf
2010-03-09 Conrad Meyercrypto/sha512: new package
2010-03-09 Russ CoxA+C: add Conrad Meyer (individual CLA)
2010-03-08 Russ Coxgc: simplify complex typecheck
2010-03-08 Russ Cox5g/6g/8g: fix double function call in slice
2010-03-08 Russ Coxruntime: clock garbage collection on bytes allocated...
2010-03-08 Ian Lance TaylorComplex values may only be compared for equality or...
2010-03-08 Ian Lance TaylorClarify that conversions to complex are OK.
2010-03-08 Adam Langleycrypto/rsa: don't use safe primes.
2010-03-07 Christopher... regex: Remove unneeded imports from test.
2010-03-07 Andrew Gerrandregexp: add ReplaceAllFunc and ReplaceAllStringFunc
2010-03-06 Rob Pikefix bug in complex printing: imaginary didn't have...
2010-03-06 Ken ThompsonPTAL
2010-03-06 Ken Thompson6g complex type usable
2010-03-06 Russ Coxgc: fix crash on complicated arg to make slice.
2010-03-06 Charles L.... math: faster hypot
next