| Age | Commit message (Expand) | Author | Lines |
| 2014-04-14 | auto merge of #13477 : Manishearth/rust/newattr, r=brson | bors | -7/+7 |
| 2014-04-12 | Update tutorials to use new attribute syntax (#13476) | Manish Goregaokar | -7/+7 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -1/+3 |
| 2014-04-04 | Removed all instance of `@` in code examples. | Christopher Kendell | -8/+7 |
| 2014-04-04 | Small change to example to make variable values more sensible. | Christopher Kendell | -2/+2 |
| 2014-04-04 | auto merge of #13298 : ckendell/rust/remove_managed_pointers_from_tutorial, r... | bors | -21/+14 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -5/+5 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -8/+5 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -5/+5 |
| 2014-04-03 | Removed all references to managed closures. | Christopher Kendell | -3/+3 |
| 2014-04-03 | Removed references to managed boxes/pointers from the tutorial text. Code | Christopher Kendell | -19/+12 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -5/+5 |
| 2014-04-03 | Minor spelling/grammar/usage fixes. | Matt Brubeck | -4/+4 |
| 2014-04-03 | Fix reference to "these two traits." | Matt Brubeck | -1/+1 |
| 2014-04-03 | `extern crate` and `mod` are not easily confused | Matt Brubeck | -3/+0 |
| 2014-04-01 | auto merge of #13225 : thestinger/rust/num, r=cmr | bors | -5/+3 |
| 2014-03-31 | doc: Update with changes in field privacy | Alex Crichton | -4/+4 |
| 2014-03-31 | num: rm wrapping of `Float` methods as functions | Daniel Micay | -5/+3 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -5/+5 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+4 |
| 2014-03-27 | doc: Update the tutorial about bounds for traits | Alex Crichton | -15/+17 |
| 2014-03-23 | docs: named lifetimes | noam | -1/+2 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -9/+5 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -9/+5 |
| 2014-03-21 | Copy-edit a sentence about borrowing references | Matt Brubeck | -1/+1 |
| 2014-03-20 | auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton | bors | -1/+1 |
| 2014-03-20 | Mention Share in the tutorial | Flavio Percoco | -0/+4 |
| 2014-03-20 | rm obsolete references to `DeepClone` | Daniel Micay | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -11/+0 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -1/+1 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+1 |
| 2014-03-11 | doc: remove outdated tutorial entry, restore removed Makefile entries | Adrien Tétar | -6/+3 |
| 2014-03-09 | tutorial: hack a code snippet to make it compile. | Huon Wilson | -3/+4 |
| 2014-03-09 | docs: adjust code blocks to pass with rustdoc. | Huon Wilson | -20/+22 |
| 2014-03-06 | Added missing possessive apostrophe. | Mike Boutin | -1/+1 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -2/+2 |
| 2014-02-27 | Minor modifications to Axel's tutorial improvements (see also #12472). | Felix S. Klock II | -4/+6 |
| 2014-02-27 | Documentation : Tutorial improvement... | Axel Viala | -5/+14 |
| 2014-02-26 | tutorial: Missing tildes around .notrust block | Johannes Löthberg | -2/+2 |
| 2014-02-25 | auto merge of #12547 : jagtalon/rust/jag/rust/tutorial-freezing, r=pnkfelix | bors | -4/+4 |
| 2014-02-25 | tutorial: clearer explanation of freezing. | Jag Talon | -4/+4 |
| 2014-02-24 | Tutorial: Add std::num::sqrt to the example. | Jag Talon | -1/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -1/+1 |
| 2014-02-23 | Merge remote-tracking branch 'kud1ing/patch-1' | Brian Anderson | -1/+1 |
| 2014-02-23 | Tutorial: fix typo | kud1ing | -1/+1 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -2/+3 |
| 2014-02-21 | insignificant fix to rust manual and tutorial | Liigo Zhuang | -13/+6 |
| 2014-02-20 | auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichton | bors | -0/+26 |