Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc
http://codereview.appspot.com/157046
|
|
data initialization to n*log(n)
R=rsc
http://codereview.appspot.com/158041
|
|
Currently, -I switch can't deal with a path containing spaces.
This commit simplify setinclude(), by removing the special case
of a string that had spaces. After this change, setinclude() will
merely add the given directories to the include path, if it does
not yet exist, and this approach works.
Will be needed for solving issue 115.
R=agl1, rsc, iant2, r
http://codereview.appspot.com/155059
Committer: Russ Cox <rsc@golang.org>
|
|
cgo/libmach remain unimplemented. However, compilers, runtime,
and packages are 100%. I still need to go through and implement
missing syscalls (at least make sure they're all listed), but
for all shipped functionality, this is done. Ship! ;)
R=rsc, VenkateshSrinivas
http://codereview.appspot.com/152142
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
http://codereview.appspot.com/155074
|
|
repeats 8l change http://code.google.com/p/go/source/detail?r=7594e16b5cf9
Fixes issue 179.
R=iant
http://codereview.appspot.com/154145
|
|
package documentation using templates. The line tag interferes
with the anchor tag introduces by the template.
This fixes an an issue where some headers lost their ability
to link to the respective source code.
R=rsc
http://codereview.appspot.com/154166
|
|
R=rsc
http://codereview.appspot.com/155069
|
|
Fixes issue 167.
R=ken2
http://codereview.appspot.com/155062
|
|
Fixes issue 97.
R=r
http://codereview.appspot.com/155054
|
|
Fixes issue 21.
R=r
http://codereview.appspot.com/155048
|
|
* check for struct literal assignment to private fields.
* record, fix crash involving parallel map assignment.
* avoid infinite recursion in exportassignok.
* make floating point bounds check precise.
* avoid crash on invalid receiver.
* add context to error about implicit assignment.
Fixes issue 86.
Fixes issue 88.
Fixes issue 158.
Fixes issue 174.
Fixes issue 201.
Fixes issue 204.
R=ken2
http://codereview.appspot.com/154144
|
|
Fixes issue 190.
R=r
http://codereview.appspot.com/154142
|
|
Fixes issue 192.
R=ken2
http://codereview.appspot.com/155047
|
|
Fixes bug 168.
Alternative to http://codereview.appspot.com/152143.
R=ken2
http://codereview.appspot.com/155042
|
|
This does still contain some FreeBSD-specific bits, but
it's a pain to do partial diffs.
R=rsc
http://codereview.appspot.com/152138
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 183.
R=ken
http://codereview.appspot.com/154139
|
|
<stdio.h>, which we weren't even #including
R=r
http://codereview.appspot.com/154108
|
|
(Making it work correctly with -spaces is a bit of work and the output
won't make much sense as it is intended as input to tabwriter.)
Fixes issue 100.
R=rsc
http://codereview.appspot.com/154102
|
|
Fixes issue 117.
R=rsc, agl1
CC=golang-dev
http://codereview.appspot.com/152107
|
|
same as http://codereview.appspot.com/152088
in more files.
Fixes issue 83.
R=r, r1
http://codereview.appspot.com/152091
|
|
Fixes issue 80.
R=ken
http://codereview.appspot.com/154079
|
|
Fixes issue 48. (this time for sure!)
R=r, r1
http://codereview.appspot.com/152088
|
|
R=rsc
http://codereview.appspot.com/154071
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
http://codereview.appspot.com/152084
|
|
R=r
http://codereview.appspot.com/152085
|
|
Fixes issue 29.
R=r
http://codereview.appspot.com/152076
|
|
R=r
http://codereview.appspot.com/154067
|
|
Fixes issue 67.
R=r
http://codereview.appspot.com/154068
|
|
1. allocate an extra byte for use by write.
2. throw away the code trying to translate
uid and gid to names. i suspect it of causing
seg faults in some situations, and it is
not needed by the compilers.
Fixes issue 48. (I hope.)
R=r
http://codereview.appspot.com/152077
|
|
Fixes issue 50.
R=r
http://codereview.appspot.com/154064
|
|
Fixes issue 31.
To try the fix before the next release:
hg pull -u
R=r1, r
http://codereview.appspot.com/154058
|
|
Fixes issue 40.
R=rsc, r1
CC=golang-dev
http://codereview.appspot.com/154057
|
|
Fixes issue 7.
R=r
CC=golang-dev
http://codereview.appspot.com/154043
|
|
rsc's algorithm
- applied gofmt -w misc src
- partial CL (remaining files in other CLs)
R=rsc, r
http://go/go-review/1024040
|
|
update comment.
R=ken
http://go/go-review/1025031
|
|
fix typo that prevented function bodies from being indexed (ouch!)
R=rsc
http://go/go-review/1024035
|
|
R=rsc, r
http://go/go-review/1025029
|
|
so that first sentence is better for cmd page.
live at http://r45:3456/cmd/
R=gri, r
http://go/go-review/1024034
|
|
- minor related cleanups
R=rsc
http://go/go-review/1025026
|
|
- When providing alternative spellings to a query, do not
prefix it with a package qualifier as the suggestion may
not have any results. Correctly filtering is quite a bit
of work, and clicking the alternative spelling will always
also show the qualified hits if they exist (but also others).
Seems good enough for now.
- Give user feedback when the query syntax was wrong.
- Package names in search results are now links to the respective
package documentation.
- Experimented with excluding main packages and test files
from index with inconclusive results. Code is present and
can be enabled by changing a flag in the source. This needs
some more work.
R=rsc
CC=r, dsymonds
http://go/go-review/1026033
|
|
R=ken
http://go/go-review/1026032
|
|
- don't forget first periods
- look at capitalization of last char before periods
R=rsc
http://go/go-review/1024027
|
|
HTML vs Html, URL vs Url, HTTP vs Http,
current source is 6:1 in favor of the former,
so change instances of the latter.
R=r
CC=go-dev
http://go/go-review/1024026
|
|
R=r, iant
CC=go-dev
http://go/go-review/1025024
|
|
- introduced a new run per file containing all spots belonging
to the same kind (e.g. var decl, const decl, etc.)
- more comments, better index.go file organization
R=rsc
http://go/go-review/1026028
|
|
R=rsc
http://go/go-review/1026027
|
|
(this was surprisingly hard to get right in HTML)
- show modification times in source directory listings
- various tweaks
R=rsc
http://go/go-review/1024024
|
|
1st step of renaming dirList.html -> dirlist.html
(OS X filenames are not capitalization-sensitive)
R=rsc
http://go/go-review/1024021
|
|
instead of serving them raw
- path-related cleanups
R=rsc
http://go/go-review/1026021
|