]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-01-26 Russ Coximplement new restrictions on what
2009-01-26 Robert Griesemer- clarified slice index bounds rules
2009-01-26 Rob Pikeadd start to a logging package.
2009-01-24 Ken Thompsonbug in async select read
2009-01-24 Russ Coxmake test/chan/nonblock work even with real os threads
2009-01-23 Rob Pikefix typo in comment. s/put/Put/
2009-01-23 Rob Pikeremove the "open" concept from reflect and go with...
2009-01-23 Robert Griesemer- snapshot before making larger change
2009-01-23 Rob Pikechange the representation of arrays in protobufs from...
2009-01-23 Robert Griesemersnapshot before making more changes:
2009-01-23 Russ Coxfix build - missed this file
2009-01-23 Russ Coxmove math routines from package sys to package math,
2009-01-22 Russ Coxuse $GC, $GL in gotest, to match gccgo's gotest.
2009-01-22 Robert Griesemercosmetic change only:
2009-01-22 Russ Coxlet test sources specify commands to run
2009-01-21 Rob Pikechange reflect.CopyArray into a method on ArrayValue...
2009-01-21 Robert Griesemer- added comment with various viewpoints so we have...
2009-01-21 Russ Coxdisallow P.t for lowercase t and not our package P.
2009-01-21 Russ Coxdelete unused code and data from 6.outs.
2009-01-21 Robert Griesemer- duplicate struct field not diagnosed
2009-01-21 Ian Lance TaylorGet this bug back to the intended state: bug1.go is...
2009-01-21 Ian Lance Taylorsys.readfile has been removed. Remove the test case...
2009-01-21 Ian Lance TaylorWith the removal of export, this bug no longer tests...
2009-01-21 Rob Pikeupdate tutorial for new export scheme
2009-01-20 Russ Cox6g: better genembedtramp fatal error,
2009-01-20 Russ Cox6l: do not link in objects from an archive just for...
2009-01-20 Robert Griesemer- updated pretty (removed "export")
2009-01-20 Russ Coxdelete export
2009-01-20 Russ Cox* delete export
2009-01-20 Russ Cox6l: ignore undefined symbols in gotypesigs.
2009-01-20 Rob Pikeadd a couple of helper methods to io.ByteBuffer
2009-01-17 Russ Coxconvert tests; nothing interesting.
2009-01-16 Robert Griesemer- added TODO
2009-01-16 Robert Griesemer- cleanup todo list
2009-01-16 Russ Coxdisallow other package's names in method calls
2009-01-16 Robert Griesemercasify struct fields
2009-01-16 Russ Coxcasify struct fields in entire tree.
2009-01-16 Russ Coxdisallow other package's names in struct field dot.
2009-01-16 Ian Lance TaylorChange malloc.Lookup to return the size as uintptr...
2009-01-16 Ian Lance TaylorRemove types from constants, since they didn't match...
2009-01-16 Russ Coxcasify, cleanup sys
2009-01-16 Rob Pikecasify linux syscall dependents, plus a few stragglers
2009-01-16 Robert Griesemer- language for export via capitalized identifiers
2009-01-16 Rob Pikes/split/Split/ to get compiling again
2009-01-16 Rob Piketwo more casifications in fmt
2009-01-16 Rob Pikecasify flag.
2009-01-16 Rob Pikecasify reflect.
2009-01-16 Russ Coxcasify misc
2009-01-16 Robert Griesemer- more bignum_test letter case fixes
2009-01-16 Rob Pikecasify syscall and sequelae
2009-01-16 Russ Coxcasify http
2009-01-16 Russ Coxcasify DNS
2009-01-16 Russ Coxre-export of bools was changing
2009-01-16 Rob Pikerecasify regexp to use underscores and clean up the...
2009-01-16 Rob Pikecasify a few more
2009-01-16 Russ Coxcasify json
2009-01-16 Russ Coxcasify hash
2009-01-16 Russ Coxcasify time
2009-01-16 Russ Coxredo and clean up math.
2009-01-16 Rob Pikecasify tutorial examples
2009-01-16 Russ Coxdon't crash on:
2009-01-16 Russ Coxconvert strconv
2009-01-16 Rob Pikecasify lib/regexp
2009-01-16 Robert Griesemercasify pretty
2009-01-16 Russ Coxcatch export on func.
2009-01-16 Rob Pikecasify fixup for bufio
2009-01-16 Russ Coxadd warning for export of lowercase too.
2009-01-16 Russ Coxremove export name-list statement.
2009-01-16 Russ Coxmake safe for new package local defaults
2009-01-16 Rob Pikemore casifying fixups
2009-01-15 Rob Pikecasify fmt and its dependents.
2009-01-15 Rob Pikediagnose missing symbols instead of
2009-01-15 Robert Griesemer- fixed untab.go to compile again
2009-01-15 Robert Griesemer- converted tabwriter to new naming scheme
2009-01-15 Robert Griesemer- missed a few identifiers
2009-01-15 Robert Griesemer- lowercase non-exported functions in bignum
2009-01-15 Robert Griesemer- added mechanism to detect capitalization issues
2009-01-15 Rob Pikeprintf->Printf etc.
2009-01-15 Ian Lance TaylorTest that a const with an explicit type is not treated as
2009-01-15 Ian Lance TaylorTest that interfaces are correctly handled by pointer...
2009-01-15 Ian Lance TaylorRecognize gccgo error messages:
2009-01-14 Robert Griesemer- use new letter definition for pretty
2009-01-14 Russ Coxadd unicode library stub with just
2009-01-14 Rob Pikerestore "os" identifier to keep consistent with text.
2009-01-14 Ian Lance TaylorAdd cgo2c program to translate mixed Go/C code into...
2009-01-14 Russ Coxchange another yacc reference to bison.
2009-01-14 Russ Coxdelete playpen copy of malloc
2009-01-13 Russ Coxin 6g -r (the rsc flag),
2009-01-13 Ian Lance TaylorAdd USED declarations for SysUnused parameters.
2009-01-13 Ian Lance TaylorTweak code to make it easier to compile with gcc.
2009-01-13 Robert Griesemer- removed an unnecessary field from AST.Expr nodes
2009-01-10 Robert Griesemer- remove obsolete files (missed before)
2009-01-10 Robert Griesemer- preparation to add type info to ast
2009-01-10 Russ Coxfree(nil)
2009-01-09 Russ Coxadd sys.caller
2009-01-09 Russ Coxtest of automatic indirect
2009-01-09 Russ Coxclean up automatic indirect, delete some dead code.
2009-01-09 Rob Pikeupdate tutorial to new language.
2009-01-09 Ian Lance TaylorUse make instead of new to allocate a channel.
2009-01-09 Russ Coxnow that TCHAN, TMAP, and TSTRING are real types,
next