about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2014-05-27auto merge of #14387 : alan-andrade/rust/remove_managed_boxes_and_gc, r=brsonbors-271/+98
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-12/+12
2014-05-27std: Rename strbuf operations to stringRicho Healey-11/+11
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-27auto merge of #14429 : sanrodari/rust/patch-1, r=sfacklerbors-1/+1
2014-05-26auto merge of #14374 : swgillespie/rust/swgillespie-tutorial, r=alexcrichtonbors-11/+18
2014-05-25Update tutorial, see issue #13578Sean Gillespie-12/+19
2014-05-25Fix to tutorialSantiago Rodriguez-1/+1
2014-05-25auto merge of #14391 : alexcrichton/rust/more-rustdoc-inline, r=huonwbors-0/+25
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-1/+5
2014-05-25guide-runtime.md: Fix a typoAnton Löfgren-1/+1
2014-05-25auto merge of #14370 : cmr/rust/design-faq, r=brsonbors-7/+184
2014-05-25doc: add a new language design faqCorey Richardson-7/+184
2014-05-25doc: Document the new #[doc(no_inline)] attributeAlex Crichton-0/+21
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-42/+42
2014-05-24fix mostly grammar per PR commentsAlan Andrade-20/+18
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-0/+7
2014-05-24get over bold text madness, changes per PR, brought the "returning pointers" ...Alan Andrade-26/+67
2014-05-23Cleanup lifetime guideAlan Andrade-304/+92
2014-05-23auto merge of #14362 : zecozephyr/rust/docfixes, r=cmrbors-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-73/+180
2014-05-22doc: Touch up the unsafe guideAlex Crichton-52/+144
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
2014-05-22Fixed incorrect module pathJonathan Bailey-1/+1
2014-05-22docs: Add win64 calling conventionRicho Healey-0/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-21/+36
2014-05-21auto merge of #14324 : zecozephyr/rust/docfix, r=luqmanabors-1/+1
2014-05-21Updated doc with correct type.Jonathan Bailey-1/+1
2014-05-20auto merge of #14259 : alexcrichton/rust/core-mem, r=brsonbors-2/+2
2014-05-20core: Stabilize the mem moduleAlex Crichton-2/+2
2014-05-20auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichtonbors-9/+9
2014-05-20Correct EBNF grammar in the manualPiotr Czarnecki-9/+9
2014-05-19Minor doc fixes in various placesPiotr Jawniak-6/+6
2014-05-17auto merge of #14247 : Ryman/rust/minor_ptr_nit, r=alexcrichtonbors-2/+2
2014-05-16doc: Remove all uses of `~str` from the documentation.Patrick Walton-51/+52
2014-05-16guide-pointers: minor nitsKevin Butler-2/+2
2014-05-16auto merge of #14235 : Ryman/rust/simplify_arcs_doc, r=alexcrichtonbors-27/+11
2014-05-15auto merge of #14213 : kballard/rust/str_from_utf8_result, r=cmrbors-1/+1
2014-05-16guide-tasks: Simplify Arc usage to match Arc docs.Kevin Butler-27/+11
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-0/+2
2014-05-15test: allow the test filter to be a regex.Huon Wilson-7/+27
2014-05-14Change str::from_utf8_owned() to return ResultKevin Ballard-1/+1
2014-05-13add a line to the example to clarify semanticsZooko Wilcox-O'Hearn-1/+1
2014-05-13docs: Add a not found pageRicho Healey-0/+20
2014-05-13Replaced ~T by Box<T> in manualAdolfo Ochagavía-9/+9
2014-05-12Remove reference to MutexArcDerek Chiang (Enchi Jiang)-1/+1
2014-05-12doc: Update the linkage documentationAlex Crichton-26/+26
2014-05-12doc: updates rust manual (loop to continue)Piotr Jawniak-11/+9
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-17/+17
2014-05-11auto merge of #14102 : moonglum/rust/slice-clarification-in-readme, r=kballardbors-3/+3