Brian Anderson
|
5e9d38ede0
|
Remove 'unchecked' from docs
|
2012-09-18 11:57:57 -07:00 |
|
Brian Anderson
|
150acd26b2
|
docs: Doc tests may use elipses
|
2012-09-18 11:41:06 -07:00 |
|
Graydon Hoare
|
ae86db0d93
|
Fix doc test glitch.
|
2012-09-18 11:16:19 -07:00 |
|
Brian Anderson
|
2018cd912c
|
Update keywords in codemirror-rust.js
|
2012-09-15 19:06:19 -07:00 |
|
Brian Anderson
|
78525299d5
|
docs: Don't mention unsafe pointers
|
2012-09-15 19:03:07 -07:00 |
|
Brian Anderson
|
5e5b107306
|
docs: Bump tarball versions in tutorial
|
2012-09-15 18:55:06 -07:00 |
|
Brian Anderson
|
65cdfa4a21
|
docs: Modernize tutorial snippets
|
2012-09-15 18:44:44 -07:00 |
|
Brian Anderson
|
da5033f991
|
Make a few more borrowed pointer tutorial examples pass
|
2012-09-15 18:24:04 -07:00 |
|
Brian Anderson
|
864cca14ee
|
docs: Make supplemental tutorials testable
|
2012-09-15 18:06:20 -07:00 |
|
Brian Anderson
|
82e79f765c
|
docs: Add Niko's borrowed pointers tutorial
|
2012-09-15 17:09:21 -07:00 |
|
Brian Anderson
|
cb7a5395dd
|
Convert std::map to camel case
|
2012-09-10 17:08:36 -07:00 |
|
Tim Chevalier
|
1ff268e2d5
|
doc: Don't refer to the non-existent attributes section in the tutorial
Closes #3382
|
2012-09-10 12:27:23 -07:00 |
|
Brian Anderson
|
3bd1f32cd9
|
Convert all kind bounds to camel case. Remove send, owned keywords.
|
2012-09-07 18:10:11 -07:00 |
|
Lindsey Kuper
|
62ab9d70f4
|
tutorial: swap order of "Traits" and "Modules and Crates" sections.
This puts "Traits" next to "Generics", as requested by issue #3397.
Closes #3397.
|
2012-09-07 20:19:11 -04:00 |
|
Tim Chevalier
|
0ce88fe401
|
Update docs to not refer to the of clause in an impl
Closes #3375
|
2012-09-06 16:19:34 -07:00 |
|
Tim Chevalier
|
a37729f31b
|
Tutorial: Link to section on boxes and pointers at first mention of ~, @, &
As per suggestion on IRC from callen.
|
2012-09-06 12:22:05 -07:00 |
|
Brian Anderson
|
9097410b43
|
Fix tutorial tests
|
2012-09-05 17:04:51 -07:00 |
|
Patrick Walton
|
10c533861b
|
doc: "import" -> "use"
|
2012-09-05 12:39:16 -07:00 |
|
Patrick Walton
|
4e515c14af
|
doc: Split out the FFI part of the tutorial
The tutorial should perhaps contain an FFI section, but this one is too long.
|
2012-09-05 11:20:04 -07:00 |
|
Patrick Walton
|
1c9c32782d
|
tutorial: Remove the section on strings
It's already covered in the types section.
|
2012-09-05 11:07:06 -07:00 |
|
Patrick Walton
|
69b363e02a
|
doc: Split macros out into a separate tutorial
|
2012-09-05 11:07:06 -07:00 |
|
Brian Anderson
|
200959d7ce
|
Remove 'with'
|
2012-09-04 15:47:04 -07:00 |
|
Brian Anderson
|
ef880f2245
|
doc: Fix broken examples
|
2012-09-04 15:46:34 -07:00 |
|
Brian Anderson
|
443f79922d
|
Merge pull request #3333 from dbp/tutorial
tutorial: adding link and reference to sublime text package.
|
2012-09-04 13:27:50 -07:00 |
|
Jim Blandy
|
959f76ddeb
|
In DuplexStream explanation: change 'There' to 'The'.
|
2012-09-04 01:12:12 -07:00 |
|
Brian Anderson
|
80c4f74c29
|
Remove the 'to' keyword
|
2012-09-01 18:38:18 -07:00 |
|
Daniel Patterson
|
ff7f04838c
|
tutorial: adding link and reference to sublime text package.
|
2012-09-01 10:49:56 -04:00 |
|
Patrick Walton
|
ce4e09b709
|
doc: Remove some unneeded sections on type inference and generic modes
|
2012-08-31 17:36:40 -07:00 |
|
Patrick Walton
|
4fc164a549
|
doc: Remove the section on modes from the tutorial
|
2012-08-31 17:27:00 -07:00 |
|
Patrick Walton
|
df34fe917a
|
doc: Trim down the tutorial a little more
|
2012-08-31 17:20:36 -07:00 |
|
Patrick Walton
|
9eaaceb9f0
|
doc: Update the tutorial
|
2012-08-31 16:58:23 -07:00 |
|
Graydon Hoare
|
c3fdc8c7b5
|
Remove the no-longer-true fact of cmp (and soon, log) being universal.
|
2012-08-31 11:40:17 -07:00 |
|
Graydon Hoare
|
ee37f8a006
|
Fix up the tutorial doc-tests.
|
2012-08-31 11:40:17 -07:00 |
|
Brian Anderson
|
cfbc7cbdc7
|
Convert core::pipes to camel case
|
2012-08-28 14:33:18 -07:00 |
|
Brian Anderson
|
161a82e433
|
Camel case various core constructors
|
2012-08-27 17:22:18 -07:00 |
|
Brian Anderson
|
8337fa1a54
|
Camel case the option type
|
2012-08-26 15:56:16 -07:00 |
|
Tim Chevalier
|
00d71087e5
|
Expunge mention of match check from the tutorial
|
2012-08-24 22:28:19 -07:00 |
|
Paul Stansifer
|
9297d1f00a
|
Minor doc updates.
|
2012-08-24 18:20:16 -07:00 |
|
Paul Stansifer
|
7669032dd3
|
Remove the old syntax extension section in the documentation.
|
2012-08-24 18:20:16 -07:00 |
|
Paul Stansifer
|
d5f0bf922c
|
Add a section on syntax extensions to the Rust reference docs.
|
2012-08-24 18:20:16 -07:00 |
|
Tim Chevalier
|
9f591319dd
|
Rename str::bytes to str::to_bytes
Closes #3245
|
2012-08-23 15:46:10 -07:00 |
|
Paul Stansifer
|
0698fc6650
|
Clarify that macros are expr-positioned.
|
2012-08-23 15:13:53 -07:00 |
|
Paul Stansifer
|
9ef56a6ca8
|
Update the tutorial with the new macro system.
|
2012-08-23 11:14:15 -07:00 |
|
Paul Stansifer
|
345363866c
|
Update macro invocation syntax in documentation.
|
2012-08-23 11:14:14 -07:00 |
|
Kevin Cantu
|
705f423965
|
Rename the template for version_info.html
|
2012-08-20 14:04:12 -07:00 |
|
Jim Blandy
|
ba6ccc1a59
|
Add comma after 'For example'.
|
2012-08-20 10:48:28 -07:00 |
|
Tim Chevalier
|
1d3abf15f1
|
Tutorial: clarify 'other uses of safe references'
|
2012-08-18 13:45:18 -07:00 |
|
Brian Anderson
|
3ab4b014cf
|
Remove the class keyword
|
2012-08-17 10:13:45 -07:00 |
|
Eric Holk
|
5f57588887
|
Update the rock-paper-scissors example in the tutorial, and rename some types in core::pipes
|
2012-08-16 17:50:36 -07:00 |
|
Eric Holk
|
ca0607051a
|
Fix compile errors in tutorial tests.
|
2012-08-16 16:46:20 -07:00 |
|