| Age | Commit message (Expand) | Author | Lines |
| 2014-04-05 | auto merge of #13112 : ktt3ja/rust/issue-13058, r=pnkfelix | bors | -24/+157 |
| 2014-04-05 | auto merge of #13343 : tbu-/rust/pr_smallfix, r=pcwalton | bors | -1/+1 |
| 2014-04-05 | Fix an unnecessary use of `cast::transmute` | Tobias Bucher | -1/+1 |
| 2014-04-05 | auto merge of #13339 : mozilla-servo/rust/semver-pub, r=cmr | bors | -5/+5 |
| 2014-04-05 | auto merge of #13333 : Ryman/rust/improve_incompatible_type_error, r=alexcric... | bors | -2/+33 |
| 2014-04-05 | auto merge of #13332 : mbrubeck/rust/doc-edit, r=huonw | bors | -6/+5 |
| 2014-04-05 | auto merge of #13331 : pongad/rust/remove-wrapper, r=thestinger | bors | -205/+84 |
| 2014-04-05 | Make the fields of semver::Version public again. | Ms2ger | -5/+5 |
| 2014-04-05 | auto merge of #13330 : huonw/rust/loop-error, r=alexcrichton | bors | -11/+11 |
| 2014-04-05 | auto merge of #13329 : ckendell/rust/remmanaged_tutorial, r=brson | bors | -10/+9 |
| 2014-04-04 | auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr... | bors | -36/+219 |
| 2014-04-05 | Rough regression test for #13266. | Felix S. Klock II | -0/+100 |
| 2014-04-05 | Accumulate list of paths for crate hash mismatch. | Felix S. Klock II | -23/+27 |
| 2014-04-05 | Added session.fileline_note() method and support infrastucture for it. | Felix S. Klock II | -8/+45 |
| 2014-04-05 | librustc: Improve error message for incompatible trait method signatures. | Kevin Butler | -2/+33 |
| 2014-04-04 | Remove references to obsolete `do` keyword | Matt Brubeck | -6/+5 |
| 2014-04-04 | Removed cmath and instrinsic wrapper. | Michael Darakananda | -205/+84 |
| 2014-04-05 | rustc: move the check_loop pass earlier. | Huon Wilson | -11/+11 |
| 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 | Test fixes from rollup | Alex Crichton | -9/+9 |
| 2014-04-04 | Added grow_fn and retain to Vec | Michael Darakananda | -1/+64 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -23/+11 |
| 2014-04-04 | extra: Add with_capacity to PriorityQueue and SmallIntMap | Erick Tryzelaar | -0/+10 |
| 2014-04-04 | std: TrieSet should implement container::{,Mutable}Set | Erick Tryzelaar | -13/+27 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -67/+54 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -81/+81 |
| 2014-04-04 | auto merge of #13272 : ipetkov/rust/rustdoc-ignored-tests, r=alexcrichton | bors | -9/+10 |
| 2014-04-04 | auto merge of #12956 : killerswan/rust/docs, r=alexcrichton | bors | -17/+91 |
| 2014-04-04 | auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonw | bors | -118/+105 |
| 2014-04-04 | auto merge of #13298 : ckendell/rust/remove_managed_pointers_from_tutorial, r... | bors | -21/+14 |
| 2014-04-04 | auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichton | bors | -2/+24 |
| 2014-04-04 | auto merge of #13291 : thestinger/rust/no_null, r=alexcrichton | bors | -17/+17 |
| 2014-04-04 | rustc: feature-gate `concat_idents!`. | Huon Wilson | -2/+24 |
| 2014-04-04 | [std::cmp] add missing docs and provide an example | Kevin Cantu | -17/+91 |
| 2014-04-04 | auto merge of #13207 : cmr/rust/attrib-reference, r=kballard | bors | -102/+197 |
| 2014-04-04 | manual: fix a broken example | Corey Richardson | -5/+5 |
| 2014-04-04 | auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonw | bors | -10/+275 |
| 2014-04-04 | manual: refine ECMA-335 reference for attributes | Corey Richardson | -6/+6 |
| 2014-04-04 | manual: further attribute clarifications | Corey Richardson | -24/+29 |
| 2014-04-04 | manual: fix attribute ebnf | Corey Richardson | -3/+3 |
| 2014-04-04 | manual: update style | Corey Richardson | -6/+6 |
| 2014-04-03 | rustdoc: Fix reporting of ignored tests | Ivan Petkov | -9/+10 |
| 2014-04-03 | auto merge of #12964 : gereeter/rust/extended-atomics, r=alexcrichton | bors | -1/+133 |
| 2014-04-04 | etc: attempts at fixing editor highlighting for new attribute syntax | Corey Richardson | -2/+3 |
| 2014-04-04 | manual: many fixes | Corey Richardson | -82/+172 |
| 2014-04-04 | manual: update the note about reserved attributes | Corey Richardson | -6/+5 |
| 2014-04-03 | test: avoid infinite loop in out-of-stack.rs | Erick Tryzelaar | -0/+3 |
| 2014-04-03 | std: Remove `RefCell::set()` | Erick Tryzelaar | -53/+39 |
| 2014-04-03 | std: Remove `RefCell::get()` | Erick Tryzelaar | -68/+66 |