| Age | Commit message (Expand) | Author | Lines |
| 2014-02-08 | auto merge of #12109 : omasanori/rust/small-fixes, r=sfackler | bors | -22/+5 |
| 2014-02-09 | rustpkg has gone. | OGINO Masanori | -1/+0 |
| 2014-02-08 | auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonw | bors | -421/+398 |
| 2014-02-08 | auto merge of #12101 : csherratt/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-02-08 | auto merge of #12096 : brson/rust/morestack-addr, r=thestinger | bors | -41/+0 |
| 2014-02-08 | doc: Modernize FAQs just slightly | Brian Anderson | -182/+25 |
| 2014-02-08 | auto merge of #12086 : huonw/rust/safe-json, r=kballard | bors | -256/+301 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -50/+24 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -391/+310 |
| 2014-02-07 | Implement BytesContainer for MaybeOwned | Kevin Ballard | -0/+17 |
| 2014-02-07 | Tweak from_utf8_lossy to return a new MaybeOwned enum | Kevin Ballard | -29/+96 |
| 2014-02-08 | Remove unnecessary parentheses. | OGINO Masanori | -1/+1 |
| 2014-02-08 | Remove an unused variable in a test of std::c_str. | OGINO Masanori | -1/+0 |
| 2014-02-08 | Fix unused import warnings. | OGINO Masanori | -6/+4 |
| 2014-02-08 | Remove redundant Ord implementation for Version. | OGINO Masanori | -13/+0 |
| 2014-02-07 | auto merge of #12066 : huonw/rust/show2, r=alexcrichton | bors | -334/+622 |
| 2014-02-07 | auto merge of #12059 : thestinger/rust/glue, r=pcwalton | bors | -315/+387 |
| 2014-02-08 | Update docs and tests for #[deriving(Show)]. | Huon Wilson | -4/+106 |
| 2014-02-08 | Implement `#[deriving(Show)]`. | Huon Wilson | -0/+182 |
| 2014-02-08 | syntax: split out the parsing and the formatting part of format_args!(). | Huon Wilson | -74/+92 |
| 2014-02-08 | syntax: convert deriving to take &mut ExtCtxt. | Huon Wilson | -63/+63 |
| 2014-02-08 | syntax: remove some dead code. | Huon Wilson | -15/+1 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -178/+178 |
| 2014-02-07 | Added missing export of CowArc | Colin Sherratt | -1/+1 |
| 2014-02-07 | add a hack to fix debug-info tests under gdb 7.7 | Daniel Micay | -1/+1 |
| 2014-02-07 | rm out-of-date comment from std::unstable::raw | Daniel Micay | -3/+0 |
| 2014-02-07 | allow generating drop glue without the TyDesc | Daniel Micay | -270/+216 |
| 2014-02-08 | rustc: load bools as unsigned numbers. | Huon Wilson | -1/+1 |
| 2014-02-08 | rustc: put range asserts on `char` loads. | Huon Wilson | -0/+4 |
| 2014-02-08 | syntax: convert the lexer to use Option<char> over transmute(-1). | Huon Wilson | -116/+157 |
| 2014-02-08 | extra::json: remove the use of `unsafe` char transmutes. | Huon Wilson | -139/+139 |
| 2014-02-07 | remove type descriptors from proc and @T | Daniel Micay | -42/+171 |
| 2014-02-07 | auto merge of #12094 : adridu59/rust/licensing, r=brson | bors | -1/+23 |
| 2014-02-07 | auto merge of #12029 : zkamsler/rust/merge-sort-allocations, r=huonw | bors | -5/+104 |
| 2014-02-07 | Reduced allocations in merge_sort for short vectors | Zach Kamsler | -5/+104 |
| 2014-02-07 | rustc: Remove 'morestack_addr' intrinsic. Unused | Brian Anderson | -41/+0 |
| 2014-02-07 | auto merge of #12073 : alexcrichton/rust/doc-examples, r=cmr | bors | -7/+178 |
| 2014-02-07 | doc: add license information for gen. files | Adrien Tétar | -1/+23 |
| 2014-02-07 | auto merge of #12055 : dguenther/rust/tidy_test, r=alexcrichton | bors | -147/+2730 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -147/+2730 |
| 2014-02-08 | Clean up formatting in macros module | Brendan Zabarauskas | -58/+74 |
| 2014-02-07 | Cleaned up imports per coding standards. | chromatic | -15/+15 |
| 2014-02-07 | Removed prelude::* from libstd files. | chromatic | -14/+48 |
| 2014-02-08 | Add missing test for unreachable! macro | Brendan Zabarauskas | -0/+12 |
| 2014-02-08 | Add unimplemented! macro | Brendan Zabarauskas | -0/+19 |
| 2014-02-07 | auto merge of #12087 : sanxiyn/rust/show-span, r=huonw | bors | -3/+49 |
| 2014-02-07 | Add comments to span debugger | Seo Sanghyeon | -1/+6 |
| 2014-02-07 | Correct span for ExprFnBlock, ExprMethodCall, ExprParen | Seo Sanghyeon | -3/+3 |
| 2014-02-07 | Span debugger | Seo Sanghyeon | -0/+41 |
| 2014-02-07 | auto merge of #12083 : bjz/rust/semver, r=huonw | bors | -20/+56 |