about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2012-01-19Fix typosTim Chevalier-5/+5
2012-01-19Fix typosTim Chevalier-7/+7
2012-01-19Fix typoTim Chevalier-1/+1
2012-01-19Add 'getting started' text to tutorial, close #427.Graydon Hoare-1/+67
2012-01-19Remove doc/rust.texiGraydon Hoare-3589/+0
2012-01-19Copy section to docs on runtime services.Graydon Hoare-0/+88
2012-01-19doc: Copyedit task sectionBrian Anderson-29/+27
2012-01-19doc: Fix typoBrian Anderson-1/+1
2012-01-19Fix internal linking in the tutorialMarijn Haverbeke-33/+16
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-3995/+2698
2012-01-19Update docs to reflect pattern syntax changeTim Chevalier-15/+7
2012-01-18Tidy tidyGraydon Hoare-3/+0
2012-01-18Add a stylesheet to make the reference HTML look a bit prettierMarijn Haverbeke-0/+25
2012-01-18Fill out some parts of the reference docsMarijn Haverbeke-36/+489
2012-01-18Fix bug in tutorial render scriptMarijn Haverbeke-1/+1
2012-01-18Fix poor markdown parsing in tutorial-building scriptMarijn Haverbeke-1/+1
2012-01-17Merge pull request #1544 from kevina/issue-1393Graydon Hoare-3/+3
2012-01-16Minor cleanups to custom discriminator code.Kevin Atkinson-3/+3
2012-01-16Convert a bunch of material on items, statements, expressions and typestates.Graydon Hoare-44/+1174
2012-01-16Convert some material covering items, view-items, types.Graydon Hoare-1/+415
2012-01-16Upgrade CodeMirror mode used to highlight the tutorial codeMarijn Haverbeke-9/+28
2012-01-16Move emacs mode into treeMarijn Haverbeke-2/+2
2012-01-16In the tutorial, document that C-like enums can have the discriminatorKevin Atkinson-0/+18
2012-01-13Import task and memory-model docs.Graydon Hoare-9/+213
2012-01-13More doc porting.Graydon Hoare-36/+373
2012-01-12Begin shift over to using pandoc, markdown and llnextgen for reference manual...Graydon Hoare-0/+645
2012-01-12tutorial: rework nolink description to remove mention of "empty string"Graham Fawcett-3/+2
2012-01-12Add tutorial chapter on interfacesMarijn Haverbeke-0/+184
2012-01-12Go over the tutorial againMarijn Haverbeke-330/+343
2012-01-11discuss joinable tasksNiko Matsakis-1/+20
2012-01-11add section on spawn_connected to tutorial and pull test into fileNiko Matsakis-0/+49
2012-01-10update various parts of the tutorialNiko Matsakis-49/+202
2012-01-09Replace all occurrences of 'when' with 'if' in documentation and tutorial.Austin Seipp-4/+4
2012-01-09Remove proto_sugar and 'lambda' as keyword, commit to fn@.Graydon Hoare-1/+1
2012-01-07doc: typoBrian Anderson-1/+1
2012-01-02Fix confusing information in tutorial chapter about argument modesMarijn Haverbeke-4/+1
2011-12-31tutorial: Mention by-value argument passing style.Erick Tryzelaar-0/+3
2011-12-30Document copy/move/swap/assign expressions more accurately. Fix up some drift...Graydon Hoare-32/+120
2011-12-29Purge some obsolete and/or not-implemented stuff from docs.Graydon Hoare-259/+93
2011-12-29Add support in lexer for utf8 identifiers. No NFKC logic in char yet.Graydon Hoare-3/+4
2011-12-23Update docs on log expressions.Graydon Hoare-1/+45
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-2/+2
2011-12-06libstd: Update docsBrian Anderson-0/+1
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-8/+8
2011-12-02doc: added definition of trivial casts to specStefan Plantikow-3/+8
2011-11-25tutorial: Fix typo in the test sectionHaitao Li-1/+1
2011-11-24rustc: Add a path attribute for crate directivesHaitao Li-2/+4
2011-11-23doc: Build keywords multitable automaticallyHaitao Li-66/+21
2011-11-23Remove last traces of auth keywordMarijn Haverbeke-1/+1
2011-11-22Add hacks to extract and compile tutorial codeMarijn Haverbeke-14/+119