]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-07-21 Ian Lance TaylorMake struct field names unique.
2009-07-21 Austin ClementsImplement array types and index expressions.
2009-07-21 Russ Coxfix cut-and-paste bugs in error messages
2009-07-20 Austin ClementsFix typo. MUL_ASSIGN is "*=", not "+=".
2009-07-20 Russ Coxavoid strncat in formatters.
2009-07-20 Russ Coxtriple quote
2009-07-20 Russ Coxfix memset in fmtnull.
2009-07-20 Robert Griesemer- bignum.AndNot
2009-07-20 Russ Coxexplain selectsend problem
2009-07-20 Rob Pike6l cleanup: last set of magic numbers for elf64 moved...
2009-07-20 Rob Pikeclean up generation of exec header.
2009-07-18 Rob Piketake care of a few more magic numbers
2009-07-17 Austin ClementsGather errors in a go.scanner.ErrorList instead of...
2009-07-17 Rob Pikecount SHdrs and PHdrs and write them out as a unit
2009-07-17 Robert Griesemer- better documentation
2009-07-17 Ian Lance TaylorRecognize gccgo error message.
2009-07-17 Austin ClementsSupport exponential notation in RatFromString.
2009-07-17 Rob Pikemore elf64 support: phdrs, constants
2009-07-17 Austin ClementsProduce friendlier errors messages for malformed character
2009-07-17 Russ Coxanother baby step.
2009-07-17 Rob PikeFirst steps towards cleaner support for ELF64 in 6l.
2009-07-17 Rob Pikechange reflect.Type.Name() into two functions: Name...
2009-07-17 Russ Coxbaby step: const decls can refer to future
2009-07-17 Austin ClementsFinish shift implementation for ideals.
2009-07-17 Rob Pikeignore missing structs
2009-07-17 Austin ClementsCleanup func literals. "func (" -> "func("
2009-07-17 Austin ClementsImplement all unary and binary arithmetic operators.
2009-07-17 Russ Coxanother step toward eliminating forward declarations.
2009-07-17 Rob Pikefix up prints in flag.go
2009-07-17 Rob Pikeclean up the code, flow errors out to decoder.
2009-07-17 Rob Pikeuse FieldByName where possible.
2009-07-17 Robert Griesemer- renamed SimpleVarDecl -> ShortVarDecl, in sync with...
2009-07-17 Rob Pikeadd FieldByName to the interface of reflect.StructType
2009-07-17 Rob Pike- allow wire type and receive type to differ.
2009-07-17 Robert Griesemerast:
2009-07-16 Rob Pikefix some bad testing prints
2009-07-16 Rob Pikeclean up the decode loop and fix a couple of bad prints
2009-07-16 Austin ClementsFix handling of non-waitable zombie threads. Now they...
2009-07-16 David Symondsexvar: new Timer var type.
2009-07-16 Rob Pikeadd rpc to the build
2009-07-16 Rob Pike/usr/local/bin might not exist so use /usr/bin in the...
2009-07-16 Austin ClementsMake Value always represent an l-value and never a...
2009-07-15 Rob Pikeimprove server handling of errors now that Decoder...
2009-07-15 Rob Pikemake the low-level encoder and decoder private and...
2009-07-15 Rob Pikepost-submit tweaks to previous cl
2009-07-15 Austin ClementsBeginnings of a Go interpreter. This implements basic and
2009-07-15 Rob Pikehandle errors better:
2009-07-15 Russ Coxchange HTTP access for RPC.
2009-07-15 Austin ClementsImplement forking debugged processes.
2009-07-15 Robert Griesemer- do not collect BUG comments w/o bug description
2009-07-15 Austin ClementsAdd a dummy WaitStatus.TrapCause for Darwin to unbreak...
2009-07-15 Austin ClementsPretty printer for os.Waitmsg
2009-07-15 Rob Pikeadd HTTP support
2009-07-15 Austin ClementsReturn ptrace event message when there's no error inste...
2009-07-15 Rob Pikeallow user to override the Usage function
2009-07-15 Robert Griesemerfixed typo
2009-07-14 Robert Griesemer- interface and comments cleanup
2009-07-14 Robert Griesemer- removed TODO, minor adjustments
2009-07-14 Russ Coxdarwin ptrace constants
2009-07-14 Austin ClementsImplementation of process tracing using Linux's ptrace.
2009-07-14 Austin ClementsSupport ptracing of fork'd children.
2009-07-14 Austin ClementsZero unused syscall arguments.
2009-07-14 Rob Pikeimprove rpc code. more robust. more tests.
2009-07-14 Austin ClementsRegenerate Linux 386 syscall bindings to add ptrace.
2009-07-14 Austin ClementsSyscall wrappers for ptrace and supporting wait-related...
2009-07-14 Robert Griesemerupdate remaining files to match new scanner/parser...
2009-07-14 Robert Griesemer- adjust to new token.Position definition
2009-07-14 Robert Griesemer- use new scanner error handling code
2009-07-14 Robert Griesemer- adjust to new scanner interface (pass filename to...
2009-07-14 Robert Griesemer- added Filename field to token.Position
2009-07-14 Russ Coxdead code
2009-07-14 Russ Coxstep toward no function prototypes.
2009-07-14 Russ Coxupdate 6g to new REGARG convention.
2009-07-14 Russ Coxbug148.
2009-07-14 Kai Backmanadded missing pieces required by reflection
2009-07-14 Kai Backmantiny naming cleanup
2009-07-14 Kai Backmanfix bug in codegen when we modified move instruction...
2009-07-14 Austin ClementsAvoid clash between os.WRUSAGE and Linux's WALL flag.
2009-07-14 Russ Coxcompilers were inconsistent about
2009-07-14 Austin ClementsAdd accessor for SIGTRAP cause in wait status
2009-07-14 Russ Coxadd LockOSThread and UnlockOSThread to
2009-07-13 Rob Pikerpc.
2009-07-13 Russ Coxfix undefined function error.
2009-07-13 Russ Coxadd note about once and closures
2009-07-13 Robert Griesemer- handle type forward declarations correctly
2009-07-13 Rob Pikethe beginnings of an rpc service.
2009-07-13 Rob Pikethe name of the type was being sent twice. drop the...
2009-07-13 Robert Griesemerebnflint command
2009-07-13 Robert GriesemerBasic EBNF package:
2009-07-13 Kai Backmanfixed typo where output arguments where pushed on to R0
2009-07-13 Kai BackmanFixed minor typo in asm file.
2009-07-11 Rob Pikefirst cut at gob decoder.
2009-07-11 Robert Griesemercapital_letter was never used
2009-07-10 Russ Coxreflection for interface set
2009-07-10 Russ Coxcleanup in preparation for new scoping.
2009-07-10 Ken Thompsonsegfault
2009-07-10 Robert Griesemer- mark actual EBNF with pre-formatted class "ebnf"...
2009-07-10 Rob Pikeone more piece of testing: 2nd send should not send...
2009-07-10 Rob Pikea better encoder test, with a couple of fixes for bugs...
2009-07-10 Rob PikeDeepEqual for maps
next