2009-05-19 |
Russ Cox | deps.bash tweak - no need to sort -u the $O files. |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | Xor-based crypto modes: OFB and CTR stream encryption. |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | Crypto modes: CBC, CFB, ECB. |
commit | commitdiff | tree |
2009-05-19 |
Ken Thompson | static initialization of strings |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | testing: add t.Failed() bool |
commit | commitdiff | tree |
2009-05-19 |
Ken Thompson | static initialization of slices |
commit | commitdiff | tree |
2009-05-19 |
David Symonds | Create dependencies automatically for top-level lib... |
commit | commitdiff | tree |
2009-05-18 |
Robert Griesemer | fix typo |
commit | commitdiff | tree |
2009-05-18 |
Robert Griesemer | - make godoc restart feature work properly |
commit | commitdiff | tree |
2009-05-18 |
Brendan O'Dea | tweaks to exvar.Map |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | Public AES block interface. |
commit | commitdiff | tree |
2009-05-18 |
Robert Griesemer | - changed parser to return os.Error, removed ErrorHandler |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | Getgroups max on Linux is bigger than I thought. |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | add io.ByteReader. |
commit | commitdiff | tree |
2009-05-18 |
Ken Thompson | rewrote initialization to save space. |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | move ShortWrite error into io so that other packages... |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | add Getwd, Fchdir, tests |
commit | commitdiff | tree |
2009-05-18 |
Ken Thompson | static initialization with DATA statements |
commit | commitdiff | tree |
2009-05-17 |
Ian Lance Taylor | Don't bother to import "os" just so that we can call |
commit | commitdiff | tree |
2009-05-16 |
Ken Thompson | static initialization |
commit | commitdiff | tree |
2009-05-16 |
Robert Griesemer | make Len() == 0 for nil vector.Vector |
commit | commitdiff | tree |
2009-05-16 |
Robert Griesemer | get rid of unused files in my home dir |
commit | commitdiff | tree |
2009-05-16 |
Robert Griesemer | don't require ()'s around composite literals if the |
commit | commitdiff | tree |
2009-05-16 |
Robert Griesemer | weekly snapshot: |
commit | commitdiff | tree |
2009-05-16 |
Russ Cox | fix handling of line numbers for first function |
commit | commitdiff | tree |
2009-05-16 |
Rob Pike | s/NewLogger/New/ |
commit | commitdiff | tree |
2009-05-15 |
Russ Cox | close TODO |
commit | commitdiff | tree |
2009-05-15 |
Robert Griesemer | restart functionality |
commit | commitdiff | tree |
2009-05-15 |
Rob Pike | implement %#o %#x %#X formats |
commit | commitdiff | tree |
2009-05-15 |
Russ Cox | os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups. |
commit | commitdiff | tree |
2009-05-15 |
Russ Cox | bug152: literal []slice{ } as range expression |
commit | commitdiff | tree |
2009-05-15 |
Rob Pike | StringVector specialization of Vector |
commit | commitdiff | tree |
2009-05-15 |
Russ Cox | make Stat indicate whether it followed a symlink. |
commit | commitdiff | tree |
2009-05-15 |
Russ Cox | Return error from WriteByte, to match bufio.Writer. |
commit | commitdiff | tree |
2009-05-15 |
Robert Griesemer | - Remove IntVector methods that are "inherited" with... |
commit | commitdiff | tree |
2009-05-15 |
Russ Cox | add directory argument to os.ForkExec |
commit | commitdiff | tree |
2009-05-15 |
Russ Cox | AES key setup and block ciphers. |
commit | commitdiff | tree |
2009-05-15 |
Robert Griesemer | ByteBuffer.WriteByte |
commit | commitdiff | tree |
2009-05-14 |
Rob Pike | Getuid etc. |
commit | commitdiff | tree |
2009-05-14 |
David Symonds | Hyphens are allowed in filenames. This allows this... |
commit | commitdiff | tree |
2009-05-14 |
Rob Pike | fix abstract unix domain sockets |
commit | commitdiff | tree |
2009-05-14 |
Robert Griesemer | godoc fix: relative paths were incorrect |
commit | commitdiff | tree |
2009-05-14 |
Russ Cox | fix Truncate comment: |
commit | commitdiff | tree |
2009-05-14 |
Robert Griesemer | ByteBuffer.Truncate(n int) |
commit | commitdiff | tree |
2009-05-14 |
Rob Pike | fix spelling error in message |
commit | commitdiff | tree |
2009-05-14 |
Ian Lance Taylor | A comparison of two values with a type equivalent to... |
commit | commitdiff | tree |
2009-05-14 |
Russ Cox | bug150 |
commit | commitdiff | tree |
2009-05-14 |
Russ Cox | reflect: update comment (there is no BoolType) |
commit | commitdiff | tree |
2009-05-14 |
Russ Cox | Unix domain socket support, Linux and Darwin. |
commit | commitdiff | tree |
2009-05-13 |
Robert Griesemer | New type compatibility rules: |
commit | commitdiff | tree |
2009-05-13 |
Robert Griesemer | Simplified AST: |
commit | commitdiff | tree |
2009-05-13 |
Rob Pike | fix indentation |
commit | commitdiff | tree |
2009-05-13 |
Ian Lance Taylor | Add os.Link, os.Symlink, os.Readlink. |
commit | commitdiff | tree |
2009-05-13 |
Rob Pike | Rename ParseError to Error |
commit | commitdiff | tree |
2009-05-13 |
Robert Griesemer | cleanup of unsafe documentation |
commit | commitdiff | tree |
2009-05-12 |
Rob Pike | change name of reflect.NewInitValue to the more descrip... |
commit | commitdiff | tree |
2009-05-12 |
Russ Cox | no need for compiler to hard-code definition of runtime. |
commit | commitdiff | tree |
2009-05-12 |
Russ Cox | describe each interface test |
commit | commitdiff | tree |
2009-05-12 |
Russ Cox | update reflect for upcoming interface representation... |
commit | commitdiff | tree |
2009-05-12 |
Russ Cox | fix build: proto depends on fmt now |
commit | commitdiff | tree |
2009-05-12 |
David Symonds | Allow http.Redirect to do both temporary (307) and... |
commit | commitdiff | tree |
2009-05-12 |
Rob Pike | implement IsNil() bool for those types that can be... |
commit | commitdiff | tree |
2009-05-11 |
Robert Griesemer | A couple of godoc improvements: |
commit | commitdiff | tree |
2009-05-11 |
Russ Cox | change utf8.FullRuneInString and utf8.DecodeRuneInString |
commit | commitdiff | tree |
2009-05-11 |
Robert Griesemer | weekly snapshot |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | check for redeclaration of package name |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | gobuild: command printing bug fix |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | use exitgroup on linux to exit whole process. |
commit | commitdiff | tree |
2009-05-08 |
Rob Pike | Package unsafe is undocumented. By installing (but... |
commit | commitdiff | tree |
2009-05-08 |
Rob Pike | Document runtime functions. |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | 6g: |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | implications of stricter type equality: |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | fix comment |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | fix build - missing file |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | move things out of sys into os and runtime |
commit | commitdiff | tree |
2009-05-08 |
Rob Pike | Move sys.Reflect and sys.Unreflect into unsafe. |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | eqtype(t1, t2, 0) => eqtype(t1, t2) |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | throw away os._Error. |
commit | commitdiff | tree |
2009-05-08 |
Rob Pike | embeddability: change bufio.BufRead to bufio.Reader... |
commit | commitdiff | tree |
2009-05-08 |
Rob Pike | Name change to improve embeddability: |
commit | commitdiff | tree |
2009-05-08 |
Rob Pike | update tutorial text to refer to io.Reader etc. |
commit | commitdiff | tree |
2009-05-08 |
Rob Pike | update spec to io.Writer |
commit | commitdiff | tree |
2009-05-08 |
Robert Griesemer | - document string([]int{...}) conversion |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | minor cleanup, not required by compiler changes |
commit | commitdiff | tree |
2009-05-08 |
Robert Griesemer | conversion bug |
commit | commitdiff | tree |
2009-05-08 |
Russ Cox | another attempt at avoiding IPv6 when it's not supported. |
commit | commitdiff | tree |
2009-05-08 |
Rob Pike | make go/src/lib/hash one directory per package |
commit | commitdiff | tree |
2009-05-07 |
David Symonds | Define Len() for JSON Map. |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | test of struct with embedded interface. |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | if a struct s contains an anonymous interface value |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | next step for 6.out on Borg: fix and test |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | 6g: error messages |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | 6g: error messages |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | 6g: simplify trampoline by postponing load. |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | interface method tests |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | fix a few type errors, make ErrorString a value |
commit | commitdiff | tree |
2009-05-07 |
Russ Cox | 6g: new interface rules (code got simpler!) |
commit | commitdiff | tree |
2009-05-06 |
Robert Griesemer | semi-weekly snapshot: |
commit | commitdiff | tree |
2009-05-06 |
Russ Cox | makefile fixes |
commit | commitdiff | tree |
2009-05-06 |
Russ Cox | 6g: generate string data as individual symbols, |
commit | commitdiff | tree |
next |