]> git.lizzy.rs Git - rust.git/history - doc
configure: check for pandoc version properly.
[rust.git] / doc /
2012-10-18 Tim ChevalierMerge pull request #3799 from paulstansifer/master
2012-10-18 Paul StansiferAdd examples to the parsing limitations section of...
2012-10-17 Tim ChevalierMerge pull request #3739 from killerswan/usagemsg
2012-10-17 Ben StriegelExtraneous sigil patrol: turn &[] literals into []
2012-10-17 Ben StriegelSigil patrol: change fn@ fn& fn~ to @fn &fn ~fn
2012-10-17 Ben StriegelExtraneous sigil patrol: ~"string literals"
2012-10-17 Tim ChevalierMerge pull request #3764 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3719 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3706 from erickt/str-with-capacity
2012-10-17 Tim ChevalierMerge pull request #3716 from Blei/fix-3656
2012-10-17 Niko Matsakisadd missing pub from multifile example in sec 12.3
2012-10-13 Tim ChevalierMake moves explicit in doc examples
2012-10-12 Tim ChevalierCopyedit "Items and attributes" section in docs
2012-10-12 Brian AndersonMerge pull request #3734 from dbp/tutorial-fixes
2012-10-12 Daniel Pattersontutorial: add note about mutability of vectors
2012-10-12 Tim Chevaliermanual: Lightly copyedit the crates section
2012-10-12 Tim Chevaliermanual: Lightly copyedit the macros section
2012-10-12 Tim ChevalierFix tutorial-ffi tests
2012-10-12 Graydon Hoaremanual: fix one more nit.
2012-10-12 Graydon Hoaremanual: fix accidentally broken test.
2012-10-12 Graydon Hoaremanual: remove as many ~[] literals as possible.
2012-10-12 Graydon Hoaremanual: remove as many ~"" literals as possible.
2012-10-12 Graydon Hoaremanual: fix bullet list.
2012-10-12 Graydon Hoaremanual: remove description of references (modes) from...
2012-10-12 Graydon Hoaremanual: rewrite the section on type kinds.
2012-10-12 Graydon Hoaremanual: fix various examples.
2012-10-12 Graydon Hoaremanual: capitalize more examples properly.
2012-10-12 Graydon Hoaremanual: fix vec and str types to discuss definite ...
2012-10-12 Graydon Hoaremanual: example fixup.
2012-10-12 Graydon Hoaremanual: add 'item', remove statement that built-in...
2012-10-12 Graydon Hoaremanual: avoid describing 'assert' as 'like check',...
2012-10-12 Graydon Hoaremanual: remove 'analogy' between return and return...
2012-10-12 Graydon Hoaremanual: fixes to match expression examples and explanation.
2012-10-12 Graydon Hoaremanual: remove unusual production name in match-expr...
2012-10-12 Graydon Hoaremanual: "to" -> ".."
2012-10-12 Graydon Hoaremanual: rewrite for-expression section to reflect this...
2012-10-12 Graydon Hoaremanual: add section on do-expressions.
2012-10-11 Graydon Hoaremanual: add section on lambda expressions.
2012-10-11 Graydon Hoaremanual: remove mention of do-while loops.
2012-10-11 Graydon Hoaremanual: remove mention of >>>.
2012-10-11 Graydon Hoaremanual: remove 'trivial cast', it's an unused definition.
2012-10-11 Graydon Hoaremanual: note overloading and traits for comparison...
2012-10-11 Graydon Hoaremanual: mention overloading, traits on the arithmetic...
2012-10-11 Graydon Hoaremanual: fix exponents on number types.
2012-10-11 Graydon Hoaremanual: s/unique/owned/, s/shared/managed/, fix rval...
2012-10-11 Tim ChevalierFix tutorial link to tasks
2012-10-11 Graydon Hoaremanual: remove box-specific language.
2012-10-11 Graydon Hoaremanual: "with" -> ".." for FRU.
2012-10-11 Graydon Hoaremanual: link to expressions in lval/rval section.
2012-10-11 Graydon Hoaremanual: add borrow operator to symbolic unary operator...
2012-10-11 Graydon Hoaremanual: add section for unary move expressions.
2012-10-11 Graydon Hoaremanual: add section for path expressions.
2012-10-11 Graydon HoareFix doctest.
2012-10-11 Graydon Hoaremanual: pluralize; decls can introduce multiple names.
2012-10-11 Graydon Hoaremanual: remove vestigial mention of tasking from defini...
2012-10-11 Graydon Hoaremanual: s/Self type/Self types/.
2012-10-11 Graydon Hoaremanual: remove all mention of constraints.
2012-10-11 Graydon Hoaremanual: capitalize examples, remove mention of named...
2012-10-11 Graydon Hoaremanual: disambiguate field expressions from method...
2012-10-11 Graydon Hoaremanual: improve description of traits.
2012-10-11 Graydon Hoaremanual: describe structs, split out handling of recursi...
2012-10-11 Graydon Hoaremanual: remove mention of tags, now very obsolete.
2012-10-11 Graydon Hoaremanual: link to kinds, remove kind-list.
2012-10-11 Graydon Hoaremanual: improve description of unsafe functions.
2012-10-11 Graydon Hoaremanual: capitalize 'Copy'.
2012-10-11 Graydon Hoaremanual: remove a mode.
2012-10-11 Graydon HoareReorder function sections.
2012-10-11 Graydon HoareReword para on diverging functions.
2012-10-11 Graydon HoareTypo: an -> a.
2012-10-11 Tim ChevalierCopyedit sections 11-13 of the tutorial. That's all...
2012-10-11 Tim ChevalierCopyedit sections 9 and 10 of the tutorial
2012-10-11 Tim ChevalierCopyedit sections 7 and 8 of the tutorial
2012-10-11 Tim ChevalierCopyedit sections 5 and 6 of the tutorial
2012-10-11 Tim ChevalierCopyedit section 4 of tutorial
2012-10-11 Tim ChevalierCopyedit section 3 of tutorial
2012-10-11 Tim ChevalierCopyedit sections 1 and 2 of tutorial
2012-10-11 Brian AndersonUpdate tutorial install instructions
2012-10-11 Tim ChevalierMerge pull request #3718 from killerswan/manpage_04
2012-10-11 Graydon HoareRemove several references to resources; add section...
2012-10-11 Graydon HoareRemove mention of res_item, add const_item. Reword...
2012-10-11 Graydon HoareRemove mention of argv.
2012-10-11 Graydon HoareMention deprecation of crate files.
2012-10-11 Graydon HoareTidy up macro_rules grammar.
2012-10-11 Graydon HoareMention doc comments.
2012-10-11 Graydon HoareRemove mention of block-comment nesting.
2012-10-11 Graydon HoareFix markings about future in manual, remove out-of...
2012-10-11 Graydon HoareMinor fixes to the runtime and scheduling part of manual.
2012-10-11 Graydon HoareMention other languages.
2012-10-10 Tim ChevalierCopyedit sections 9-11 of the borrowed pointer tutorial...
2012-10-10 Tim ChevalierCopyedit sections 7 and 8 of the borrowed pointer tutorial
2012-10-10 Tim ChevalierCopyedit sections 5 and 6 of the borrowed pointer tutorial
2012-10-10 Tim ChevalierCopyedit sections 3 and 4 of the borrowed pointer tutorial
2012-10-10 Patrick Waltondoc: Tweak the wording of the memory model goals
2012-10-10 Patrick Waltondoc: Fix some inaccuracies in the tutorial.
2012-10-10 Graydon HoareRemove section on 'note' expressions, they won't exist.
2012-10-10 Graydon HoareTighten up language surrounding declarations, assignmen...
2012-10-10 Tim ChevalierMerge pull request #3709 from dbp/pure
2012-10-10 Tim ChevalierCopyedit first two sections of borrowed pointer tutorial
2012-10-09 Tim ChevalierCopyedit FFI tutorial
2012-10-09 Tim ChevalierCopyedit tasks tutorial
next