summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-2/+2
2013-09-17Added support for a `\0` escape sequence.Daniel Rosenwasser-1/+1
2013-09-17document what unsafety meansDaniel Micay-11/+63
2013-09-12Document the Zero traitErick Tryzelaar-1/+2
2013-09-11auto merge of #9039 : singingboyo/rust/update-for-expr-docs, r=thestingerbors-17/+4
2013-09-07Update for_expr docs.Brandon Sanderson-17/+4
2013-09-06Fix #6031. Allow symbolic log levels, not just numbers.novalis-3/+5
2013-09-04Implement support for indicating the stability of items.Huon Wilson-1/+57
2013-08-30doc/rust.md: Missing in keyword on keyword list.Carlos-1/+1
2013-08-27librustc: Fix merge falloutPatrick Walton-1/+1
2013-08-22Clarify use_decl module resolution docs.Brandon Sanderson-0/+32
2013-08-21Change type of extern fns from `*u8` to `extern "ABI" fn`Niko Matsakis-11/+21
2013-08-21auto merge of #8585 : jankobler/rust/extract-grammar-01, r=catamorphismbors-2/+2
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-4/+3
2013-08-18insert spaceJan Kobler-2/+2
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