| Age | Commit message (Expand) | Author | Lines |
| 2014-02-21 | test: 'ratcher' is not a word | Brian Anderson | -1/+1 |
| 2014-02-22 | remove the TyDesc from TypedArena | Daniel Micay | -45/+29 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -15/+1154 |
| 2014-02-21 | auto merge of #12421 : Hywan/rust/api_doc, r=alexcrichton | bors | -3/+3 |
| 2014-02-21 | syntax: add syntax extension helper to make simple view items | Erick Tryzelaar | -0/+17 |
| 2014-02-21 | syntax: Allow syntax extensions to have attributes | Erick Tryzelaar | -8/+26 |
| 2014-02-21 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+1 |
| 2014-02-21 | extra: rename Uuid::to_bytes() to as_bytes() | Erick Tryzelaar | -5/+5 |
| 2014-02-21 | auto merge of #12411 : Arcterus/rust/time, r=alexcrichton | bors | -38/+47 |
| 2014-02-21 | auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton | bors | -336/+667 |
| 2014-02-21 | mk: Get "make check" passing with --disable-rpath | Alex Crichton | -9/+28 |
| 2014-02-21 | auto merge of #12362 : liigo/rust/update-rust-manual, r=alexcrichton | bors | -21/+14 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -49/+48 |
| 2014-02-21 | auto merge of #12253 : pcwalton/rust/more-vec-ng, r=alexcrichton | bors | -9/+221 |
| 2014-02-21 | Test nested `proc` can access outer owned data | Flavio Percoco | -0/+20 |
| 2014-02-21 | libstd: Implement some convenience methods on vectors | Patrick Walton | -9/+221 |
| 2014-02-21 | rustc: Compress bytecode files in rlibs | Alex Crichton | -0/+13 |
| 2014-02-21 | auto merge of #12326 : bjz/rust/integer, r=alexcrichton | bors | -421/+439 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -97/+55 |
| 2014-02-22 | Decouple integer formatting from std::num::strconv | Brendan Zabarauskas | -238/+609 |
| 2014-02-22 | Add Pod trait bound to std::num::Primitive | Brendan Zabarauskas | -1/+3 |
| 2014-02-21 | auto merge of #12420 : pnkfelix/rust/fsk-improve-doc-for-ptr-offset, r=alexcr... | bors | -1/+2 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -38/+47 |
| 2014-02-21 | auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichton | bors | -35/+59 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -421/+439 |
| 2014-02-21 | auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichton | bors | -3/+4 |
| 2014-02-21 | auto merge of #12410 : DaGenix/rust/fix-incorrect-comment, r=alexcrichton | bors | -11/+2 |
| 2014-02-21 | insignificant fix to rust manual and tutorial | Liigo Zhuang | -21/+14 |
| 2014-02-21 | auto merge of #12290 : mrshu/rust/lint-warn-by-default, r=alexcrichton | bors | -68/+122 |
| 2014-02-21 | backticks | kud1ing | -8/+8 |
| 2014-02-20 | auto merge of #12407 : alexcrichton/rust/up-llvm, r=sfackler | bors | -0/+0 |
| 2014-02-21 | rustdoc: web: don't reset the search bar | Corey Richardson | -4/+13 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -68/+122 |
| 2014-02-20 | Add a Travis-CI configuration for the repo | Alex Crichton | -0/+1 |
| 2014-02-20 | auto merge of #12164 : alexcrichton/rust/rlibs-and-dylibs, r=cmr | bors | -94/+240 |
| 2014-02-20 | Re-work loading crates with nicer errors | Alex Crichton | -94/+240 |
| 2014-02-20 | auto merge of #12401 : alexcrichton/rust/if-ok-2-try, r=brson | bors | -1228/+1224 |
| 2014-02-20 | Register new snapshots | Alex Crichton | -0/+8 |
| 2014-02-20 | auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichton | bors | -0/+26 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -1228/+1224 |
| 2014-02-20 | Return a buffered stdin by default. | Alex Crichton | -11/+21 |
| 2014-02-20 | auto merge of #12405 : kud1ing/rust/backticks, r=huonw | bors | -7/+7 |
| 2014-02-20 | Fix some typos. | Ivan Enderlin | -3/+3 |
| 2014-02-20 | auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakis | bors | -161/+122 |
| 2014-02-20 | ptr::RawPtr, spell out units used for the `offset` argument. | Felix S. Klock II | -1/+2 |
| 2014-02-20 | auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichton | bors | -10/+96 |
| 2014-02-20 | auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmr | bors | -86/+245 |
| 2014-02-20 | rustc: avoid compiler generated `unsafe` blocks leaking. | Huon Wilson | -35/+59 |
| 2014-02-20 | auto merge of #12397 : alexcrichton/rust/send-off-the-runtime, r=brson | bors | -10/+49 |
| 2014-02-20 | auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichton | bors | -134/+171 |