| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-19 | Move tutorial over to a format similar to the reference doc | Marijn Haverbeke | -4556/+0 | |
| And adjust highlighting/testing scripts to deal with this. | ||||
| 2012-01-19 | Update docs to reflect pattern syntax change | Tim Chevalier | -7/+5 | |
| 2012-01-18 | Fix bug in tutorial render script | Marijn Haverbeke | -1/+1 | |
| 2012-01-18 | Fix poor markdown parsing in tutorial-building script | Marijn Haverbeke | -1/+1 | |
| 2012-01-16 | Minor cleanups to custom discriminator code. | Kevin Atkinson | -3/+3 | |
| Mostly updates to the comments and docs from Pull Request #1537. | ||||
| 2012-01-16 | Upgrade CodeMirror mode used to highlight the tutorial code | Marijn Haverbeke | -9/+28 | |
| 2012-01-16 | Move emacs mode into tree | Marijn Haverbeke | -2/+2 | |
| 2012-01-16 | In the tutorial, document that C-like enums can have the discriminator | Kevin Atkinson | -0/+18 | |
| values set and that it is possible to cast them to scalar values. | ||||
| 2012-01-12 | tutorial: rework nolink description to remove mention of "empty string" | Graham Fawcett | -3/+2 | |
| 2012-01-12 | Add tutorial chapter on interfaces | Marijn Haverbeke | -0/+184 | |
| 2012-01-12 | Go over the tutorial again | Marijn Haverbeke | -330/+343 | |
| Edit some things, make sure all code runs. | ||||
| 2012-01-11 | discuss joinable tasks | Niko Matsakis | -1/+20 | |
| 2012-01-11 | add section on spawn_connected to tutorial and pull test into file | Niko Matsakis | -0/+49 | |
| 2012-01-10 | update various parts of the tutorial | Niko Matsakis | -49/+202 | |
| 2012-01-09 | Replace all occurrences of 'when' with 'if' in documentation and tutorial. | Austin Seipp | -1/+1 | |
| Also update the naturaldocs keywords file. Closes #1396 | ||||
| 2012-01-02 | Fix confusing information in tutorial chapter about argument modes | Marijn Haverbeke | -4/+1 | |
| 2011-12-31 | tutorial: Mention by-value argument passing style. | Erick Tryzelaar | -0/+3 | |
| 2011-12-16 | implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove ↵ | Graham Fawcett | -2/+2 | |
| empty link_name. Can't remove them from stdlib until the snapshotted compiler supports #[nolink]. | ||||
| 2011-11-25 | tutorial: Fix typo in the test section | Haitao Li | -1/+1 | |
| 2011-11-22 | Add hacks to extract and compile tutorial code | Marijn Haverbeke | -14/+119 | |
| Not included in the build by default, since it's fragile and kludgy. Do something like this to run it: cd doc/tutorial RUSTC=../../build/stage2/bin/rustc bash test.sh Closes #1143 | ||||
| 2011-11-22 | Clarify escaped newlines in tutorial | Marijn Haverbeke | -1/+6 | |
| Closes #1117 | ||||
| 2011-11-21 | Fix typo in tutorial | Marijn Haverbeke | -2/+2 | |
| 2011-11-21 | Add explanation of kinds to tutorial | Marijn Haverbeke | -11/+42 | |
| 2011-11-17 | tutorial: Fix type mismatch in example FFI code | Haitao Li | -1/+1 | |
| Compile error: time.rs:13:23: 13:43 error: mismatched types: expected *R[tv_sec=mMltv_usec=mMl] but found *R[tv_sec=Mltv_usec=Ml] (record elements differ in mutability) time.rs:13 libc::gettimeofday(std::ptr::addr_of(x), std::ptr::null()); ^~~~~~~~~~~~~~~~~~~~ error: aborting due to previous errors rust: upcall fail 'explicit failure', ../src/comp/driver/session.rs:70 rust: domain main @0x9dfd178 root task failed | ||||
| 2011-11-16 | tutorial: Close unmatched quote in anchor tag | Brian Anderson | -1/+1 | |
| 2011-11-16 | Update tutorial for native mod changes | Brian Anderson | -9/+15 | |
| 2011-11-16 | tutorial: Update with native module syntax change | Haitao Li | -11/+20 | |
| 2011-11-16 | Fix small grammar mistake in tutorial | Marijn Haverbeke | -1/+1 | |
| 2011-11-15 | Use libcrypto.so instead of libssl.so in the ffi part of tutorial | Marijn Haverbeke | -12/+12 | |
| 2011-11-07 | Fix some more bugs in the tutorial | Marijn Haverbeke | -6/+6 | |
| Tutorial code going out of date is going to be a recurring problem... | ||||
| 2011-11-07 | Tutorial: 'import std;' should be 'use std;'. | Matt Brubeck | -1/+1 | |
| 2011-11-04 | Fill in the tutorial section on testing | Marijn Haverbeke | -9/+82 | |
| 2011-11-03 | Clarify metadata syntax in manual | Marijn Haverbeke | -1/+6 | |
| Closes #1119 | ||||
| 2011-11-02 | Fix confusing sentence in tutorial. | Marijn Haverbeke | -5/+6 | |
| 2011-11-02 | Expand the tutorial section on functions | Marijn Haverbeke | -18/+39 | |
| 2011-11-02 | Write briefly about syntax extension in the syntax section | Marijn Haverbeke | -9/+27 | |
| The currently existing syntax extension facilities don't really merit their own section. | ||||
| 2011-11-02 | Make ptr::addr_of return an immutable vec, add mut_addr_of | Marijn Haverbeke | -2/+3 | |
| 2011-11-02 | Make 'lambda(...) -> ...' parse as a type | Marijn Haverbeke | -4/+1 | |
| 2011-11-01 | Fix some typos in tutorial | Marijn Haverbeke | -8/+10 | |
| 2011-11-01 | Fix typo in syntax.md | Brian Anderson | -1/+1 | |
| 2011-11-01 | Fill in the foreign-function part of the tutorial | Marijn Haverbeke | -2/+191 | |
| 2011-11-01 | Tie up some ends in the tutorial | Marijn Haverbeke | -11/+63 | |
| 2011-11-01 | Improve syntax highlighting in tutorial | Marijn Haverbeke | -8/+13 | |
| 2011-11-01 | Fix file timestamp extraction in tutorial builder | Marijn Haverbeke | -3/+3 | |
| 2011-11-01 | Flesh out the module section of the tutorial | Marijn Haverbeke | -1/+268 | |
| 2011-11-01 | Add syntax highlighting to the code snippets in the tutorial | Marijn Haverbeke | -16/+631 | |
| Using the CodeMirror Rust mode. | ||||
| 2011-11-01 | Clarify tutorial based on feedback, fix some Markdown errors | Marijn Haverbeke | -11/+41 | |
| 2011-10-31 | Add a first stab at a tutorial | Marijn Haverbeke | -0/+2672 | |
| You build it with `cd doc/tutorial; node build.js`, and then point your browser at doc/tutorial/web/index.html. Not remotely ready for publicity yet. | ||||
