]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-08-17 Rob Pikefix up some irregular indentation
2009-08-17 Ian Lance TaylorThere should not be a prohibition against embedding an
2009-08-17 Austin ClementsImplement slice types
2009-08-17 Robert Griesemer- rename files to match the data types they implement...
2009-08-15 Robert Griesemersnapshot:
2009-08-15 Russ Coxruntime gc bug.
2009-08-15 Robert Griesemer- remove language on forward decls
2009-08-14 Robert Griesemer6g bug: struct initializers must provide all field...
2009-08-14 Rob Pikeremove compat stuff
2009-08-14 Austin ClementsZero thread structure so we don't continue with a bogus
2009-08-14 Austin ClementsFix build
2009-08-14 Austin ClementsMake the runtime correctly decode the symbol table...
2009-08-14 Russ Coxno debug symbols for internal-only method types.
2009-08-14 Robert GriesemerFirst cut at a more realistic multi-precision package:
2009-08-14 Austin ClementsAccount for CALL instructions before looking up the...
2009-08-14 Rob Pikerename libmach_amd64 libmach
2009-08-14 Robert Griesemer- do not accept forward-declarations for structs and...
2009-08-14 Rob Pikeadd exits
2009-08-14 Austin ClementsDon't try to account for CALL instruction in 0th frame.
2009-08-13 Russ Coxdebugging symbols for 8g.
2009-08-13 Kai Backmanfix typo
2009-08-13 Russ Cox6g/6l: add go type information to symbol table.
2009-08-13 Russ Coxmakefile fixes; convert runtime to use new makefiles
2009-08-13 Rob Pikerename mkasmh to mkasmh.sh
2009-08-13 Rob Pikefix test
2009-08-13 Rob Pikechange the names to have .sh suffixes.
2009-08-13 Rob Piketests, .proto, .cgo
2009-08-13 Rob Pikeget this out of the way
2009-08-13 Ian Lance TaylorRecognize gccgo error messages.
2009-08-13 Rob Pikefix build
2009-08-13 Rob PikeAdd AUTHORS and LICENSE files.
2009-08-13 Rob Pikeupdate tutorial
2009-08-13 Russ Coxmechanism for putting go types into 6.out symbol table.
2009-08-13 Russ Coxsilence gcc warning
2009-08-13 Russ Coxrm outfile if 6g exits with an error
2009-08-13 Austin ClementsConvert interpreter to whole-package compilation.
2009-08-13 Austin ClementsConvert ptrace to whole-package compilation.
2009-08-12 Russ Coxchange gotype in symbol table from
2009-08-12 Russ Coxbug188 - sort(x)
2009-08-12 Russ Coxrm gobuild
2009-08-12 Russ Coxfix bug187 not to crash
2009-08-12 Russ Coxdelete code for forward type declarations
2009-08-12 Russ Coxdelete heuristic left over from incremental compilation
2009-08-12 Russ Coxdelete forward type declarations
2009-08-12 Russ Coxavoid unnecessary installs
2009-08-12 Austin ClementsBug involving ... initializers and interface values.
2009-08-12 Rob Pikefix linux build for whole package compilation
2009-08-12 Russ Coxconvert gob to whole-package compilation.
2009-08-12 Russ Coxconvert non-low-level non-google pkg code
2009-08-12 Russ Coxconvert non-pkg go files to whole-package compilation.
2009-08-12 Russ Coxnew included Make.pkg for handwritten package makefiles.
2009-08-12 Russ Coxconvert low-level (used by testing) packages to
2009-08-12 Russ Cox6g: save all 64 bits of AX/DX
2009-08-12 Russ Coxwhole-package compilation
2009-08-12 Russ Coxbug186 - f(iota)
2009-08-11 Rob Pikemake a simpler regexp implementation with fewer depende...
2009-08-11 Rob Pikecommentary about extern register
2009-08-11 Robert Griesemerrenamed fast.arith.s to include $GOARCH
2009-08-11 Russ Coxremove unnecessary pkg. references
2009-08-11 Russ Coxfix indirect error
2009-08-11 Robert Griesemer- use in-place bignum operations where available
2009-08-11 Robert Griesemer- factored out 128-bit muladd and div into arith.go
2009-08-11 Rob Pikenew timing data after compiler updates (fp regs, intege...
2009-08-10 Austin ClementsImplement switch statement. Can now extract effects...
2009-08-10 Russ Cox8-bit div and mod
2009-08-10 Ken Thompsonbug in int8 mod
2009-08-10 Stephen MaAdd methods AllMatches, AllMatchesString, AllMatchesIter,
2009-08-10 David SymondsPartially fix build: don't assume . is in PATH.
2009-08-09 Ken Thompsonincrease from 3 to 11 floating registers
2009-08-09 Ken Thompson1. integer division by a constant done.
2009-08-09 David SymondsRegenerate v7.tar with a real V7 tar.
2009-08-09 Rob Pikerun benchmarks in a relatively fast test mode, as part...
2009-08-08 Ken Thompsonanother plateau - almost done
2009-08-08 Ken Thompsonplateau in divide by a constant
2009-08-08 Ken Thompsonmore work on divide by constant.
2009-08-08 Robert Griesemer- clarified section on return statements
2009-08-07 Russ Coxbug159
2009-08-07 Rob Pikechameneos
2009-08-07 Russ Coxremove 8.out before creating it.
2009-08-07 Russ Coxbug185 - return b,a from func() (a,b int)
2009-08-07 Russ Coxannotations
2009-08-07 Russ Coxbug184 - assignment compatibility in unpacked multireturn
2009-08-07 Rob Pikesimplify threadring slightly; slight speed improvement
2009-08-07 Russ Coxbug183 - embedded vs non-embedded struct field in eqtype
2009-08-07 Russ Coxbug182 - compiler crash
2009-08-07 Russ Coxbug181 - type T *struct { T } is an invalid embedded...
2009-08-07 Russ Coxclean up a few error messages;
2009-08-07 Russ Cox8 shift bug
2009-08-07 Rob Pikethreadring
2009-08-07 Russ Coxforward declarations not necessary.
2009-08-07 Rob Piketiming updates after 6g change for efficient division...
2009-08-07 Ken Thompsondivide by a constant power of 2
2009-08-07 Rob Piketimings for pidigits
2009-08-07 Robert Griesemer- initial version of pidigits.go benchmark
2009-08-07 Rob Pikemeteor-contest
2009-08-07 Robert Griesemer- allow more general type switch syntax
2009-08-06 Rob Pikemandelbrot
2009-08-06 Austin ClementsMake ptrace_linux compile with recent changes to switch...
2009-08-06 Rob Pikeadd runtime.GOMAXPROCS, allowing a program to, in effec...
2009-08-06 Rob Pikek-nucleotide
next