Brian Anderson
|
b5f5676a2f
|
tutorial: Use consistent casing in headers
|
2012-07-06 18:27:42 -07:00 |
|
Brian Anderson
|
28fec95c59
|
tutorial: Add some work on borrowed pointers
|
2012-07-06 18:25:39 -07:00 |
|
Brian Anderson
|
af199f2edb
|
tutorial: Expand the section on datatypes
|
2012-07-06 18:09:59 -07:00 |
|
Brian Anderson
|
ad05996223
|
tutorial: Fix a test-breaking typo
|
2012-07-06 18:09:22 -07:00 |
|
Brian Anderson
|
4bb13c69d6
|
Add 'class' and 'new' to codemirror-rust.js
|
2012-07-06 17:18:11 -07:00 |
|
Brian Anderson
|
57698fec6c
|
tutorial: Remove some trivia
|
2012-07-06 17:07:29 -07:00 |
|
Graydon Hoare
|
ceac155211
|
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
|
2012-07-06 15:46:39 -07:00 |
|
Brian Anderson
|
fce064db6b
|
tutorial: Reduce header level for do/for loop sections
|
2012-07-06 15:10:30 -07:00 |
|
Brian Anderson
|
ea4cd49e9f
|
tutorial: Minor tweak
|
2012-07-06 14:52:21 -07:00 |
|
Brian Anderson
|
82001412f2
|
tutorial: Add a section on the memory model
|
2012-07-06 14:38:05 -07:00 |
|
Brian Anderson
|
8c64a98d65
|
tutorial: Minor tweaks to intro
|
2012-07-06 12:20:03 -07:00 |
|
Brian Anderson
|
08a99d6ae1
|
tutorial: Add a language overview to the introduction
|
2012-07-06 12:14:36 -07:00 |
|
Lindsey Kuper
|
1e34202e74
|
Minor tutorial tweaks
|
2012-07-05 11:32:49 -07:00 |
|
Brian Anderson
|
7ff2740199
|
tutorial: Minor correction
|
2012-07-04 20:52:46 -07:00 |
|
Ben Striegel
|
f2e2a14f36
|
Remove empty argument lists from do expressions
|
2012-07-04 17:21:29 -07:00 |
|
Graydon Hoare
|
db355082e1
|
Doc nit.
|
2012-07-04 11:51:57 -07:00 |
|
Brian Anderson
|
86f0dcb9ab
|
tutorial: Make example less bracey
|
2012-07-04 03:58:00 -07:00 |
|
Brian Anderson
|
afb3980f29
|
tutorial: More improvements to closure section
|
2012-07-04 01:50:51 -07:00 |
|
Brian Anderson
|
08368a38d3
|
tutorial: More cleanup
|
2012-07-03 19:13:41 -07:00 |
|
Brian Anderson
|
a76ed88f54
|
tutorial: Add a more detailed example to the intro
|
2012-07-03 17:56:50 -07:00 |
|
Brian Anderson
|
06368a7b75
|
tutorial: Minor editing to intro
|
2012-07-03 14:36:11 -07:00 |
|
Brian Anderson
|
63c043091e
|
tutorial: Restructure intro materials
|
2012-07-03 13:02:20 -07:00 |
|
Brian Anderson
|
90dcb59400
|
tutorial: Minor improvements to closures
|
2012-07-02 23:23:43 -07:00 |
|
Brian Anderson
|
43def0677a
|
tutorial: More updates for closures
|
2012-07-02 16:32:19 -07:00 |
|
Brian Anderson
|
b446ea8710
|
tutorial: Some work on closures
|
2012-07-02 00:14:25 -07:00 |
|
Brian Anderson
|
d1fc2b5995
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
Brian Anderson
|
a3382b6f26
|
Eliminate usages of old sugared call syntax
|
2012-06-30 16:01:49 -07:00 |
|
Michael Sullivan
|
a3c7d93c77
|
Get rid of basically all of the remaining old style vecs in tests.
|
2012-06-29 15:08:12 -07:00 |
|
Graydon Hoare
|
e2205659e3
|
Fix tabSize doc build breakage, also remove the stray tab that got into docs.
|
2012-06-27 14:37:43 -07:00 |
|
Graydon Hoare
|
d3c6119a7a
|
More keyword paring and migration in runtime, docs, code modes.
|
2012-06-27 13:30:49 -07:00 |
|
Tim Chevalier
|
95feaee353
|
In doc reference, don't mention references, and stub out a section for classes
|
2012-06-25 12:16:33 -07:00 |
|
Tim Chevalier
|
60a748a1d8
|
Remove section on resources from tutorial; add a todo to cover classes
|
2012-06-22 13:11:55 -07:00 |
|
Brian Anderson
|
0a6943dd31
|
Merge pull request #2684 from mozilla/incoming
Incoming
|
2012-06-20 20:45:19 -07:00 |
|
Lindsey Kuper
|
1df6ddd08c
|
doc: add information about suffix inference to tutorial and manual.
|
2012-06-20 17:56:40 -07:00 |
|
Brian Anderson
|
4dcf84e4f4
|
Remove bind. Issue #2189
|
2012-06-20 17:27:28 -07:00 |
|
Kevin Cantu
|
8103611b7f
|
Use smaller 32x32 logo
|
2012-06-16 12:48:48 -07:00 |
|
Kevin Cantu
|
976fae80a0
|
Add logo to HTML docs
|
2012-06-16 12:35:01 -07:00 |
|
Niko Matsakis
|
013fc92423
|
remove alias analysis and replace with borrowck
This reverts commit 7ef825bb607c4e934c92bd0b73ecbc4c24f3286b.
|
2012-06-08 20:39:11 -07:00 |
|
Brian Anderson
|
7ef825bb60
|
Revert "remove alias analysis and replace with borrowck"
18s perf regression compiling rustc with opts
This reverts commit 7f6ee0ce0df8af4c21b065cb49b95079ae643f77.
|
2012-06-07 19:42:27 -07:00 |
|
Niko Matsakis
|
7f6ee0ce0d
|
remove alias analysis and replace with borrowck
cc #2540
|
2012-06-07 16:46:57 -07:00 |
|
Niko Matsakis
|
3f6e6532ac
|
make vec fns/methods take imm slices.
this also repairs the unsoundness in typing of unpack_slice,
which was silently converting a const ptr to an imm one.
|
2012-06-02 19:14:57 -07:00 |
|
Lindsey Kuper
|
47cba3a107
|
tutorial: Consistent metavariable for types. Closes #2461.
|
2012-05-29 13:11:55 -07:00 |
|
Lindsey Kuper
|
3891b5a569
|
tutorial: Minor cleanup.
|
2012-05-29 13:11:55 -07:00 |
|
Paul Stansifer
|
829c983479
|
Update the list of reserved words.
|
2012-05-24 14:26:16 -07:00 |
|
Michael Sullivan
|
353cda5c86
|
Update the tutorial with the new shift behaviors.
|
2012-05-23 11:00:33 -07:00 |
|
Brian Anderson
|
b329e1c719
|
doc: Fix as description in tutorial
|
2012-05-16 20:22:32 -07:00 |
|
Brian Anderson
|
9e4fb320da
|
doc: Fix operator precedence. Closes #2390
|
2012-05-16 20:16:27 -07:00 |
|
Lindsey Kuper
|
17d6b09d14
|
doc: remove duplicate words. Thanks, Matt Might!
|
2012-05-15 11:25:35 -07:00 |
|
Lindsey Kuper
|
b8880e3254
|
Remove be keyword.
Closes #2227.
|
2012-05-15 10:41:14 -07:00 |
|
Paul Stansifer
|
f943667af3
|
Remove do ... while loops from the tests and docs.
|
2012-05-10 15:27:42 -07:00 |
|