|
|
78e99c6c99
|
Merge branch 'list-forall' of git://github.com/gsmaverick/wren into gsmaverick-list-forall
|
2015-01-15 06:52:43 -08:00 |
|
|
|
7716ad6263
|
Adds forall method on Sequences.
|
2015-01-13 23:47:01 -08:00 |
|
|
|
0c6d192ace
|
bretheren > brethren
|
2015-01-12 17:39:41 -06:00 |
|
|
|
1c9520020e
|
unvalid > invalid
|
2015-01-12 17:27:35 -06:00 |
|
|
|
e07156d9e2
|
Merge pull request #74 from tamc/document-inheritance-from-builtins
Added documentation about issue #70 - can't inherit from built-ins
|
2015-01-11 19:50:39 -08:00 |
|
|
|
bc29e0929e
|
Rename a couple of files and tweak some docs.
|
2015-01-11 19:13:15 -08:00 |
|
|
|
7557c91b3c
|
Adds some common methods to strings.
|
2015-01-11 16:06:56 -08:00 |
|
|
|
aa48223361
|
Merge pull request #92 from zeckalpha/https_for_fonts
Fonts weren't working in Firefox due to Mixed Content errors.
|
2015-01-09 09:34:35 -08:00 |
|
|
|
d9527dc4dc
|
Use protocol-relative URL
|
2015-01-09 09:25:06 -06:00 |
|
|
|
7f1b5bfe51
|
Add stack vs register-based question to FAQ.
|
2015-01-08 21:06:10 -08:00 |
|
|
|
28203e3df5
|
Fonts weren't working in Firefox due to Mixed Content errors.
https://developer.mozilla.org/en-US/docs/Security/MixedContent
|
2015-01-08 19:57:15 -06:00 |
|
|
|
817f37bbf0
|
Docs: Expressions: Operators: they->their typo
|
2015-01-08 09:32:50 -06:00 |
|
|
|
8540e58b61
|
Typo fix
|
2015-01-07 16:41:30 +00:00 |
|
|
|
4a9b3f3e49
|
Fixed typo in classes.markdown
|
2015-01-06 16:47:54 +00:00 |
|
|
|
92222fe7c6
|
Added documentation about issue #70 - can't inherit from built-ins
|
2015-01-06 08:37:57 +00:00 |
|
|
|
59c2024384
|
Updated description of logical or
|
2015-01-05 09:42:34 +00:00 |
|
|
|
84ead3bb18
|
Start sketching out an actual contributor's guide.
- Add AUTHORS file
- Update README to match site docs
|
2015-01-04 13:36:23 -08:00 |
|
|
|
a8726e6c00
|
SO MUCH NEW DOCS OH WOW.
|
2015-01-03 23:27:02 -08:00 |
|
|
|
c25cfca18b
|
Eliminate semicolons entirely.
|
2015-01-03 10:02:45 -08:00 |
|
|
|
d190254f4a
|
Merge pull request #49 from skybrian/patch-1
Fix example of catching and printing an error
|
2015-01-02 20:09:43 -08:00 |
|
|
|
2abeb9ad2e
|
Make first example correct (!). Fix #47.
|
2015-01-02 20:07:43 -08:00 |
|
|
|
46867d3540
|
Fix example of catching and printing an error
The output didn't match the source code.
(Tested.)
|
2015-01-02 14:12:53 -08:00 |
|
|
|
526a84c4d6
|
Remove pointless newline.
|
2015-01-02 07:59:31 -08:00 |
|
|
|
50be5971a4
|
Fix link to embedding API.
|
2015-01-01 22:59:38 -08:00 |
|
|
|
3640c66bfb
|
Fix range in docs.
|
2015-01-01 22:48:43 -08:00 |
|
|
|
b876f4a51a
|
More hacking on docs.
|
2015-01-01 20:45:15 -08:00 |
|
|
|
8ab91bf6c2
|
Fill in some more docs.
|
2015-01-01 18:48:59 -08:00 |
|
|
|
0882897c6b
|
Write doc for error-handling.
|
2015-01-01 16:02:02 -08:00 |
|
|
|
d903ba0cbe
|
Update benchmark chart in docs.
|
2014-12-07 14:34:17 -08:00 |
|
|
|
ac67386208
|
Add specialized instructions for loading some locals.
Not having to decode a separate arg byte improves some benchmarks:
binary_trees - wren .......... 3094 0.32s 101.95% relative to baseline
delta_blue - wren .......... 6555 0.15s 101.05% relative to baseline
fib - wren .......... 2326 0.43s 107.32% relative to baseline
for - wren .......... 6183 0.16s 102.81% relative to baseline
method_call - wren .......... 4746 0.21s 105.97% relative to baseline
|
2014-12-06 19:59:11 -08:00 |
|
|
|
f6cbb6ad75
|
Add Fiber.try().
|
2014-10-15 06:36:42 -07:00 |
|
|
|
24967ed4eb
|
Endless site tweaking...
|
2014-10-04 09:57:40 -07:00 |
|
|
|
de59809b86
|
Tweak colors.
|
2014-09-14 09:39:44 -07:00 |
|
|
|
4dcb68d9b9
|
More work on the site.
- Tweaked the design a bunch.
- Started filling in core library docs.
- Fixed some other prose.
|
2014-08-24 09:09:10 -07:00 |
|
|
|
d5f68d70f0
|
Restyle site.
|
2014-08-19 07:35:20 -07:00 |
|
|
|
80a4eb8c9c
|
Better error message on too many inherited fields.
|
2014-04-22 07:06:26 -07:00 |
|
|
|
f1c3bb0f37
|
Work on responsive CSS.
|
2014-04-20 21:42:17 -07:00 |
|
|
|
767e47bbf6
|
Benchmark chart.
|
2014-04-20 21:04:41 -07:00 |
|
|
|
d338ef2f07
|
Finish fiber docs.
|
2014-04-19 20:33:49 -07:00 |
|
|
|
c21821e161
|
Merge branch 'redesign'
|
2014-04-16 08:00:42 -07:00 |
|
|
|
2567c4846e
|
Redesign site.
|
2014-04-16 08:00:15 -07:00 |
|
|
|
6677bde98c
|
Tweak fiber docs a bit.
|
2014-04-15 06:47:16 -07:00 |
|
|
|
cd75e17f0d
|
Docs docs docs.
|
2014-04-11 10:45:20 -07:00 |
|
|
|
634e4396cb
|
Start working on a responsive design for the site.
|
2014-04-11 10:44:33 -07:00 |
|
|
|
1cd73e60da
|
Write "Getting Started" page.
|
2014-04-09 07:53:30 -07:00 |
|
|
|
b2941cbbb6
|
Docs for operators and some other stuff.
|
2014-04-08 21:18:17 -07:00 |
|
|
|
45701692af
|
Bring some more blue back into the stylesheet.
|
2014-04-08 07:46:47 -07:00 |
|
|
|
6b1b1083c9
|
Recolor doc site.
|
2014-04-07 21:03:16 -07:00 |
|
|
|
aab02bcded
|
Tweak docs a bit.
|
2014-04-06 16:16:24 -07:00 |
|
|
|
a1118c332c
|
IO.write -> IO.print in docs.
|
2014-04-06 08:38:00 -07:00 |
|