about summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
2013-08-16doc: correct spelling in documentation.Huon Wilson-3/+3
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-8/+22
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-3/+3
2013-07-26Deny all warnings by default in doc testsAlex Crichton-1/+1
2013-07-19updated manualmaikklein-3/+2
2013-07-18auto merge of #7846 : alexcrichton/rust/static-mut-dox, r=pnkfelixbors-0/+35
2013-07-17test: Fix tests.Patrick Walton-118/+58
2013-07-17Add documentation about mutable statics to rust.mdAlex Crichton-0/+35
2013-07-16Add doc and examples for attributes allow/warn/deny/forbid.Felix S. Klock II-2/+71
2013-07-09I forgot the changes to the docs as wellJens Nockert-2/+2
2013-07-07auto merge of #7582 : mitsuhiko/rust/doc-fixes, r=huonwbors-1/+1
2013-07-04auto merge of #7549 : sfackler/rust/docs, r=msullivanbors-6/+1
2013-07-04Removed drop from the keyword list in the docsArmin Ronacher-1/+1
2013-07-02Removing the rename warningSteven Fackler-2/+0
2013-07-02Fixed documentation for finalize->drop changeSteven Fackler-2/+2
2013-07-01Small documentation changesSteven Fackler-3/+0
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-6/+6
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