about summary refs log tree commit diff
path: root/doc/rust.md
AgeCommit message (Expand)AuthorLines
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26Updating docs with updated closure syntax, `&fn` -> `||`Vijay Korapaty-8/+8
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-2/+2
2013-11-24Remove linked failure from the runtimeAlex Crichton-2/+2
2013-11-21auto merge of #10587 : thestinger/rust/stack, r=pcwaltonbors-7/+5
2013-11-21remove segmented stacks from the manualDaniel Micay-7/+5
2013-11-20update manual to reflect &'lifetime syntaxIsaac Dupree-1/+1
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-0/+1
2013-11-17Forbid privacy in inner functionsAlex Crichton-0/+1
2013-11-16Fix the `num_lit` grammar in the reference manual.Chris Morgan-1/+3
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-1/+4
2013-11-04docs: Replace std::iterator with std::iter.Huon Wilson-5/+4
2013-11-02Added octal literal support.Matt Carberry-1/+4
2013-10-31Implement a concat!() format extensionAlex Crichton-0/+1
2013-10-22Update the manual.Luqman Aden-4/+11
2013-10-22Minor grammatical fixes and removed section on 'rust' toolMichael Letterle-1/+1
2013-10-22Remove old logging from the tutorialAlex Crichton-14/+14
2013-10-21doc: tidy and cleanup CSS deps, add tutorial PDF generationAdrien Tétar-203/+156
2013-10-18auto merge of #9851 : alexcrichton/rust/include_bin, r=huonwbors-2/+5
2013-10-18Optimize include_bin! for large inputsAlex Crichton-2/+5
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-1/+1
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-0/+4
2013-10-07auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichtonbors-4/+32
2013-10-07Fix merge fallout of privacy changesAlex Crichton-0/+4
2013-10-08document raw string literals in tutorial.md and rust.mdBenjamin Herr-4/+32
2013-10-07Document visibility in the manual/tutorialAlex Crichton-0/+161
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+52
2013-10-02syntax: Add #[deriving(FromPrimitive)] syntax extensionErick Tryzelaar-0/+1
2013-10-01remove the `float` typeDaniel Micay-49/+34
2013-09-30tutorial: Remove usage of fmt!Alex Crichton-22/+24
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