| Age | Commit message (Expand) | Author | Lines |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-03-04 | rustdoc: tweak highlighting | Adrien Tétar | -12/+12 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -3/+3 |
| 2014-02-28 | Add `time` crate to index, expand docs of `test`. | Huon Wilson | -1/+2 |
| 2014-02-27 | auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichton | bors | -6/+17 |
| 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-27 | Replaced @List with ~List in Rust's recursive example | Bruno de Oliveira Abinader | -2/+2 |
| 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 | auto merge of #12539 : gmjosack/rust/master, r=alexcrichton | bors | -1/+0 |
| 2014-02-25 | tutorial: clearer explanation of freezing. | Jag Talon | -4/+4 |
| 2014-02-25 | auto merge of #12537 : kballard/rust/add-test-to-doc-index, r=alexcrichton | bors | -0/+1 |
| 2014-02-25 | Remove references to guide-conditions | Gary M. Josack | -1/+0 |
| 2014-02-24 | Add link to libtest in doc index | Kevin Ballard | -0/+1 |
| 2014-02-24 | Tutorial: Add std::num::sqrt to the example. | Jag Talon | -1/+1 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -6/+6 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -1/+1 |
| 2014-02-23 | Merge remote-tracking branch 'tbu/pr_doc_smallfix' | Brian Anderson | -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 | -8/+8 |
| 2014-02-23 | Fix C function FFI example in the Rust cheatsheet | Tobias Bucher | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -3/+4 |
| 2014-02-21 | auto merge of #12411 : Arcterus/rust/time, r=alexcrichton | bors | -3/+3 |
| 2014-02-21 | auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton | bors | -4/+5 |
| 2014-02-21 | auto merge of #12362 : liigo/rust/update-rust-manual, r=alexcrichton | bors | -21/+14 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -4/+5 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -3/+3 |
| 2014-02-21 | insignificant fix to rust manual and tutorial | Liigo Zhuang | -21/+14 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -39/+39 |
| 2014-02-20 | auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichton | bors | -0/+26 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -9/+10 |
| 2014-02-19 | auto merge of #12367 : darnuria/rust/tutorial_removing_do_syntax, r=cmr | bors | -39/+18 |
| 2014-02-18 | Removing '15.3 Do syntax' in tutorial. | Axel Viala | -39/+18 |
| 2014-02-18 | auto merge of #12342 : ehsanul/rust/remove-shared-chan-tasks-guide, r=alexcri... | bors | -11/+7 |
| 2014-02-17 | Added more scripts to tidy check | Derek Guenther | -2/+54 |
| 2014-02-17 | Update tasks guide: SharedChan as been removed | Ehsanul Hoque | -11/+7 |
| 2014-02-16 | doc: Reorganize the library index | Brian Anderson | -11/+8 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -20/+12 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -162/+162 |
| 2014-02-15 | auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw | bors | -5/+5 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -5/+5 |
| 2014-02-14 | Remove broken link to old conditions tutorial | Steven Fackler | -2/+0 |
| 2014-02-14 | Update rustdoc testing to test all code blocks | Alex Crichton | -20/+12 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -162/+162 |
| 2014-02-14 | tutorial: stronger wording in build instructions | Corey Richardson | -2/+2 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -1/+1 |
| 2014-02-13 | Add documentation for conditional-compilation | Tobias Bucher | -10/+74 |
| 2014-02-13 | auto merge of #12210 : zr40/rust/patch-1, r=cmr | bors | -3/+3 |