]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-12-07 Russ Coxruntime: don't touch pages of memory unnecessarily.
2009-12-07 Russ Coxruntime: introduce unsafe.New and unsafe.NewArray
2009-12-07 Robert Griesemeruse a bootstrap array to avoid allocation for short...
2009-12-07 Christopher... Remove copyBytes completely in favor of copy.
2009-12-07 Rob Pikepick off special one-byte case in copy. worth 2x in...
2009-12-07 Roger Peppethe AST walker currently provides no way to find out...
2009-12-07 Roger Peppechanges necessary to get the new chameneosredux onto...
2009-12-06 Rob Pikesave a few ns by inlining (which mostly simplifies...
2009-12-06 Rob Pikeunexport Fmt. it's not needed outside this package...
2009-12-06 Rob PikeMake printing faster by avoiding mallocs and some other...
2009-12-06 Russ Coxruntime: disable pointer scan optimization
2009-12-05 Ian Lance TaylorFix syscall.Statfs and syscall.Fstatfs for 386 GNU...
2009-12-05 Russ Coxtest/bench: use range in reverse-complement
2009-12-05 Russ Coxgc/runtime: pass type structure to makeslice.
2009-12-05 Russ Coxgc: walk pointer in range on slice/array
2009-12-05 Russ Cox6g/8g optimizer fix: throw functions now in runtime
2009-12-05 Russ Coxtest/bench: dead code in reverse-complement
2009-12-05 Russ Coxgotest: stop if the // gotest commands fail
2009-12-05 Russ Coxnet: more fiddling with the udp test.
2009-12-05 Russ Coxlibmach: fix disassembly of MOVLQSX
2009-12-05 Russ Coxgotest: ignore *_test.pb.go
2009-12-04 Ian Lance TaylorAdd syscall.Rename for NaCl. Fixes NaCl build.
2009-12-04 Adam Langleyruntime: shift the index for the sort by one.
2009-12-04 Ian Lance TaylorAdd os.Rename.
2009-12-04 Adam LangleyRemove global chanlock.
2009-12-04 Russ Coxbytes: asm for bytes.IndexByte
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
next