| Age | Commit message (Expand) | Author | Lines |
| 2014-03-08 | libstd: Add some more functionality to Vec<T> | Patrick Walton | -0/+131 |
| 2014-03-07 | auto merge of #12520 : thestinger/rust/cmp, r=brson | bors | -53/+156 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -53/+156 |
| 2014-03-07 | auto merge of #12748 : liigo/rust/rust-birthday, r=brson | bors | -2/+2 |
| 2014-03-07 | auto merge of #12752 : edwardw/rust/rdoc, r=alexcrichton | bors | -10/+51 |
| 2014-03-08 | Index cross-mod type definition and implementation properly in rustdoc | Edward Wang | -10/+51 |
| 2014-03-07 | auto merge of #12753 : huonw/rust/vec-macro, r=cmr | bors | -3/+5 |
| 2014-03-07 | auto merge of #12750 : liigo/rust/De-extern-mod, r=alexcrichton | bors | -29/+29 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -29/+29 |
| 2014-03-06 | auto merge of #12749 : tedhorst/rust/master, r=huonw | bors | -1/+1 |
| 2014-03-07 | change FVN hash function to the FVN-1a variant | Ted Horst | -1/+1 |
| 2014-03-07 | Explicitly write down 0.1 release date in RELEASES.txt, to confirm Rust's bir... | Liigo Zhuang | -2/+2 |
| 2014-03-07 | std: stop `vec!()` warning about unused mutability. | Huon Wilson | -3/+5 |
| 2014-03-06 | auto merge of #12746 : alexcrichton/rust/issue-12743, r=brson | bors | -12/+13 |
| 2014-03-06 | auto merge of #12635 : alexcrichton/rust/speedy-hash, r=brson | bors | -212/+412 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -97/+128 |
| 2014-03-06 | collections: Correct with_capacity_and_hasher | Alex Crichton | -12/+13 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -195/+364 |
| 2014-03-06 | auto merge of #12738 : alexcrichton/rust/needstest, r=brson,just | bors | -0/+340 |
| 2014-03-06 | auto merge of #12737 : alexcrichton/rust/issue-12736, r=brson | bors | -2/+1 |
| 2014-03-06 | auto merge of #12732 : klutzy/rust/this-is-windows, r=alexcrichton | bors | -2/+4 |
| 2014-03-06 | test: Add some tests for closed issues | Alex Crichton | -0/+340 |
| 2014-03-06 | auto merge of #12720 : iliekturtles/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-03-06 | rustdoc: Don't escape contents of headers | Alex Crichton | -2/+1 |
| 2014-03-06 | Added missing possessive apostrophe. | Mike Boutin | -1/+1 |
| 2014-03-07 | rustc: Get LLVM error message safely | klutzy | -2/+4 |
| 2014-03-06 | auto merge of #12727 : lifthrasiir/rust/buffalo-buffalo, r=huonw | bors | -30/+30 |
| 2014-03-06 | auto merge of #12726 : alexcrichton/rust/travis, r=brson | bors | -10/+31 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -30/+30 |
| 2014-03-06 | auto merge of #12719 : alexcrichton/rust/fix-llvm-33, r=brson | bors | -4/+32 |
| 2014-03-06 | auto merge of #12714 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -72/+155 |
| 2014-03-06 | auto merge of #12705 : alexcrichton/rust/issue-12692, r=brson | bors | -45/+136 |
| 2014-03-06 | travis: Use LLVM 3.4 instead of LLVM 3.3 | Alex Crichton | -10/+31 |
| 2014-03-05 | auto merge of #12687 : alexcrichton/rust/issue-12681, r=huonw | bors | -24/+105 |
| 2014-03-06 | debuginfo: Add test case for limited debuginfo | Michael Woerister | -0/+52 |
| 2014-03-06 | debuginfo: Expose limited debuginfo in command line options | Michael Woerister | -54/+69 |
| 2014-03-06 | debuginfo: Re-introduce the notion of line-table-only debuginfo. | Michael Woerister | -23/+39 |
| 2014-03-05 | rustdoc: Add anchors to section headers | Alex Crichton | -24/+105 |
| 2014-03-05 | auto merge of #12703 : jld/rust/issue-8506, r=alexcrichton | bors | -13/+28 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -12/+49 |
| 2014-03-05 | Fix ICE on statics with fancy nullable enums. | Jed Davis | -13/+28 |
| 2014-03-05 | rustc: Fix support for LLVM 3.3 | Alex Crichton | -4/+32 |
| 2014-03-05 | auto merge of #12718 : thestinger/rust/min_max, r=alexcrichton | bors | -3/+35 |
| 2014-03-05 | stats: fix handling of NaN in `min` and `max` | Daniel Micay | -3/+11 |
| 2014-03-05 | add tests for `min` and `max` from `Float` | Daniel Micay | -0/+24 |
| 2014-03-05 | auto merge of #12715 : dmski/rust/no-extern-fn-pat, r=alexcrichton | bors | -0/+35 |
| 2014-03-06 | Disallowed patterns in extern fn declarations. | Dmitry Promsky | -0/+35 |
| 2014-03-05 | auto merge of #12711 : edwardw/rust/mtwt, r=pcwalton | bors | -562/+558 |
| 2014-03-05 | auto merge of #12709 : aepsil0n/rust/update_man_version, r=alexcrichton | bors | -2/+2 |
| 2014-03-05 | native: Fix usage of a deallocated mutex | Alex Crichton | -16/+36 |