| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -3/+6 | |
| You can still initialize multiple variables at once with "let (x, y) = (1, 2)". | ||||
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -3/+3 | |
| fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself. | ||||
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 | |
| 2013-03-22 | Copyedit macro tutorial | Tim Chevalier | -23/+27 | |
| 2013-02-14 | remove die definition and use in doc tests | Nick Desaulniers | -3/+3 | |
| 2013-02-08 | Typo s/recusive/recursive/ | Olivier Saut | -1/+1 | |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -3/+3 | |
| fail Fix merge conflicts - Issue 4524 | ||||
| 2013-01-12 | doc: Fix spelling error in macro tutorial | Peter Williams | -1/+1 | |
| 2012-12-29 | Remove spurious semicolons at the end of macro_rules! definitions. | Franklin Chen | -2/+2 | |
| 2012-12-16 | Add a section to the macro tutorial about recursive macros. | Paul Stansifer | -1/+191 | |
| 2012-12-16 | Reword some things in the macro tutorial. | Paul Stansifer | -8/+9 | |
| 2012-12-06 | Be a bit more explicit about the nature of macro RHSes. | Paul Stansifer | -0/+6 | |
| 2012-12-06 | Update macro tutorial to recognize item/statement macros and be clearer | Paul Stansifer | -6/+27 | |
| about invocation location vs. interpolation location. | ||||
| 2012-10-20 | Talk about ends, rather than means, in macro tutorial introduction. | Paul Stansifer | -5/+5 | |
| 2012-10-17 | Add examples to the parsing limitations section of the macro tutorial. | Paul Stansifer | -8/+13 | |
| (Thanks to bstrie for pointing them out!) | ||||
| 2012-10-09 | Fix tutorial breakage. | Graydon Hoare | -6/+1 | |
| 2012-10-09 | Copyedit the macro tutorial | Tim Chevalier | -44/+73 | |
| I hope I haven't introduced any grievous errors :-) | ||||
| 2012-10-04 | Fixed a few typos in the tutorials. | Gonçalo Cabrita | -2/+2 | |
| 2012-09-26 | docs: Give all tutorials consistent titles and intro sections | Brian Anderson | -5/+7 | |
| 2012-09-05 | doc: Split macros out into a separate tutorial | Patrick Walton | -0/+152 | |
