about summary refs log tree commit diff
path: root/src/doc/complement-cheatsheet.md
AgeCommit message (Expand)AuthorLines
2014-06-24Remove the cheat sheet.Steve Klabnik-280/+0
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-1/+1
2014-06-02docs: Stop using `notrust`Florian Gilcher-1/+1
2014-06-01auto merge of #14578 : huonw/rust/as_slice-cheatsheet, r=sfacklerbors-0/+18
2014-05-31doc: Fix a number of broken linksAlex Crichton-18/+19
2014-06-01doc: add an `.as_slice` example to the cheatsheet.Huon Wilson-0/+18
2014-05-30Remove deprecated owned vector from complement cheatsheet.Jonathan Reem-5/+4
2014-05-28std: Remove format_strbuf!()Alex Crichton-5/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-9/+9
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-12/+28
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-12/+28
2014-05-16doc: Remove all uses of `~str` from the documentation.Patrick Walton-12/+13
2014-05-14Change str::from_utf8_owned() to return ResultKevin Ballard-1/+1
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-2/+2
2014-04-25Update FFI signature table to use pipe formatJohn Fresco-6/+6
2014-04-20Fix spelling mistakes in documentation and code.Joseph Crail-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-02-23Fix C function FFI example in the Rust cheatsheetTobias Bucher-1/+1
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-4/+5
2014-02-11Added examples for converting vectors of u8 into strings. Also fixed some sty...WebeWizard-2/+32
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+214