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 |
2009-05-06 |
Rob Pike | error handling had a bug in execute: the error channel... |
commit | commitdiff | tree |
2009-05-06 |
Ken Thompson | added a distinguishing string to the error prints |
commit | commitdiff | tree |
2009-05-06 |
Rob Pike | add missing Makefile to repair build |
commit | commitdiff | tree |
2009-05-06 |
Ken Thompson | signs on div and mod |
commit | commitdiff | tree |
2009-05-06 |
Robert Griesemer | new dir structure for lib/go |
commit | commitdiff | tree |
2009-05-06 |
Russ Cox | 6g bug: was dropping assignment of nil to globals |
commit | commitdiff | tree |
2009-05-06 |
Rob Pike | mv container/vector down one level for new rules. |
commit | commitdiff | tree |
2009-05-06 |
Robert Griesemer | wrong type used for dynamic type test |
commit | commitdiff | tree |
2009-05-06 |
Rob Pike | directory-per-package step 1: move files from lib/X... |
commit | commitdiff | tree |
2009-05-05 |
Russ Cox | 6g tweaks |
commit | commitdiff | tree |
2009-05-05 |
Russ Cox | bug117 is fixed in 6g; now an errchk |
commit | commitdiff | tree |
2009-05-05 |
Russ Cox | 6l: eliminate dead code, not just the symbols |
commit | commitdiff | tree |
2009-05-05 |
Robert Griesemer | better io.ByteBuffer implementation: |
commit | commitdiff | tree |
2009-05-05 |
Russ Cox | fmt: dead code and data |
commit | commitdiff | tree |
2009-05-05 |
Russ Cox | update convlit.go to current spec |
commit | commitdiff | tree |
2009-05-05 |
Rob Pike | string slicing is efficient so remove base and bounds... |
commit | commitdiff | tree |
2009-05-05 |
Ken Thompson | more code optimization |
commit | commitdiff | tree |
2009-05-04 |
David Symonds | Remake exvar package to be more Go-ish. |
commit | commitdiff | tree |
2009-05-04 |
Robert Griesemer | - remove wrong fix |
commit | commitdiff | tree |
2009-05-04 |
Ken Thompson | more morestack fiddling |
commit | commitdiff | tree |
2009-05-03 |
Ken Thompson | more code fiddling |
commit | commitdiff | tree |
2009-05-03 |
David Symonds | Fix mismatched quote in a comment. |
commit | commitdiff | tree |
2009-05-02 |
Ian Lance Taylor | Verify that a send on a sychronous channel waits until the |
commit | commitdiff | tree |
2009-05-02 |
Robert Griesemer | weekly snapshot: |
commit | commitdiff | tree |
2009-05-02 |
Ken Thompson | code optmization |
commit | commitdiff | tree |
2009-05-02 |
Ken Thompson | code improvement |
commit | commitdiff | tree |
2009-05-02 |
Robert Griesemer | clarifying ambiguity of evaluation order |
commit | commitdiff | tree |
2009-05-01 |
Kai Backman | Copied 8g/6g into 5g. Used sharp tools to coax a .5... |
commit | commitdiff | tree |
2009-04-30 |
Robert Griesemer | - incorporated feedback per rsc |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | bug146: array/slice conversion before I left missed... |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | auto-detect whether to use IPv6 or IPv4 kernel interface |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | better error messages, not that anyone ever sees them |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | change 6l library directory flag to -L, |
commit | commitdiff | tree |
2009-04-30 |
Rob Pike | don't print binary data. add TODO for better errors. |
commit | commitdiff | tree |
2009-04-30 |
Rob Pike | rename variables for clarity. |
commit | commitdiff | tree |
2009-04-30 |
Ian Lance Taylor | Conversion from array to slices should work like assign... |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | don't set CLONE_PTRACE -- it confuses strace |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | if the process stops with SIGTRAP (breakpoint), |
commit | commitdiff | tree |
2009-04-30 |
Rob Pike | Bug in reflect found by gri. Structs in 6g have a... |
commit | commitdiff | tree |
2009-04-30 |
Rob Pike | drop unused result name - trivial change. |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | exit with error status EPIPE if |
commit | commitdiff | tree |
2009-04-30 |
Brendan O'Dea | Ignore SIGPIPE such that write returns EPIPE. |
commit | commitdiff | tree |
2009-04-30 |
Brendan O'Dea | Fix channels used by WaitWrite (http server hangs on... |
commit | commitdiff | tree |
2009-04-29 |
Robert Griesemer | typo in spec |
commit | commitdiff | tree |
2009-04-29 |
Robert Griesemer | Some adjustments to godoc: |
commit | commitdiff | tree |
2009-04-29 |
Ken Thompson | allow "defer close(chan)" |
commit | commitdiff | tree |
2009-04-28 |
Ken Thompson | bug 139 |
commit | commitdiff | tree |
next |