summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-7/+7
2013-06-28Convert vec::{push, push_all, push_all_move} to methods.Huon Wilson-1/+1
2013-06-22auto merge of #7274 : thestinger/rust/size_hint, r=huonwbors-3/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-22auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwaltonbors-1/+3
2013-06-22Expand the deriving(ToStr) implementationAlex Crichton-1/+3
2013-06-21Minor doc updates to reflect #[deriving(Zero)], and small release notes adjus...Huon Wilson-0/+1
2013-06-16Correct docsNiko Matsakis-1/+1
2013-06-11fix tests, remove some warningsHuon Wilson-6/+6
2013-06-10std: remove str::contains in favour of the methodHuon Wilson-8/+3
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-3/+3
2013-06-06Fix duplicate words in the docsAlexei Sholik-1/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-2/+4
2013-05-30Minor grammar fix.Gábor Horváth-1/+1
2013-05-30Minor style fix.Gábor Horváth-1/+1
2013-05-30Minor documentation addition.Gábor Horváth-1/+2
2013-05-29auto merge of #6825 : caitp/rust/issue-6824, r=Aatchbors-2/+2
2013-05-30Fixes #6824 - Correct scan_number() grammarCaitlin Potter-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-3/+6
2013-05-23docs: Don't mention obsolete move operator, as per #5700Tim Chevalier-4/+5
2013-05-23more testing fallout from core->std/std->extra moveTed Horst-35/+35
2013-05-22Add static_assert doc blurbCorey Richardson-0/+1
2013-05-20added and rewrote text for 'do' and 'for' loopsJohn Clements-12/+16
2013-05-16syntax: implement #[deriving(DeepClone)]. Fixes #6514.Huon Wilson-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-41/+40
2013-05-13doc: document the #[deriving] attribute.Huon Wilson-0/+43
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-41/+40
2013-05-10Remove the '<->' operator from the languageAlex Crichton-30/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-3/+3
2013-04-30Revert "doc: XFAIL mysterious failure on bots"Jed Davis-1/+1
2013-04-29doc: XFAIL mysterious failure on botsPatrick Walton-1/+1
2013-04-29librustc: Change labels to use the lifetime notation `'`.Patrick Walton-3/+3
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-3/+3
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-8/+8
2013-04-07Update manual for single-element tuple typeszofrex-1/+1
2013-04-07Update manual for single-element tupleszofrex-1/+2
2013-04-04auto merge of #5703 : steveklabnik/rust/add_log_docs, r=thestingerbors-0/+22
2013-04-03One more typo: dubug -> debugSteve Klabnik-1/+1
2013-04-03typo fix: na -> anSteve Klabnik-1/+1
2013-04-03Add information about logging macros to the tutorial.Steve Klabnik-0/+22
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-04-01docs: Xfail test, it's just for illustration anywayTim Chevalier-2/+2
2013-04-01docs: Document language items, as per #3342Tim Chevalier-1/+99
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-29auto merge of #5583 : jbclements/rust/docfix-for-block-comment-grammar, r=jbc...bors-4/+4
2013-03-28added defn of non_slash_or_starJohn Clements-2/+2
2013-03-28fix another subtle bug in comment regexJohn Clements-2/+2