]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2009-08-06 Robert Griesemer- bufio.ReadRune fix for empty reads w/o errors
2009-08-06 Robert Griesemerminor fix
2009-08-06 Rob Pikeparallel spectral-norm
2009-08-06 Rob Pikespectral-norm
2009-08-05 Robert Griesemer- FieldByName lookup through anonymous fields
2009-08-05 Rob Pikesupport []byte (more efficient) as well as string in...
2009-08-05 Rob Pikespecial case: recognize '[^\n]' and make it as fast...
2009-08-05 Austin ClementsMake os.RemoveAll return no error if path does not...
2009-08-05 Rob Pikeregex-dna
2009-08-05 Austin ClementsImplement struct types, selector expressions, and type
2009-08-05 Rob Pikefannkuch
2009-08-05 Russ Coxdelay range processing. old2new is gone
2009-08-05 Russ Coxdelay := processing
2009-08-05 Russ Coxfix amd64 build
2009-08-05 Russ Coxmake Syms smaller.
2009-08-05 Rob Pikebinary tree
2009-08-05 Russ Coxget function calls out of the way before
2009-08-05 Russ Coxmove various bits of code around
2009-08-05 Russ Coxfix division bug
2009-08-05 Rob Pikeadd info about Sqrt instruction
2009-08-04 Russ Coxdelayed evaluation of var blocks
2009-08-04 Rob Pikefix build
2009-08-04 Rob Pikenbody benchmark
2009-08-04 Russ Coxtrailing newlines
2009-08-04 Rob Pikeimprove myrandom() in fasta.
2009-08-04 Rob Pikeanother benchmark: reverse-complement
2009-08-04 Russ Coxmove select into its own file.
2009-08-04 Russ Coxtype checking of assignments, switch, if, for
2009-08-04 Rob Pikeclean up the code a bit
2009-08-04 Rob Pikebenchmark checkpoint milestone checkin submission
2009-08-04 Rob Pikeprint profile to stderr. sheesh.
2009-08-04 Rob PikeWriteString
2009-08-03 Rob Pikethis time really clean up a TODO
2009-08-03 Rob Pikeclean up a TODO
2009-08-03 Rob Pikedon't crash printing a nil map
2009-08-03 Russ Coxmore 6g reorg; checkpoint.
2009-08-03 Robert Griesemerprinter.go:
2009-08-01 Robert Griesemerfix long-standing bug in doc reader:
2009-08-01 Robert Griesemerlanguage re: conversion of left operand in shift operations
2009-08-01 Robert Griesemerprinter:
2009-08-01 Rob Pikemore info about comments
2009-08-01 Austin ClementsImplement type compatibility and fix places where I...
2009-07-31 Austin ClementsImplement var declarations. Variables, constants,...
2009-07-31 Rob Pikeadd test of invariant in findVar
2009-07-31 Rob Pikedelete unused arg to empty.
next