2008-11-18 |
Robert Griesemer | - interface methods must have full function type |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | fix the easy parts of bug120 |
commit | commitdiff | tree |
2008-11-17 |
Ken Thompson | silence compiler warning |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | update golden.out. |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | correctly rounded floating-point conversions |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | floating point constant errors in 6g |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | First pieces of malloc. |
commit | commitdiff | tree |
2008-11-17 |
Ian Lance Taylor | The scope rules have been clarified to indicate that a |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | adopt suggestions from Bentley and McIlroy (SP&E Nov... |
commit | commitdiff | tree |
2008-11-17 |
Robert Griesemer | Package-export proposal: |
commit | commitdiff | tree |
2008-11-16 |
Ken Thompson | random permutation function |
commit | commitdiff | tree |
2008-11-15 |
Russ Cox | fix bugs in package locals |
commit | commitdiff | tree |
2008-11-15 |
Ian Lance Taylor | The compilers should and do permit interface types... |
commit | commitdiff | tree |
2008-11-15 |
Rob Pike | conflicting scopes should cause error exit |
commit | commitdiff | tree |
2008-11-15 |
Russ Cox | package-local declarations using keyword "package". |
commit | commitdiff | tree |
2008-11-15 |
Ken Thompson | switch |
commit | commitdiff | tree |
2008-11-14 |
Robert Griesemer | buf fix: make FD.Read, FD.Write work for empty buffers |
commit | commitdiff | tree |
2008-11-14 |
Rob Pike | clean up make script |
commit | commitdiff | tree |
2008-11-14 |
Robert Griesemer | - added Init() function so that vectors can be used... |
commit | commitdiff | tree |
2008-11-14 |
Russ Cox | add cov, prof to default build; clean up compiler warnings |
commit | commitdiff | tree |
2008-11-14 |
Russ Cox | code coverage tool |
commit | commitdiff | tree |
2008-11-14 |
Rob Pike | handle nils safely |
commit | commitdiff | tree |
2008-11-14 |
Robert Griesemer | - better comment classification |
commit | commitdiff | tree |
2008-11-14 |
Robert Griesemer | * pretty printing snapshot: towards printing comments... |
commit | commitdiff | tree |
2008-11-13 |
Rob Pike | add a %v format to print an arbitrary value in its... |
commit | commitdiff | tree |
2008-11-13 |
Russ Cox | more array methods |
commit | commitdiff | tree |
2008-11-13 |
Russ Cox | * 6l: |
commit | commitdiff | tree |
2008-11-13 |
Ken Thompson | temp fix for map not multiple of 8 |
commit | commitdiff | tree |
2008-11-13 |
Ken Thompson | mike's map code |
commit | commitdiff | tree |
2008-11-13 |
Ian Lance Taylor | This bug has been fixed; moving it from bugs to fixedbugs. |
commit | commitdiff | tree |
2008-11-13 |
Rob Pike | add some support for modifying what pointers point to |
commit | commitdiff | tree |
2008-11-13 |
Rob Pike | fix bug in FullyReader |
commit | commitdiff | tree |
2008-11-12 |
Robert Griesemer | wrong code for array access |
commit | commitdiff | tree |
2008-11-12 |
Rob Pike | reflect.PtrValue.SetSub() to set pointers |
commit | commitdiff | tree |
2008-11-12 |
Rob Pike | converting uint bits back into floats |
commit | commitdiff | tree |
2008-11-12 |
Robert Griesemer | - lowercased package name (Bignum -> bignum) |
commit | commitdiff | tree |
2008-11-12 |
Ian Lance Taylor | Recognize gccgo error messages. This uses GCCGO_ERROR... |
commit | commitdiff | tree |
2008-11-12 |
Ian Lance Taylor | The scope rules have been changed to say that labels... |
commit | commitdiff | tree |
2008-11-12 |
Ken Thompson | 6c bug with large constants |
commit | commitdiff | tree |
2008-11-12 |
Rob Pike | Implement a "full reader" wrapper for io.Read, guarante... |
commit | commitdiff | tree |
2008-11-11 |
Russ Cox | don't try interface/structure conversion until |
commit | commitdiff | tree |
2008-11-11 |
Russ Cox | width fixes. |
commit | commitdiff | tree |
2008-11-11 |
Ian Lance Taylor | Remove useless "Trace/breakpoint trap" lines using... |
commit | commitdiff | tree |
2008-11-11 |
Rob Pike | fix error-handling bug. |
commit | commitdiff | tree |
2008-11-11 |
Robert Griesemer | more work on elastic tabs: |
commit | commitdiff | tree |
2008-11-10 |
Russ Cox | * accept all NaNs, not just the one sys.NaN() returns. |
commit | commitdiff | tree |
2008-11-10 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-11-10 |
Russ Cox | handle Inf, NaN in float print |
commit | commitdiff | tree |
2008-11-10 |
Rob Pike | Add a cache to avoid unnecessary parsing of type string... |
commit | commitdiff | tree |
2008-11-10 |
Rob Pike | fix start/stop bug in prof. |
commit | commitdiff | tree |
2008-11-10 |
Rob Pike | Protocol buffer encoding. |
commit | commitdiff | tree |
2008-11-08 |
Robert Griesemer | Added missing Set method for Vector |
commit | commitdiff | tree |
2008-11-08 |
Robert Griesemer | - steps towards "flexible tab stops" simulation in... |
commit | commitdiff | tree |
2008-11-08 |
Rob Pike | wrong system call number for stat |
commit | commitdiff | tree |
2008-11-08 |
Ken Thompson | byte multiply |
commit | commitdiff | tree |
2008-11-07 |
Ken Thompson | byte multiply |
commit | commitdiff | tree |
2008-11-07 |
Robert Griesemer | - language to define type equality rigorously |
commit | commitdiff | tree |
2008-11-07 |
Ian Lance Taylor | Don't use a type guard with a type which is not an... |
commit | commitdiff | tree |
2008-11-07 |
Ian Lance Taylor | Test case for evaluation order of select statement. |
commit | commitdiff | tree |
2008-11-07 |
Ken Thompson | bug in select default |
commit | commitdiff | tree |
2008-11-07 |
Ian Lance Taylor | Erroneous test case. The break statement should break... |
commit | commitdiff | tree |
2008-11-07 |
Robert Griesemer | - binomial implementation (fixing broken build) |
commit | commitdiff | tree |
2008-11-07 |
Rob Pike | simpleminded ascii to floating point conversion |
commit | commitdiff | tree |
2008-11-06 |
Rob Pike | add sys.float32bits, sys.float64bits |
commit | commitdiff | tree |
2008-11-06 |
Ian Lance Taylor | Test that a break statement inside a select statement... |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | s/gins/gbranch/ |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | change minimum sethi/ullman number to 1 |
commit | commitdiff | tree |
2008-11-06 |
Robert Griesemer | A recreational programming exercise: |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | 6g ninit fixes - fixes the two test cases |
commit | commitdiff | tree |
2008-11-06 |
Robert Griesemer | - implemented String() and Format functionality in... |
commit | commitdiff | tree |
2008-11-06 |
Robert Griesemer | - fixes to sprintf (by rob) |
commit | commitdiff | tree |
2008-11-06 |
Rob Pike | If a value implements String(), use that in fmt.print... |
commit | commitdiff | tree |
2008-11-06 |
Rob Pike | Polymorphic printing. |
commit | commitdiff | tree |
2008-11-06 |
Ken Thompson | select default |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | more runtime support for chan select default |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | runtime support for default in select. |
commit | commitdiff | tree |
2008-11-06 |
Russ Cox | allow any type at all in sys.unreflect; |
commit | commitdiff | tree |
2008-11-06 |
Robert Griesemer | - fixed typo in parser.go |
commit | commitdiff | tree |
2008-11-05 |
Russ Cox | fix renamed-package bug in exported names: |
commit | commitdiff | tree |
2008-11-05 |
Robert Griesemer | - temporarily excluding bug118.go, causing pretty trouble |
commit | commitdiff | tree |
2008-11-05 |
Ken Thompson | more on t,ok = I.(T) |
commit | commitdiff | tree |
2008-11-05 |
Ian Lance Taylor | 6g dumps core on this input file. |
commit | commitdiff | tree |
2008-11-05 |
Ken Thompson | T,ok = I.(T) |
commit | commitdiff | tree |
2008-11-05 |
Russ Cox | new interface error messages |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | trim tags from type strings for structure fields. |
commit | commitdiff | tree |
2008-11-05 |
Ian Lance Taylor | Fix powser1.go to compile with the current 6g, which... |
commit | commitdiff | tree |
2008-11-05 |
Russ Cox | 6g interface changes: |
commit | commitdiff | tree |
2008-11-05 |
Ian Lance Taylor | Don't use a named pointer type as a receiver type.... |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | minor tweak to still non-portable alignment calculation |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | make sizes and offsets int, not uint64 |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | fix bugs parsing functions in reflect library. |
commit | commitdiff | tree |
2008-11-05 |
Rob Pike | type strings through the reflection library. |
commit | commitdiff | tree |
2008-11-05 |
Robert Griesemer | - added (incomplete) section on parameter passing |
commit | commitdiff | tree |
2008-11-04 |
Rob Pike | update golden.out |
commit | commitdiff | tree |
2008-11-04 |
Robert Griesemer | get rid of bignum leftovers |
commit | commitdiff | tree |
2008-11-04 |
Rob Pike | prepare for recursive printfs |
commit | commitdiff | tree |
2008-11-04 |
Robert Griesemer | install bignum as library |
commit | commitdiff | tree |
2008-11-04 |
Robert Griesemer | - better support for string conversions |
commit | commitdiff | tree |
2008-11-04 |
Russ Cox | move invalid method uses to new test |
commit | commitdiff | tree |
2008-11-04 |
Robert Griesemer | - completed integer support (some logical functions... |
commit | commitdiff | tree |
next |