]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-12-04 Russ Coxspec: document that built-ins cannot be used as func...
2009-12-04 Russ Coxmake Native Client support build again,
2009-12-04 Russ Coxtesting: compute MB/s in benchmarks
2009-12-04 Rob Pikeavoid an allocation inside bytes.Buffer by providing...
2009-12-04 Russ Cox8l: fix print line number format, buffer overflow
2009-12-04 Russ Coxnet: turn off empty packet test by default
2009-12-04 Russ Coxgc: check for assignment to private fields during initi...
2009-12-04 Ken Thompson6g code gen bug
2009-12-04 Michael ElkinsAdd Count, Cycle, ZipWith, GroupBy, Repeat, RepeatTimes...
2009-12-04 Adam Langleycrypto/rsa: fix shadowing error.
2009-12-04 Russ Coxruntime: fix Caller crash on 386.
2009-12-04 Russ Coxfaq: add question about translation
2009-12-04 Russ Coxcodereview: do not gofmt deleted files
2009-12-04 Russ CoxMake.conf: fix if $HOME has spaces
2009-12-04 Russ Coxruntime: malloc fixes
2009-12-04 Rob PikeThe String() method requires global state that makes...
2009-12-04 Rob Pikeerror propagation in gob/encoder.
2009-12-03 Rob PikeAdd ReadFrom and WriteTo methods to bytes.Buffer, to...
2009-12-03 Christopher... gc: Allow allow data types up to 1GB
2009-12-03 Robert Griesemer- include type-associated consts and vars when filterin...
2009-12-03 Russ Coxgc: handle _ = <-c in select.
2009-12-03 Russ Coxgc: recursive type error
2009-12-03 Russ Coxgc: better diagnosis of initialization loops
2009-12-03 Russ Coxgc: minor import grammar bug fixes
2009-12-03 Rob Pikeminor improvement to formatting: don't allocate padding...
2009-12-03 Russ Coxgc: function argument ordering bug
2009-12-03 Russ Coxgc: make 'invalid rune in string' a little less cryptic
2009-12-03 Rob Pikemove ReadFile, WriteFile, and ReadDir into a separate...
2009-12-03 Peter FroehlichRunes: turn string into []int
2009-12-03 Robert Griesemerupdated documentation for gofmt
2009-12-03 Russ Cox8g: discard tempalloc/tempfree experiment
2009-12-03 Russ Cox6g etc: groundwork for eliminating redundant bounds...
2009-12-03 Robert GriesemerAdd flag -tabindent to gofmt: forces use of
2009-12-02 Russ Coxnet: test and fix support for 0-length datagram packets.
2009-12-02 Rob Pikechange the naming example from Vector to Ring due to...
2009-12-02 Ian Lance TaylorAdd copy to the list of predeclared functions.
2009-12-02 Fazlul Shahriargofmt: race condition in error reporting and setting...
2009-12-02 Robert Griesemerapply gofmt to json files
2009-12-02 Rob Pikefix segfault printing errors. add test case and improve...
2009-12-02 Rob Piketest that arrays work properly.
2009-12-02 Russ Coxcodereview: move reviewers to cc line after submit,
2009-12-02 Russ Coxtime: another bug in SecondsToUTC.
2009-12-02 Ian Lance TaylorAdd Shutdown to 32-bit GNU/Linux build.
2009-12-02 Devon H. O... lxml.etree is the wrong location for this alt package
2009-12-02 Devon H. O... xml.etree can also be lxml.etree (e.g. CentOS 5.4 with...
2009-12-02 Russ Coxtime: fix handling of Jan 1 1601, 1201, 801, ...
2009-12-02 Devon H. O... net: fix netFD.Close races
2009-12-02 Rob Pikeexplicitly catch attempt to decode into a value - must...
2009-12-02 Rob Pikemake io.ReadFile use Stat.Size as a hint for preallocation
2009-12-02 Devon H. O... Add syscall.Shutdown to FreeBSD i386/amd64
2009-12-02 Evan Shaw8g: Match sgen definition to declaration
2009-12-02 Devon H. O... FreeBSD needs #!/usr/bin/env bash (fixes broken build...
2009-12-02 Russ Coxsyscall: add Shutdown on OS X, add more constants in...
2009-12-02 David SymondsAdd 'copy' as a Go builtin function for Vim syntax...
2009-12-02 Rob Pikeupdate package unicode to Unicode 5.2
2009-12-02 Russ Coxgob: fix build
2009-12-02 Robert GriesemerIntegrated feedback by Ken.
2009-12-01 Christopher... Explicitly return values where it's shadowing the param...
2009-12-01 Charles L.... 8g: fix 386 floating point stack bug
2009-12-01 Rob Pikemore gob bugs
2009-12-01 Robert Griesemermake test.sh work again
2009-12-01 Russ CoxA/C: add Charles L. Dorian
2009-12-01 Sven AlmgrenAdded Sven Almgren to AUTHORS and CONTRIBUTORS
2009-12-01 Rob Pikea couple of usage fixups in prof
2009-12-01 Fazlul Shahriargofmt: use os.Stdin instead of opening /dev/stdin
2009-12-01 Robert Griesemersome godoc cleanup:
2009-12-01 Fazlul ShahriarFix typo in spec
2009-12-01 Anthony StarksSyntax coloring and function navigation for BBEdit...
2009-12-01 Anthony StarksAdding to AUTHORS and CONTRIBUTORS as per http://golang...
2009-11-30 Roger Peppechange command-line argument to be
2009-11-30 Sergey 'SnakE... Make tests run on systems missing time utility
2009-11-30 Adrian O'GradyAdded my name to the AUTHORS and CONTRIBUTORS files.
2009-11-30 Tor AnderssonA first stab at porting the XCB X11 protocol bindings...
2009-11-30 Sergey 'SnakE... json: Decode into native Go data structures
2009-11-30 Robert GriesemerTypo in comment.
2009-11-30 Péter Szabósync.RWMutex: rewritten to add support for concurrent...
2009-11-30 Jonathan WillsAdded a method on UDPConn so they can actually send...
2009-11-30 Christopher... a[b:len(a)] -> a[b:]
2009-11-30 Andrew SkibaHandle \r as a whitespace when parsing JSON string.
2009-11-30 Christopher... Add trivial whitespace to CorruptInputError strings.
2009-11-30 Christopher... Minimise bitrot: bytes.Copy -> copy
2009-11-30 Hector ChuPorts of lib9, libbio and libmach to Windows.
2009-11-30 Russ CoxAUTHORS+CONTRIBUTORS: more names; CLA verified
2009-11-30 Russ Coxtemplate: two bug fixes / nits
2009-11-30 Russ Coxcodereview: allow editing of local CL description
2009-11-30 Russ CoxAUTHORS/CONTRIBUTORS: two more names
2009-11-30 Fumitoshi UkaiFix example Makefile to avoid $GOROOT in case it has...
2009-11-30 Russ Coxwebsocket: avoid $GOROOT in case it has spaces
2009-11-30 Sergio Luis... crypto/md4, exp/draw/x11: fix makefile to build when...
2009-11-30 Eden Licgo: use C type void for opaque types if dwarf.Common...
2009-11-29 Fumitoshi UkaiAdd WebSocket server framework hooked into http.
2009-11-29 Austin ClementsMake comment-start/-end changes buffer-local instead...
2009-11-29 Fumitoshi UkaiAdd myself to CONTRIBUTORS
2009-11-29 Robert GriesemerCorrect expression level for argument lists.
2009-11-25 Rob Pikea few utf8 benchmarks. on my mac:
2009-11-25 Rob Pikerewrite RuneCountInString to use range.
2009-11-25 Nigel TaoInitial exp/draw/x11 implementation.
2009-11-25 Rob Pikefix weird all.bash failures by running deps.bash before...
2009-11-25 Robert GriesemerHandle presence of illegal semicolon after package...
2009-11-25 Robert GriesemerReplace sort.Sort call with heapify algorithm in Init.
next