]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-07-29 Russ Coxquietgcc: do not use -m64 on 32-bit machines
2009-07-29 Russ Coxmake every func literal expression allocate,
2009-07-29 David SymondsAdd a unique list ID to list elements, and verify it...
2009-07-29 Robert Griesemermissed changes to Makefiles for container/ring
2009-07-29 Rob Pikechange the encoding of uints to simplify overflow check...
2009-07-29 Russ Coxfix error that gcc thinks is a warning
2009-07-29 Russ Coxbug177: anonymous struct fields in reflect
2009-07-28 Austin ClementsImplement comparison operators.
2009-07-28 Robert GriesemerIntersperse comments nicely when printing an AST.
2009-07-28 Austin ClementsFix segfault on unnamed function arguments. Make continue
2009-07-28 Robert GriesemerFixed typos in comments.
2009-07-28 Robert GriesemerRing ADT.
2009-07-28 Russ Coxfloating-point limits and equations
2009-07-28 Russ Coxfmt boundary bugs.
2009-07-28 Austin ClementsImplement if, for (modulo ranges), break, continue...
2009-07-28 Rob Pike- clean up code creating keys for type maps
2009-07-28 Rob Pikeconstants for integer limits
2009-07-28 Rob Pikeconstants for floating point limits
2009-07-28 Phil PennockSupport use of $GOBINDIR to override $HOME/bin
2009-07-28 Austin ClementsFix bug where typeArrayMap was using the address of the
2009-07-28 Russ Coxconstant keys for array initializers
2009-07-28 Austin ClementsImplement multi-valued functions, multi-valued return...
2009-07-28 Russ Coxmove bug148, already fixed, to fixedbugs
2009-07-28 Rob Pikedocument rpc.
2009-07-28 Russ Coxbug170; fix test for bug175
2009-07-27 Russ Coxmultiple return in := bug
2009-07-27 Russ Coxprint(1<<x)
2009-07-27 Russ Coxavoid register computing len(x), cap(x)
2009-07-27 Austin ClementsFix bug where nothing could ever be added to a code...
2009-07-27 Russ Coxnamed string type bugs
2009-07-27 Russ Coxcatch
2009-07-27 Russ Coxdo not insert implicit "return;" in empty function...
2009-07-27 Ivan KrasinFixed a small bug with compress/flate/Inflater. It...
2009-07-27 Russ Coxfix gc bug causing make smoketest to die in cmd/gofmt.
2009-07-27 Austin ClementsImplement single-valued, non-variadic function literals and
2009-07-27 Russ Coxfix build - broke with uint32 -> int change in reflect...
2009-07-27 Rob Pikeclean up for public use: make some stuff private, add...
2009-07-27 Russ Coxfix bug in CL 30057: missed if+continue in one place.
2009-07-27 Russ Coxfix SliceHeader: len and cap are int, not uint32
2009-07-26 David Symondscontainer/list: Add Len() method to List.
2009-07-24 Ian Lance TaylorIf we can't parse the package, call Fatalf so that...
2009-07-22 Russ Coxdo not echo command in errchk,
2009-07-22 Russ Coxruntime: fix init scheduling bug.
2009-07-22 Russ Coxa little more 6l cleanup
2009-07-21 Russ Coxdo not use ONONAMEs for line number information,
2009-07-21 Rob Pikeadd a .interp section and fix vaddr in INTERP prog.
2009-07-21 Austin ClementsImplement assignment. Move convertTo.
2009-07-21 Rob Pikemake 6l produce dynamically linked binaries (although...
2009-07-21 Robert Griesemeradjust comment for better godoc output
2009-07-21 Robert Griesemer- split bignum package into 3 files
2009-07-21 Ian Lance TaylorDon't cast nil to a fixed array type.
2009-07-21 Ian Lance TaylorYou can't set a fixed array to nil.
2009-07-21 Robert Griesemerimplemented outstanding bit ops on negative integerts
2009-07-21 Austin ClementsCleanup of Type/Value interface. Add Type.ZeroVal...
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
next