| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | auto merge of #14387 : alan-andrade/rust/remove_managed_boxes_and_gc, r=brson | bors | -271/+98 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -12/+12 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -11/+11 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-27 | auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler | bors | -1/+1 |
| 2014-05-26 | auto merge of #14374 : swgillespie/rust/swgillespie-tutorial, r=alexcrichton | bors | -11/+18 |
| 2014-05-25 | Update tutorial, see issue #13578 | Sean Gillespie | -12/+19 |
| 2014-05-25 | Fix to tutorial | Santiago Rodriguez | -1/+1 |
| 2014-05-25 | auto merge of #14391 : alexcrichton/rust/more-rustdoc-inline, r=huonw | bors | -0/+25 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -1/+5 |
| 2014-05-25 | guide-runtime.md: Fix a typo | Anton Löfgren | -1/+1 |
| 2014-05-25 | auto merge of #14370 : cmr/rust/design-faq, r=brson | bors | -7/+184 |
| 2014-05-25 | doc: add a new language design faq | Corey Richardson | -7/+184 |
| 2014-05-25 | doc: Document the new #[doc(no_inline)] attribute | Alex Crichton | -0/+21 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -42/+42 |
| 2014-05-24 | fix mostly grammar per PR comments | Alan Andrade | -20/+18 |
| 2014-05-24 | Get "make check" to work with unused-attribute | Steven Fackler | -0/+7 |
| 2014-05-24 | get over bold text madness, changes per PR, brought the "returning pointers" ... | Alan Andrade | -26/+67 |
| 2014-05-23 | Cleanup lifetime guide | Alan Andrade | -304/+92 |
| 2014-05-23 | auto merge of #14362 : zecozephyr/rust/docfixes, r=cmr | bors | -1/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -73/+180 |
| 2014-05-22 | doc: Touch up the unsafe guide | Alex Crichton | -52/+144 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+2 |
| 2014-05-22 | Fixed incorrect module path | Jonathan Bailey | -1/+1 |
| 2014-05-22 | docs: Add win64 calling convention | Richo Healey | -0/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -21/+36 |
| 2014-05-21 | auto merge of #14324 : zecozephyr/rust/docfix, r=luqmana | bors | -1/+1 |
| 2014-05-21 | Updated doc with correct type. | Jonathan Bailey | -1/+1 |
| 2014-05-20 | auto merge of #14259 : alexcrichton/rust/core-mem, r=brson | bors | -2/+2 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -2/+2 |
| 2014-05-20 | auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichton | bors | -9/+9 |
| 2014-05-20 | Correct EBNF grammar in the manual | Piotr Czarnecki | -9/+9 |
| 2014-05-19 | Minor doc fixes in various places | Piotr Jawniak | -6/+6 |
| 2014-05-17 | auto merge of #14247 : Ryman/rust/minor_ptr_nit, r=alexcrichton | bors | -2/+2 |
| 2014-05-16 | doc: Remove all uses of `~str` from the documentation. | Patrick Walton | -51/+52 |
| 2014-05-16 | guide-pointers: minor nits | Kevin Butler | -2/+2 |
| 2014-05-16 | auto merge of #14235 : Ryman/rust/simplify_arcs_doc, r=alexcrichton | bors | -27/+11 |
| 2014-05-15 | auto merge of #14213 : kballard/rust/str_from_utf8_result, r=cmr | bors | -1/+1 |
| 2014-05-16 | guide-tasks: Simplify Arc usage to match Arc docs. | Kevin Butler | -27/+11 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -0/+2 |
| 2014-05-15 | test: allow the test filter to be a regex. | Huon Wilson | -7/+27 |
| 2014-05-14 | Change str::from_utf8_owned() to return Result | Kevin Ballard | -1/+1 |
| 2014-05-13 | add a line to the example to clarify semantics | Zooko Wilcox-O'Hearn | -1/+1 |
| 2014-05-13 | docs: Add a not found page | Richo Healey | -0/+20 |
| 2014-05-13 | Replaced ~T by Box<T> in manual | Adolfo Ochagavía | -9/+9 |
| 2014-05-12 | Remove reference to MutexArc | Derek Chiang (Enchi Jiang) | -1/+1 |
| 2014-05-12 | doc: Update the linkage documentation | Alex Crichton | -26/+26 |
| 2014-05-12 | doc: updates rust manual (loop to continue) | Piotr Jawniak | -11/+9 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -17/+17 |
| 2014-05-11 | auto merge of #14102 : moonglum/rust/slice-clarification-in-readme, r=kballard | bors | -3/+3 |