]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-10-15 Rob Pikeinterfaces and methods.
2009-10-15 Kai Backmancas
2009-10-15 Kai BackmanLDREX and STREX
2009-10-15 Kai Backmandisable ken/complit for arm
2009-10-15 Russ Coxfix build:
2009-10-15 Russ Coxmove austin/eval and austin/ogle to exp/eval and exp...
2009-10-15 Russ Coxforgot to update Makefile in last CL
2009-10-15 Russ Coxdelete one cgo playpen
2009-10-15 Russ Coxadd CONTRIBUTORS file to record those
2009-10-15 Russ Coxmove native client to exp/nacl.
2009-10-15 Russ Coxmove draw to exp
2009-10-14 Russ Coxmove datafmt into exp
2009-10-14 Ian Lance TaylorAdjust for open source release.
2009-10-14 Russ Coxexcise some internal references.
2009-10-14 Rob Pikeadd an entry in the lang faq about reference types.
2009-10-14 Adam LangleyMinor fixes and additions to the GMP wrapping.
2009-10-14 Russ Coxtoss crypto/block Digest in favor of hash.Hash
2009-10-14 Rob Pikewrite stack traces and panics to stderr
2009-10-14 Rob Pikebye-bye to old makehtml.
2009-10-14 Rob Pikefix links in tutorial
2009-10-14 Rob Pikeclean up the mess that copyright notices make
2009-10-14 Nigel TaoDocumentation for png.Decode and png.Encode.
2009-10-13 Rob Pikedelete silly TODO
2009-10-13 Adam LangleyAdd ASN.1 parser.
2009-10-13 Rob Pikesome stuff about interfaces. not enough yet.
2009-10-13 Rob Pikealign the tutorial with the renaming of SortInterface.
2009-10-13 Rob Pikereduce stutter: sort.SortInterface -> sort.Interface.
2009-10-13 Rob Pikerename the source directory for gopack from ar to gopack.
2009-10-13 Rob PikeAutomated g4 rollback of changelist 35383.
2009-10-13 Rob Pikenew logo
2009-10-13 Rob Piketype switches
2009-10-13 Robert Griesemerbug fix: convert \v's into \t's if there's no tabwriter
2009-10-13 Robert Griesemer- improved comment intersperse heuristic:
2009-10-12 Ian Lance TaylorReview and update. No major changes, lots of minor...
2009-10-12 Rob Pikeprinting and maps
2009-10-12 Kai Backmanchanged 5c 64 bit word ordering to little endian so...
2009-10-12 Russ Coxsort errors by line number
2009-10-12 Russ Coxstack overflow debugging and fix.
2009-10-12 Russ Coxnew builtin.c.boot from arm.
2009-10-12 Russ Coxfix comment on strings.LastIndex.
2009-10-12 Russ Coxintroduce non-strict mode in xml parser,
2009-10-12 Russ Coxcorrect a design flaw: Atoi etc should not guess the...
2009-10-12 Russ Coxfix build
2009-10-12 Kai Backman64bit and float code generation. fmt compiles but
2009-10-12 Nigel TaoPNG encoder now filters.
2009-10-12 Rob Pikebetter code for allocation through indirection
2009-10-12 Rob Pikefix bugs in gob.
2009-10-11 Russ Coxinterpreter checkpoint.
2009-10-11 Kai Backmanfix float <-> int64 conversions
2009-10-11 Rob Pikechange Title to ToTitle for consistency. (the doc comme...
2009-10-10 Rob Pikereallocate library, libraryobj: 50 isn't nearly enough
2009-10-10 Nigel TaoIn the PNG reader inner loop, collapse the two ReadFull...
2009-10-09 Russ Coxacid bug fix.
2009-10-09 Russ Coxhandle compiler crash better:
2009-10-09 Russ Coxbug209
2009-10-09 Rob Pikechange date format in logs - was missing slash between...
2009-10-09 Russ Coxkeep a list of all the M's,
2009-10-09 Robert Griesemerbug209.go
2009-10-09 Dave BortMove rand.go to rng.go to prepare for some surgery.
2009-10-09 Russ Coxtime tests; sort -nr times.out | sed 10q is illuminating.
2009-10-09 Russ Coxfix nacl build
2009-10-09 Kai Backmanfloating point calc, added a few more packages that...
2009-10-09 Russ Coxrewrite errchk in perl for speed (compared to bash)
2009-10-09 Russ Coxadd & fix bug208, from ken.
2009-10-09 Kai Backmandupok, gcc compile fix, sync and syscall asm fix
2009-10-08 Robert Griesemer- debugging support
2009-10-08 Russ Coxmore lgtm files from gofmt
2009-10-08 Ian Lance TaylorOnly clean the relevant installed files, not everything...
2009-10-08 Robert Griesemer- rewrite declaration printing to take full use of...
2009-10-08 Nigel TaoPNG encoder unit test.
2009-10-08 Russ Coxadd & fix bug207: rewritten if condition
2009-10-07 Russ Coxbetter handling of mistaken top-level variable
2009-10-07 Russ Coxdo not import testing twice when testing testing.
2009-10-07 Russ Coxapply gofmt to rand reflect regexp rpc runtime sort...
2009-10-07 Robert Griesemersupport for "hard" and "soft" tabs:
2009-10-07 Russ Coxfactor portable object+library bits out of 5l/6l/8l...
2009-10-07 Russ Coxmake reader more useful
2009-10-07 Russ Coxapply gofmt to go, gob, hash, http, image, io, json...
2009-10-07 Russ Coxapply gofmt to malloc math once os
2009-10-07 Russ Coxapply gofmt to auto-generated syscall files
2009-10-07 Kai Backman5l library loading, 64 bit entry points
2009-10-06 Kai Backman- moved 3 functions from syscall_linux to _386 and...
2009-10-06 Russ Coxfix build - missing from 35404
2009-10-06 Robert Griesemer- set uint type for flags
2009-10-06 Russ Coxapply gofmt to datafmt, ebnf, exec, expvar, flag, fmt
2009-10-06 Russ Coxmore comment work.
2009-10-06 Robert Griesemer- simplify "needsBlanks" logic for identifiers and...
2009-10-06 Robert Griesemeradd IgnoreEmptyColumns feature to tabwriter
2009-10-06 Rob Pikefix build
2009-10-06 Russ Coxanother round of gofmt applications
2009-10-06 Russ Coxgofmt on crypto, debug
2009-10-06 Kai Backmancleaned up cgen() to be a bit more straightforward.
2009-10-06 Russ Coxapply gofmt to the LGTM-marked files from 34501
2009-10-06 Adam LangleyChange description of time.Time.ZoneOffset to specify...
2009-10-06 Robert Griesemerchange tabwidth to 8 for tests
2009-10-06 Kai Backman64 bit cmp and some sgen tweaks
2009-10-06 Kai Backmanmove cas out, add dummy runcgo.
2009-10-06 Kai Backmanfix arm test to actual return success/fail and expose...
2009-10-06 Rob Pikeallow multiple -L options
2009-10-06 Robert Griesemervarious go printer fixes:
next