]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-08-27 Austin ClementsMake the statement compiler not use the AST visitor.
2009-08-27 Russ Coxremove Line in bufio.ReadLine(Bytes|Slice|String)
2009-08-27 Russ Coxadd and use Make.cmd
2009-08-27 Russ Coxclean up ideal handling; reject attempts
2009-08-27 Rob Pikefix build. changing var to const, which it should be...
2009-08-27 Rob Pikeunicode tables for all categories
2009-08-27 Nigel TaoIntroduce the image package.
2009-08-27 Ken Thompsonbug slicing array - cap is huge
2009-08-27 David Symondstemplate: Support iterables for repeated fields.
2009-08-26 Rob Pikechange IsDecimalDigit to IsDigit because Decimal is...
2009-08-26 Ian Lance TaylorCascading errors lead to a compiler crash.
2009-08-26 Russ Coxadd io.LimitReader.
2009-08-26 Russ Coxfix bufio bugs involving readers that return os.EOF...
2009-08-26 Russ Coxfix codec test bug - uint -> uint8
2009-08-26 Ian Lance TaylorImplement divWW_g in Go.
2009-08-26 Rob Pikegenerate the unicode tables directly from web database
2009-08-26 Russ Coxrecycle G structs
2009-08-26 Ian Lance TaylorRestore comment line accidentally dropped in CL 33097.
2009-08-26 Robert Griesemercleanups before making larger changes
2009-08-26 Russ Coxfinish ChanValue: Len and Cap.
2009-08-26 Russ Coxadd Close() and Closed() to ChanValue
2009-08-26 Robert Griesemeradded Newton-Raphson Division as an additional bignum...
2009-08-26 Austin ClementsMake the expression compiler not use the AST visitor...
2009-08-25 Rob Pikerename runtime internals to have modern names (array...
2009-08-25 Russ Coxcheckpoint & test (pidigits) before trying to automate.
2009-08-25 Russ Coxcgocall bug fix.
2009-08-25 David SymondsWrap kludge text in HTML comments so the text/html...
2009-08-25 Russ Coxstart of FFI support, and a demo.
2009-08-25 Russ Coxffi -> dynld.
2009-08-25 Russ Coxbug132
2009-08-25 Russ Coxchange reflect test to avoid bug132
2009-08-24 Russ Coxfirst attempt at real FFI support.
2009-08-24 Rob Pikefix duplicated word
2009-08-24 Ian Lance TaylorMatch gccgo error messages.
2009-08-24 Robert Griesemer- fix for multiple fields at same depth error
2009-08-24 Russ Coxgc: handle iface == nil in back end
2009-08-24 Kai Backman64bit literal RSH
2009-08-24 Austin ClementsMake it only necessary to exit blocks, not scopes....
2009-08-24 Russ Coxbug197
2009-08-24 Russ Coxavoid duplicate field names, so that bug132 can be...
2009-08-24 Russ Coxlinker work
2009-08-24 Russ Coxbug189
2009-08-24 Russ Coxhalf of bug193
2009-08-24 Russ Coxlinker work
2009-08-23 Rob Pikesemicolons, ifs, switches
2009-08-22 Rob Pikeallow "comma ok" in initializers
2009-08-22 Russ Coxmore interface embedding tests
2009-08-22 Austin ClementsImplement map types
2009-08-22 Austin ClementsDecode overlapping section names correctly.
2009-08-22 Austin ClementsImplement line-to-PC mapping. Add unit tests for
2009-08-22 Russ Coxfix bug195
2009-08-22 Russ Coxfix crash in bug194; add bug196
2009-08-22 Ian Lance TaylorA test for an interface which uses a forward declared...
2009-08-22 Ian Lance TaylorIf the compiler dumps core, bash will print a useless...
2009-08-21 Kai Backmanmostly 64 bit support.
2009-08-21 Ian Lance TaylorTest composite literals with undeclared types. This...
2009-08-21 Austin ClementsMake stop causes pointers so users outside the package can
2009-08-21 Ian Lance TaylorEnable these tests. Fix divconst.go and modconst.go to
2009-08-21 Rob Pikerewrite type rules for expressions and add shift examples
2009-08-21 Robert Griesemerunexpected shift conversion behavior
2009-08-21 Russ Coxlinker work
2009-08-21 Robert Griesemer- unifying rules for var decls, short var decls, and...
2009-08-21 Kai Backmanfix 386/arm builds
2009-08-21 Russ Coxfix build
2009-08-21 Russ Coxsymbol bugs.
2009-08-20 Russ CoxFFI step 2: can ask for libc.so.6.
2009-08-20 Russ Coxadd #include for time and ctime
2009-08-20 Nigel TaoFix inflate.go's decompressing of a fixed Huffman block...
2009-08-20 Rob Pikenames
2009-08-20 Russ Coxlen and cap on chans
2009-08-20 Russ Coxintroduce meaningful section names, so that
2009-08-20 Russ Coxclean up multifile package section.
2009-08-20 Russ Coxsimplifications.
2009-08-20 Russ Coxnaming cleanup.
2009-08-20 Russ Coxexclude _test from godoc as well as _obj.
2009-08-20 Kai Backmanmore work on adding in pieces. fixed my bad assumptions...
2009-08-20 Kai Backmanchange from using /tmp to local directory
2009-08-20 Rob Pikeadd bug to capture double declaration of name in file...
2009-08-20 Russ Coxproduce diagnostic for
2009-08-19 Robert Griesemernew scope rules
2009-08-19 Rob Pikesection about comments
2009-08-19 Russ Coxtry to do better line number reporting
2009-08-19 Ian Lance TaylorWith the changes to support automatic forward declarati...
2009-08-19 Kai Backmangenembedtramp for arm
2009-08-19 Rob Pikestart of a rewrite with a different tone
2009-08-19 Russ Coxfix import dot bug
2009-08-19 Kai Backmantemporarily fix linux-arm by building less
2009-08-19 Rob Pikefix spelling that is correct but bothers me anyway
2009-08-19 Austin ClementsELF reader and Go symbol table and PC/line table decoder.
2009-08-19 Kai Backmanpkg/sort compiling and some progress on syscall. mostly
2009-08-19 David Symondscontainer/list: Add InsertBefore and InsertAfter methods.
2009-08-19 Austin ClementsAdd a standard Seeker interface.
2009-08-18 Rob Pikedelete obsolete file of notes
2009-08-18 Robert Griesemer- fix performance bug (makeN always allocated a new...
2009-08-18 Robert Griesemerfix 386 build:
2009-08-18 Robert Griesemer- implemented Multiplication
2009-08-18 Kai Backmansimple arm continuous build target. will expand with...
2009-08-18 Kai Backmanslashed warnings
2009-08-18 Kai Backmanfix runtime and compile regression
2009-08-18 Bill NeubauerRemoving dead tests from chan.c
next