]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-10-02 Robert Griesemer- allow parenthesized [...]T types as in: ([...]int){}
2009-10-02 Kai Backmana few more code generation bugs and an interface alignm...
2009-10-02 Nigel TaoChange deflate.go's default compression level from...
2009-10-01 Robert Griesemerreplace "ideal" with "untyped"
2009-10-01 Robert Griesemeruse the notion of "untyped constant" instead of "ideal...
2009-10-01 Robert GriesemerFactored out boilerplate from all html docs in doc...
2009-10-01 Kai Backmangenerate float registers correctly.
2009-10-01 Kai Backmansome progress on arm linux syscall interface. ztypes_li...
2009-10-01 Kai Backmancgen_asop sudoaddable
2009-10-01 Kai Backmanfixed a few calls to gcmp and some really bothched...
2009-10-01 Russ Coxstep toward darwin ffi: factor out macho code
2009-09-30 Kai Backmanload binary op arguments into registers
2009-09-30 Russ Coxcgo working on linux/386
2009-09-30 Rob Pikerename the public exvar package to be expvar.
2009-09-30 Robert Griesemer- completed section on built-in functions
2009-09-30 Russ Coxcgo: works on amd64.
2009-09-30 Russ Coxdelete
2009-09-30 Russ Coxc compiler bug tickled by
2009-09-30 Rob Pikeanother brace of questions: types, maps, bookkeeping
2009-09-30 Russ Coxclean up error output;
2009-09-30 Russ Coxfix 386 build - register allocation and shift bug
2009-09-30 Russ Coxmissing error checking related to ([...]int){...}
2009-09-30 Russ Coxnacl system call updates
2009-09-30 Russ Coxundo 35108 (disallow parens around type in struct literal).
2009-09-30 Nigel TaoZLIB deflater.
2009-09-30 David SymondsAdd a Vim syntax highlighting file for Go.
2009-09-29 Kai Backmanfix munging of pointer.
2009-09-29 Russ Coxdisallow parens around type in struct literal syntax,
2009-09-29 Russ CoxNative Client SRPC (simple RPC), both server and client.
2009-09-29 Russ Coxtoy draw implementation
2009-09-29 Ivan KrasinDeflate encoder
2009-09-29 Adam LangleyAdd crypto/rc4.
2009-09-29 Rob Pikemake the sidebars consistent
2009-09-29 Rob Pikemore language FAQ
2009-09-29 Kai Backmanfixed alignment issue resulting from confusion around the
2009-09-29 Robert Griesemer- assignments to structs are only legal if all struct...
2009-09-28 Rob Pikeanother bite-sized checkpoint on the language design FAQ
2009-09-28 Kai Backman- added gcmp for proper ACMP generation, changed all...
2009-09-28 Robert Griesemerpermit only one method name per method signature in...
2009-09-28 Rob Pikestart of a language design FAQ.
2009-09-28 Rob Pikemight as well make 6g run faster.... go from gcc -O1...
2009-09-28 Russ Coxdisallow interface {x, y()}
2009-09-28 Robert Griesemer- clarify type declaration (specifying status quo)
2009-09-28 Russ Coxdisallow interface { x, y() }
2009-09-28 Rob Pikeadd a data section and start populating it with info...
2009-09-26 Rob Pikerewrite the section about imports
2009-09-25 Robert Griesemerdelete unused file
2009-09-25 Robert Griesemerfix to be able to run full gofmt test
2009-09-25 Robert Griesemer- reworked section on import declarations
2009-09-25 Robert Griesemer- fixed sieve.go example (channel directions were wrong)
2009-09-25 Austin ClementsAdd eval and ogle to the build process so they can...
2009-09-25 Austin ClementsSwitch ogle to in-tree gosym package. Delete my privat...
2009-09-25 Austin ClementsFix unused imports
2009-09-25 Austin Clementss/switch _ :=/switch/
2009-09-25 Robert Griesemerrewording around ideal and basic types
2009-09-25 Russ Coxcomparisons have type bool
2009-09-25 Russ Coxtest: comparisons have type bool
2009-09-25 Robert Griesemermore cleanup
2009-09-25 Robert Griesemercleanup in personal dir:
2009-09-24 Rob PikeSqrt in assembler is worth 3-4X for nbody
2009-09-24 Russ Coxinstall assembly math.Sqrt on amd64
2009-09-24 Russ Coxmissing files; cleaned up g4 nothave output.
2009-09-24 Robert Griesemerdelete obsolete Makefile
2009-09-24 Russ Coxconvert 8l to new ELF code.
2009-09-24 Russ Coxallow runes >= 0x80 in symbols in #pragmas
2009-09-24 Russ Coxadd Size method to dwarf.Type
2009-09-24 Russ Coxcgo checkpoint.
2009-09-24 Austin ClementsSwitch ogle over to the in-tree debug/proc package...
2009-09-24 Austin ClementsFix declared and not used errors in ogle.
2009-09-24 Austin ClementsFix declared and not set errors in old ptrace package...
2009-09-24 Austin ClementsFix declared and not used errors and unused import...
2009-09-24 Austin ClementsFix declared and not used errors in old sym package...
2009-09-24 Russ Coxgo/printer: fix sync bug - avoid sending on errors...
2009-09-24 Russ Coxchange code font to "monospace", which will
2009-09-23 Rob Pikeexpand ticker interface to allow a client to shut down...
2009-09-23 Rob Pikeprocess tutorial into new format
2009-09-22 Russ Coxnacl - run tests under emulator.
2009-09-22 Russ Coxchanges to accommodate nacl:
2009-09-22 Rob Pikerestore the old algorithm. the new one is more memory...
2009-09-22 Rob Pikeupdated numbers after more slice inlining
2009-09-22 Kai Backmanfix bad code generation.
2009-09-22 Russ Coxnacl syscall: write return values to correct stack...
2009-09-22 Russ Coxnacl syscall package - machine generated files
2009-09-22 Russ Coxnacl syscall package.
2009-09-22 Russ Coxuse $(shell uname) instead of $GOOS when
2009-09-22 Russ Coxnacl:
2009-09-22 Russ Coxtest of named operations
2009-09-22 Ken Thompsonmore inlining of sliceslice
2009-09-22 Robert Griesemerimproved spacing around if, switch, and for control...
2009-09-21 Russ Coxrewrite RET, indirect CALL, indirect JMP for nacl.
2009-09-21 Russ Coxconvert 386 to use %gs instead of %fs for extern register.
2009-09-21 Russ Coxideal bools and related fixes
2009-09-21 Russ Coxadd required conversions; bug in compiler let it slip...
2009-09-21 Rob Pikemove strings.Buffer into bytes
2009-09-21 Rob Pikestep 2 of the great buffer shift.
2009-09-21 Russ Coxaccept CALL $(constant) to call absolute PC
2009-09-21 Nigel TaoUnit tests for image/png, based off the semi-official...
2009-09-19 Robert Griesemer- filter trailing whitespace
2009-09-19 Rob Pikehakuho
2009-09-19 Russ Coxfix build
next